summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.cpp
AgeCommit message (Collapse)Author
2018-07-09Attempting to create a settings inventory item on a non-eep region will now ↵Rider Linden
show a visible failure message to the user. Menu items for greating settings in inventory are disabled on non eep regions.
2018-06-29Enable settings inventory filter checkbox. Fix day cycle editor selection ↵Rider Linden
on open.
2017-12-13MAINT-8061 Consider including folder count along with object countMnikolenko Productengine
2017-11-16MAINT-8006 FIXED The items from 'Received items' panel are not displayed in ↵Mnikolenko Productengine
'Worn' tab
2017-11-16MAINT-7988 Received Items should be searchable via inventoryMnikolenko Productengine
2017-11-06MAINT-7961 Search link in Recent tab of Inventory should open the Search ↵Mnikolenko Productengine
filters for Inventory
2017-10-20MAINT-7906 Inventory filter fixMnikolenko Productengine
2017-10-19MAINT-7906 FIXED Inventory jumps when detaching worn items in appearance panelMnikolenko Productengine
2017-08-04SL-717 Additional search options for inventory windowMnikolenko Productengine
2017-07-05MAINT-203 Fixed auto-scroll zones being uneven in inventoryandreykproductengine
2017-05-22MAINT-7419 Workaround for some purge and trash issues, stuck descendants countandreykproductengine
2017-05-15MAINT-7383 show notifications for Purge item action in all inventory panelsMnikolenko Productengine
2017-04-27MAINT-6519 Contribution, adds feature to replace inventory linksAnsariel
2017-05-04MAINT-7383 Revise notification for Empty Trash / Purge trash action to ↵Mnikolenko Productengine
include number of items being deleted.
2016-12-19Merged STORM-2142AndreyL ProductEngine
2016-11-21Merged in Ansariel/storm-2141AndreyL ProductEngine
2016-11-21MAINT-6938 Fixed Inventory gear menu, 'empty' entries are always enabled.andreykproductengine
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-09-16Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2016-09-02MAINT-6461 crash due to invalid menu pointer during visibility changeandreykproductengine
2016-08-30Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2016-05-19Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2016-05-04MAINT-1513 FIXED Label of new folder doesn't disappear while closing ↵Mnikolenko Productengine
Inventory by hot hey
2016-04-12MAINT-6301 Recent tab sorting changes do not persist between loginsandreykproductengine
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-11-02Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2015-06-19MAINT-5274 missing inventory countandreykproductengine
2015-05-28MAINT-5232: Normalize LLGlobalEconomy's use of LLSingleton.Nat Goodspeed
LLSingleton currently presents two different usage styles: deriving MyClass from LLSingleton<MyClass>, or just using a typedef. Turns out LLGlobalEconomy is the ONLY class using the typedef style -- and the apologetic comment talks about a potential maintenance that hasn't actually happened. Derive LLGlobalEconomy from LLSingleton<LLGlobalEconomy>, like everyone else.
2015-04-28Merge viewer-release, become version 3.7.29Mnikolenko ProductEngine
2015-04-10restore the ll[io]fstream because we need them as wrappers on Windows for ↵Oz Linden
wide char paths; on other platforms they are now just typedefs to the std classes
2015-04-07replace llifstream and llofstream with std::ifstream and std::ofstream ↵Oz Linden
respectively
2015-04-07convert llifstream and llofstream to std::ifstream and std::ofstream ↵Oz Linden
respectively
2015-03-17MAINT-4987 FIXED After cancelling the search term when using "Find all ↵andreykproductengine
links" in Recent items tab of inventory, full inventory contents display in Recent items tab.
2015-01-13merge changes for 3.7.24-releaseOz Linden
2014-12-12Implicit conversion from ostream to string needs help in VS2013callum_linden
2015-01-06STORM-2091 A few small changes per code review requests.Jonathan Yap
2014-12-10STORM-2091 "Empty Trash"/"Empty Lost and Found" menu item is active even if ↵Jonathan Yap
empty
2014-09-09Merge viewer-release and become version 3.7.16maksymsproductengine
2014-09-09Merge viewer-bear and become version 3.7.16maksymsproductengine
2014-09-05MAINT-1192 FIXED Empty folders remain in the recent items tab of inventory ↵Mnikolenko ProductEngine
until relog
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-06MAINT-4325 FIXED [BEAR] Fix to "Reset Filters" causes empty folders to ↵andreykproductengine
appear in Recent tab of Inventory
2014-06-20MAINT-1192 FIXED Empty folders remain in the recent items tab of inventory ↵Mnikolenko ProductEngine
until relog
2014-06-17STORM-2034 Adjust comment block indentJonathan Yap
2014-06-11STORM-2034 Fix and improve processing when hours overflow to daysJonathan Yap
2014-06-09STORM-2034 Trivial code cleanupJonathan Yap
2014-06-07STORM-2034 Add persistence for new setting, more XML formatting changes,Jonathan Yap
Fix two issues with how hours and days are calculated and displayed
2014-06-06STOMR-2034 XML adjustments and a bit of code cleanupJonathan Yap
2014-06-05VWR-25689 Support 'older than' when inventory filteringJonathan Yap
2014-06-03MAINT-2881 FIXED Open folders close when you create a new folder, new ↵andreykproductengine
script, new notecard etc