summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2022-05-05SL-17314 Location and label desyncAndrey Kleshchev
Example: User can rename item in inventory, then attempt to save new landmark and changes will be lost
2022-05-04SL-17314 Don't focus inventory when handling landmark creationAndrey Kleshchev
2022-05-04Merge branch 'master' into DRTVWR-548-maint-NAndrey Lihatskiy
2022-05-04Increment viewer version to 6.5.6Nat Goodspeed
following promotion of DRTVWR-550
2022-05-03SL-16053 Landmark shouldn't be saved into location historyAndrey Kleshchev
2022-04-25SL-17223 fix unit tests with new method stub implementationBrad Kittenbrink
2022-04-25Fix for SL-17223 save mfa_hash protected store immediately so it doesn't get ↵Brad Kittenbrink
lost in case of crash
2022-04-19DRTVWR-548 post-merge build fixAndrey Lihatskiy
2022-04-18Merge remote-tracking branch 'origin/master' into DRTVWR-550-mfaBrad Kittenbrink
2022-04-18Merge branch 'master' into DRTVWR-548-maint-NAndrey Lihatskiy
2022-04-18Increment viewer version to 6.5.5Nat Goodspeed
following promotion of DRTVWR-540
2022-04-07SL-17092 Fix a gesture upload crashAndrey Kleshchev
2022-04-06SL-17167 FIXED Crash in LLFloaterHoverHeight::onSliderMovedMnikolenko Productengine
2022-04-05Merged in SL-17058 (pull request #934)Sabrina Shanman
SL-17058: Convert frustum on minimap to arc from triangle Approved-by: Andrey Lihatskiy
2022-04-05Merged in SL-15232 (pull request #933)Sabrina Shanman
SL-15232: Scroll mouse wheel to main map Approved-by: Andrey Lihatskiy
2022-04-05Merged in SL-16916 (pull request #932)Sabrina Shanman
SL-16916: Update minimap context menu Approved-by: Andrey Lihatskiy
2022-04-05Merged in SL-16918 (pull request #898)Sabrina Shanman
SL-16918: Improve click and drag on minimap Approved-by: Andrey Lihatskiy
2022-04-05SL-17058: Remove redundant minimap frustum color, hopefully fixing mac build.Cosmic Linden
So THAT's why the frustum transparency was different when rotating...
2022-04-05SL-15232: Clang formatCosmic Linden
2022-04-05SL-17058: Convert frustum on minimap to arc from triangleCosmic Linden
2022-04-05SL-15232: Clean up LLWorldMapView a bit.Cosmic Linden
Avoid a static variable hack and convert a few related variables/methods to non-static as well
2022-04-05SL-15232: Fix top/right edges of main map not being scrollableCosmic Linden
2022-04-05SL-15232: Test to scroll mouse wheel to map position on main map/minimapCosmic Linden
2022-04-05SL-16916: Grey out "About Land" button in minimap context menu when land ↵Cosmic Linden
info is likely unavailable
2022-04-05SL-16918: Fix unneeded assignment to centered in LLNetMap::draw()Cosmic Linden
2022-04-05SL-16916: Update minimap context menu with new options and reworded existing ↵Cosmic Linden
options Map rotation: Split minimap "Rotate Map" context menu option into two options: "North at top" and "Camera at top" Zoom: - Adjust minimap context menu zoom presets: New presets are "far", "medium", "close", and "very close" - Change default minimap zoom level from 128 to 64 - Currently selected minimap zoom level is now checked About Land: Add "About Land" button to minimap context menu Reword: Rearrange and adjust capitalization of the various context menu options Code change: Remove unused zoom handling code in LLFloaterMap
2022-04-05Merge remote-tracking branch 'origin/SL-16950' into DRTVWR-540-maintAndrey Lihatskiy
2022-03-30SL-16668 Enable/disable appropriate menu items in context menuMnikolenko Productengine
2022-03-29SL-17091 FIXED Walk/Run/Fly buttons are not clickableMnikolenko Productengine
2022-03-29SL-16831 Fix unit testAndrey Kleshchev
2022-03-29SL-16831 Viewer stalls for 10 seconds before displaying a login failureAndrey Kleshchev
# Conflicts: # indra/newview/llstartup.cpp
2022-03-23SL-17037 Center map on current location after teleportingMnikolenko Productengine
2022-03-22More DRTVWR-550 Teamcity build fix. another piece of python2 syntax leftover ↵Brad Kittenbrink
in an error handling block
2022-03-22Fix DRTVWR-550 TeamCity build. codesigning retry block had some leftover ↵Brad Kittenbrink
python2 syntax
2022-03-22SL-17049 Fixed a crash when adding item 4096 to the queueAndrey Kleshchev
2022-03-21SL-16865 llStopSound() does not stop sound if it is out of cutoff radiusAndrey Kleshchev
2022-03-18Fix SL-17034/BUG-231938 whitespace in token causes authentication failureBrad Kittenbrink
2022-03-18SL-16984 Dupplicated FT_SETTINGS shouldn't prevent inventory from loadingAndrey Kleshchev
2022-03-17SL-17019 mfa_hash should get saved per-usernameBrad Kittenbrink
2022-03-16SL-16667 Show 'Voice volume' tooltipMnikolenko Productengine
2022-03-10SL-16984 Loop tracking and loggingAndrey Kleshchev
2022-03-10Merged in SL-9748 (pull request #884)Howard Stearns
SL-9748 - Option to compute uploaded mesh physics shape from a cube. Approved-by: Andrey Kleshchev
2022-03-10Merge remote-tracking branch 'origin/brad/viewer-manifest-codesign-fix' into ↵Andrey Lihatskiy
DRTVWR-540-maint
2022-03-09Merge remote-tracking branch 'origin/brad/viewer-manifest-codesign-fix' into ↵Brad Kittenbrink
DRTVWR-550-mfa
2022-03-10Merge remote-tracking branch 'origin/brad/viewer-manifest-codesign-fix' into ↵Andrey Lihatskiy
DRTVWR-540-maint
2022-03-09More DRTVWR-550 Teamcity build fix. another piece of python2 syntax leftover ↵Brad Kittenbrink
in an error handling block
2022-03-09Fix DRTVWR-550 TeamCity build. codesigning retry block had some leftover ↵Brad Kittenbrink
python2 syntax
2022-03-09SL-16992 Crash at LLVivoxVoiceClient::notifyStatusObserversAndrey Kleshchev
2022-03-09Fix DRTVWR-550 TeamCity build. codesigning retry block had some leftover ↵Brad Kittenbrink
python2 syntax
2022-03-09SL-16888 debug setting MFAHash value now gets saved to mfa_hash secure ↵Brad Kittenbrink
storage as well.