summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpicks.cpp
AgeCommit message (Collapse)Author
2011-11-24EXP-1631 FIXED (Selecting Edit for more than one Pick from Profile floater, ↵Paul ProductEngine
breaks the navigation history in Picks Floater) - Allowed to create a new instance of LLPanelPickEdit for each pick
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-10EXP-1536 fix from paul PELeslie Linden
2011-11-09Merge from PE. Thanks PaulLeslie Linden
2011-11-09EXP-1537 FIXED (Selecting More Info from Classified section in Search ↵Paul ProductEngine
floater launches People panel with inactive Edit button and access to OLD profile window) - Opening Floater Picks instead of old profile panel
2011-11-07EXP-1539 FIXED (Viewer crash when clicking twice on slapp link ↵Paul ProductEngine
secondlife:///app/classified/create) - Simple NULL checking to avoid crash
2011-11-02Updating 'createPick' behavior to mirror new 'createClassified' behaviorLeslie Linden
2011-11-02EXP-1474 FIX -- Create Classified does not work from Search WindowLeslie Linden
* The code now opens the "picks" window and starts the "create new classified" action on it directly. Reviewed by Richard.
2011-09-28MergePaul ProductEngine
2011-09-27EXP-1224 FIXED (Create and register a floater for People side tab)Paul ProductEngine
- Added a floater for People side tab. - Replaced calls to LLSideTray with LLFloaterSidePanelContainer.
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-03-01SOCIAL-615 FIX Selecting create group, classified, or pick in profile and ↵Richard Linden
responding to notification with Don't Quit, clicking on the action again does not show notification
2011-02-28SOCIAL-608 FIX Create Classified link is available in Basic modeRichard Linden
SOCIAL-609 FIX Create Pick link is available in Basic mode in the web profile SOCIAL-610 FIX View group info in Viewer sidebar are available in Basic mode
2011-02-28SOCIAL-608 WIP Classified link is available in Basic modeRichard Linden
2011-01-06Validation check for edit classified and edit pick slappsBrad Payne (Vir Linden)
2010-12-07merge viewer-development into web-profilesBrad Payne (Vir Linden)
2010-12-06STORM-690 ADDITIONAL FIX Hide "Loading..." text that can be seen under ↵Vadim ProductEngine
transparent Avatar Picks accordion.
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-09-27MergeLeyla 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-09-03Merge between james/viewer-identity-evolution and dessie/viewer-publicAimee Linden
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-20changed buildPanel/buildFloater to member functions buildFromFileRichard Nelson
streamlined LLUICtrlFactory's interface
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-07-30deprecated LLPanel::child*() methodsRichard Nelson
2010-05-11merge from dessie/viewer-public right before SLE code landedJames Cook
2010-04-01PE mergeTofu Linden
2010-03-29Merge latest viewer-hotfix, approximately equal to Viewer 2.0 finalJames Cook
2010-03-23CID-450Tofu Linden
Checker: FORWARD_NULL Function: LLPanelPicks::onPanelClassifiedEdit() File: /indra/newview/llpanelpicks.cpp
2010-03-23CID-451Tofu Linden
Checker: FORWARD_NULL Function: LLPanelPicks::onPanelClassifiedSave(LLPanelClassifiedEdit *) File: /indra/newview/llpanelpicks.cpp
2010-03-23Fixed normal bug EXT-6436 - Not showing all classifieds in Profile sidebar.Dmitry Zaporozhan
Updated code to be able to receive classifieds list in two or more packets.
2010-03-10Update for major bug EXT-5942 - Entering a Classified with a banned keyword ↵Dmitry Zaporozhan
doesn't publish, and doesn't let you edit. Updated code for disabling verbs for unpublished classified. --HG-- branch : product-engine
2010-03-10Fixed major bug EXT-5942 - Entering a Classified with a banned keyword ↵Dmitry Zaporozhan
doesn't publish, and doesn't let you edit. Changed the way panels handle classified publishing - each classified panel will keep listening to callbacks and will know when classified is published successfuly. If publish failed, panel will allow user to edit classified and try publishing again. All unpublished classifieds will be lost on Viewer restart. --HG-- branch : product-engine
2010-03-09Update for commit 10217 : 158e0438a11b (WIP on EXT-5687 (Classifieds are ↵Dmitry Zaporozhan
missing the clickthrough data)). Updated parameter name. --HG-- branch : product-engine
2010-03-08Merge with viewer 2 beta 4James Cook
2010-03-05WIP on EXT-5687 (Classifieds are missing the clickthrough data).Vadim Savchuk
Updating classieifed click stats when user presses "Teleport" or "Map" button in the picks/classifieds list side panel. --HG-- branch : product-engine
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-03-05WIP on EXT-5687 (Classifieds are missing the clickthrough data).Vadim Savchuk
Removed a stub clickthrough info dispatcher. --HG-- branch : product-engine
2010-02-18Fixed normal bug EXT - 5426 (Invalid message is shown while viewing empty ↵Paul Guslisty
picks tab of another avata) - Added particular messages for 'PICKS' and 'My Picks' tabs in MyProfile and People panels appropriately. Before there was one message for these tabs. --HG-- branch : product-engine
2010-02-11MergeJames Cook
2010-02-11CID-84Tofu Linden
Checker: FORWARD_NULL Function: LLPanelPicks::onPanelClassifiedClose(LLPanelClassifiedInfo *) File: /indra/newview/llpanelpicks.cpp
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-01-05Fixed major bug (EXT-3903) Adding ten Profile Picks blocks Classifieds creationSergei Litovchuk
- Fixed disabling only "New Pick" menu when picks amount reaches the limit of 10, Classifieds can still be created. --HG-- branch : product-engine