Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-07 | merge | Andrew Meadows | |
2011-01-07 | Adding group owned check for enabling returnability of objects on parcels. | Andrew Meadows | |
2011-01-07 | Fix for viewer crash when making the object viewer cache larger | Don Kjer | |
2011-01-07 | trivial: for VWR-22353: remove debug code for EXT-6791. | Xiaohong Bao | |
2011-01-07 | merge changes for vwr-1095 | Oz Linden | |
2011-01-07 | merge changes for storm-826 | Oz Linden | |
2011-01-07 | VWR-1095 fix for problems with uploads following bulk upload failure | Coaldust Numbers | |
de minimus contribution accepted without CA - Oz Linden | |||
2011-01-07 | Merge from viewer-development | Don Kjer | |
2011-01-07 | Fix for ER-425: Viewer object cache list gets corrupted when ↵ | Don Kjer | |
CacheNumberOfRegionsForObjects is exceeded | |||
2011-01-07 | Switch inventory capabilities to FetchInventory2 and family. | Aaron Stone | |
2011-01-07 | increment minor revision number to make version "2.6.0" | Oz Linden | |
2011-01-07 | Added tag 2.5.0-start for changeset a82e5b1e22c7 | Oz Linden | |
2011-01-07 | STORM-826: fix line endings and mixed tabs/spaces | Oz Linden | |
2011-01-07 | merge changes for storm-34 | Oz Linden | |
2011-01-06 | Automated merge with file:///Users/oz/Work/V-D | Oz Linden | |
2011-01-06 | merge changes for web profiles | Oz Linden | |
2011-01-06 | STORM-830 Volume slider isn't properly remembered if set to zero | Jonathan Yap | |
There is an edge case in setMasterGain during startup which prevents setInternalGain from being called if the master volume setting and mInternalGain both equal 0. In llaudioengine.cpp setting mInternalGain to a very low but non-zero value fixes this issue. | |||
2011-01-06 | SOCIAL-423 FIX Display name and username are wrong in My Profile tab | callum | |
2011-01-06 | Validation check for edit classified and edit pick slapps | Brad Payne (Vir Linden) | |
2011-01-06 | Syncing coverity build.sh code with trunk. | David Kaprielian | |
2011-01-06 | STORM-387 FIXED Return key handling by Favorites bar overflow menu. | Seth ProductEngine | |
Pressing Return in Favorites bar overflow menu now acts as mouse double click, i.e. performs teleport to selected landmark. | |||
2011-01-06 | merge changes for storm-812 | Oz Linden | |
2011-01-06 | merge changes for storm-714 | Oz Linden | |
2011-01-06 | merge changes for storm-438 | Oz Linden | |
2011-01-06 | Merge from viewer-development before merge to viewer-development request ↵ | callum | |
submitted | |||
2011-01-06 | STORM-826 (workaround): correct mixed and dos-style line endings | Oz Linden | |
2011-01-06 | STORM-393 FIXED Changed group SLURL color to be the same as in other URLs. | Vadim ProductEngine | |
By the way, removed "AgentLinkColor" color which has been used since STORM-579 was fixed. | |||
2011-01-05 | Merge with viewer-development | callum | |
2011-01-05 | SOCIAL-304 FIX Modify side panel to reflect Profiles changes | callum | |
2011-01-06 | STORM-514 FIXED Replaced missing textures names in Side Tray params. | Seth ProductEngine | |
2011-01-05 | merge changes for storm-806 | Oz Linden | |
2011-01-05 | merge changes for storm-825 | Oz Linden | |
2011-01-05 | SH-716 FIXED Water reflections should not default to ON for High graphics ↵ | Loren Shih | |
setting Revert to previous behavior. Reflections stay at "minimal". | |||
2011-01-05 | Automated merge from viewer-development | Loren Shih | |
2011-01-05 | SH-716 FIXED Water reflections should not default to ON for High graphics ↵ | Loren Shih | |
setting Revert to previous behavior. Reflections stay at "minimal". | |||
2011-01-04 | merge changes for storm-398 | Oz Linden | |
2011-01-04 | merge changes for storm-467 | Oz Linden | |
2011-01-04 | merge changes for storm-485 | Oz Linden | |
2011-01-04 | merge changes for storm-737 | Oz Linden | |
2011-01-04 | merge changes for storm-466 | Oz Linden | |
2011-01-04 | merge changes for storm-513 | Oz Linden | |
2011-01-04 | merge changes for storm-493 | Oz Linden | |
2011-01-04 | merge changes for storm-669 | Oz Linden | |
2011-01-04 | merge changes for storm-823 | Oz Linden | |
2011-01-04 | Backed out tiggs' ER-350 change | Don Kjer | |
2011-01-04 | Backed out changeset 95afdecc1b05 | Don Kjer | |
2011-01-04 | STORM-702 FIXED Made it possible to wear partial outfits | Vadim ProductEngine | |
Enabled the "Replace Current Outfit" option for incomplete outfits (i.e. those that don't contain full set of body parts). | |||
2010-12-30 | STORM-825 : update Merge from viewer-development | Wolfpup Lowenhar | |
2010-12-30 | STORM-823 FIXED Fixed Tab Key not working properly in floaters. | Andrew Productengine | |
Bug was caused by not fiding focus root in LLUICtrl::findRootMostFocusRoot() when tab was pressed in floaters. When it was not found, LLPanel::handleKeyHere() didn't move focus to the next control. Floaters had erroneous behaviour because of focus_root xml param: though value of focus root was set with setFocusRoot() in floater's constructor , later it was overwritten in LLFloater::initFloaterXML() with value from xml again. This problem was introduced in af49c237b0f9 - there focus root was moved to xml. - To fix the problem, setFocusRoot() call was added after initFromParams() in LLFloater::initFloaterXML() to set proper value of focus root after overwriting it from xml. The drawback of the fix is that focus_root param is ignored by floaters and its value is determined depending on chrome, as it did before but the only other way to fix this problem would be to set the param in xml manually for each existing floater, and do it for each new floater added to viewer. | |||
2010-12-30 | Automated merge from viewer-development | Loren Shih | |