summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-28SL-19285 Add 'Close all windows' to Gear menuMaxim Nikolenko
2023-02-28Merge branch 'DRTVWR-579-texture-preview' into DRTVWR-567Andrey Lihatskiy
# Conflicts: # indra/newview/llinspecttexture.cpp # indra/newview/llinventorypanel.cpp # indra/newview/llviewertexteditor.cpp
2023-02-28SL-19271 Remove ‘New folder window’, ‘Open in new window’ and ↵Maxim Nikolenko
‘Open’ from Gear menu
2023-02-27Merge branch 'main' into DRTVWR-579-texture-previewAndrey Lihatskiy
2023-02-27SL-19274 Add new double-click option to Inventory settingsMaxim Nikolenko
2023-02-27SL-19273 Show message when folder is empty or if no search resultsMaxim Nikolenko
2023-02-26SL-19108 Only permit 64 to 256 px images for thumbnails #2Andrey Kleshchev
2023-02-25SL-19108 Only permit 64 to 256 px images for thumbnailsAndrey Kleshchev
2023-02-24SL-19108 Fallback thumbnailAndrey Kleshchev
2023-02-24SL-19234 add Inventory settings floaterMaxim Nikolenko
2023-02-22SL-19108 Remove grey background fron name in 'change item thumbnail'Andrey Kleshchev
2023-02-22SL-19108 Multi instance snapshot floaterAndrey Kleshchev
2023-02-22SL-19246 FIXED Search text from 'New inventory' applies to Received items ↵Maxim Nikolenko
from main Inventory
2023-02-22SL-19105 Update menu items; show items count on selection in single-folder modeMaxim Nikolenko
2023-02-22SL-19108 Cleanup Outfit Galery #2Andrey Kleshchev
2023-02-21SL-19108 Cleanup Outfit GaleryAndrey Kleshchev
Is supposed to use thumbnails now
2023-02-21SL-19108 Update Simple snapshot floaterAndrey Kleshchev
2023-02-21SL-19108 Enabled Image changing floater for foldersAndrey Kleshchev
2023-02-21SL-19105 Updated icons, menus and Received items panel visibility in ↵Maxim Nikolenko
single-folder mode
2023-02-21SL-19108 Managing inventory thumbnailAndrey Kleshchev
2023-02-21SL-19108 Rename outfit snapshot floaterAndrey Kleshchev
2023-02-20SL-19108 WIP Managing inventory thumbnail #5Andrey Kleshchev
2023-02-20SL-19105 WIP Allow setting on_visible in XML for menu separatorMaxim Nikolenko
2023-02-20mac build fixMaxim Nikolenko
2023-02-19SL-19108 WIP Managing inventory thumbnail #4Andrey Kleshchev
Added icons
2023-02-17SL-19108 Build fixAndrey Kleshchev
2023-02-17SL-19117 Fix thumbnail preview not working for outfitsAndrey Kleshchev
2023-02-17SL-19108 WIP Managing inventory thumbnail #3Andrey Kleshchev
2023-02-17SL-19108 WIP Managing inventory thumbnail #2Andrey Kleshchev
2023-02-17SL-19108 WIP Managing inventory thumbnail #1Andrey Kleshchev
2023-02-17SL-19105 WIP Single-folder inventory viewMaxim Nikolenko
2023-02-14SL-19140 Fix contribution docAndrey Kleshchev
2023-02-14SL-19140 Merge pull request #81 from Ansariel/DRTVWR-567akleshchev
Add multi item properties floater support
2023-02-14Re-enable properties menu option for inventory multi-selectionsAnsariel
2023-02-14Add multi item properties floater supportAnsariel
2023-02-11SL-19203 Change default link color from green to blueAndrey Kleshchev
2023-02-09SL-19167 Preview on outfit snapshot tool is too smallAndrey Kleshchev
In thin windows preview can be tiny, make sure it displays properly
2023-02-08SL-19134 Fix thumbnail ctrl not drawing an 'X' for empty textureAndrey Kleshchev
2023-02-08SL-19134 Multiline description fieldAndrey Kleshchev
2023-02-08SL-19134 Fix owner and creator names not being clickableAndrey Kleshchev
2023-02-08SL-19134 Hide item properties when moving to trashAndrey Kleshchev
2023-02-08SL-19134 Remove lock icon, add item type iconAndrey Kleshchev
2023-02-08SL-19134 Remove llfloaterpropertiesAndrey Kleshchev
Looks like it wasn't used for a while and LLFloaterItemPropertie does the same thing now
2023-02-07SL-19134 Item Profile redesign #4Andrey Kleshchev
2023-02-07SL-19134 [WIP] Item Profile redesign #3Andrey Kleshchev
2023-02-07SL-19134 Some texture related adjustmentsAndrey Kleshchev
2023-02-07SL-19134 Replace icon in profiles with thumbnailAndrey Kleshchev
Mostly to make sure it works, but avatar images can be fairly large, so this prevents them from being permanently stored
2023-02-07SL-19134 Thumbnail ctrlAndrey Kleshchev
LLIconCtrl stores icons indefinitely which is undesired for fairly large and expected to be numerous thumbnails, LLTextureCtrl is tied to texture picker and has a number of limitations (already processes clicks, enforces label area). Intent behind LLThumbnailCtrl is to bridge the gap - to not store texture indefinitely and to allow further customisation.
2023-02-04SL-19109 Turn LLSidepanelTaskInfo into a normal panelAndrey Kleshchev
2023-02-04SL-19109 Turn LLSidepanelItemInfo into a normal panelAndrey Kleshchev