summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorygallery.cpp
AgeCommit message (Collapse)Author
2023-06-27SL-19815 Fix missed 'handled' flagsAndrey Kleshchev
2023-06-23SL-19914 Inventory gallery Tab supportAndrey Kleshchev
2023-06-23SL-19912 allow drag-n-drop items from Object's content to the GalleryMaxim Nikolenko
2023-06-19SL-19885 add sorting by date for Gallery viewMaxim Nikolenko
2023-06-19SL-19686 Fix gallery causing lagsAndrey Kleshchev
2023-06-17SL-19886 Fix onidle crash after closing inventory floaterAndrey Kleshchev
2023-06-16SL-19863 FIXED Items are not copied when attempting to paste into gallery modeMaxim Nikolenko
2023-06-16SL-19795 Slight gallery scroll improvementAndrey Kleshchev
use scroll's rect instead of gallery's rect
2023-06-16SL-19873 Clear gallery selection when right-clicking outside of selected itemsMaxim Nikolenko
2023-06-16SL-19882 Fix LLInventoryGalleryItem redeclaring mNameAndrey Kleshchev
To avoid confusion and potential inheritance issues
2023-06-16SL-19686 Fix filtering returning wrong valueAndrey Kleshchev
2023-06-16SL-19686 Don't reshape excessivelyAndrey Kleshchev
2023-06-15SL-19686 Remove gallery 'skipped' itemsAndrey Kleshchev
Probably whole observer is not nessesary, instead we need a general observer to track a variety of changes.
2023-06-15SL-19686 Fix memory leakAndrey Kleshchev
2023-06-15SL-19686 WIP Split gallery initiation over framesAndrey Kleshchev
2023-06-15SL-19686 WIP Switching single folder view for large inventories causes stalls #3Andrey Kleshchev
2023-06-15SL-19686 WIP Switching single folder view for large inventories causes stalls #2Andrey Kleshchev
2023-06-10SL-19847 Delete key should not allow system foldersAndrey Kleshchev
2023-06-10SL-19823 Edit not always active #5Andrey Kleshchev
2023-06-09SL-19826 Pasting folders in Single folder should highlight pasted folderAndrey Kleshchev
2023-06-09SL-19826 WIP Pasting folders in Single folder view does not give feedback of ↵Andrey Kleshchev
where the folder is pasted Should resort freshly inserted or dropped folders, does not cover pasting yet
2023-06-09SL-19845 Show delete confirmation for 'delete' keyAndrey Kleshchev
2023-06-08SL-19832 Inventory gallery should support CTRL+X, C and VAndrey Kleshchev
2023-06-07SL-19815 Small handling rearrangementAndrey Kleshchev
2023-06-07SL-19815 Properly implement up and down keysAndrey Kleshchev
2023-06-03SL-19815 Return key should open items in gallery viewAndrey Kleshchev
2023-06-03SL-19815 Gallery support for left, right, up and downAndrey Kleshchev
2023-06-03SL-19795 Fixed gallery autoscrollingAndrey Kleshchev
2023-06-02SL-19815 Suppors Page Up, Page Down, Home, End and DeleteAndrey Kleshchev
2023-06-02SL-19795 Remove extra panels, reuse combination ones insteadAndrey Kleshchev
2023-05-31SL-19795 Creating folders in combination mode does not scroll to new folder #2Andrey Kleshchev
2023-05-26SL-19774 add context menu for root folder (without any selection); show ↵Maxim Nikolenko
paste menu when right clicking any item
2023-05-18SL-19686 don't build gallery items without thumbnails in combination viewMaxim Nikolenko
2023-05-17SL-19721 use LLOutfitObserver to handle cof changesMaxim Nikolenko
2023-05-10SL-19697 FIXED Clicking on inventory item in list view does not unselect ↵Maxim Nikolenko
item in gallery view
2023-05-05SL-19641 FIXED Gallery item is not selected after using 'Find original'Maxim Nikolenko
2023-04-20SL-19630 FIXED Adding a thumbnail to item in combination view does not ↵Maxim Nikolenko
update gallery view
2023-04-18SL-19604 FIXED Creating new folders and items in gallery or combination ↵Maxim Nikolenko
views does not highlight created item
2023-04-17SL-19544 WIP show item permissions after item nameMaxim Nikolenko
2023-04-13SL-19544 WIP search by name should include suffixMaxim Nikolenko
2023-04-13SL-19544 WIP add active suffix for gestures and add appropriate context menu ↵Maxim Nikolenko
handling
2023-04-12SL-19544 WIP update combination gallery visibility after changing filterMaxim Nikolenko
2023-04-11SL-19544 WIP combination view filtering; hidden items should be correctly ↵Maxim Nikolenko
removed when root is changed
2023-04-07SL-19544 WIP apply filter when adding an item to the GalleryMaxim Nikolenko
2023-04-07SL-19544 WIP Combination view first passMaxim Nikolenko
2023-04-06SL-19544 preparation for Combination viewMaxim Nikolenko
2023-04-05SL-19379 selection fixMaxim Nikolenko
2023-04-04SL-19379 Observe thumbnail changes and update it in GalleryMaxim Nikolenko
2023-04-04SL-19379 Don't switch focus to other Inventory floater when creating an item ↵Maxim Nikolenko
in Gallery
2023-04-03SL-19521 Inventory filters floater should affect Inventory GalleryMaxim Nikolenko