Cosmic Linden
0e927e92f3
SL-16824: Fix minimap tooltip hint not updating until viewer restart (double click to show map vs double click to teleport)
2022-03-03 12:30:59 -08:00
Cosmic Linden
81da0dd2db
SL-16824: Change minimap hover tooltip. Show parcel name, owner name, and/or for sale info when available. Remove "shift-drag to pan" hint.
2022-03-03 12:30:58 -08:00
Andrey Lihatskiy
f62579f293
Merge branch 'master' into DRTVWR-548-maint-N
2022-02-28 21:56:33 +02:00
Nat Goodspeed
6ca09a9455
Increment viewer version to 6.5.4
...
following promotion of DRTVWR-557
2022-02-28 14:45:27 -05:00
Sabrina Shanman
611869b103
Merged in SL-16857 (pull request #876 )
...
SL-16857: Provide parcel border information to the mini-map
Approved-by: Andrey Lihatskiy
Approved-by: Vir Linden
2022-02-24 21:51:02 +00:00
Sabrina Shanman
f856483c12
Merged in SL-16917 (pull request #886 )
...
SL-16917: Move cardinal directions to the edge of the minimap
Approved-by: Andrey Lihatskiy
Approved-by: Vir Linden
2022-02-24 21:12:20 +00:00
Cosmic Linden
898079a39b
SL-16857: Display parcel borders on the minimap, enable by default, right click context menu option to disable
2022-02-23 17:14:38 -08:00
Cosmic Linden
34a9e84cd8
SL-16917: Fix minimap cardinal direction text being offset slightly, and move cardinal directions to the edge of the minimap
2022-02-23 16:39:15 -08:00
Nat Goodspeed
a6430f42f3
SL-16842, SL-14300: Merge branch 'DRTVWR-555' into DRTVWR-553-555
2022-02-15 16:11:59 -05:00
Nat Goodspeed
f09b0a6a08
SL-16842, SL-14300: Update to viewer-manager build 568552
2022-02-15 16:10:36 -05:00
Sabrina Shanman
646c8aa7ec
Merged in SL-16862 (pull request #875 )
...
SL-16862
Approved-by: Andrey Lihatskiy
2022-02-15 20:31:27 +00:00
Cosmic Linden
ebed2c6d61
SL-16862: Adjust max zoom-in level on world map to match max zoom-in on minimap
2022-02-14 18:17:15 -08:00
Cosmic Linden
a4d80a5fc3
SL-16862: Add comment that min_val for zoom_slider is hardcoded
...
min_val for zoom slider is hardcoded for performance reasons. Changing its value in the slider XML element will have no effect.
Note that larger values of min_val, if allowed, would most likely be safe, however that would reduce how far you can zoom out. See: LLFloaterWorldMap::adjustZoomSliderBounds
2022-02-14 18:16:30 -08:00
Nat Goodspeed
7491a56144
SL-16842: Merge 'DRTVWR-555' into DRTVWR-553-555 for updater fix.
2022-02-11 13:58:49 -05:00
Nat Goodspeed
78e32d943e
SL-16842: Update to viewer-manager build 568451
2022-02-11 13:58:04 -05:00
Nat Goodspeed
9bd45e6fab
SL-13792: Merge branch 'DRTVWR-555' into DRTVWR-553-555.
...
This picks up the change to 32-bit Windows viewer-manager.
2022-02-08 20:09:52 -05:00
Nat Goodspeed
846413c961
DRTVWR-555: Update to viewer-manager build 568310
2022-02-08 20:08:42 -05:00
Andrey Lihatskiy
967707cfd0
Merge branch 'DRTVWR-555' into DRTVWR-553+555
...
# Conflicts:
# autobuild.xml
# indra/newview/llappviewer.cpp
# indra/newview/viewer_manifest.py
2022-02-08 23:22:59 +02:00
Ansariel Hiller
a1b6a271f7
Merged in DRTVWR-553-maint-mix-JK (pull request #856 )
...
Fix template verifier erroneously failing checksum check
Approved-by: Nat Linden
Approved-by: Signal Linden
Approved-by: Andrey Lihatskiy
2022-02-07 21:58:01 +00:00
Nat Goodspeed
e37f8c6020
SL-16788: Update to viewer-manager build 568156
2022-02-04 11:58:53 -05:00
Andrey Kleshchev
ca26bb40ce
SL-16787 Updater launch issues.
2022-02-04 01:36:47 +02:00
Andrey Lihatskiy
832e62f440
DRTVWR-555 Sign SLVersionChecker with the hardened runtime
2022-02-03 00:37:29 +00:00
Andrey Lihatskiy
ae1f6fb1ab
SL-16630 Notarization script update
...
(cherry picked from commit 5fcb811aa2 )
2022-02-02 16:25:07 -05:00
Nat Goodspeed
1de684a8ea
SL-13792: Update to viewer-manager build 568036
2022-02-02 11:33:03 -05:00
Ansariel
719702a95a
Fix template verifier erroneously failing checksum check
2022-02-02 12:16:51 +01:00
Mnikolenko Productengine
350d2c5d7a
SL-14769 Allow to log-in, even if there's an inventory error
2022-02-02 02:55:32 +02:00
Nat Goodspeed
a0dcfeb10e
SL-13792: Update to viewer-manager build 568005
2022-02-01 16:34:51 -05:00
Nat Goodspeed
7b6269fd10
SL-13792: Update to viewer-manager build 567997
2022-02-01 14:43:57 -05:00
Nat Goodspeed
e23d86ca4d
SL-13792: Cannot mix print statement and print function.
...
'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-01 11:19:22 -05:00
Nat Goodspeed
b7c4e27d5b
SL-13792: _greenlet.so is no longer exposed in Mac viewer app bundle.
...
Instead we have a new bundled executable SLVersionChecker, so that must be
signed instead of _greenlet.so.
2022-02-01 10:34:25 -05:00
Nat Goodspeed
91743a9dfa
SL-13792: Use new Python 3 SLVersionChecker.
...
On Mac, execute the packaged SLVersionChecker directly rather than invoking
system Python on our manually-bundled scripts.
2022-01-31 18:07:42 -05:00
Andrey Kleshchev
94daedaaed
SL-16681 Better handling of locked files by NSIS Installer
...
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-31 16:59:35 +02:00
Mnikolenko Productengine
fff0dd3f1d
SL-16729 FIXED Keyframes preview does not work in automatic mode
2022-01-31 12:37:17 +02:00
Brad Payne (Vir Linden)
1049089dd1
SL-16715 - viewerstats, added more detail about failure cases in inventory
2022-01-28 17:51:29 +00:00
Andrey Lihatskiy
0bef5e553e
Revert "SL-14717 Ability to trigger left clicks (and more) on animesh objects"
...
This reverts commit 8215fff0c2 .
# Conflicts:
# indra/newview/lltoolpie.cpp
2022-01-21 19:13:28 +02:00
Andrey Kleshchev
884501a419
SL-16672 Fix object's inventory not sorting content
2022-01-20 01:16:16 +02:00
Andrey Lihatskiy
5fcb811aa2
SL-16630 Notarization script update
2022-01-19 12:05:20 +02:00
Andrey Lihatskiy
df59c061cf
SL-11841 Correct setting
2022-01-14 17:20:01 +02:00
Mnikolenko Productengine
a4431fe12f
SL-16638 don't allow downloading files from the built-in browser
2022-01-14 15:37:18 +02:00
Andrey Lihatskiy
efe9f0e865
Merge branch 'master' into DRTVWR-553-maint-mix-JK
2022-01-12 23:32:18 +02:00
Nat Goodspeed
1ec05e9369
Increment viewer version to 6.5.3
...
following promotion of DRTVWR-554
2022-01-12 16:25:40 -05:00
Andrey Kleshchev
38e77cb958
SL-16614 Viewer's uploader crash with RenderGLCoreProfile
2022-01-12 20:01:36 +02:00
Andrey Lihatskiy
84d989acac
SL-11875 Verbose log
2022-01-11 23:53:26 +02:00
Andrey Lihatskiy
aa69e18b10
SL-16565 Added com.apple.security.device.audio-input to the hardened runtime entitlements
2022-01-11 20:09:00 +02:00
Andrey Lihatskiy
6946a6a997
SL-16565 Added com.apple.security.device.audio-input to the hardened runtime entitlements
2022-01-11 19:54:02 +02:00
Andrey Lihatskiy
6c029e4858
DRTVWR-533 Updated LLCA to CT build 567162
2022-01-11 02:30:30 +02:00
Andrey Lihatskiy
03a7ec55c9
Revert "SL-11841 make ‘Push to talk’ the default setting"
...
+ post merge conflict fix
2022-01-11 02:30:30 +02:00
Andrey Lihatskiy
469ce7f7f6
Merge branch 'DRTVWR-530-maint' into DRTVWR-553-maint-mix-JK
...
# Conflicts:
# indra/newview/app_settings/key_bindings.xml
# indra/newview/llappviewer.cpp
# indra/newview/llkeyconflict.cpp
2022-01-10 23:51:52 +02:00
Signal Linden
c1d75f12b4
SL-15741: Add pre-commit configuration
2022-01-07 14:51:52 -08:00
Andrey Kleshchev
ee2d618706
SL-16564 'Click to' action 'None' doesn't work as intended
...
There shouldn't be any differences for 'None' between normal objects and attachments
2021-12-19 14:01:33 +02:00