summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.cpp
AgeCommit message (Collapse)Author
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
2013-09-09merge with viewer-releaseRichard Linden
2013-09-05changed fast timer over to using macroRichard Linden
another attempt to move mem stat into base class
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2013-06-20merge with releaseRichard Linden
2013-06-05merge with viewer-releaseRichard Linden
2013-05-22Pull merge from viewer-releaseMerov Linden
2013-05-02Pull from viewer-releaseMerov Linden
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-04-16CHUI-912, CHUI-849 : Propagate arrange request correctly, limit sort, ↵Merov Linden
improve filter perf, clear traces, add comments.