summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-01SL-13792: Cannot mix print statement and print function.Nat Goodspeed
'from __future__ import print_function' not only makes the print() function available, it also makes the Python 2 print statement invalid syntax. Until we merge with the Python 3 branch (soon!), don't import print_function: instead revert to 'print >> sys.stderr' statements.
2022-02-01SL-13792: _greenlet.so is no longer exposed in Mac viewer app bundle.Nat Goodspeed
Instead we have a new bundled executable SLVersionChecker, so that must be signed instead of _greenlet.so.
2022-01-31SL-13792: Use new Python 3 SLVersionChecker.Nat Goodspeed
On Mac, execute the packaged SLVersionChecker directly rather than invoking system Python on our manually-bundled scripts.
2022-01-31SL-16681 Better handling of locked files by NSIS InstallerAndrey Kleshchev
1. When SL window closes it doesn't mean that process died so gave it a bit more time to terminate 2. Added a retry logic in case first run happened too early for some reason 3. Replaced ok/cancel on locked file with abort/retry/ignorei
2022-01-31SL-16729 FIXED Keyframes preview does not work in automatic modeMnikolenko Productengine
2022-01-28Merged in SL-316-a (pull request #848)Howard Stearns
SL-316 (A) retain screw-case behavior Approved-by: Andrey Lihatskiy
2022-01-28Merged DRTVWR-544-maint into SL-316-aHoward Stearns
2022-01-28SL-16728 FIXED animations are not stopped after pressing the Alt + Shift + AMnikolenko Productengine
2022-01-28SL-16715 - viewerstats, added more detail about failure cases in inventoryBrad Payne (Vir Linden)
2022-01-28SL-16728 FIXED animations are not stopped after pressing the Alt + Shift + AMnikolenko Productengine
2022-01-27SL-16669 FIXED Wrong context menu is opened for objects owned by the groupMnikolenko Productengine
2022-01-26SL-16698 Replace tabs with spaces which are used in the editorMnikolenko Productengine
2022-01-26OPEN-358 Readable errorAndrey Kleshchev
2022-01-25SL-3007 mac build fixAndrey Kleshchev
2022-01-25SL-16695 Fixed report Abuse floater's screenshot encroaching onto tittleAndrey Kleshchev
2022-01-24SL-3007 Ability to report abuse from chatAndrey Kleshchev
2022-01-24Merged in SL-316 (pull request #838)Howard Stearns
SL-316 - Fix fencepost errors in computing keyframe start times of .bvh loader.
2022-01-24Merged DRTVWR-544-maint into SL-316Howard Stearns
2022-01-21SL-1159 Fix inbox consolidation failureAndrey Kleshchev
2022-01-21Revert "SL-14717 Ability to trigger left clicks (and more) on animesh objects"Andrey Lihatskiy
This reverts commit 8215fff0c2a1c895ef916837847cf7526ae61ef9. # Conflicts: # indra/newview/lltoolpie.cpp
2022-01-21SL-12335 Viewer loaded notifications from wrong fileAndrey Kleshchev
2022-01-20SL-16672 Fix object's inventory not sorting contentAndrey Kleshchev
2022-01-19SL-16630 Notarization script updateAndrey Lihatskiy
2022-01-18SL-16639 Fixed Marketplace folder depth limit not working in some casesAndrey Kleshchev
2022-01-18SL-16344 #5 CleanupAndrey Kleshchev
2022-01-17SL-16344 #4 Only load 'title' media if it is neededAndrey Kleshchev
Mostly for the sake of MAC. setVolume(0) doesn't work on MAC which resulted in invisible media playing in background when editor was open.
2022-01-17SL-16344 #3 Moved LLPanelFace related code into LLPanelFaceAndrey Kleshchev
2022-01-15SL-16344 #2 Do not play media preview if not openedAndrey Kleshchev
2022-01-15SL-16344 #1 Sometimes editor's media title picks obsolete descriptionAndrey Kleshchev
Wait for media_plugin to navigate to destination
2022-01-14SL-11841 Correct settingAndrey Lihatskiy
2022-01-14SL-16638 don't allow downloading files from the built-in browserMnikolenko Productengine
2022-01-13SL-16644 OUT_FULL updates should reset cacheAndrey Kleshchev
A revert of SH-4631
2022-01-12SL-316 - Fix fencepost errors in computing keyframe start times of .bvh loader.Howard Stearns
2022-01-13Merge branch 'master' into DRTVWR-544-maintAndrey Lihatskiy
2022-01-12Merge branch 'master' into DRTVWR-553-maint-mix-JKAndrey Lihatskiy
2022-01-12Increment viewer version to 6.5.3Nat Goodspeed
following promotion of DRTVWR-554
2022-01-12SL-16614 Viewer's uploader crash with RenderGLCoreProfileAndrey Kleshchev
2022-01-11SL-11875 Verbose logAndrey Lihatskiy
2022-01-11SL-15943 Snapshot 360 floater should refresh on hotkeyAndrey Kleshchev
Ctrl+shift+alt+S should refresh the snapshot if floater is already open
2022-01-11SL-13867 Explicitly add AllowSelectAvatar to settingsAndrey Kleshchev
2022-01-11SL-16565 Added com.apple.security.device.audio-input to the hardened runtime ↵Andrey Lihatskiy
entitlements
2022-01-11SL-16565 Added com.apple.security.device.audio-input to the hardened runtime ↵Andrey Lihatskiy
entitlements
2022-01-11SL-15083 Remove old vfs filesMnikolenko Productengine
2022-01-11DRTVWR-533 Updated LLCA to CT build 567162Andrey Lihatskiy
2022-01-11Revert "SL-11841 make ‘Push to talk’ the default setting"Andrey Lihatskiy
+ post merge conflict fix
2022-01-10Merge branch 'DRTVWR-530-maint' into DRTVWR-553-maint-mix-JKAndrey Lihatskiy
# Conflicts: # indra/newview/app_settings/key_bindings.xml # indra/newview/llappviewer.cpp # indra/newview/llkeyconflict.cpp
2022-01-10SL-15083 Add 'DiskCacheVersion' to keep 'filesystem cache' in checkMnikolenko Productengine
2022-01-07Merged in SL-13297 (pull request #820)Howard Stearns
SL-13297 Show both voice versions Approved-by: Andrey Kleshchev Approved-by: Andrey Lihatskiy
2022-01-06SL-13297 - fix a strange no-op merge conflictHoward Stearns
2022-01-06SL-13297 - Change names to match coding standard.Howard Stearns