summaryrefslogtreecommitdiff
path: root/indra/newview/llpanellandmarks.cpp
AgeCommit message (Collapse)Author
2009-12-14Merge of my old precompiled headers dependency cleanup with tip of viewer-2-0.brad kittenbrink
2009-12-11automated merge avp->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-11EXT-3373 : Favorites folder disappears after canceling filterLoren Shih
Doing a more robust check to see if folders need to be refreshed. --HG-- branch : avatar-pipeline
2009-12-10Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-09Re-fixed normal bug EXT-2346 \"My Landmarks accordion panels shouldn't be ↵Sergei Litovchuk
displayed if there are no landmarks in respective folders\" --HG-- branch : product-engine
2009-12-09EXT-3274 : Landmarks or Favorites accordion panel shows up as emptyLoren Shih
EXT-1609 : Strange behavior for accordions in Places panel, Landmarks tab Forcing top-level folders open when accordion is active. Removed logic that was saving and restoring initial folder state. --HG-- branch : avatar-pipeline
2009-12-09Fixed critical bug EXT-3094 (Content of accordions disappears after ↵Mike Antipov
collapsing all folders in My "Landmarks" tab and switching to "Teleport history" tab and back) Reason: Folder state of loaded folders was not saved before switching to Teleport history and back Due to inventory loading was changed to fetch items in background it is impossible to save folder state while initializing of an Inventory panel. Inventory observer was implemented to save folder states for Inventory Panels in all accordions. Reviwed by Seth ProductEngine --HG-- branch : product-engine
2009-12-08EXT-3256 : Show help message in Favorites bar if emptyLoren Shih
--HG-- branch : avatar-pipeline
2009-12-08For EXT-3166 : MyInventory/Library Places accordions are causing massive ↵Loren Shih
inventory background fetch on startup Took out line to start background fetch at start of filter; the background fetch will start when the filter is started. This prevents the viewer from requesting a complete inventory fetch at login. --HG-- branch : avatar-pipeline
2009-12-07Another merge of include dependency cleanup work with viewer-2-0.brad kittenbrink
2009-12-07Fix for critical bug EXT-3166 "MyInventory/Library Places accordions are ↵Sergei Litovchuk
causing massive inventory background fetch on startup" - MyInventory/Library Places accordions aren't expanded on startup now. --HG-- branch : product-engine
2009-12-03Fixed normal bug EXT-3004 "Created landmark isn't saved in "Favorite" folder ↵Sergei Litovchuk
and isn't shown in "Fav" bar". - Added enabling "Save" landmark button only after landmark is loaded. Minor cleanup of fix for EXT-2346 "My Landmarks accordion panels shouldn't be displayed if there are no landmarks in respective folders". --HG-- branch : product-engine
2009-12-02Manual merge from default branch.Vadim Savchuk
--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-12-01Fixed normal bug EXT-2786 (My Landmarks: context menu updates after second ↵Andrew Dyukov
right-click). --HG-- branch : product-engine
2009-12-01Fixed normal bug EXT-2346 "My Landmarks accordion panels shouldn't be ↵Sergei Litovchuk
displayed if there are no landmarks in respective folders". - Added updating accordions contents in idle routine. - Removed inventory observer. --HG-- branch : product-engine
2009-12-01automated merge for viewer-2.0 -> avp.Loren Shih
--HG-- branch : avatar-pipeline
2009-11-30EXT-2859 : Landmark filters aren't explicitly fetching inventory recursivelyLoren Shih
EXT-2815 : Create ability to selectively apply a filter LandmarkSP filters are now started explicitly whenever the Library / My Inventory accordion panels are opened. --HG-- branch : avatar-pipeline
2009-11-27fixed normal bug EXT-2685. My Landmarks: "Sort by Date" becomes disabled ↵Paul Guslisty
after selecting it --HG-- branch : product-engine
2009-11-27Fixed low bug EXT-2794(MyLandmarks: "Create Pick" is enabled when multiple ↵Eugene Mutavchi
landmarks are selected) --HG-- branch : product-engine
2009-11-23Fixed normal bug EXT-2346 "My Landmarks accordion panels shouldn't be ↵Sergei Litovchuk
displayed if there are no landmarks in respective folders". - Added inventory observer to Landmarks Panel to update accordion tabs visibility upon inventory changes. - Added accordions contents refreshing upon filter edit to fix updating accordion items when filter becomes less restrictive. --HG-- branch : product-engine
2009-11-19Fixed normal bug EXT-2348 "My Landmarks: Show On Map does nothing for ↵Sergei Litovchuk
landmarks from Library" - Added callback to ensure that a landmark is loaded from the global landmark list. - Added disabling "Map" button to indicate that a landmark info is being loaded. --HG-- branch : product-engine
2009-11-16Header file cleanup.Loren Shih
Spelling cleanup. Changed "Inventroy"->"Inventory". Removed a couple of headers from llinventory.h. --HG-- branch : avatar-pipeline
2009-11-13Refactoring of llviewerprecompiledheaders.h to hopefully increase stabilitybrad kittenbrink
and reduce unnecessary dependencies and incredibuild wedging. Hopefully in the long run this will reduce build time. Also cleaned up a lot of header file usage to conform better to the coding standard. reviewed by james and steve.
2009-11-06merge changes from product-engineSteve Bennetts
2009-11-06mergeLoren Shih
--HG-- branch : avatar-pipeline
2009-11-06EXT-2278 : "Save Texture As" for bottom panelLoren Shih
EXT-2310 : "Save Texture As" for inventory right-click menu "Save Texture As" now works properly and brings up the texture preview while saving. Also added "Save Texture As" to the right-click inventory context menu. --HG-- branch : avatar-pipeline
2009-11-06partial fix for minor bug EXT-1607 Trash and Gear buttons are enabled when ↵Denis Serdjuk
nothing is selected. Now gear button will disabled when nothing is selected. --HG-- branch : product-engine
2009-11-06no ticket. major crash in Panel Landmark has been fixed. It was founded ↵Denis Serdjuk
while investigating EXT-1607. --HG-- branch : product-engine
2009-11-05mergeVadim Savchuk
--HG-- branch : product-engine
2009-11-05implemented minor task EXT-1617 No need to expand all accordion panels in ↵Denis Serdjuk
the My Landmarks. Rollback previous incorrect behavior in changeset 45ece11eb7d8. --HG-- branch : product-engine
2009-11-04Merge changes from https://hg.aws.productengine.com/secondlife/viewer-2-0/Steve Bennetts
2009-11-04Redo Bao's broken mergeBryan O'Sullivan
2009-11-04No ticket. Removed extra includes. Fixed copyright years.Sergei Litovchuk
--HG-- branch : product-engine
2009-11-03update from viewer2 and merge into avpEric M. Tulla (BigPapi)
--HG-- branch : avatar-pipeline
2009-11-03fixed minor bug EXT-1618 Add Landmark does nothing if resident stands ↵Denis Serdjuk
exactly in the location of existing landmark --HG-- branch : product-engine
2009-11-03implemented minor task EXT-1617 No need to expand all accordion panels in ↵Denis Serdjuk
the My Landmarks --HG-- branch : product-engine
2009-11-02Merge conflict resolution for previous commit.Loren Shih
--HG-- branch : avatar-pipeline
2009-11-02EXT-1866 : Inventory Side PanelLoren Shih
svn merge -r137106:137808 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/inventory-panel Porting over changes from svn Inventory Panel work.
2009-11-02Fixed normal bug EXT-2001 ( [BSI] Can select multiple Landmarks in Places ↵Mike Antipov
side panel and still click "Map" or "Teleport") - disable "Map" & "Teleport" buttons for selected folders --HG-- branch : product-engine
2009-11-02Fixed normal bug EXT-2001 ( [BSI] Can select multiple Landmarks in Places ↵Mike Antipov
side panel and still click "Map" or "Teleport") - process enable state for "Teleport" & Show on Map" buttons in the same way as appropriate gear&context menu items --HG-- branch : product-engine
2009-10-30Implemented normal task EXT-2014 (Places - Landmarks: Collapsed accordion ↵Mike Antipov
panels should expand while filtering if they contain matched items) --HG-- branch : product-engine
2009-10-28Fixed normal bug EXT-1619 (Accodion panel should be hidden if it has no ↵Mike Antipov
content matches filter) - added processing a count of visibled items in accordion tabs. --HG-- branch : product-engine
2009-10-27fixed Bug EXT-1602 'Add new folder' and 'Add new landmark' has same ↵Denis Serdjuk
icons that is deceitful New menubutton has been implemented according to Viewer 2.0 Design Specification:Places Task Panel. It generates a menu for AddLandmark and AddFolder options --HG-- branch : product-engine
2009-10-23mergeSteve Bennetts
2009-10-23Merging revisions 2156-2183 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry * Bugs: EXT-1590 EXT-1694 EXT-1660 EXT-1646 EXT-1694 EXT-1316 EXT-1775 EXT-1798 EXT-1799 EXT-1117 EXT-1571 EXT-1572 * Dev: EXT-1757 EXT-991 EXT-1758 EXT-1770 EXT-1192 EXT-1613 EXT-1611 EXT-1256 EXT-1758 EXT-747
2009-10-21mergeSteve Bennetts
2009-10-22Merging revisions 2146-2150 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry * Bugs: EXT-1752 EXT-1754
2009-10-22Merging revisions 2129-2144 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry * Bugs: EXT-1293 EXT-1611 EXT-1613 EXT-1176 EXT-1724 EXT-1186 EXT-1662 EXT-1760 EXT-1720 * Dev: EXT-1575 EXT-1770 EXT-1232 EXT-1234
2009-10-21Merging revisions 2112-2128 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry * Bugs: EXT-1605 EXT-1506 EXT-1663 EXT-1616 EXT-1599 EXT-1587 * Dev: EXT-748 EXT-1447 * IM Cleanup