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-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-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-14 | Merged in callum_linden/viewer-release-cve-2019-5786 | AndreyL ProductEngine | |
2019-03-13 | Fixed (#3) | ruslantproductengine | |
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-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-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-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: 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-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 | |
2019-01-16 | SL-10341: Fix Mojave mic permission problem - thanks Tonya Souther! | Nat Goodspeed | |
2019-01-15 | Merged lindenlab/viewer-cougar into default | Ruslan Teliuk | |
2019-01-15 | - fix scale problem on Windows | ruslantproductengine | |
2019-01-14 | Merged in ruslantproductengine/viewer-cougar-4cr-5 (pull request #41) | Andrey Lihatskiy | |
SL-10176 - [Love Me Render] MacOS Quit / Shutdown crash Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> | |||
2019-01-14 | - remove getDeviceScaleFactor() and replace it to getSystemUISize() ↵ | ruslantproductengine | |
according Ansariel note | |||
2019-01-14 | - add static const | ruslantproductengine | |
2019-01-08 | SL-10285 - removed one possible route for the isImpostor() crash. ↵ | Brad Payne (Vir Linden) | |
Intermittent issue. | |||
2019-03-14 | Merged in callum_linden/viewer-release-cve-2019-5786 | AndreyL ProductEngine | |
2019-03-01 | Merged in lindenlab/viewer-release and incremented viewer version to 6.2.0 | AndreyL ProductEngine | |
2019-02-07 | SL-1036 Update estate access lists on the agent's access level change | AndreyL ProductEngine | |
2019-01-18 | SL-1942 Fixed the estate list change Confirmation messages to show agent ↵ | AndreyL ProductEngine | |
names properly | |||
2019-01-08 | SL-10194 Selecting mesh face doesn't highlight the face in any way | ruslantproductengine | |
- Implemented |