summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorypanel.h
AgeCommit message (Collapse)Author
2020-09-09SL-12475 Mac buildfixAndrey Lihatskiy
2020-09-09SL-12475 add Inventory Favorites tabmaxim_productengine
# Conflicts: # indra/newview/llinventorybridge.cpp # indra/newview/llinventorypanel.cpp
2019-02-08SL-10509 EEP Settings Picker gets closed by drag&dropandreykproductengine
2018-12-21SL-10275 FIXED [EEP] Pressing Enter while setting "Settings From Inventory" ↵maxim_productengine
opens the Day Cycle
2018-10-12SL-9733 Implemented drag and drop support for presorted panelandreykproductengine
2018-10-10SL-9733 Added prefiltered inventory panel to prevent creation of unneeded viewsandreykproductengine
2018-10-09Backed out SL-9733 - more work needs to be doneandreykproductengine
2018-10-02SL-9733 Perfomance trweak. Should be incompatible with normal filters but ↵andreykproductengine
far faster.
2018-09-24SL-9676 EEP Pick:SELECT SETTINGS limit folder operations optionsmaxim_productengine
2018-07-09MAINT-8821: Clean up some of the selection and enable/disable code, Add menu ↵Rider Linden
for adding settings.
2018-06-08Settings inventory picker.Rider Linden
2017-12-20MAINT-8061 update folder label when item count changesMnikolenko Productengine
2017-12-13MAINT-8061 Consider including folder count along with object countMnikolenko Productengine
2017-12-04MAINT-7993 Fixed on uploading inventory will show up but won't display ↵andreykproductengine
uploaded item
2017-08-04SL-717 Additional search options for inventory windowMnikolenko Productengine
2017-05-15MAINT-7383 show notifications for Purge item action in all inventory panelsMnikolenko Productengine
2017-05-08MAINT-7354 correction to misbehaving 'purge' and notification spam.andreykproductengine
2017-01-17MAINT-6959 Ability to set custom folders for uploading itemsandreykproductengine
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-05-29Pull merge from lindenlab/viewer-releaseMerov Linden
2015-03-13MAINT-4980 WIP - add context menu filtering based on the selection groupBrad Payne (Vir Linden)
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-09-08Pull merge from lindenlab/viewer-releaseMerov Linden
2014-08-14DD-112 : Disable the add folder button if the tab doesn't support drop on rootMerov Linden
2014-08-01DD-75 : Fix Windows compilation confusion ending in failureMerov Linden
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-06-05VWR-25689 Support 'older than' when inventory filteringJonathan Yap
2014-04-22MergeXiaohong Bao
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-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-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-08CHUI-659 : Fixed : Reimplemented open selection on hitting return the right wayMerov Linden
2012-12-05CHUI-509 : Fixed : Add params to inventory widgets to control font colors ↵Merov Linden
(required for library items and links).
2012-08-20CHUI-295: Problem: The places panel implemention was incomplete and trying ↵Gilbert Gonzales
to make use of a class that was not fully implemented (placesfolderview). Resoltuion: Upon creation of the places panel, placesfolderview is created which contains the proper overloaded functions to show the correct menu when right clicking.
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-30CHUI-217 FIX Items are not visible in Merchant OutboxRichard Linden
cleaned up a lot custom code for folder view item creation in inbox and outbox proper initialization of views from inventory panel starting folder
2012-07-25CHUI-239 FIX Viewer crash when opening object with contentsRichard Linden
2012-07-19CHUI-236 : WIP : Places panel works for My Inventory but still empty lists ↵Merov Linden
for Favorites Bar, My Landmarks and Library.
2012-07-03CHUI-101 WIP Make LLFolderview general purposeRichard Linden
removed viewer dependencies from folderview code
2012-07-03Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderviewRichard Linden
2012-07-02CHUI-101 WIP Make LLFolderView general purposeRichard Linden
started to remove newview dependencies from llfolder*
2012-07-02CHUI-101 WIP Make LLFolderView general purposeRichard Linden
refactored source files, moving logic into llfolderviewmodel*.cpp filter logic tweaks purging and moving inventory now properly cleans up view model
2012-06-29CHUI-101 WIP Make LLFolderView general purposeRichard Linden
cleaned up some stale TODOs worked on getting initial inventory display to work consistently
2012-06-28CHUI-101 WIP Make LLFolderview general purposeRichard Linden
filtering mostly working
2012-06-27CHUI-101 WIP Make LLFolderView general purposeRichard Linden
moved filtering logic to viewmodel
2012-06-21CHUI-101 WIP Make LLFolderview general purposeRichard Linden
inventory item labels and icons displaying again
2012-06-19CHUI-101 WIP Make LLFolderview general purposeRichard Linden
added more casts to LLFolderViewModelItemInventory, etc. to fix compile errors
2012-06-18CHUI-101 WIP Make LLFolderView general purposeRichard Linden
continuing fixing build errors general cleanup