Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-09 | viewer#2142 Crash at LLOutfitGalleryItem::setDefaultImage | Andrey Kleshchev | |
2024-05-22 | Fix line endlings | Ansariel | |
2024-05-22 | Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-A | Ansariel | |
# 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-21 | Convert remaining BOOL to bool | Ansariel | |
2024-02-21 | Convert BOOL to bool in llui | Ansariel | |
2024-02-18 | Replace BOOL with bool in llwindow and dependent classes | Ansariel | |
2023-12-18 | Merge branch 'main' into DRTVWR-600-maint-A | Andrey Lihatskiy | |
2023-12-11 | SL-20672 Item and folder creation support | Andrey 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-21 | SL-20411 Don't load all thumnails at once for large folders #2 | Andrey Kleshchev | |
2023-09-10 | SL-19826 Basic 'shift' support for gallery Part#4 | Andrey Kleshchev | |
2023-09-10 | SL-19826 Gallery multiselect support Part#3 | Andrey Kleshchev | |
wip | |||
2023-07-21 | SL-20047 Indicate when gallery items are being cut | Andrey Kleshchev | |
2023-07-21 | SL-20040 Fix selection and context menu issues | Andrey Kleshchev | |
2023-06-26 | mac build fix | Maxim Nikolenko | |
2023-06-23 | SL-19914 Inventory gallery Tab support | Andrey Kleshchev | |
2023-06-19 | SL-19885 add sorting by date for Gallery view | Maxim Nikolenko | |
2023-06-16 | SL-19882 Fix LLInventoryGalleryItem redeclaring mName | Andrey Kleshchev | |
To avoid confusion and potential inheritance issues | |||
2023-06-16 | SL-19686 Don't reshape excessively | Andrey Kleshchev | |
2023-06-15 | SL-19686 Remove gallery 'skipped' items | Andrey Kleshchev | |
Probably whole observer is not nessesary, instead we need a general observer to track a variety of changes. | |||
2023-06-15 | SL-19686 Fix memory leak | Andrey Kleshchev | |
2023-06-15 | SL-19686 WIP Split gallery initiation over frames | Andrey Kleshchev | |
2023-06-15 | SL-19686 WIP Switching single folder view for large inventories causes stalls #2 | Andrey Kleshchev | |
2023-06-10 | SL-19847 Delete key should not allow system folders | Andrey Kleshchev | |
2023-06-09 | SL-19826 Pasting folders in Single folder should highlight pasted folder | Andrey Kleshchev | |
2023-06-09 | SL-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-09 | SL-19845 Show delete confirmation for 'delete' key | Andrey Kleshchev | |
2023-06-08 | SL-19832 Inventory gallery should support CTRL+X, C and V | Andrey Kleshchev | |
2023-06-07 | SL-19815 Small handling rearrangement | Andrey Kleshchev | |
2023-06-07 | SL-19815 Properly implement up and down keys | Andrey Kleshchev | |
2023-06-03 | SL-19815 Gallery support for left, right, up and down | Andrey Kleshchev | |
2023-06-02 | SL-19815 Suppors Page Up, Page Down, Home, End and Delete | Andrey Kleshchev | |
2023-05-26 | SL-19774 add context menu for root folder (without any selection); show ↵ | Maxim Nikolenko | |
paste menu when right clicking any item | |||
2023-05-18 | SL-19686 don't build gallery items without thumbnails in combination view | Maxim Nikolenko | |
2023-05-10 | SL-19697 FIXED Clicking on inventory item in list view does not unselect ↵ | Maxim Nikolenko | |
item in gallery view | |||
2023-05-05 | SL-19641 FIXED Gallery item is not selected after using 'Find original' | Maxim Nikolenko | |
2023-04-26 | SL-19583 Uniform risizing for combination inventory view | Andrey Kleshchev | |
2023-04-20 | SL-19630 FIXED Adding a thumbnail to item in combination view does not ↵ | Maxim Nikolenko | |
update gallery view | |||
2023-04-18 | SL-19604 FIXED Creating new folders and items in gallery or combination ↵ | Maxim Nikolenko | |
views does not highlight created item | |||
2023-04-17 | SL-19544 WIP show item permissions after item name | Maxim Nikolenko | |
2023-04-13 | SL-19544 WIP search by name should include suffix | Maxim Nikolenko | |
2023-04-13 | SL-19544 WIP add active suffix for gestures and add appropriate context menu ↵ | Maxim Nikolenko | |
handling | |||
2023-04-12 | SL-19544 WIP update combination gallery visibility after changing filter | Maxim Nikolenko | |
2023-04-07 | SL-19544 WIP Combination view first pass | Maxim Nikolenko | |
2023-04-04 | SL-19379 Observe thumbnail changes and update it in Gallery | Maxim Nikolenko | |
2023-04-04 | SL-19379 Don't switch focus to other Inventory floater when creating an item ↵ | Maxim Nikolenko | |
in Gallery | |||
2023-04-03 | SL-19521 Inventory filters floater should affect Inventory Gallery | Maxim Nikolenko | |
2023-03-31 | SL-19379 WIP add worn suffix, use bold font style for worn items and italic ↵ | Maxim Nikolenko | |
for links | |||
2023-03-30 | SL-19379 WIP update gear menu with Gallery items | Maxim Nikolenko | |
2023-03-30 | SL-19379 WIP allow hide link items in search result | Maxim Nikolenko | |