Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-26 | SL-10799 [Legacy Profiles] Autoadjust texture during image selection | andreykproductengine | |
2019-03-26 | SL-10799 [Legacy Profiles] Acounted for 23px label in 'real life' texture | andreykproductengine | |
2019-03-25 | SL-10799 [Legacy Profiles] added 3x4 image dimentions support | andreykproductengine | |
2019-03-25 | SL-10804 [Legacy Profiles] Second Life tab block button size and focus | andreykproductengine | |
2019-03-25 | SL-10798 FIXED [Legacy Profiles] 'Picks' toolbar button does nothing | maxim_productengine | |
2019-03-25 | SL-10805 [Legacy Profiles] Picks tab, resizing floater should not stretch images | andreykproductengine | |
2019-03-22 | SL-10799 [Legacy Profiles] Profile picture is too stretched | andreykproductengine | |
2019-03-22 | SL-10792 Updated tab labels and width | andreykproductengine | |
2019-03-21 | SL-10727 FIXED Profile windows are not using last set size | maxim_productengine | |
2019-03-19 | SL-10730 [Legacy profiles] 'Cancel' does not discard changes at the Notes tab | andreykproductengine | |
2019-03-19 | SL-10731 [Legacy profiles] 'Cancel' does not discard changes at the ↵ | andreykproductengine | |
Classified tab | |||
2019-03-18 | SL-10728 and SL-10729 Legacy profile overlaps | andreykproductengine | |
2019-03-05 | Merged more SL-10675 changes | AndreyL ProductEngine | |
2019-03-04 | Merged in lindenlab/viewer-release | Kadah_Coba | |
2019-03-04 | Removed redundant view_border elements | Kadah_Coba | |
2019-03-04 | Fixed account info not showing on profile | Kadah_Coba | |
2019-03-05 | Merged SL-10675 | AndreyL ProductEngine | |
2019-03-05 | Line endings fix | AndreyL ProductEngine | |
2019-03-04 | Added viewer based profiles | Kadah_Coba | |
Split picks and classifieds in to separate panels Moved getProfileURL to LLAvatarActions Removed dead XUI panels Removed picks/classifieds floater | |||
2019-03-03 | Corrected LLPanelIMControlPanel source file header info | Kadah_Coba | |
2019-03-03 | Remvoed dead code | Kadah_Coba | |
2019-03-02 | Added intrests info support to LLAvatarPropertiesProcessor | Kadah_Coba | |
2019-03-02 | Added LLTextBase::setParseHTML | Kadah_Coba | |
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-13 | Updated LLViewerDisplayName to coroutine | Kadah_Coba | |
2019-02-12 | Backed out changeset: 25426acca617 | Kadah_Coba | |
Added back the display name floater | |||
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-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-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-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 | |
2018-12-17 | SL-10252: On Windows, use $SystemRoot again, not FOLDERID_Fonts. | Nat Goodspeed | |
2018-12-16 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-bugsplat | Nat Goodspeed | |
2018-12-16 | DRTVWR-447: Merge up to latest viewer-release | Nat Goodspeed | |
2018-12-15 | SL-10153: auto name{expression} declares an initializer_list | Nat Goodspeed | |
instead of a variable of type decltype(expression). Using SHGetKnownFolderPath(FOLDERID_Fonts) in LLFontGL::getFontPathSystem() requires new Windows #include files. A variable with a constructor can't be declared within the braces of a switch statement, even outside any of its case clauses. | |||
2018-12-14 | SL-10153: VS 2013 isn't so fond of ?: involving std::string. | Nat Goodspeed | |
2018-12-14 | SL-10153: Review and rationalize fetching paths from environment. | Nat Goodspeed | |
Use LLStringUtil::getenv() or getoptenv() whenever we fetch a string that will be used as a pathname. Use LLFile::tmpdir() instead of getenv("TEMP"). As an added extra-special bonus, finally clean up $TMP/llcontrol-test-zzzzzz directories that have been accumulating every time we run a local build! | |||
2018-12-14 | SL-10153: Fix previous commit for non-Windows systems. | Nat Goodspeed | |
Move Windows-flavored llstring_getoptenv() to Windows-specific section of llstring.cpp. boost::optional type must be stated explicitly to initialize with a value. On platforms where llwchar is the same as wchar_t, LLWString is the same as std::wstring, so ll_convert specializations for std::wstring would duplicate those for LLWString. Defend against that. The compilers we use don't like 'return condition? { expr } : {}', in which we hope to construct and return an instance of the declared return type without having to restate the type. It works to use an explicit 'if' statement. |