Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-02 | sync with viewer-development | eli | |
2011-09-02 | merge changes for .v-pb | Oz Linden | |
2011-09-02 | merge back beta tags | Oz Linden | |
2011-09-02 | merge changes for storm-1027 | Oz Linden | |
2011-09-02 | correct DOS line endings | Oz Linden | |
2011-09-02 | re-write the hash table code to eliminate potential flaws and simplify the ↵ | Xiaohong Bao | |
implementation. | |||
2011-09-02 | SH-2171 Commented-out code cleanup. | Seth ProductEngine | |
2011-09-02 | SH-2309 WIP Label colors changed in mesh upload floater. | Seth ProductEngine | |
2011-09-02 | SH-2309 Model preview floater LoD tab updated. | Seth ProductEngine | |
- Combo boxes for LoD source added for each level - New option "Use LoD above" added for copying the model from higher LoDs. - Various LoD settings and related controls removed. | |||
2011-09-02 | merged .hgtags | Debi King (Dessie) | |
2011-09-02 | SH-2309 WIP Priority modifications to mesh uploader UI | Paul ProductEngine | |
- Changed representation of Retain% control values - Added "Choose one..." item to the LOD combo_box | |||
2011-09-02 | Added tag DRTVWR-85_3.0.3-beta1, 3.0.3-beta1 for changeset 6694f3f062aa | Debi King (Dessie) | |
2011-09-02 | increment viewer version to 3.0.5 | Oz Linden | |
2011-09-02 | Added tag 3.0.4-start for changeset 586907287be5 | Oz Linden | |
2011-09-02 | VWR-26823 FIXED Removed DigiNotar CA certificate. | Vadim ProductEngine | |
2011-09-01 | * Changing inbox item "new" tag to off by default rather than on to eliminate | Leslie Linden | |
false positives. | |||
2011-09-01 | EXP-1001 FIX -- Newness is removed on next login if you log out or crash ↵ | Leslie Linden | |
before opening inventory panel EXP-1148 FIX -- New Tags can show in incorrect locations when opening folder with drop down arrow in Received Items panel EXP-1163 FIX -- When ordering a Direct Delivery item in Basic Mode, item is not shown as new on login to Advanced mode EXP-1172 FIX -- New tags not displayed for items delivered while not logged in on next login to viewer EXP-1173 FIX -- New tags are removed for all new items when Inventory side panel is opened * New tag now set when an item folder is added to the inbox. * Update to new tag only happens when a valid date exists. * Inbox collapsed time now only set when inbox panel is in a visible chain. | |||
2011-09-01 | sync with viewer-development | eli | |
2011-09-01 | merge | Brad Payne (Vir Linden) | |
2011-09-01 | Fix for model metrics | Brad Payne (Vir Linden) | |
2011-09-01 | Merge | Logan Dethrow | |
2011-09-01 | Clarified the reason for adding the deleteSingleton method to LLSingleton. ↵ | Logan Dethrow | |
Added a simple unit test to verify the functionality of the deleteSingleton method. | |||
2011-09-01 | LLProxy start of code review cleanup. | Logan Dethrow | |
2011-09-01 | Added tag DRTVWR-77_3.0.0-release for changeset 1778f26b6d0a | Debi King (Dessie) | |
2011-09-01 | Removed tag DRTVWR-78_3.0.0-release | Debi King (Dessie) | |
2011-09-01 | Added tag DRTVWR-85_3.0.3-beta1, 3.0.3-beta1 for changeset 6694f3f062aa | Debi King (Dessie) | |
2011-09-01 | CHOP-763: Extend LLEventAPI "LLViewerControl" API; add queries. | Nat Goodspeed | |
This is a significant refactoring of planned (but as yet unimplemented) work, though in fact it's almost completely compatible with the only implemented operation. The set() operation now requires op="set", where before that was inferred because set() was the only possibility. Whereas before LLViewerControlListener dispatched to different bound methods on the "group" key, with four known "group" string values, it now dispatches on the "op" key, supporting "set", "toggle", "get", "groups", "vars" -- the last two exposing query functionality. LLControlGroup is actually derived from LLInstanceTracker, keyed on string names, so we can look up instances using LLControlGroup::getInstance(const std::string&), or enumerate all such names. LLControlGroup similarly permits iterating over all defined LLControlVariables. The static LLViewerControlListener instance has been wrapped in an unnamed namespace and removed from llviewercontrollistener.h. The availability of the API depends on LLEventPumps::obtain(), rather than normal C++ visibility. | |||
2011-09-01 | CHOP-763: Promote Response class from llwindowlistener.cpp to LLEventAPI. | Nat Goodspeed | |
This is a generally-useful idiom, extending the sendReply() convenience function -- it shouldn't remain buried in a single .cpp file. | |||
2011-09-01 | CHOP-763: publish LLControlGroup::typeStringToEnum(), typeEnumToString() | Nat Goodspeed | |
These LLControlGroup methods were marked 'protected'. But they're important for introspection: LLControlVariable::type() returns an eControlType; understanding that value outside a C++ context requires typeEnumToString(). | |||
2011-09-01 | SH-2309 WIP Priority modifications to mesh uploader UI | Paul ProductEngine | |
- Bind "Cosine%" param with "Smooth" combo box. - Corrected some wording. - Little UI polish. Line with results in Physics tab. - Changed ordering of LOD combo box items. | |||
2011-08-31 | Automated merge with http://hg.secondlife.com/mesh-development | Xiaohong Bao | |
2011-08-31 | fix for SH-2367: Model upload errors are not displayed | Xiaohong Bao | |
2011-08-31 | EXP-1149 FIX Log in Screen: Replace the new mode selector with the old one | Richard Nelson | |
improved graphics and layout for logged in mode selector | |||
2011-08-31 | SH-2314 FIX - change RenderVolumeLODFactor back to 1.125 for low graphics | Brad Payne (Vir Linden) | |
2011-08-31 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Nelson | |
2011-08-31 | merge | Brad Payne (Vir Linden) | |
2011-08-31 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-08-31 | turn on private memory pool by default. | Xiaohong Bao | |
2011-08-31 | Merge | Xiaohong Bao | |
2011-08-31 | Point to new Mac version of LLQtWebKit to fix symbol export issue on that ↵ | callum | |
platform | |||
2011-08-31 | storm-1578: change default Away timeout to "never" | Oz Linden | |
2011-08-31 | update list of translators | Oz Linden | |
2011-08-31 | SH-2309 WIP Priority modifications to mesh uploader UI | Paul ProductEngine | |
Made next changes according to the last version of UI spec: - Modified Upload Options tab - Modified Physics tab - Modified the floater overall | |||
2011-08-31 | merge changes for storm-1567 | Oz Linden | |
2011-08-31 | merge changes for storm-638 | Oz Linden | |
2011-08-31 | merge changes for storm-1566 | Oz Linden | |
2011-08-31 | merge changes for storm-1572 | Oz Linden | |
2011-08-31 | merge changes for storm-1574 | Oz Linden | |
2011-08-31 | merge changes for storm-1522 | Oz Linden | |
2011-08-31 | merge back beta tag changes | Oz Linden | |