summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-19SL-19621 Right click>New folder in List View should change root folder ↵Maxim Nikolenko
before creating new folder
2023-04-19SL-19609 Urls aren't dispatched according to the indicated gridAndrey Kleshchev
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-19SL-19533 Check descendants even for a recursive fetchAndrey Kleshchev
2023-04-18SL-19604 FIXED Creating new folders and items in gallery or combination ↵Maxim Nikolenko
views does not highlight created item
2023-04-18SL-19612 Maximum Altitude decimal places discrepancyAndrey Kleshchev
One digit displayed vs 0.01 increment
2023-04-18SL-19549 Add option to show ban lines on collision #2Andrey Kleshchev
2023-04-18SL-19591 Prompt user to save current settings as Graphics Preset before ↵Andrey Lihatskiy
enabling AutoFPS
2023-04-17SL-19549 Add option to show ban lines on collisionAndrey Kleshchev
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-13SL-19533 MacOS build fixAndrey Kleshchev
2023-04-13SL-19533 Faster decloudingAndrey Kleshchev
2023-04-12SL-19036: Extra folder is created after dragging the inventory folderAlexander Gavriliuk
2023-04-12SL-19544 WIP hide inventory pane in Combination view, if there is no visible ↵Maxim Nikolenko
items
2023-04-12SL-19496 Recent server change requires thumbnail ids to be passed as stringsAndrey Kleshchev
2023-04-12SL-19533 Logging tag changeAndrey Kleshchev
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-12SL-19533 Content should be recursive onlyAndrey Kleshchev
2023-04-12SL-19533 Track folder fetch requests in bulk fetchAndrey Kleshchev
2023-04-12SL-19533 Further logging improvementsAndrey Kleshchev
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-11SL-19533 Don't fetch items if recursive fetch isn't doneAndrey Kleshchev
2023-04-10Merge pull request #160 from secondlife/signal/contribuildSignal Linden
Cherry-pick basic build into contribute
2023-04-10SL-18839: Add basic Github buildBennett Goble
2023-04-10SL-18679: Find newer NSIS installation pathBennett Goble
2023-04-11SL-19533 Orphans plus additional loggingAndrey Kleshchev
2023-04-11Merge branch 'contribute' into DRTVWR-582-maint-UAndrey Lihatskiy
# Conflicts: # indra/llaudio/llaudioengine.cpp
2023-04-10Merge pull request #159 from secondlife/marchcat/main-contrib-mergeSignal Linden
merge main into contribute
2023-04-08SL-19204 Fix voice's coroutine crashAndrey Kleshchev
Need to find a way to kill coroutines or to fobid using non static functions/members inside coroutines
2023-04-08SL-19529 Marketplace validation improvementsAndrey Kleshchev
2023-04-08SL-19529 Fix uninitialized variable and calback counterAndrey Kleshchev
2023-04-07SL-18918 Fix folder type when creating foldersAndrey Kleshchev
Might be better to replace "type" with "type_default" everywere, not just for AIS
2023-04-07SL-19534 Better fetch failure handlingAndrey Kleshchev
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-07post-merge buildfixAndrey Lihatskiy
2023-04-07Merge branch 'main' into marchcat/main-contrib-mergeAndrey Lihatskiy
# Conflicts: # indra/cmake/CMakeLists.txt # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/llcommon/tests/llleap_test.cpp # indra/newview/llfilepicker.h # indra/newview/llfilepicker_mac.h # indra/newview/llfilepicker_mac.mm # indra/newview/skins/default/xui/en/strings.xml
2023-04-06SL-19534 Fixed fetch timeout during initial fetchAndrey Kleshchev
2023-04-06SL-19534 Fixed 'working' cursor flickerAndrey Kleshchev
2023-04-06SL-19550 Add a shop menu item to the Inventory menuMaxim Nikolenko
2023-04-06SL-19545 Shift Azure's 'Verify' buttonAndrey Kleshchev
2023-04-06SL-19544 preparation for Combination viewMaxim Nikolenko
2023-04-06SL-19529 MacOS build fixAndrey Kleshchev
2023-04-06SL-19529 Marketplace version folders not createdAndrey Kleshchev
2023-04-05Merge pull request #152 from secondlife/SL-19541Signal Linden
SL-19541: Add basic coding standards check
2023-04-06SL-19536 Inventory isn't fetched automaticallyAndrey Kleshchev
Just a 'hotfix' that won't conflict with further changes, should be properly resolved in DRTVWR-567