summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.cpp
AgeCommit message (Collapse)Author
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
2014-03-12merge with releaseRichard Linden
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2013-11-21MAINT-3471 FIXED Set USER_LOCALE when updating item count.Mnikolenko ProductEngine
2013-11-11Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-09-09merge with viewer-releaseRichard Linden
2013-08-26Merge downstream code for CHUIStormsimon
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-05MAINT-822 FIXED [PUBLIC]Inventory window should focus on search fielddmitry
2013-05-22Pull merge from viewer-releaseMerov Linden
2013-04-02CHUI-849 : WIP : Prevents Finding Widgets in highly used code by getting ↵Merov Linden
pointers to widgets in PostBuild
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-02-08CHUI-735 : Fixed! Refactor the code to move isSelectionRemovable() to the ↵Merov Linden
LLInventoryPanel level. Use it when using the delete key.
2013-01-30Pull merge from lindenlab/viewer-developementMerov Linden
2012-08-31MAINT-1471 FIXED Disable "Share" menu item if there is no item selected in ↵maxim_productengine
active panel
2012-08-29CHUI-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-09Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.Todd Stinson
2012-08-01CHUI-267 FIX Full inventory listing not always shown for test accountRichard 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-20MAINT-570 Remove unused memory tracking system LLMemTypeDave Parks
2012-07-02CHUI-101 WIP Make LLFolderView general purposeRichard Linden
started to remove newview dependencies from llfolder*
2012-07-02MAINT-971 : [PUBLIC]Renaming a new inventory item while filtering item namessimon@Simon-PC.lindenlab.com
renames parent folder instead. Reviewed by Kelly
2012-06-28CHUI-101 WIP Make LLFolderview general purposeRichard Linden
cleaned up ownership of viewmodel more filtering fixes
2012-06-27CHUI-101 WIP Make LLFolderView general purposeRichard Linden
moved filtering logic to viewmodel
2012-06-20CHUI-101 WIP Make LLFolderview general purposeRichard Linden
more compilation fixes, just need to add getName() back to LLInventoryFilter et al
2012-06-19CHUI-101 WIP Make LLFolderview general purposeRichard Linden
added more casts to LLFolderViewModelItemInventory, etc. to fix compile errors
2012-06-15CHUI-101 WIP Make LLFolderView general purposeRichard Linden
continuing fixing build errors renamed llfoldervieweventlistener.h to llfolderviewmodel.h
2012-06-15Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderviewRichard Linden
2012-06-15CHUI-101 WIP Make LLFolderView general purposeRichard Linden
llfolderview refactornig