Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-09 | LLSlurl and LLViewerNetwork unit test fixes. Got tired of | Monty Brandenberg | |
the TC builds failing on these tests. Appears to be a conflict/race condition on a temporary file. Changed the name of the file. Should use a tempname()-like API but this will do for a unit test. | |||
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-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
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 | |
2011-07-15 | storm-1510: update to new login display url | Oz Linden | |
2010-08-30 | merging up from viewer-development | Aaron Terrell (Enus) | |
2010-08-24 | standardizing test suite names as class name under test | Aaron Terrell (Enus) | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-02 | Fixed build (unit tests linking errors). | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2010-05-27 | EXT-7388 - --grid command-line argument does nothing | Roxie Linden | |
Fix up overriding of --loginuri --loginpage --helperuri | |||
2010-05-27 | EXT-7388 - --grid command-line argument does nothing | Roxie Linden | |
QAR-3119 --grid command-line argument does nothing Made --grid specifier case insensitive. Fixed some issues with specifying non-well-known-grids Fixed some issues with specifying --loginuri, --loginpage and --helperuri | |||
2010-05-18 | Add missing debug grids | Roxie Linden | |
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-21 | Show beta grids depending on a settings.xml setting. for SLE, this will be ↵ | Roxie Linden | |
turned off. For trunk, it's turned on. Also, fixed an issue with manual entry of locations into the location dropdown. | |||
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-03-01 | Automated merge with a few fixups for code review comments | Roxie Linden | |
2009-07-08 | DEV-34822 - merge with 1.23 | Roxanne Skelly | |
certificate notification code -r 118191 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 |