summaryrefslogtreecommitdiff
path: root/indra/newview/llplacesinventorypanel.cpp
AgeCommit message (Collapse)Author
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-11-15MAINT-3320 : Fixed! Inventory panels are not resistant to folder root ↵Merov Linden
deletion, using handle instead of pointer and cleaning things consistently
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-02-11CHUI-690 : Fixed! Prevent xml parsing error when building Places panel ↵Merov Linden
providing an option menu to the LLFolderView constructor
2012-08-20CHUI-295: Problem: The places panel implemention was incomplete and trying ↵Gilbert Gonzales
to make use of a class that was not fully implemented (placesfolderview). Resoltuion: Upon creation of the places panel, placesfolderview is created which contains the proper overloaded functions to show the correct menu when right clicking.
2012-07-30CHUI-217 FIX Items are not visible in Merchant OutboxRichard Linden
cleaned up a lot custom code for folder view item creation in inbox and outbox proper initialization of views from inventory panel starting folder
2012-07-19CHUI-236 : WIP : Modify the handling of FT_ROOT_INVENTORY which was creating ↵merov_linden
havoc in LLInventoryModel instantiation. Still, some of those hack will have to come back on.
2012-07-17CHUI-234 : Fix crashers in landmarks panelMerov Linden
2012-06-28CHUI-101 WIP Make LLFolderview general purposeRichard Linden
filtering mostly working
2012-06-20CHUI-101 WIP Make LLFolderview general purposeRichard Linden
more compilation fixes, just need to add getName() back to LLInventoryFilter et al
2012-06-15CHUI-101 WIP Make LLFolderView general purposeRichard Linden
continuing fixing build errors renamed llfoldervieweventlistener.h to llfolderviewmodel.h
2012-06-15CHUI-101 WIP Make LLFolderView general purposeRichard Linden
llfolderview refactornig
2011-06-17EXP-915 FIX remove mHidden and mStartFolderID from LLFolderView*Richard Linden
cleaned up and refactored inventory code a bit reviewed by Leyla
2010-10-27Backed out changeset: 330d0e96d58d STORM-296Seth ProductEngine
2010-10-07STORM-296 FIXED Item types that can be dropped to Places SP->My Landmarks ↵Seth ProductEngine
restricted to landmarks and folders only.
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-04-01EXT-6680 : [INFRASTRUCTURE] Change LLInventoryPanel "LLFolderView* mFolders" ↵Loren Shih
to "LLFolderView* mRootFolder" Superficial member variable name changes.
2010-03-16fix for normal EXT-6354 [HARD CODED] - Inventory, Filter-popup: Title isnґt ↵Yuri Chebotarev
localized reviwed https://codereview.productengine.com/secondlife/r/35/ --HG-- branch : product-engine
2010-02-11EXT-4837 [NUX] When filter results in null state, provide a message ↵angela
suggesting the user try global search.
2010-02-05Fixed major bug EXT-4994 (Sidebar Places View Suddenly Shifts While Renaming ↵Mike Antipov
Favorites) - overridden default LLFolderView functionality to apply LLSelectFirstFilteredItem functor for Places / Landmarks Inventory panels - this also fixed normal bug EXT-1631 (Landmarks panel: There is selection in the each accordion after filter reset) --HG-- branch : product-engine
2010-01-28working on normal EXT-4261 Cannot use Keyboard to navigate to search result ↵Ychebotarev ProductEngine
in my landmarks tab --HG-- branch : product-engine
2009-12-25Work on low task EXT-1770 ( Places - Landmarks - Inventory Panels should be ↵Mike Antipov
refactored to use LL implementation of possibility to show specified Inventory folder) -- renamed files from llinventorysubtreepanel to llplacesinventorypanel -- renamed class LLInventorySubTreePanel to LLPlacesInventoryPanel --HG-- branch : product-engine