summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelme.cpp
AgeCommit message (Collapse)Author
2010-02-22Simple button to change your display nameJames Cook
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.
2010-02-11MergeJames Cook
2010-02-09Fixed normal bug EXT-5068 - Me panel opens in "edit" mode every time.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-02-04Converted all gCacheName->getName to getFullName for SLID compatibilityJames Cook
Also eliminated notification "ObjectGiveItemUnknownUser" because the SLURL-based name lookup will always retrieve the user name. Fixed a bug with ObjectGiveItem where the SLURL would be incorrect for a group.
2010-02-04Fixed critical bug EXT-4823 - [NUX] Default My Profile to Edit ModeDmitry Zaporozhan
--HG-- branch : product-engine
2010-02-03Update for normal bug EXT-4873 - Homepage field in My Profile (edit) no ↵Dmitry Zaporozhan
longer appears --HG-- branch : product-engine
2010-01-25Related to normal bug EXT-3880 ( [BSI] functionality loss - online status in ↵Mike Antipov
profile) -- removed logic to process online status (LLPanelAvatarProfile::fillOnlineStatus) for non-existent view (name="online_status") on profile page --HG-- branch : product-engine
2009-12-07Fixed normal bug EXT-3018([BSI] Hook up "Go to My Dashboard" in Profile to ↵Eugene Mutavchi
link to http://secondlife.com/my) --HG-- branch : product-engine
2009-12-07no ticket, minor refactoring.Yuri Chebotarev
add return value to notifyXXX functions, may be usefull --HG-- branch : product-engine
2009-11-24Work on task EXT-2092 (Task Panel tabs should toggle visibility of the panel).Vadim Savchuk
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
2009-11-23Renamed Me panel XUI class from "panel_me_profile_view" to "panel_me".Vadim Savchuk
--HG-- branch : product-engine
2009-11-20Renamed classes and files for "Me" task panel for better readability.Vadim Savchuk
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