Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-26 | Automated merge with file:///Users/nat/linden/viewer-gridselect | Nat Goodspeed | |
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-03 | SL-10685 LLPanelLogin crash | andreykproductengine | |
2018-06-18 | MAINT-8751 Add a link to create an account to the viewer login screen | maxim_productengine | |
2018-04-20 | MAINT-8540 Eliminated a lot of xui related log warnings on startup and ↵ | andreykproductengine | |
opening preferences | |||
2018-04-05 | MAINT-8488 FIXED Favourite location list on login screen is not updated ↵ | maxim_productengine | |
after pressing "Esc" key while in username field | |||
2017-12-22 | MAINT-8120 Account that contains last name Resident cannot see his Favorites ↵ | Mnikolenko Productengine | |
on Login Screen | |||
2017-12-21 | MAINT-8110 clear password field after failed login instead of showing fake dots | Mnikolenko Productengine | |
2017-12-15 | MAINT-8098 FIXED The Viewer uses http: for the splash page even when ↵ | Mnikolenko Productengine | |
configured for https: | |||
2017-09-29 | MAINT-7835 FIXED issue with resetting username after failed attempt to login | Mnikolenko Productengine | |
2017-09-28 | MAINT-7835 Start location is not changed correctly via 'maps.secondlife.com' ↵ | Mnikolenko Productengine | |
link in some cases | |||
2017-08-25 | MAINT-7739 Make LLOSInfo a Singleton | andreykproductengine | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-17 | Merge | Rider Linden | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-01-06 | MAINT-898 FIXED Viewer attempts to log in with no password | Mnikolenko ProductEngine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-09-29 | MAINT-5614: Cancel the fade timer for the progress screen when hidding progress. | Rider Linden | |
2015-09-24 | MAINT-5614: Put the sInstance back the way it was for llpanellogin | Rider Linden | |
2015-09-22 | Reuse old login panel... | Rider Linden | |
2015-09-15 | MAINT-5507: Remove llcurl, move constant values and untilities to llcorehttp lib | Rider Linden | |
2015-08-25 | Merge | Rider Linden | |
2015-06-03 | Remove vestigial httpclient.h include from files that no longer need it. | Rider Linden | |
2015-04-28 | increment viewer version to 3.7.29 | Mnikolenko ProductEngine | |
2015-04-28 | Merge viewer-release, become version 3.7.29 | Mnikolenko ProductEngine | |
2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for ↵ | Oz Linden | |
wide char paths; on other platforms they are now just typedefs to the std classes | |||
2015-04-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-02-24 | merge changes for 3.7.25-release | Oz Linden | |
2015-02-24 | merge changes for MAINT-4790 | Oz Linden | |
2015-01-30 | MAINT-4853 FIXED Pressing the ENTER key when entering a location into the ↵ | Mnikolenko ProductEngine | |
Type a location field, doesn't log you in | |||
2015-01-30 | MAINT-4853 FIXED Pressing the ENTER key when entering a location into the ↵ | Mnikolenko ProductEngine | |
Type a location field, doesn't log you in | |||
2015-01-22 | MAINT-4790 WIP Previously selected login location is correctly shown now. ↵ | Mnikolenko ProductEngine | |
Font on the Log In button was changed back. Text offset was set for Locations combobox. | |||
2015-01-14 | MAINT-4790 WIP code clean-up | Mnikolenko ProductEngine | |
2015-01-22 | MAINT-4800 FIXED Grid labels in combobox could be localized now. Combobox is ↵ | Mnikolenko ProductEngine | |
wider and separator (empty line) was removed. | |||
2014-10-19 | Update to build on Xcode 6.0: removal of some unused variables | callum_linden | |
2014-10-09 | Fixed a build issue in llpanellogin.cpp | maksymsproductengine | |
2014-10-09 | Merge downstream code and become 3.7.18 | simon | |
2014-10-03 | MAINT-4345 FIXED User names are not retained when switching grids | Mnikolenko ProductEngine | |
2014-09-25 | MAINT-4476 FIX (via patch) It's possible to use landmarks of previous user ↵ | Callum Prentice | |
on login screen | |||
2014-09-22 | Merge problems with this file - this fixes them | Callum Prentice | |
2014-07-10 | MAINT-2855 FIXED Use separate xml files (saved as ↵ | Mnikolenko ProductEngine | |
stored_favorites_<grid>.xml) for each grid. | |||
2014-06-18 | Merge downstream code | simon | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-04-14 | MAINT-3564 FIXED Replace dot before comparing user name. | Mnikolenko ProductEngine | |
2013-10-29 | SH-4585 FIX: Viewer crashes after attempt to login with invalid SOCKS 5 proxy. | Richard Linden | |
don't have 2 login panels at the same time | |||
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-09-04 | merge | Brad Payne (Vir Linden) | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. |