summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/settings.xml
AgeCommit message (Collapse)Author
2011-10-26Disabling display of inbox unless the Received Items folder exists already.Leslie Linden
2011-10-26Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-10-25EXP-1466 FIX Viewer reloads default settings.xml file during launch (under ↵Richard Linden
some conditions) made sessionsettings pref not persistent
2011-10-21merge with viewer-devRichard@Callum-HP-PC.lindenlab.com
2011-10-21EXP-1446 : turn CurlUseMultipleThreads ON by defaultMerov Linden
2011-10-20merge changes for storm-1581Oz Linden
2011-10-14EXP-1342 FIX -- Update avatar picker and destination guide urlsLeslie Linden
* URL's are in place with the [GRID_LOWERCASE] used in the link to go to the proper page based on the grid. * Added "GRID_LOWERCASE" substitution for URL's since it is case sensitive
2011-10-13EXP-1314 FIX -- No floater for MarketplaceLeslie Linden
EXP-1338 FIX -- Clicking on active Toybox buttons triggers clicking sound EXP-1339 FIX -- No minimum resize dimension for Place floater EXP-1340 FIX -- No minimum resize demension for Appearance floater EXP-1341 FIX -- Places Floater doesn't have Help button * Toybox buttons no longer have click sounds * Marketplace button opens external browser to marketplace url * Minimum sizes for places and appearance floaters * Marketplace URL's now all use https
2011-10-13added url for how to help contentRichard Nelson
2011-10-12Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fuiRichard Nelson
2011-10-12tooltips now only show labels for toolbar buttons when label is hidden or ↵Richard Nelson
truncated tooltips are no longer instantaneous once a tooltip is visible
2011-10-12updating destination guide and avatar picker urlsleyla_linden
2011-10-07* Updated to no longer perform user_status marketplace query for DD.Leslie Linden
* Fixed setting to always display the inbox inventory panel.
2011-10-07storm-1581: modify feature table rules to increment version only when the ↵Oz Linden
intent is to reset all graphics preferences
2011-10-06EXP-1274 Create floater for "Avatar Picker" contentLeyla Farazha
2011-10-05Merge with latestLeslie Linden
2011-10-05EXP-1280 FIX -- Minimized floaters associated with toolbar buttons should ↵Leslie Linden
change the state of their parent button * Toolbar buttons now display green when its corresponding floater is open or minimized. * Made changes to buttons so flash time and rate is configurable * Removed unused "highlight_color" attribute from LLButton * Implemented "isVisible" function for toolbar button floaters. It returns true when the floater is visible or minimized. * Toolbar floater unminimize now also puts focus to the floater * All commands now specify their "is_running_function" for toolbar button state * ButtonFlashCount and ButtonFlashRate have been moved to button.xml settings and are now configurable on the button. Toolbar buttons are set to never flash and this functionality is used to show which buttons have windows open. * All toybox buttons show hover glow even when disabled Reviewed by Richard.
2011-10-05mergeLeyla Farazha
2011-10-05EXP-1273 Add floater for "Destinations" contentLeyla Farazha
2011-10-05merge with viewer-developmentRichard Nelson
2011-10-05storm-1581 (partial): reset graphics only when GPU id changes, not class, ↵Oz Linden
and provide better explanation in the alert message
2011-10-05merge changes for vwr-26864Oz Linden
2011-10-04* Updated strings for FUI crusadeLeslie Linden
2011-09-30Pull from sergeylproductengine/viewer-experience-fui/Merov Linden
2011-09-30EXP-1264 Chat log shows as blank if closing viewer with chat log open and ↵leyla_linden
then opening chat floater on next login EXP-1271 Remove UI hints
2011-09-29EXP-1209 FIXED Sidetray removed.Paul ProductEngine
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused.
2011-09-28EXP-1262 Hitting single letters reserved for shortcuts inworld opens chat ↵Leyla Farazha
but not associated shortcuts (like Mouselook and Fly) EXP-1266 Communicate > Nearby Chat menu item does not bring up chat floater
2011-09-29STORM-1612 WIP Implemented new click-to-walk/teleport preferences design.Vadim ProductEngine
2011-09-26EXP-1207 : Display toolbars only after login, use correct position ↵Merov Linden
(temporary), follow resize correctly, store pointers to toolbars, debug display (temporary)
2011-09-23mergeLeyla Farazha
2011-09-23EXP-1246 Create chat bar floaterLeyla Farazha
reviewed by Leslie
2011-09-23 STORM-1612 FIXED Implemented click-to-walk in Advanced mode.Vadim ProductEngine
Changes: * Click and double click in-world can now trigger click-to-walk or click-to-teleport actions, depending on preferences. * Grouped keyboard- and mouse-related settings in Preferences -> Move.
2011-09-22Turn curl multithread setting to on by default as it should (mistakenly ↵Merov Linden
turned off on my machine to work around mac crasher)
2011-09-21EXP-1207 : More work on LLToolbarView, still not operational...Merov Linden
2011-09-21EXP-1207 : merge with viewer-experience-fuiMerov Linden
2011-09-21EXP-1207 : LLToolbarView skeleton, nothing operational yet...Merov Linden
2011-09-20EXP-1230 FIX As a resident, I want to not have to choose a UI modeRichard Linden
removed all references to basic mode
2011-09-16mergeBrad Payne (Vir Linden)
2011-09-14mergeBrad Payne (Vir Linden)
2011-09-14STORM-1578 (viewer side only), STORM-1589Oz Linden
Remove the viewer side automatic logout after extended away time. Note, however, that the server still logs you out after 30 minutes away: see SVC 7251. Allow more time (10 seconds vs 2 seconds) after initiating Away status during which mouse movements do not remove the Away status.
2011-09-13SH-1601 SH-1958 FIX large objects cannot always be selected/modifiedNyx (Neal Orman)
The selection distance limit was set at 64m. Now that we have 64 meter prims this means that you can see objects that you couldn't reliably select, or couldn't always scale up to full scale. Doubled the limit to 128, and selecting and scaling operations appear to work fine, even for 64m objects.
2011-09-13merge changes for 3.0.3 beta 2 fixesOz Linden
2011-09-13mergeBrad Payne (Vir Linden)
2011-09-12sh-2379: re-enable multi-threaded curl (fixes viewer stall, may re-introduce ↵Oz Linden
some crashes)
2011-09-08Merge from viewer-experienceLeslie Linden
2011-09-07fix for VWR-26864: Recent commit to Snowstorm project introduces frequent ↵Xiaohong Bao
errors and crashes associated with private memory pool.
2011-09-07Merge from viewer-experienceLeslie Linden
2011-09-06mergeBrad Payne (Vir Linden)
2011-09-02Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-09-02merge changes for storm-1027Oz Linden