summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2024-06-10viewer#1673 Crash calling dirtyDescendantsFilterAndrey Kleshchev
2024-06-10Merge main into inventory_favoritesAndrey Kleshchev
# Conflicts: # indra/llui/llfolderviewmodel.h # indra/newview/llpanelwearing.cpp # indra/newview/llwearableitemslist.cpp
2024-06-07viewer#1619 Fix outfits search pulling up results sometimesAndrey 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-05Make LLLeap iterate over child stdout while read data is pendingNat Goodspeed
instead of using mutual recursion to exhaust the read buffer.
2024-05-22Adjust Copy3rdPartyLibs.cmake for Visual Studio 2022 17.10.0 and greaterAnsariel
2024-05-22viewer#1425 Fix missed 'static' declarationsAndrey Kleshchev
2024-05-17viewer#1424 Proper links support for favoritesAndrey Kleshchev
2024-05-17viewer#1300 More favorite settingsAndrey Kleshchev
2024-05-17viewer#1425 Sorting in Appearance floater #2Andrey Kleshchev
2024-05-17viewer#1300 Small menu adjustmentAndrey Kleshchev
2024-05-16viewer#1424 Favorite support in galleries #2Andrey Kleshchev
2024-05-16viewer#1424 Finish menusAndrey Kleshchev
2024-05-16viewer#1424 Favorite support for items in outfitsAndrey Kleshchev
For now marking originals, pointless to marks links in COF, needs a revision due to inconsistency with inventory
2024-05-15viewer#1424 Favorite support in galleriesAndrey Kleshchev
2024-05-15viewer#1425 Sorting in Appearance floaterAndrey Kleshchev
2024-05-15#1457 Fix the tests on macAndrey Lihatskiy
(cherry picked from commit 82d713782529074b03720833038cb0df2b8bcffd)
2024-05-14Increment viewer version to 7.1.8Nat Goodspeed
following promotion of secondlife/viewer #705: Maintenance X
2024-05-14Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: ↵Nat Goodspeed
Maintenance X
2024-05-13viewer#1424 Favorites in Appearance floater #4Andrey Kleshchev
2024-05-11viewer#1424 Favorites in Appearance floater #3Andrey Kleshchev
Menus
2024-05-10viewer#1424 Colored Favorites in Appearance floaterAndrey Kleshchev
2024-05-09SL-20288 Fix renamingAndrey 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-09viewer#1424 Favorites in Appearance floater #2Andrey Kleshchev
2024-05-09Bump up coroutine stack size: saw C00000FD test termination.Nat Goodspeed
(cherry picked from commit dc0b3aed4782e4e4835fd6b9d59d1d70b78be4a7)
2024-05-09viewer#1424 Favorites in Appearance floater #1Andrey Kleshchev
2024-05-04viewer#1300 Update Inventory SettingsAndrey Kleshchev
2024-05-03Viewer#1301 Implement Inventory Favorites TabAndrey Kleshchev
2024-05-02Viewer#1301 Small cleanupAndrey Kleshchev
notecards do not need to store 'favorite' flag
2024-05-02Update LLGLTFMaterial tests for changes introduced in SL-20523Brad Linden
also correct member packing to match server side
2024-05-02Viewer#1301 Implement Inventory Favorites Tab WIP#2Andrey Kleshchev
2024-05-01Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-mergeAndrey Lihatskiy
2024-05-01Viewer#1301 Implement Inventory Favorites Tab WIPAndrey Kleshchev
2024-05-01viewer#1300 'Star' favorites in inventory #4Andrey Kleshchev
2024-04-29Adapt 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-29viewer#1300 'Star' favorites in inventory #3Andrey 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-27viewer#1300 'Star' favorites in inventory #2Andrey Kleshchev
2024-04-27viewer#1300 'Star' favorites in inventoryAndrey Kleshchev
image is WIP
2024-04-27viewer#1300 Inventory favorites context menuAndrey Kleshchev
2024-04-27viewer#1300 Update Gear Menu ItemsAndrey Kleshchev
2024-04-27viewer#1300 Rename landmark favorites tabAndrey Kleshchev
To not acuse confusion with favorites
2024-04-27viewer#1300 Inventory favorites basic frameworkAndrey Kleshchev
2024-04-26viewer#1308 LLFloaterView::restoreAll CrashAndrey Kleshchev
2024-04-25Adapt 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-24viewer#1309 Handle deprecated avatar properties messagesAndrey Kleshchev
since server still sends those in some cases
2024-04-24Merge branch 'main' into marchcat/x-mergeAndrey Lihatskiy
2024-04-24Increment viewer version to 7.1.7Nat Goodspeed
following promotion of secondlife/viewer #736
2024-04-20viewer#1290 Fix missing variable reinitializationsAndrey Kleshchev
2024-04-19viewer#1290 Fix snapToMessageHeight crashAndrey Kleshchev
2024-04-19secondlife/viewer#1249 Erratic Emoji Picker BehaviorAlexander Gavriliuk