summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2024-06-04viewer#1588 Upload directly to Specified Inventory FolderAndrey Kleshchev
2024-06-03viewer-private#245 The "Voice chat" is truncated on the sliderAndrey Kleshchev
2024-06-01viewer#1595 Add a prompt to confirm deleting an 'auto raplace' listAndrey Kleshchev
But only if there is anything of value in the list
2024-06-01viewer#1594 Add a "Cancel" button to exit the "New List" promptAndrey Kleshchev
And fix infinite loop in replaceList. mLists[search_index] was extending size of the list indefinetely.
2024-05-31viewer#1600 Fixed being unable to delete links to worn objectsAndrey Kleshchev
2024-05-30viewer#1584 Reword the "Arrow keys always move me"Andrey Kleshchev
2024-05-27viewer#1218 Moon beacon can't be toggled when setting is no-modAndrey Kleshchev
Two moon_layout stacks, disabling content of external disabled whole internal stack, not just specific elements. Removed extra stack.
2024-05-24viewer#1408 Change misleading content removal wanringAndrey Kleshchev
2024-05-23viewer-private#240 Restore missing marketplace notificationAndrey Kleshchev
2024-05-23viewer#1400 Allow forcing specific LODs for selectionAndrey Kleshchev
2024-05-23viewer#1400 Show LODs info in Build ToolsAndrey Kleshchev
2024-05-22viewer#1529 Mesh Uploader should permit lowering material countAndrey Kleshchev
2024-05-16secondlife/jira-archive-internal#71144 Mouselook no longer allows pitch ↵Alexander Gavriliuk
upwards to full 90 degrees
2024-05-15Mac build fixAndrey Lihatskiy
2024-05-15Merge branch 'release/maint-x' into marchcat/x-c-mergeAndrey Lihatskiy
to pick up mac build fixes
2024-05-15Merge branch 'main' into release/maint-cAndrey Lihatskiy
# Conflicts: # indra/llui/lltexteditor.cpp # indra/newview/llcontrolavatar.cpp
2024-05-15Merge branch 'marchcat/w-whitespace' into release/maint-cAndrey Lihatskiy
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-14#1457 Fix the tests on macAndrey Lihatskiy
2024-05-13viewer-private#236 Don't block removal of marketplace foldersAndrey Kleshchev
Marketplace is not visible outside of own floater and that floater will do an extra warning when deleting listings that have additional data.
2024-05-13Merge branch 'main' into DRTVWR-591-maint-XAndrey Lihatskiy
# Conflicts: # autobuild.xml
2024-05-09Bump up coroutine stack size: saw C00000FD test termination.Nat Goodspeed
(cherry picked from commit dc0b3aed4782e4e4835fd6b9d59d1d70b78be4a7)
2024-05-07viewer#1195 Don't allow Bake textures as group imagesAndrey Kleshchev
2024-05-02Update LLGLTFMaterial tests for changes introduced in SL-20523Brad Linden
also correct member packing to match server side
2024-05-02pviewer#235 slurl command should require at least click actionMaxim Nikolenko
2024-05-02secondlife/viewer#1330 EmojiPicker inserts emoji to inactive chat floaterAlexander Gavriliuk
2024-05-02secondlife/viewer#1360 Avoid of using avatar full namesAlexander Gavriliuk
2024-05-01secondlife/viewer#1359 Introduce enum ERezzedStatusAlexander Gavriliuk
2024-05-01Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-mergeAndrey Lihatskiy
2024-04-29Merge pull request #1344 from secondlife/signal/snapshot-timeSignal Linden
Add timestamp to snapshot file names
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-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-27Add timestamp to snapshot file namesBennett Goble
This changeset adds a timestamp in the format of "YYYY-MM-DD_HHSS" to snapshot filenames. This is useful for understanding when a snapshot was taken, chronologically ordering files, and is less confusing than the current method of adding a number to the snapshot name, as it does not result in interleaving of old and new snapshots inside a directory.
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-25viewer#1321 allow to set price before clicking the "For Sale" boxMaxim Nikolenko
2024-04-25secondlife/viewer#1200 Avatar rotates 360 degrees when viewed from the top ↵Alexander Gavriliuk
and below
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/c-mergeAndrey Lihatskiy
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
2024-04-19Revert "SL-20140 Setting shape hand size to 36 won't save"Andrey Lihatskiy
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482)
2024-04-19Revert "SL-20140 Setting shape hand size to 36 won't save"Andrey Lihatskiy
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482)
2024-04-18viewer#1260 Fix thumbnail preview not loadingAndrey Kleshchev
Standard and scaled textures couldn't share workers and if one finished a request, second one failed to start a new one.
2024-04-18viewer#1260 Fix thumbnail preview being bluryAndrey Kleshchev
1. Switched 'inspect' to thumbnails to minimalize differences 2. Reporting larger area to bump priority 3. Change scaling behavior. Old mechanics worked fine for icons that were scaled down from large images to ~32, but for thumbnails it can result in 256 image scaling down to ~200 before being scaled up to UI's scale (scale factor), causing extra loss of quality.
2024-04-17SL-18721 Window shutdown adjustmentsAndrey Kleshchev
On viewer shutdown 1. Instead of handling potential WM_* messages viewer is no longer equiped to handle drop window's pointer and expect only WM_DESTROY 2. Detach thread and let it do its own thing, thread will delete itself 3. Reverts commit 1161262029f9619fb02d81575382b64d82d9cd09 Reason for the change: window was closing too early (as son as "LLApp" status changes) without proper cleanup