Age | Commit message (Collapse) | Author |
|
|
|
|
|
- Removed old profile window from People panel with all subpanels and dependencies
|
|
unused profile panel.)
- Modified My Profile floater to become Picks floater: removed unused profile panel.
|
|
- Replaced calls to LLSideTray with LLFloaterSidePanelContainer.
- Removed obsolete code implementing the tri-state behavior of Profile side panel.
- Added People panel XUI which is referenced from Profile panel.
|
|
* Added agent validation around calls to update avatar data
* Removed references to profile panel save options
Reviewed by Richard
|
|
|
|
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
|
|
attempts to change his display name
|
|
|
|
|
|
the button and respective code were removed.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/283/.
--HG--
branch : product-engine
|
|
|
|
Also fixes a crash when turning on display names.
|
|
Talks to web service so other people can see the change, but for now
they need to relog or toggle display names on/off to clear their
cache.
|
|
add return value to notifyXXX functions, may be usefull
--HG--
branch : product-engine
|
|
Made the People and Me task panels support the desired tri-state behavior.
Until all the other task panels support that behavior, it is disabled.
--HG--
branch : product-engine
|
|
Renamed files:
- indra/newview/llpanelmeprofile.{cpp,h} to llpanelme.{cpp,h}
- panel_me_profile.xml to panel_me.xml
- panel_profile_user.xml to panel_my_profile.xml
Renamed classes:
- LLPanelAvatarMeProfile to LLPanelMyProfile
- LLPanelMeProfile to LLPanelMe
- LLPanelMeProfileEdit to LLPanelMyProfileEdit
--HG--
branch : product-engine
|