Andrey Kleshchev
f42dba8d92
SL-15312 Legacy profiles remake #4
2022-04-12 00:41:40 +03:00
Andrey Kleshchev
285e36b57e
SL-15312 Legacy profiles remake #3
2022-04-09 00:57:19 +03:00
Andrey Kleshchev
2f776a38af
SL-15312 Legacy profiles remake #2
2022-04-08 00:18:22 +03:00
Andrey Kleshchev
8163eeb43b
SL-15312 Legacy profiles remake #1
...
Initial layout
2022-04-06 22:16:39 +03:00
Andrey Kleshchev
8f6d149fad
SL-16937 New Profile capability, image uploader for testing
...
This commit is mostly to simplify cap testing for server side. Plan is to remove LLLocalBitmap and draw texture more directly instead
2022-03-30 18:35:47 +03:00
Andrey Kleshchev
cd61dbe6ee
SL-17084 Remove 'interests' tab
...
'Legacy interests' are obsolete
2022-03-29 10:58:18 +03:00
Andrey Kleshchev
43fcf86b3b
SL-16937 New Profile capability, image uploader cap #6
2022-03-28 21:45:31 +03:00
Andrey Kleshchev
b7bd7029eb
SL-16937 New Profile capability, image uploader cap #5
2022-03-25 22:29:17 +02:00
Andrey Kleshchev
7e040000c6
SL-16937 New Profile capability, updated charter_member #4
2022-03-16 17:52:41 +02:00
Andrey Kleshchev
cf15fa72f7
SL-16937 New Profile capability, cap updates #3
2022-03-15 16:04:39 +02:00
Andrey Kleshchev
259c5e3ffe
SL-16937 New Profile capability, PUT method #2
2022-03-12 00:06:33 +02:00
Andrey Kleshchev
8fce056c64
SL-16937 New Profile capability, GET method #1
...
in progress, will change as cap changes
2022-03-10 23:43:21 +02:00
Andrey Lihatskiy
eb38bd7837
DRTVWR-483 Post-merge fix - restored the lost code
2022-03-02 15:08:11 +02:00
Andrey Lihatskiy
e70fe3a50d
Merge branch 'master' into DRTVWR-483
...
# Conflicts:
# indra/newview/llviewermenu.cpp
2022-02-28 22:01:18 +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
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
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
15861d8dec
Merge branch 'master' into DRTVWR-483
2022-01-21 20:20:08 +02: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