summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-26fix for STORM-940: don't show manditory update dialog if already logged in.Andrew A. de Laix
2011-01-24a less brain dead fix for CHOP-369Andrew A. de Laix
2011-01-24fix CHOP-369: catch case of synchronous download failure.Andrew A. de Laix
2011-01-20merge changes for chop-366Oz Linden
2011-01-20VWR-24426: fix SSL handshake error using webkit 4.7Kent Quirk
2011-01-19Removed accidental changeset id tagDessie Linden
2011-01-19Removed tag 76f586a8e22bDessie Linden
2011-01-19Added tag 76f586a8e22b, 2.5.0-beta1 for changeset 345b17e7cf63Dessie Linden
2011-01-19Removed tag 76f586a8e22bDessie Linden
2011-01-19Added tag 76f586a8e22b for changeset 76f586a8e22bDessie Linden
2011-01-19STORM-725: add os to updater query urlKent Quirk
2011-01-18remove problematic include used during debugOz Linden
2011-01-18make storing the cache obey the same unrefreshed time as other usageOz Linden
2011-01-16DN-202: Make avatar name caching more aggressive and error handling more uniformOz Linden
Add logging (mostly at DEBUG level)
2011-01-15renamed temp name flag member in name cache to avoid confusion with similar ↵Oz Linden
names in other classes
2011-01-14SOCIAL-452 FIX Default size of Web content floater is wrong - needs to be ↵callum
optimized for Web profile display
2011-01-14fix CHOP-366, on temporary errors (e.g. version manager returns other than ↵Andrew A. de Laix
200) show error dialog instructing the user to manually install the latest viewer.
2011-01-10SOCIAL-437 FIX Viewer crashes opening My Profile panelcallum
2011-01-07Added tag 2.5.0-start for changeset a82e5b1e22c7Oz Linden
2011-01-07merge changes for storm-34Oz Linden
2011-01-06Automated merge with file:///Users/oz/Work/V-DOz Linden
2011-01-06merge changes for web profilesOz Linden
2011-01-06SOCIAL-423 FIX Display name and username are wrong in My Profile tabcallum
2011-01-06Validation check for edit classified and edit pick slappsBrad Payne (Vir Linden)
2011-01-06Syncing coverity build.sh code with trunk.David Kaprielian
2011-01-06merge changes for storm-812Oz Linden
2011-01-06merge changes for storm-714Oz Linden
2011-01-06merge changes for storm-438Oz Linden
2011-01-06Merge from viewer-development before merge to viewer-development request ↵callum
submitted
2011-01-05Merge with viewer-developmentcallum
2011-01-05SOCIAL-304 FIX Modify side panel to reflect Profiles changescallum
2011-01-05merge changes for storm-806Oz Linden
2011-01-05merge changes for storm-825Oz Linden
2011-01-05SH-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-05Automated merge from viewer-developmentLoren Shih
2011-01-05SH-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-04merge changes for storm-398Oz Linden
2011-01-04merge changes for storm-467Oz Linden
2011-01-04merge changes for storm-485Oz Linden
2011-01-04merge changes for storm-737Oz Linden
2011-01-04merge changes for storm-466Oz Linden
2011-01-04merge changes for storm-513Oz Linden
2011-01-04merge changes for storm-493Oz Linden
2011-01-04merge changes for storm-669Oz Linden
2011-01-04merge changes for storm-823Oz Linden
2010-12-30STORM-825 : update Merge from viewer-developmentWolfpup Lowenhar
2010-12-30STORM-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-30Automated merge from viewer-developmentLoren Shih
2010-12-30BUG STORM-493 'Map' button slightly overlaps scroll bar into My Group ↵Paul Guslisty
info->Land/Assets accordion - Decreased button width
2010-12-30BUG STORM-513 "Allow media to auto - play" check-box is enable after Media ↵Paul Guslisty
check-box was unchecked - Now if "Media" check-box is unchecked, "Allow media to auto - play" check-box is disabled too.