summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofile.cpp
AgeCommit message (Collapse)Author
2019-04-25SL-11031 [Legacy Profiles] "Drop inventory" field visible for own profileandreykproductengine
2019-04-18SL-10791 [Legacy Profiles] Functionality to copy agent id and name from profileandreykproductengine
2019-03-26SL-2878 Fixed eternal properties rerequestsandreykproductengine
2019-03-26SL-10799 [Legacy Profiles] Autoadjust texture during image selectionandreykproductengine
2019-03-25SL-10799 [Legacy Profiles] added 3x4 image dimentions supportandreykproductengine
2019-03-25SL-10804 [Legacy Profiles] Second Life tab block button size and focusandreykproductengine
2019-03-25SL-10798 FIXED [Legacy Profiles] 'Picks' toolbar button does nothingmaxim_productengine
2019-03-19SL-10730 [Legacy profiles] 'Cancel' does not discard changes at the Notes tabandreykproductengine
2019-03-04Removed redundant view_border elementsKadah_Coba
2019-03-04Added viewer based profilesKadah_Coba
Split picks and classifieds in to separate panels Moved getProfileURL to LLAvatarActions Removed dead XUI panels Removed picks/classifieds floater
2016-09-14MAINT-6731 Use web profile URLs from the grid configurationNatty Linden
2016-05-18MAINT-2129 "Block" button doesn't become disabledandreykproductengine
2016-03-07merge DRTVWR-398 build cleanup fixesOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-11-18MAINT-4677: Unexpected behaviour when blocking objects with a / in their ↵Ansariel
name when using compact chat view
2013-09-09merge with viewer-releaseRichard Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-06-20CHUI-809 (Right-click menu on user name in compat chat mode doesn't have "IM")mberezhnoy
Fixed "Add friend" option always being greyed out, add ability to block object via context menu in compact chat mode.
2013-06-13CHUI-809 (Right-click menu on user name in compat chat mode doesn't have "IM")mberezhnoy
Added callback for friendship checking
2013-05-05Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵Richard Linden
dependencies
2012-01-03use lazy deletion of views via die() method to avoid some potential crashesRichard Linden
2011-11-18EXP-1554 FIXED (Selecting More Info for more than one Classified section in ↵Paul ProductEngine
Search floater, breaks the navigation history in Picks Floater) - For each classified info create a new instance of LLPanelClassifiedInfo - Added destructor for LLPanelProfile::ChildStack to avoid memory leak
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-10-10EXP-1310 FIX Profile button should open Web Profile floaterRichard Nelson
removed unused LLWeb functions for opening non-web media moved logic inside floaters and away from auxiliary functions
2011-03-14Mergeleyla
2011-03-14SOCIAL-687 Call, Map, Share, and Pay options available in web profile for ↵leyla
users in minimal skin
2011-03-09SOCIAL-586 As a user I want to see my Aditi profile when logging into the ↵Leyla Farazha
Aditi grid
2010-12-29SOCIAL-405 FIX Always make Web profiles open in internal Web content floater ↵callum
regardless of prefs
2010-12-22Merge with tip of viewer-developmentcallum
2010-12-15STORM-786 ADDITIONAL FIX Fixed Windows build.Vadim ProductEngine
2010-12-15STORM-786 FIXED Fixed disappearing controls in avatar picks list.Vadim ProductEngine
Caused by an improper fix of STORM-690. Made the way we switch between profile view panels (profile view / pick_info / pick_edit) more robust. It now suits both My Profile and Profile View panels.
2010-12-07merge viewer-development into web-profilesBrad Payne (Vir Linden)
2010-12-06STORM-690 FIXED Underlying panels were visible in undocked sidepanels.Vadim ProductEngine
By the way, fixed losing focus when switching between panels in Me and Places SP (which made the floater semi-transparent).
2010-10-22SOCIAL-84 FIX, SOCIAL-85 FIX - new slapps for edit classified, create and ↵Brad Payne (Vir Linden)
edit pick
2010-10-21support for edit classified slappBrad Payne (Vir Linden)
2010-10-20SOCIAL-84, SOCIAL-85 WIPBrad Payne (Vir Linden)
2010-10-18consolidate generating profile URL, force to lower caseBrad Payne (Vir Linden)
2010-10-12Initial hooks for web profiles supportBrad Payne (Vir Linden)
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-16cleaned up LLUICtrlFactory...Richard Nelson
removed redundant functionality moved buildPanel to LLPanel
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-03-05WIP on EXT-5687 (Classifieds are missing the clickthrough data).Vadim Savchuk
Updating click stats on: * opening classified info * clicking "Map" or "Teleport" buttons in classified info * clicking "Details" in the web-based search floater --HG-- branch : product-engine
2010-02-04Fixed critical bug EXT-4823 - [NUX] Default My Profile to Edit ModeDmitry Zaporozhan
--HG-- branch : product-engine
2009-12-16DEV-44351: Add a new secondlife:///app/classified/create SLapp.Lynx Linden
Also cleaned up the code for the existing app/classified/{UUID} support. Much nicer now.
2009-12-07no ticket, minor refactoring.Yuri Chebotarev
add return value to notifyXXX functions, may be usefull --HG-- branch : product-engine
2009-12-01DEV-43622 : API change (no functionality change) to fix a design error in LLSDKent Quirk
I made it about a year and a half ago; Zero found it while reading code. I had added a return value to LLSD::insert(), but a) did it wrong, and b) broke the STL-like semantics of insert(). So I've put insert() back to returning void and created LLSD::with(), which does what my earlier insert() did. The compiler then caught all the cases where insert()'s return value were being used, and I changed those to use with() instead.
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-10Update for major task EXT-2251 - Implement panels for creating, editing and ↵Dmitry Zaporozhan
viewing Classifieds. Fixed bugs, improved functionality. --HG-- branch : product-engine
2009-11-09MergeDmitry Zaporozhan
--HG-- branch : product-engine