summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.cpp
AgeCommit message (Collapse)Author
2016-11-14STORM-2141: Fix various inventory floater related issues:Ansariel
* Opening new inventory via Control-Shift-I shortcut uses legacy and potentinally dangerous code path * Closing new inventory windows don't release memory * During shutdown legacy and inoperable code for inventory window cleanup is called * Remove old and unused inventory legacy code
2016-05-06merge 4.0.4-release and MAINT-5974Oz Linden
2016-04-04merge with 4.0.3-releaseOz Linden
2016-04-01Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2016-02-15MAINT-867 Inventory dialog stays in transparent mode after object was taken ↵Mnikolenko ProductEngine
to inventory
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-09-24MAINT-5282: I've removed most of the depricated Merchant Outbox code and the ↵Rider Linden
links to it in the menus. Also removed the Outbox Floater and made the folder always hidden if empty in inventory. (There may still be some outstanding Outbox code that was not obvious that I have missed.)
2015-06-05DD-290 : Add an option to filter out marketplace, use it in Recent tabMerov Linden
2015-05-29Pull merge from lindenlab/viewer-releaseMerov Linden
2015-03-13MAINT-4980 WIP - add context menu filtering based on the selection groupBrad Payne (Vir Linden)
2015-02-04DD-301 : Never filter the marketplace listings folder within the marketplace ↵Merov Linden
panels
2015-01-02DD-297 : Performance on login : Refactored the code so that we have a new ↵Merov Linden
LLMarketplaceFolderBridge class in the bridge model. Only the panels with the use_marketplace_folders param flag will use that one.
2014-12-19Pull merge from lindenlab/viewer-releaseMerov Linden
2014-09-28Pull merge from lindenlab/viewer-releaseMerov Linden
2014-09-08Pull merge from lindenlab/viewer-releaseMerov Linden
2014-09-09Merge viewer-release and become version 3.7.16maksymsproductengine
2014-08-23DD-176 : Show marketplace listing root even if InventoryOutboxMakeVisible is ↵Merov Linden
false.
2014-09-09Merge viewer-bear and become version 3.7.16maksymsproductengine
2014-09-08MAINT-4422 FIXED Inventory re-sorts itself if any of the Filters are enabled ↵Mnikolenko ProductEngine
and you detach an item from your Avatar
2014-08-15MAINT-4293 [BEAR] Very slow inventory fetch on Bear compared to current ↵maksymsproductengine
release: this change-set will does this issue not [BEAR] and reverts most part of fix for MAINT-1192.
2014-08-09DD-100 : Fixed! Had to create the inventory panels after we get the ↵Merov Linden
marketplace listings root id
2014-08-07DD-100 : WIP : Setting up inventory panel code in marketplace listing so ↵Merov Linden
that panels can be deleted and rebuilt with new root
2014-08-07MAINT-4325 FIXED [BEAR] Fix to "Reset Filters" causes empty folders to ↵andreykproductengine
appear in Recent tab of Inventory Clean up - reverted fragment from MAINT-1192, it is no longer needed.
2014-08-02DD-160 : Open the root folder widget on creation in inventory panels that ↵Merov Linden
requires one
2014-07-31MAINT-4290 FIXED [BEAR] Recent Items flashes badly and sometimes blanks out ↵andreykproductengine
when any change is made to inventory and especially when inventory is fetching from a clean cache
2014-07-30DD-75 : Prevent dropping on filtered tabs root. Adding an allow_drop option ↵Merov Linden
to inventory tab and folder view folders so that case can be taken into account.
2014-07-29DD-69 : Fixed! Added an xml parameter to optionally allow the visualization ↵Merov Linden
of the root folder on an inventory panel. Used only for marketplace floater so far.
2014-07-22Sync merge with lindenlab/viewer-releaseMerov Linden
2014-07-21merge changes for 3.7.12-releaseOz Linden
2014-07-03MAINT-2570 FIXED Don't allow attaching or opening items from Merchant Outbox.Mnikolenko ProductEngine
2014-06-17MAINT-1192 FIXED Don't show folder without recent item in it for "Recent" tab.Mnikolenko ProductEngine
2014-06-05VWR-25689 Support 'older than' when inventory filteringJonathan Yap
2014-05-30Pull merge from lindenlab/viewer-releaseMerov Linden
2014-05-07Merge downstream version 3.7.8 codesimon
2014-05-07Pull and merge viewer-release as version 3.7.8simon
2014-04-22MergeXiaohong Bao
2014-04-21Merge downstream codesimon
2014-04-21Merge downstream code updating version to 3.7.7simon
2014-04-21DD-66 : Use new icons for version folders and stock folderMerov Linden
2014-04-03DD-20 : Handle edge cases a bit more cleanlyMerov Linden
2014-03-28DD-24 : Add FT_MARKETPLACE_STOCK as a new type for folders, implement the ↵Merov Linden
promotion code for Drag and Drop, display of stock folders and embryonic marketplace validation
2014-03-13DD-42 : Rename merchant items to marketplace listings to be consistent with specMerov Linden
2014-03-06DD-4, DD-5, DD-6, DD-7, DD-8: WIP : Add Merchant Items panel and make it ↵Merov Linden
somewhat work, in a clunky sort of way
2014-03-07MAINT-3789 FIXED When moving items between inventory folders, the moved item ↵andreykproductengine
is no longer highlighted in the new folder.
2013-12-09MAINT-3017 FIX Inventory filter for Recent tab does not persist between ↵Richard Linden
sessions as it used to. added names back to inventory filters, so they can be deserialized
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-11-13MAINT-3320 : WIP : Introduced a cleanOutbox() method to be called on outbox ↵Merov Linden
deletion
2013-10-15renamed TimeBlock to BlockTimerStatHandleRichard Linden
2013-10-14Pull merge from lindenlab/viewer-releaseMerov Linden
2013-09-24converted memory tracking units to KB from BRichard Linden
added more memory tracking to LLFolderView and kin