Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-08 | SL-10509 EEP Settings Picker gets closed by drag&drop | andreykproductengine | |
2018-12-21 | SL-10275 FIXED [EEP] Pressing Enter while setting "Settings From Inventory" ↵ | maxim_productengine | |
opens the Day Cycle | |||
2018-10-12 | SL-9733 Implemented drag and drop support for presorted panel | andreykproductengine | |
2018-10-10 | SL-9733 Added prefiltered inventory panel to prevent creation of unneeded views | andreykproductengine | |
2018-10-09 | Backed out SL-9733 - more work needs to be done | andreykproductengine | |
2018-10-02 | SL-9733 Perfomance trweak. Should be incompatible with normal filters but ↵ | andreykproductengine | |
far faster. | |||
2018-09-24 | SL-9676 EEP Pick:SELECT SETTINGS limit folder operations options | maxim_productengine | |
2018-07-09 | MAINT-8821: Clean up some of the selection and enable/disable code, Add menu ↵ | Rider Linden | |
for adding settings. | |||
2018-06-08 | Settings inventory picker. | Rider Linden | |
2017-12-20 | MAINT-8061 update folder label when item count changes | Mnikolenko Productengine | |
2017-12-13 | MAINT-8061 Consider including folder count along with object count | Mnikolenko Productengine | |
2017-12-04 | MAINT-7993 Fixed on uploading inventory will show up but won't display ↵ | andreykproductengine | |
uploaded item | |||
2017-08-04 | SL-717 Additional search options for inventory window | Mnikolenko Productengine | |
2017-05-15 | MAINT-7383 show notifications for Purge item action in all inventory panels | Mnikolenko Productengine | |
2017-05-08 | MAINT-7354 correction to misbehaving 'purge' and notification spam. | andreykproductengine | |
2017-01-17 | MAINT-6959 Ability to set custom folders for uploading items | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-05-29 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2015-03-13 | MAINT-4980 WIP - add context menu filtering based on the selection group | Brad Payne (Vir Linden) | |
2015-01-02 | DD-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-08 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-08-14 | DD-112 : Disable the add folder button if the tab doesn't support drop on root | Merov Linden | |
2014-08-01 | DD-75 : Fix Windows compilation confusion ending in failure | Merov Linden | |
2014-07-30 | DD-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-29 | DD-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-05 | VWR-25689 Support 'older than' when inventory filtering | Jonathan Yap | |
2014-04-22 | Merge | Xiaohong Bao | |
2013-11-15 | MAINT-3320 : Fixed! Inventory panels are not resistant to folder root ↵ | Merov Linden | |
deletion, using handle instead of pointer and cleaning things consistently | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard 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-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-08 | CHUI-659 : Fixed : Reimplemented open selection on hitting return the right way | Merov Linden | |
2012-12-05 | CHUI-509 : Fixed : Add params to inventory widgets to control font colors ↵ | Merov Linden | |
(required for library items and links). | |||
2012-08-20 | CHUI-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-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-30 | CHUI-217 FIX Items are not visible in Merchant Outbox | Richard 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-25 | CHUI-239 FIX Viewer crash when opening object with contents | Richard Linden | |
2012-07-19 | CHUI-236 : WIP : Places panel works for My Inventory but still empty lists ↵ | Merov Linden | |
for Favorites Bar, My Landmarks and Library. | |||
2012-07-03 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
removed viewer dependencies from folderview code | |||
2012-07-03 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderview | Richard Linden | |
2012-07-02 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
started to remove newview dependencies from llfolder* | |||
2012-07-02 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
refactored source files, moving logic into llfolderviewmodel*.cpp filter logic tweaks purging and moving inventory now properly cleans up view model | |||
2012-06-29 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
cleaned up some stale TODOs worked on getting initial inventory display to work consistently | |||
2012-06-28 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
filtering mostly working | |||
2012-06-27 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
moved filtering logic to viewmodel | |||
2012-06-21 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
inventory item labels and icons displaying again | |||
2012-06-19 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
added more casts to LLFolderViewModelItemInventory, etc. to fix compile errors | |||
2012-06-18 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
continuing fixing build errors general cleanup | |||
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 | |