Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-26 | MAINT-7514: Fetch needed env vars in WindowsManifest.sign() method. | Nat Goodspeed | |
2017-06-26 | MAINT-7514: Add (32) or (64) to registry for "install again?" prompt. | Nat Goodspeed | |
Specifically, append (32) or (64) to the four-part version number stored in the registry entry used to detect whether this viewer has already been installed. This is injected as a new VERSION_REGISTRY NSIS variable. (It was tempting to simply change the value of VERSION_LONG with the embedded address size. However, there is one other use of VERSION_LONG in the NSIS template. That use is the subject of MAINT-7533.) Synthesize the VERSION_REGISTRY value in viewer_manifest.py and add it to the substitution dict used to populate the NSIS template. ADDRESS_SIZE isn't passed into viewer_manifest.py, but it can be inferred from the existing 'arch' parameter: 'arch' as well as 'platform' is used to select the specific subclass of the ViewerManifest class to instantiate for this run. Add an appropriate address_size attribute to every such subclass. Change a couple existing tests on 'arch' to tests on self.address_size instead -- clearer to the maintainer. Also, given that subclass selection mechanism, the ViewerManifest base class shouldn't need if / elif tests on 'platform'. Make build_data_json_platform a class attribute as well, removing the base-class stanza that dynamically examines 'platform' and 'arch'. Similarly, move platform-specific tweaks to the build_data_dict used to populate build_data.json into a new finish_build_data_dict() method overridden by individual platform subclasses. Encapsulate the logic around running the Windows code-signing tool into a sign() method, and call it as needed. For obtaining environment variables with fallback values, use os.environ.get() instead of os.path.expandvars() with tests on the returned value. | |||
2017-06-23 | merge from gate | Glenn Glazer | |
2017-06-23 | MAINT-7515: point shortcut icon at viewer exe | Glenn Glazer | |
2017-06-22 | upgrade to VMP package 506825 | Glenn Glazer | |
2017-06-22 | DRTVWR-418: Update to curl build 506810 | Nat Goodspeed | |
2017-06-21 | upgrade to VMP package 506766 | Glenn Glazer | |
2017-06-21 | SL-722 - animated object checkbox is based on state of root prim. Enabled ↵ | Brad Payne (Vir Linden) | |
only when root prim or whole linkset is being edited. | |||
2017-06-20 | upgrade to VMP package 506741 | Glenn Glazer | |
2017-06-20 | merge | Brad Payne (Vir Linden) | |
2017-06-20 | merge changes for MAINT-7466 | Oz Linden | |
2017-06-20 | merge changes for 5.0.6-release | Oz Linden | |
2017-06-20 | fix presentation of log tags for better searchability | Oz Linden | |
2017-06-20 | pull from v64 gate | Glenn Glazer | |
2017-06-20 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2017-06-20 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2017-06-20 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-06-20 | increment viewer version to 5.0.7 | Oz Linden | |
2017-06-20 | Added tag 5.0.6-release for changeset 3e5035dfd8af | Oz Linden | |
2017-06-20 | SL-731 - don't fetch animated object inventory unless needed for debug display | Brad Payne (Vir Linden) | |
2017-06-20 | merge | Glenn Glazer | |
2017-06-20 | upgrade to VMP package 506528 | Glenn Glazer | |
2017-06-20 | MAINT-7507 FIXED When assigning abilities to a group role, ticking "Manage ↵ | Mnikolenko Productengine | |
ban list" causes other selected abilities to untick | |||
2017-06-20 | SL-731 - control avatar has pointer back to associated volume. Can use this ↵ | Brad Payne (Vir Linden) | |
link to find associated inventory item name for an animation in debug display. | |||
2017-06-20 | merge CEF update | Oz Linden | |
2017-06-19 | update viewer-manager, primarily to solve Mac packaging problem | Oz Linden | |
2017-06-19 | SL-725 - suppress default animations for LLControlAvatar, using a new ↵ | Brad Payne (Vir Linden) | |
mEnableDefaultAnimations field | |||
2017-06-16 | remove dependency on urllib3 in viewer-manager | Oz Linden | |
2017-06-16 | update viewer-manager to fix problem with finding the ca-bundle | Oz Linden | |
2017-06-16 | remove redundant slash from update service base url (cosmetic) | Oz Linden | |
2017-06-16 | MAINT-200 Fixed inconsistent touch hover icon and touch click action when ↵ | daianakproductengine | |
viewed through transparent prims | |||
2017-07-01 | MAINT-142 No need for callback on normal exit | andreykproductengine | |
2017-06-30 | MAINT-142 Fixed Speak button remains enabled in case of SLVoice process ↵ | andreykproductengine | |
termination | |||
2017-06-23 | MAINT-7065 Better information on animations running on the logged-in Avatar | andreykproductengine | |
2017-06-22 | MAINT-948 FIXED Search Places Check Box Not Showing as Checked to ↵ | Mnikolenko Productengine | |
non-land-owners | |||
2017-06-21 | MAINT-7356 Feature - Force item delete warning to prompt once per session | pavelkproductengine | |
Fixed problem that ignored delete confirmation shown twice under certain conditions | |||
2017-06-20 | MAINT-7508 Fixed Trash says that it will delete items, but some items are ↵ | andreykproductengine | |
being ignored | |||
2017-06-16 | MAINT-1614 Fixed Object changed its position inworld but value in Edit tool ↵ | andreykproductengine | |
was not changed | |||
2017-06-16 | SL-697 - global scale function for LLControlAvatar, to support arbitrary ↵ | Brad Payne (Vir Linden) | |
scaling of animated objects. Not currently used. | |||
2017-06-16 | MAINT-7488 FIXED [Windows] Viewer crashes when pasting empty string from ↵ | Mnikolenko Productengine | |
clipboard | |||
2017-06-16 | MAINT-7505: correct packaging of python llbase | Oz Linden | |
2017-06-15 | SL-700: upgrade to VMP package 506528 | Glenn Glazer | |
2017-06-15 | MAINT-7483 Fixed inability to drag a folder into object contents | andreykproductengine | |
2017-06-14 | SL-700: temporarily use local version of ca-bundle.crt, remove ca-bundle ↵ | Glenn Glazer | |
copy calls from viewer manifest | |||
2017-06-14 | SL-700: temporarily use local version of ca-bundle.crt instead of from ↵ | Glenn Glazer | |
voice, misc cleanup | |||
2017-06-14 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2017-06-14 | merge | Brad Payne (Vir Linden) | |
2017-06-14 | MAINT-7489 FIXED Viewer may silently empty trash without the users request ↵ | Mnikolenko Productengine | |
under obscure inventory folder states | |||
2017-06-13 | upgrade to vmp package 506464 | Glenn Glazer | |
2017-06-13 | upgrade to vmp package 506452 | Glenn Glazer | |