| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-05 | Merge branch 'DRTVWR-501-maint' into DRTVWR-503-maint | Andrey Lihatskiy | |
| # Conflicts: # indra/newview/llinventorybridge.cpp # indra/newview/llinventorypanel.cpp # indra/newview/lltexturectrl.cpp # indra/newview/skins/default/xui/de/floater_texture_ctrl.xml # indra/newview/skins/default/xui/es/floater_texture_ctrl.xml # indra/newview/skins/default/xui/fr/floater_texture_ctrl.xml # indra/newview/skins/default/xui/it/floater_texture_ctrl.xml # indra/newview/skins/default/xui/ja/floater_texture_ctrl.xml # indra/newview/skins/default/xui/pt/floater_texture_ctrl.xml # indra/newview/skins/default/xui/ru/floater_texture_ctrl.xml # indra/newview/skins/default/xui/tr/floater_texture_ctrl.xml # indra/newview/skins/default/xui/zh/floater_texture_ctrl.xml | |||
| 2020-03-18 | Merge master (v 6.3.9) into DRTVWR-440 | Dave Houlton | |
| 2020-01-27 | SL-12475 add Inventory Favorites tab | maxim_productengine | |
| 2019-11-20 | SL-10499 - handle package info from benefits service | Brad Payne (Vir Linden) | |
| 2019-11-19 | SL-10499 - Fixes for benefits info and upload, especially bulk upload | Brad Payne (Vir Linden) | |
| 2019-11-15 | SL-10499 - benefits. Removed no-longer-needed lleconomy files and classes. ↵ | Brad Payne (Vir Linden) | |
| Group-related costs and limits via benefits. | |||
| 2019-11-14 | SL-10499, SL-10497 - use LLAgentBenefits info | Brad Payne (Vir Linden) | |
| 2019-09-10 | Merge viewer-release 6.3.2 | Graham Linden | |
| 2019-04-23 | SL-11002 FIXED 'Created by me' and 'Created by others' checkboxes are not ↵ | maxim_productengine | |
| reset using 'Reset Filters' | |||
| 2019-04-22 | SL-8012 Remove Mesh Filter Option on Inventory | andreykproductengine | |
| 2018-07-09 | Attempting 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-29 | Enable settings inventory filter checkbox. Fix day cycle editor selection ↵ | Rider Linden | |
| on open. | |||
| 2017-12-13 | MAINT-8061 Consider including folder count along with object count | Mnikolenko Productengine | |
| 2017-11-16 | MAINT-8006 FIXED The items from 'Received items' panel are not displayed in ↵ | Mnikolenko Productengine | |
| 'Worn' tab | |||
| 2017-11-16 | MAINT-7988 Received Items should be searchable via inventory | Mnikolenko Productengine | |
| 2017-11-06 | MAINT-7961 Search link in Recent tab of Inventory should open the Search ↵ | Mnikolenko Productengine | |
| filters for Inventory | |||
| 2017-10-20 | MAINT-7906 Inventory filter fix | Mnikolenko Productengine | |
| 2017-10-19 | MAINT-7906 FIXED Inventory jumps when detaching worn items in appearance panel | Mnikolenko Productengine | |
| 2017-08-04 | SL-717 Additional search options for inventory window | Mnikolenko Productengine | |
| 2017-07-05 | MAINT-203 Fixed auto-scroll zones being uneven in inventory | andreykproductengine | |
| 2017-05-22 | MAINT-7419 Workaround for some purge and trash issues, stuck descendants count | andreykproductengine | |
| 2017-05-15 | MAINT-7383 show notifications for Purge item action in all inventory panels | Mnikolenko Productengine | |
| 2017-04-27 | MAINT-6519 Contribution, adds feature to replace inventory links | Ansariel | |
| 2017-05-04 | MAINT-7383 Revise notification for Empty Trash / Purge trash action to ↵ | Mnikolenko Productengine | |
| include number of items being deleted. | |||
| 2016-12-19 | Merged STORM-2142 | AndreyL ProductEngine | |
| 2016-11-21 | Merged in Ansariel/storm-2141 | AndreyL ProductEngine | |
| 2016-11-21 | MAINT-6938 Fixed Inventory gear menu, 'empty' entries are always enabled. | andreykproductengine | |
| 2016-11-14 | STORM-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-16 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
| 2016-09-02 | MAINT-6461 crash due to invalid menu pointer during visibility change | andreykproductengine | |
| 2016-08-30 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
| 2016-05-19 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
| 2016-05-04 | MAINT-1513 FIXED Label of new folder doesn't disappear while closing ↵ | Mnikolenko Productengine | |
| Inventory by hot hey | |||
| 2016-04-12 | MAINT-6301 Recent tab sorting changes do not persist between logins | andreykproductengine | |
| 2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
| 2015-11-02 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
| 2015-06-19 | MAINT-5274 missing inventory count | andreykproductengine | |
| 2015-05-28 | MAINT-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-28 | Merge viewer-release, become version 3.7.29 | Mnikolenko ProductEngine | |
| 2015-04-10 | restore 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-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
| respectively | |||
| 2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream ↵ | Oz Linden | |
| respectively | |||
| 2015-03-17 | MAINT-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-13 | merge changes for 3.7.24-release | Oz Linden | |
| 2014-12-12 | Implicit conversion from ostream to string needs help in VS2013 | callum_linden | |
| 2015-01-06 | STORM-2091 A few small changes per code review requests. | Jonathan Yap | |
| 2014-12-10 | STORM-2091 "Empty Trash"/"Empty Lost and Found" menu item is active even if ↵ | Jonathan Yap | |
| empty | |||
| 2014-09-09 | Merge viewer-release and become version 3.7.16 | maksymsproductengine | |
| 2014-09-09 | Merge viewer-bear and become version 3.7.16 | maksymsproductengine | |
| 2014-09-05 | MAINT-1192 FIXED Empty folders remain in the recent items tab of inventory ↵ | Mnikolenko ProductEngine | |
| until relog | |||
