Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-10 | viewer#1673 Crash calling dirtyDescendantsFilter | Andrey Kleshchev | |
2024-06-10 | Merge main into inventory_favorites | Andrey Kleshchev | |
# Conflicts: # indra/llui/llfolderviewmodel.h # indra/newview/llpanelwearing.cpp # indra/newview/llwearableitemslist.cpp | |||
2024-06-07 | viewer#1619 Fix outfits search pulling up results sometimes | Andrey Kleshchev | |
Search forces a refresh - can search items that don't exist yet Always notify parent of rect changes despite visibility (alterantively - rearrange on open) | |||
2024-06-05 | Make LLLeap iterate over child stdout while read data is pending | Nat Goodspeed | |
instead of using mutual recursion to exhaust the read buffer. | |||
2024-05-22 | Adjust Copy3rdPartyLibs.cmake for Visual Studio 2022 17.10.0 and greater | Ansariel | |
2024-05-22 | viewer#1425 Fix missed 'static' declarations | Andrey Kleshchev | |
2024-05-17 | viewer#1424 Proper links support for favorites | Andrey Kleshchev | |
2024-05-17 | viewer#1300 More favorite settings | Andrey Kleshchev | |
2024-05-17 | viewer#1425 Sorting in Appearance floater #2 | Andrey Kleshchev | |
2024-05-17 | viewer#1300 Small menu adjustment | Andrey Kleshchev | |
2024-05-16 | viewer#1424 Favorite support in galleries #2 | Andrey Kleshchev | |
2024-05-16 | viewer#1424 Finish menus | Andrey Kleshchev | |
2024-05-16 | viewer#1424 Favorite support for items in outfits | Andrey Kleshchev | |
For now marking originals, pointless to marks links in COF, needs a revision due to inconsistency with inventory | |||
2024-05-15 | viewer#1424 Favorite support in galleries | Andrey Kleshchev | |
2024-05-15 | viewer#1425 Sorting in Appearance floater | Andrey Kleshchev | |
2024-05-15 | #1457 Fix the tests on mac | Andrey Lihatskiy | |
(cherry picked from commit 82d713782529074b03720833038cb0df2b8bcffd) | |||
2024-05-14 | Increment viewer version to 7.1.8 | Nat Goodspeed | |
following promotion of secondlife/viewer #705: Maintenance X | |||
2024-05-14 | Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: ↵ | Nat Goodspeed | |
Maintenance X | |||
2024-05-13 | viewer#1424 Favorites in Appearance floater #4 | Andrey Kleshchev | |
2024-05-11 | viewer#1424 Favorites in Appearance floater #3 | Andrey Kleshchev | |
Menus | |||
2024-05-10 | viewer#1424 Colored Favorites in Appearance floater | Andrey Kleshchev | |
2024-05-09 | SL-20288 Fix renaming | Andrey Kleshchev | |
getChangedIDs is only accurate in scope of observer's callback, don't use it onIdle. getObject call made no sense, item was warrantied to be LLViewerInventoryItem and would only be AT_CATEGORY if it is a link, making the following cast to a category dangerous | |||
2024-05-09 | viewer#1424 Favorites in Appearance floater #2 | Andrey Kleshchev | |
2024-05-09 | Bump up coroutine stack size: saw C00000FD test termination. | Nat Goodspeed | |
(cherry picked from commit dc0b3aed4782e4e4835fd6b9d59d1d70b78be4a7) | |||
2024-05-09 | viewer#1424 Favorites in Appearance floater #1 | Andrey Kleshchev | |
2024-05-04 | viewer#1300 Update Inventory Settings | Andrey Kleshchev | |
2024-05-03 | Viewer#1301 Implement Inventory Favorites Tab | Andrey Kleshchev | |
2024-05-02 | Viewer#1301 Small cleanup | Andrey Kleshchev | |
notecards do not need to store 'favorite' flag | |||
2024-05-02 | Update LLGLTFMaterial tests for changes introduced in SL-20523 | Brad Linden | |
also correct member packing to match server side | |||
2024-05-02 | Viewer#1301 Implement Inventory Favorites Tab WIP#2 | Andrey Kleshchev | |
2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy | |
2024-05-01 | Viewer#1301 Implement Inventory Favorites Tab WIP | Andrey Kleshchev | |
2024-05-01 | viewer#1300 'Star' favorites in inventory #4 | Andrey Kleshchev | |
2024-04-29 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
2024-04-29 | viewer#1300 'Star' favorites in inventory #3 | Andrey Kleshchev | |
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-04-27 | viewer#1300 'Star' favorites in inventory #2 | Andrey Kleshchev | |
2024-04-27 | viewer#1300 'Star' favorites in inventory | Andrey Kleshchev | |
image is WIP | |||
2024-04-27 | viewer#1300 Inventory favorites context menu | Andrey Kleshchev | |
2024-04-27 | viewer#1300 Update Gear Menu Items | Andrey Kleshchev | |
2024-04-27 | viewer#1300 Rename landmark favorites tab | Andrey Kleshchev | |
To not acuse confusion with favorites | |||
2024-04-27 | viewer#1300 Inventory favorites basic framework | Andrey Kleshchev | |
2024-04-26 | viewer#1308 LLFloaterView::restoreAll Crash | Andrey Kleshchev | |
2024-04-25 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
2024-04-24 | viewer#1309 Handle deprecated avatar properties messages | Andrey Kleshchev | |
since server still sends those in some cases | |||
2024-04-24 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
2024-04-24 | Increment viewer version to 7.1.7 | Nat Goodspeed | |
following promotion of secondlife/viewer #736 | |||
2024-04-20 | viewer#1290 Fix missing variable reinitializations | Andrey Kleshchev | |
2024-04-19 | viewer#1290 Fix snapToMessageHeight crash | Andrey Kleshchev | |
2024-04-19 | secondlife/viewer#1249 Erratic Emoji Picker Behavior | Alexander Gavriliuk | |