Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-07 | merge changes for DRTVWR-333 | Oz Linden | |
2013-07-25 | CHOP-962: Make LLControlVariable::setPersist() accept only enum. | Nat Goodspeed | |
Initial change made LLControlVariable::mPersist an enum, but retained bool/BOOL public API. setPersist(true) set one value, setPersist(false) set another, forcePersist() set the third. Per code review, expose enum to public, make setPersist() (and LLControlVariable constructor, and LLControlGroup:: declareControl(), and all the LLControlGroup::declareMumble() methods, and all the unit-test dummy declareMumble() method bodies) accept that enum. Remove forcePersist(). Fix calls to LLControlGroup::declareMumble() accordingly. Also rename PERSIST_YES to PERSIST_NONDFT, also per code review. | |||
2013-07-17 | CHOP-962: Make LLControlGroup::declare* return LLControlVariable* | Nat Goodspeed | |
LLControlGroup::declareControl(), declareString() etc. etc. all used to return BOOL -- which no one ever examines because it unconditionally returned TRUE. Make it return the (possibly new) LLControlVariable* instead. | |||
2013-07-09 | CHOP-963: Make update service query url depend on the grid rather than settings | Oz Linden | |
2013-04-19 | merge up to latest viewer-development for merge to 3.5.2 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-27 | change login to pass only the version instead of channel+version in the ↵ | Oz Linden | |
version parameter (channel is passed separately) | |||
2013-03-27 | add platform and platform version to login request parameters for new ↵ | Oz Linden | |
version manager query | |||
2013-02-21 | add use of v1.1 update request protocol, with fallback to v1.0 | Oz Linden | |
2012-08-09 | MAINT-1342: correct initial login location handling, clarify the two related ↵ | Oz Linden | |
persistent settings | |||
2012-07-02 | improve logging of invalid grid definitions, prevent clashes with old viewers | Oz Linden | |
2012-06-12 | PATH-735: Limit and clean up grid selection | Oz Linden | |
2010-12-10 | ui improvements to more closely match UX design. | Andrew A. de Laix | |
2010-12-08 | fix windows build. | Andrew A. de Laix | |
2010-12-07 | show progress bar while downloading update. | Andrew A. de Laix | |
2010-12-07 | login instance coordinates with updater service | Andrew A. de Laix | |
2010-12-01 | CHOP-238 Fix to bug introduced by ↵ | Mark Palange (Mani) | |
http://hg.secondlife.com/viewer-beta/changeset/4072bd5389b2 Reviewed by Brad | |||
2010-11-01 | VWR-23666 Removed setting VersionChannelName. LLVersionInfo::resetChannel() ↵ | Mark Palange (Mani) | |
and unit tests. Reviewed by brad. | |||
2010-09-22 | merge | Richard Linden | |
2010-09-22 | doh, fix this in the RIGHT place. | Tofu Linden | |
2010-09-22 | CID-505 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLGridManager::LLGridManager() File: /indra/newview/tests/lllogininstance_test.cpp | |||
2010-09-16 | merge | Richard Linden | |
2010-09-09 | fixed link seam in login unit test | Richard Linden | |
2010-08-25 | standardizing a couple of stragler test 'suite' names as class name | Aaron Terrell (Enus) | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-23 | Fixed PROJECT_secondlife-bin_TEST_lllogininstance unit test to fix Linux build. | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2010-04-22 | DEV-49332 - cryptic error message when typing in single username when ↵ | Roxie Linden | |
logging into maingrid. Needs to be changed when IE is checked in, of course. Now we check the expected credential formats for a given grid against the format that is typed in, and throw an error if it's invalid. | |||
2010-04-07 | Re-insert backed out SLE checkin so we can fix it | Roxie Linden | |
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-02-26 | automated merge | Roxie Linden | |
2010-02-25 | automated merge | Roxie Linden | |
2010-02-12 | Changing viewer unit test licenses to viewergpl | Mark Palange (Mani) | |
2010-01-29 | CID-319 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLViewerLogin::LLViewerLogin() File: /indra/newview/tests/lllogininstance_test.cpp | |||
2009-11-11 | Changes to fix an LLERRS caused by SRV request timeout. | Mark Palange (Mani) | |
Added settings to config SRV request params Increased timeout to 10 seconds Changed timeout to generate login failure event instead of an error. Added unit test to cover SRV failure event. | |||
2009-11-03 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-10-09 | DEV-40930: Added ["change"] key to login-module status events. Changed | Nat Goodspeed | |
existing event calls to use state as "offline" or "online", with "change" indicating the reason for this status event. Changed disconnect() to send state "offline", change "disconnect" -- instead of replaying last auth failure. Changed unit tests accordingly. Changed LLLoginInstance::handleLoginEvent() to use LLEventDispatcher to route calls to handleLoginFailure() et al. Added LLEventDispatcher::get() to allow retrieving Callable by name and testing for empty(). | |||
2009-09-11 | QAR-1619: Remove unneeded llfloatertos.h #includes. | Nat Goodspeed | |
Neither lllogininstance.cpp nor lllogininstance_test.cpp need llfloatertos.h any more, since LLLoginInstance talks to LLFloaterTOS only via LLFloaterReg and LLEventPumps. However, both sources depended on llfloatertos.h dragging in llnotifications.h, so include that explicitly instead of llfloatertos.h. | |||
2009-08-11 | Better solution for fixing up the LLFloaterTOS callback after the last ↵ | brad kittenbrink | |
viewer-2.0.0-3 merge. LLFloaterTOS and LLLoginInstance now communicate through an event pump "lllogininstance_tos_callback". reviewed by Mani. | |||
2009-08-06 | Backed out changeset bfb246df4655: rolling back LLFloaterTOS post-merge ↵ | brad kittenbrink | |
fixups because they didn't work on linux. | |||
2009-08-05 | Fixups after the latest merge with viewer-2.0.0-3. Updated LLLoginInstance ↵ | brad kittenbrink | |
to use the new LLFloaterReg way of getting hold of floaters. | |||
2009-07-31 | Fixups for changest 486d51877332 merge. Deleting references to things that ↵ | brad kittenbrink | |
got deleted in viewer-2.0.0-3 | |||
2009-07-24 | Adding LLLoginInstance unit test. | Mark Palange (Mani) | |
- Added LLNotificationsInterface class. - Removed LLLoginInstance use of LLNotifications EventAPI | |||
2009-07-09 | DEV-34822 - merge 1.23 | Roxanne Skelly | |
merge -r119443 - basic slurl handling ignore dead branch | |||
2010-02-01 | Merge giab-viewer-trunk 2497, general merge of more | Roxie Linden | |
secapi stuff as well as certificate handling stuff. Grid manager as well |