Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-19 | MAINT-5274 missing inventory count | andreykproductengine | |
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 | |
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 | |||
2014-08-15 | MAINT-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-06 | MAINT-4325 FIXED [BEAR] Fix to "Reset Filters" causes empty folders to ↵ | andreykproductengine | |
appear in Recent tab of Inventory | |||
2014-06-20 | MAINT-1192 FIXED Empty folders remain in the recent items tab of inventory ↵ | Mnikolenko ProductEngine | |
until relog | |||
2014-06-17 | STORM-2034 Adjust comment block indent | Jonathan Yap | |
2014-06-11 | STORM-2034 Fix and improve processing when hours overflow to days | Jonathan Yap | |
2014-06-09 | STORM-2034 Trivial code cleanup | Jonathan Yap | |
2014-06-07 | STORM-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-06 | STOMR-2034 XML adjustments and a bit of code cleanup | Jonathan Yap | |
2014-06-05 | VWR-25689 Support 'older than' when inventory filtering | Jonathan Yap | |
2014-06-03 | MAINT-2881 FIXED Open folders close when you create a new folder, new ↵ | andreykproductengine | |
script, new notecard etc | |||
2014-03-12 | merge with release | Richard Linden | |
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2013-11-21 | MAINT-3471 FIXED Set USER_LOCALE when updating item count. | Mnikolenko ProductEngine | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-08-26 | Merge downstream code for CHUIStorm | simon | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-05 | MAINT-822 FIXED [PUBLIC]Inventory window should focus on search field | dmitry | |
2013-05-22 | Pull merge from viewer-release | Merov Linden | |
2013-04-02 | CHUI-849 : WIP : Prevents Finding Widgets in highly used code by getting ↵ | Merov Linden | |
pointers to widgets in PostBuild | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-02-08 | CHUI-735 : Fixed! Refactor the code to move isSelectionRemovable() to the ↵ | Merov Linden | |
LLInventoryPanel level. Use it when using the delete key. | |||
2013-01-30 | Pull merge from lindenlab/viewer-developement | Merov Linden | |
2012-08-31 | MAINT-1471 FIXED Disable "Share" menu item if there is no item selected in ↵ | maxim_productengine | |
active panel | |||
2012-08-29 | CHUI-305: Problem: The 'resident picker' had multiple parents and due to the ↵ | Gilbert Gonzales | |
design of the resident picker it can have only one parent. Having multiple parents caused both parents to fight for depth ordering...which caused the flickering. Resolution: Now multiple 'resident pickers' can exist and they are coupled to the floater that spawned then. Meaning that when the parent floater closes, the 'resident picker' floater will also close. In addition, a shadow frustum eminates from the button that opened the 'resident picker'. | |||
2012-08-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-08-01 | CHUI-267 FIX Full inventory listing not always shown for test account | Richard Linden | |
changed LLFolderViewModelInterface::getFilter() to return a reference, since it is never NULL removed sort order from filter, which was causing unneeded filtering | |||
2012-07-20 | MAINT-570 Remove unused memory tracking system LLMemType | Dave Parks | |
2012-07-02 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
started to remove newview dependencies from llfolder* | |||
2012-07-02 | MAINT-971 : [PUBLIC]Renaming a new inventory item while filtering item names | simon@Simon-PC.lindenlab.com | |
renames parent folder instead. Reviewed by Kelly | |||
2012-06-28 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
cleaned up ownership of viewmodel more filtering fixes | |||
2012-06-27 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
moved filtering logic to viewmodel | |||
2012-06-20 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
more compilation fixes, just need to add getName() back to LLInventoryFilter et al | |||
2012-06-19 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
added more casts to LLFolderViewModelItemInventory, etc. to fix compile errors | |||
2012-06-15 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
continuing fixing build errors renamed llfoldervieweventlistener.h to llfolderviewmodel.h | |||
2012-06-15 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderview | Richard Linden | |
2012-06-15 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
llfolderview refactornig | |||
2012-03-02 | EXP-1911 : Fix the filter resetting, using U64 values where needed. | Merov Linden | |
2012-02-09 | EXP-1844 FIX Selecting a large number of inventory items can block the ↵ | Richard Linden | |
viewer for a long time. only show hourglass and fetching text when downloading folders, not item metadata |