summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.cpp
AgeCommit message (Collapse)Author
2023-05-04SL-19683 Add menu items should be disabled for some folders in single-folder ↵Maxim Nikolenko
view
2023-05-03SL-19583 Scroll fixesAndrey Kleshchev
2023-05-03SL-19583 Fix height not accounting for borders properlyAndrey Kleshchev
2023-05-03SL-19583 Fix rename's width and update frequencyAndrey Kleshchev
This way of calculating scroll turns out to be one large hack. Probably needs a proper combination view instead of combining two different views that have own scrolls or those views need to support not having personal scroll.
2023-04-28SL-19583 force reshape inventory panel when changing root in combination viewMaxim Nikolenko
2023-04-27SL-19583 WIP fixed the issue with item selection and restored filter ↵Maxim Nikolenko
handling for gallery panel
2023-04-26SL-19583 Uniform risizing for combination inventory viewAndrey Kleshchev
2023-04-21SL-19356 bring existing sfv floater to the top regardless of selected view modeMaxim Nikolenko
2023-04-20SL-19105 set Combination view as defaultMaxim Nikolenko
2023-04-19SL-19604 show layout panel before creating new item in combination mode, if ↵Maxim Nikolenko
there are no items in inventory panel
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-12SL-19544 WIP hide inventory pane in Combination view, if there is no visible ↵Maxim Nikolenko
items
2023-04-12SL-19544 WIP show drag handler controlMaxim Nikolenko
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-11SL-19533 Don't try to restart fetchexcessivelyAndrey Kleshchev
No real point restarting, but due to significant changes decided to keep this around and raise asserts instead of removing.
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-19550 Add a shop menu item to the Inventory menuMaxim Nikolenko
2023-04-06SL-19544 preparation for Combination viewMaxim 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-30SL-19379 WIP update gear menu with Gallery itemsMaxim Nikolenko
2023-03-30SL-19379 WIP allow hide link items in search resultMaxim Nikolenko
2023-03-30Merge branch 'main' into DRTVWR-567Maxim Nikolenko
# Conflicts: # indra/newview/llinventoryfunctions.cpp # indra/newview/llpanelmaininventory.h # indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml # indra/newview/skins/default/xui/en/sidepanel_item_info.xml
2023-03-29Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden
2023-03-29SL-19379 WIP allow change search type for GalleryMaxim Nikolenko
2023-03-24SL-19335 update for switching in/out of Gallery viewMaxim Nikolenko
2023-03-24SL-19379 WIP show localized folder names in GalleryMaxim Nikolenko
2023-03-23SL-19391 FIXED SFV floater title displays unlocalised name for system foldersMaxim Nikolenko
2023-03-23SL-19379 WIP update Add menu for Gallery viewMaxim Nikolenko
2023-03-21SL-19379 build fixMnikolenko Productengine
2023-03-21SL-19379 WIP Gallery view Inventory: first passMaxim Nikolenko
2023-03-16SL-19105 Fix menu's opening positionAndrey Kleshchev
2023-03-10SL-19335 Switching view (using the switch button) should select appropriate ↵Maxim Nikolenko
folder
2023-03-09SL-19373 Show folder name in filter floater’s title bar in single-folder viewMnikolenko Productengine
2023-03-07SL-19356 bring SFV to the top instead of opening a new window if there’s ↵Maxim Nikolenko
already one open for that folder
2023-03-03SL-19334 Show item count info only for items in current folder in ↵Mnikolenko Productengine
single-folder view
2023-03-02SL-19310 Update navigation buttons in single-folder viewMaxim Nikolenko
2023-02-28SL-19285 Gear and Sort menus should be opened downwardMaxim Nikolenko
2023-02-28SL-19285 Add 'Close all windows' to Gear menuMaxim Nikolenko
2023-02-28SL-19271 Remove ‘New folder window’, ‘Open in new window’ and ↵Maxim Nikolenko
‘Open’ from Gear menu
2023-02-27SL-19274 Add new double-click option to Inventory settingsMaxim Nikolenko
2023-02-24SL-19234 add Inventory settings floaterMaxim Nikolenko
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-21SL-19105 Updated icons, menus and Received items panel visibility in ↵Maxim Nikolenko
single-folder mode
2023-02-17SL-19105 WIP Single-folder inventory viewMaxim Nikolenko
2023-02-03Merge branch 'main' into DRTVWR-567Maxim Nikolenko
# Conflicts: # indra/newview/llappearancemgr.cpp # indra/newview/llpanelmaininventory.cpp