| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-23 | Bring in new TUT library build. Clean up ensure_equals() overloads. | Nat Goodspeed | |
| The new TUT library build eliminates the ambiguity about ensure_equals(const char*, ...) versus ensure_equals(const std::string&, ...). Now it's all based on const std::string&. Remove pointless const char* overloads and ambiguous forwarding templates. With clang in Xcode 6, any new datatypes we intend to use with ensure_equals() must have operator<<(std::ostream&, datatype) declared BEFORE lltut.h #includes tut.hpp. Reorder code in certain test source files to guarantee that visibility. | |||
| 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. | |||
