summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorygallery.h
AgeCommit message (Collapse)Author
2024-08-09viewer#2142 Crash at LLOutfitGalleryItem::setDefaultImageAndrey Kleshchev
2024-05-22Fix line endlingsAnsariel
2024-05-22Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-AAnsariel
# Conflicts: # autobuild.xml # indra/cmake/CMakeLists.txt # indra/cmake/GoogleMock.cmake # indra/llaudio/llaudioengine_fmodstudio.cpp # indra/llaudio/llaudioengine_fmodstudio.h # indra/llaudio/lllistener_fmodstudio.cpp # indra/llaudio/lllistener_fmodstudio.h # indra/llaudio/llstreamingaudio_fmodstudio.cpp # indra/llaudio/llstreamingaudio_fmodstudio.h # indra/llcharacter/llmultigesture.cpp # indra/llcharacter/llmultigesture.h # indra/llimage/llimage.cpp # indra/llimage/llimagepng.cpp # indra/llimage/llimageworker.cpp # indra/llimage/tests/llimageworker_test.cpp # indra/llmessage/tests/llmockhttpclient.h # indra/llprimitive/llgltfmaterial.h # indra/llrender/llfontfreetype.cpp # indra/llui/llcombobox.cpp # indra/llui/llfolderview.cpp # indra/llui/llfolderviewmodel.h # indra/llui/lllineeditor.cpp # indra/llui/lllineeditor.h # indra/llui/lltextbase.cpp # indra/llui/lltextbase.h # indra/llui/lltexteditor.cpp # indra/llui/lltextvalidate.cpp # indra/llui/lltextvalidate.h # indra/llui/lluictrl.h # indra/llui/llview.cpp # indra/llwindow/llwindowmacosx.cpp # indra/newview/app_settings/settings.xml # indra/newview/llappearancemgr.cpp # indra/newview/llappearancemgr.h # indra/newview/llavatarpropertiesprocessor.cpp # indra/newview/llavatarpropertiesprocessor.h # indra/newview/llbreadcrumbview.cpp # indra/newview/llbreadcrumbview.h # indra/newview/llbreastmotion.cpp # indra/newview/llbreastmotion.h # indra/newview/llconversationmodel.h # indra/newview/lldensityctrl.cpp # indra/newview/lldensityctrl.h # indra/newview/llface.inl # indra/newview/llfloatereditsky.cpp # indra/newview/llfloatereditwater.cpp # indra/newview/llfloateremojipicker.h # indra/newview/llfloaterimsessiontab.cpp # indra/newview/llfloaterprofiletexture.cpp # indra/newview/llfloaterprofiletexture.h # indra/newview/llgesturemgr.cpp # indra/newview/llgesturemgr.h # indra/newview/llimpanel.cpp # indra/newview/llimpanel.h # indra/newview/llinventorybridge.cpp # indra/newview/llinventorybridge.h # indra/newview/llinventoryclipboard.cpp # indra/newview/llinventoryclipboard.h # indra/newview/llinventoryfunctions.cpp # indra/newview/llinventoryfunctions.h # indra/newview/llinventorygallery.cpp # indra/newview/lllistbrowser.cpp # indra/newview/lllistbrowser.h # indra/newview/llpanelobjectinventory.cpp # indra/newview/llpanelprofile.cpp # indra/newview/llpanelprofile.h # indra/newview/llpreviewgesture.cpp # indra/newview/llsavedsettingsglue.cpp # indra/newview/llsavedsettingsglue.h # indra/newview/lltooldraganddrop.cpp # indra/newview/llurllineeditorctrl.cpp # indra/newview/llvectorperfoptions.cpp # indra/newview/llvectorperfoptions.h # indra/newview/llviewerparceloverlay.cpp # indra/newview/llviewertexlayer.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/macmain.h # indra/test/test.cpp
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵Andrey Lihatskiy
LF, and trim trailing whitespaces as needed
2024-02-21Convert remaining BOOL to boolAnsariel
2024-02-21Convert BOOL to bool in lluiAnsariel
2024-02-18Replace BOOL with bool in llwindow and dependent classesAnsariel
2023-12-18Merge branch 'main' into DRTVWR-600-maint-AAndrey Lihatskiy
2023-12-11SL-20672 Item and folder creation supportAndrey Kleshchev
Moving everything manually doesn't seem like a right way, probably need to make LLFolderView draw grids and then relace with LLInventoryPanel
2023-11-21SL-20411 Don't load all thumnails at once for large folders #2Andrey Kleshchev
2023-09-10SL-19826 Basic 'shift' support for gallery Part#4Andrey Kleshchev
2023-09-10SL-19826 Gallery multiselect support Part#3Andrey Kleshchev
wip
2023-07-21SL-20047 Indicate when gallery items are being cutAndrey Kleshchev
2023-07-21SL-20040 Fix selection and context menu issuesAndrey Kleshchev
2023-06-26mac build fixMaxim Nikolenko
2023-06-23SL-19914 Inventory gallery Tab supportAndrey Kleshchev
2023-06-19SL-19885 add sorting by date for Gallery viewMaxim Nikolenko
2023-06-16SL-19882 Fix LLInventoryGalleryItem redeclaring mNameAndrey Kleshchev
To avoid confusion and potential inheritance issues
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 #2Andrey Kleshchev
2023-06-10SL-19847 Delete key should not allow system foldersAndrey 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 Gallery support for left, right, up and downAndrey Kleshchev
2023-06-02SL-19815 Suppors Page Up, Page Down, Home, End and DeleteAndrey 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-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-26SL-19583 Uniform risizing for combination inventory viewAndrey Kleshchev
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-07SL-19544 WIP Combination view first passMaxim 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
2023-03-31SL-19379 WIP add worn suffix, use bold font style for worn items and italic ↵Maxim Nikolenko
for links
2023-03-30SL-19379 WIP update gear menu with Gallery itemsMaxim Nikolenko
2023-03-30SL-19379 WIP allow hide link items in search resultMaxim Nikolenko