Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-25 | SL-11049: Notice explicit --grid command-line switch and honor it. | Nat Goodspeed | |
LLPanelLogin's constructor checks both LLGridManager::getGrid() and LLStartUp::getStartSLURL(). But by the time we get there, we've blurred the distinction between explicit command-line arguments and defaults left over from a previous run. Of course, if the grid implied by getStartSLURL() is the same as the getGrid(), the distinction is irrelevant. But if they differ, up until now, getStartSLURL() has always "won" -- even when getGrid() was set by an explicit --grid switch whereas getStartSLURL() was only left over from a previous run. Notice that case and try to avoid overriding the explicitly-specified grid with the grid from the default SLURL. | |||
2019-04-25 | Reorder logic in LLAppViewer::initConfiguration(); remove dup code. | Nat Goodspeed | |
There were two nearly-identical copies of a stanza that calls sendURLToOtherInstance(). Remove one. It's possible that the reason no one noticed the duplication was because the two copies were 70 lines apart. Move setSkinFolder(), setUseSpellCheck() and setSecondaryDictionaries() stanzas to consolidate SLURL-handling code more closely. Also move logic for NextLoginLocation and CmdLineLoginLocation. Remove a couple unnecessary std::ostringstream instances. Streaming a single string literal to std::ostringstream and retrieving its str() is the same as simply converting the literal to std::string, only slower. OSMessageBox() accepts const std::string&. Given that you have a std::string in hand, passing its c_str() to OSMessageBox() is not only unnecessary but wasteful: it requires silently converting the const char* back to a different std::string instance. Calling a class method from another method of the same class does not require ClassName:: qualification. Calling a singleton subclass method from another non-static method of the same subclass does not require going through ClassName::instance() or sInstance or whatever. | |||
2019-04-25 | Return CGPoint and CGSize by value, not const ref to temporary. | Nat Goodspeed | |
2019-04-25 | Remove a couple unused iterators per Xcode 10.2.1. | Nat Goodspeed | |
2019-04-17 | increment viewer version to 6.2.1 | Nat Goodspeed | |
2019-04-17 | Added tag 6.2.0-release for changeset 82a89165e592 | Nat Goodspeed | |
2019-04-11 | SL-10891 Reset UI scale factor on first run if OS's display scaling is not 100% | AndreyL ProductEngine | |
2019-04-05 | SL-10890 Ban duration edit field shows value with a left shift if a large ↵ | andreykproductengine | |
value was set | |||
2019-04-02 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-04-02 | increment viewer version to 6.1.2 | Nat Goodspeed | |
2019-04-02 | Added tag 6.1.1-release for changeset 50f0ece62ddb | Nat Goodspeed | |
2019-03-20 | Backed out changeset: 29f763ea2f9b | AndreyL ProductEngine | |
The fix caused SL-10357 | |||
2019-03-19 | Merged in callum_linden/viewer-release-cve-2019-5786 | AndreyL ProductEngine | |
2019-03-19 | Merged in callum_linden/viewer-release-cve-2019-5786 | AndreyL ProductEngine | |
2019-03-18 | Pull in a change to Dullahan that allows user to specify flag that lets ↵ | callum@gmail.com | |
video/audio autoplay like it did before Chrome 70? (Dullahan v1.1.1320). Also sets a flag in media plugin CEF code to change the settings from false (default) to true | |||
2019-03-16 | Merged in callum_linden/viewer-release-cve-2019-5786 | AndreyL ProductEngine | |
2019-03-15 | Pull in updated Dullahan (1.1.1313) with a fix for the DullahanHelper.app ↵ | callum@gmail.com | |
icon appearing in the Apple Dock | |||
2019-03-14 | Merged in callum_linden/viewer-release-cve-2019-5786 | AndreyL ProductEngine | |
2019-03-13 | Fixed (#3) | ruslantproductengine | |
2019-03-12 | Pull in Dullahan 1.1.1309 with fix for macOS version | callum@gmail.com | |
2019-03-08 | Runtime files required by CEF changed in this version of CEF. We add them to ↵ | callum_linden | |
the cef-bin and dullahan 3p packages but they were not copied to the right place - now they are | |||
2019-03-08 | Pick up new version of Dullahan (1.1.1301) that doesn't crash because size ↵ | callum@gmail.com | |
change for browser surface was initiated too early | |||
2019-03-08 | pull in updated 3p-cef-bin package: CEF 3.3626.1895.g7001d56 (Chromium ↵ | callum@gmail.com | |
72.0.3626.121) with fix for CVE-2019-5786 | |||
2019-03-01 | mac build fix (add up to: ↵ | ruslantproductengine | |
https://bitbucket.org/lindenlab/viewer-cougar/pull-requests/46/clean-up-ui-scaling/diff) | |||
2019-03-01 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-02-28 | increment viewer version to 6.1.1 | Nat Goodspeed | |
2019-02-28 | Added tag 6.1.0-release for changeset a3143db58a0f | Nat Goodspeed | |
2019-02-22 | INTL-318: Fix syntax error in lang_tr.nsi. | Nat Goodspeed | |
2019-02-22 | INTL-318: Fix similar syntax error in lang_ru.nsi. | Nat Goodspeed | |
2019-02-21 | INTL-318: Fix syntax error in lang_es.nsi. | Nat Goodspeed | |
2019-02-21 | INTL-318: Add translations for new Windows installer messages. | Nat Goodspeed | |
2019-02-18 | Merged in ruslantproductengine/viewer-cougar-4cr-3 (pull request #47) | Ruslan Teliuk | |
Update contributions list Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> | |||
2019-02-18 | Update contributions list | ruslantproductengine | |
2019-02-11 | SL-10506: Try again to attain desired behavior. | Nat Goodspeed | |
2019-02-09 | SL-10506: Disregard any previous installation. Start from scratch. | Nat Goodspeed | |
2019-02-08 | Clean up UI scaling | Ansariel | |
2019-02-06 | Automated merge with ssh://bitbucket.org/lindenlab/vir-fixes | Nat Goodspeed | |
2019-02-06 | SL-10469: Update to viewer-manager build 524157 | Nat Goodspeed | |
2019-02-06 | SL-10469: Remove old-shortcut cleanup cruft: only works for Admin. | Nat Goodspeed | |
The installer is (once again) running with Admin privilege elevation even for a Standard Windows user, so it can't determine the underlying Standard user. Therefore it can't clean up any per-user shortcuts left over for that Standard user. Moved the kludge to SLVersionChecker. | |||
2019-02-06 | SL-10469: Add diagnostic popup when trying to delete old shortcuts. | Nat Goodspeed | |
2019-02-06 | SL-10471 - collision volume api | Brad Payne (Vir Linden) | |
2019-02-05 | SL-10471 - animation validation for constraints | Brad Payne (Vir Linden) | |
2019-02-05 | SL-10469: Remove any similar shortcuts for old per-user install. | Nat Goodspeed | |
2019-02-04 | SL-9980: Update to viewer-manager build 524032 | Nat Goodspeed | |
2019-02-04 | SL-5570 - Align planar faces" does not work on normal or specular maps | ruslantproductengine | |
2019-02-02 | SL-9980: Update to viewer-manager 524014 to drop Admin for viewer. | Nat Goodspeed | |
But since that viewer-manager build depends on being able to read the application name from build_data.json (to locate the shortcut), add an AppName key to build_data.json. | |||
2019-02-02 | SL-10396: Disable per-user installs: require Admin for all-users. | Nat Goodspeed | |
2019-02-02 | DRTVWR-447: Comment out Danish and Polish in one more file. | Nat Goodspeed | |
2019-01-25 | SL-10194 Selecting mesh face doesn't highlight the face in any way | ruslantproductengine | |
- Fixed according to Steeltoe notes. - Add const modifier for some methods | |||
2019-01-18 | SL-10153 bat file no longer should be in instal directory | andreykproductengine | |