summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelme.h
AgeCommit message (Collapse)Author
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2011-11-18EXP-1576 FIXED (Remove old profile window from People panel)Paul ProductEngine
- Removed old profile window from People panel with all subpanels and dependencies
2011-10-14EXP-1311 FIXED (Modified My Profile floater to become Picks floater: removed ↵Paul ProductEngine
unused profile panel.) - Modified My Profile floater to become Picks floater: removed unused profile panel.
2011-09-26EXP-1222 FIXED Added a floater for My Profile side tab.Seth ProductEngine
- 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.
2011-04-06WEB-3750 FIX - Gone profileLeslie Linden
* Added agent validation around calls to update avatar data * Removed references to profile panel save options Reviewed by Richard
2010-10-08Created a floater for setting display nameLeyla Farazha
2010-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-08-19DEV-51021 Viewer returns misleading error message when a blocked user ↵Leyla Farazha
attempts to change his display name
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-05-11merge from dessie/viewer-public right before SLE code landedJames Cook
2010-04-21Fixed normal bug EXT-5220 (Remove Edit Appearance button from Me panel) - ↵Eugene Mutavchi
the button and respective code were removed. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/283/. --HG-- branch : product-engine
2010-03-18Partial support for Set Name returning error msg from serviceJames Cook
2010-02-24Hack to refresh name tags when I change my display name.James Cook
Also fixes a crash when turning on display names.
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.
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-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