summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings
AgeCommit message (Collapse)Author
2010-04-15EXT-6847 : Deafult configuration has Away timeout set to "Never"Loren Shih
Imported from 2.1 into 2.0.1. This fix is a safe change and gives Residents useful information about why an avatar is a cloud (e.g. because the avatar minimized his window and hence is "away").
2010-04-08Enabling Watchdog.Mark Palange (Mani)
2010-03-29Default MediaShowOnOthers setting to false.Monroe Linden
--HG-- branch : EXT-4880
2010-03-29EXT-6515 Turn off Vivox automatic crash reportingAimee Linden
2010-03-19Merge with tipCallum Prentice
2010-03-18Merge of PE merge with extra headKent Quirk
2010-03-18EXT-6466 "Move "Enable Cookies" checkbox...", EXT-6402 "Add feature to ↵Callum Prentice
disable Web plugins via prefs" and EXT-6401 "Add feature to disable Javascript via prefs" Apologies for the multiple commit of Jiras - these changes are closely related and impossible to commit deparately Reviewed by Monroe
2010-03-18set default viewer window size to 1024x738 EXT-4820 [NUX] Viewer dimensions ↵Igor Borovkov
on first-run Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/69/ --HG-- branch : product-engine
2010-03-05merge.Tofu Linden
2010-03-05Backed out changeset ede35a3eda50 - restore EXT-5891Tofu Linden
The specs contradict themselves and I *like* this interpretation better.
2010-03-04Fix for EXT-5935Monroe Linden
Decrease PluginInstancesCPULimit default value from 1.0 to 0.9.
2010-03-04Backed out changeset 3ed4974eb9caTofu Linden
was: EXT - 5891 (Login location defaults to My Home) backing this out because, although it sucks, it's per-spec :/
2010-03-03Fixed major bug EXT - 5891 (Login location defaults to My Home)Paul Guslisty
--HG-- branch : product-engine
2010-03-08Enable auto-posting of SLVoice crash logs to VivoxAimee Linden
2010-02-26EXT-5480: Send viewer version info to Search server.Lynx Linden
Added the following query parameters to the URL that is sent to the search web server. This will allow them to do version-specific content if necessary (such as using secondlife:///app/region for viewer's that support it). * channel = the viewer channel name, e.g. "Second Life Beta Viewer" * version = the full version string, e.g. "2.0.0.2001234" * major = the viewer major version number, e.g., "2" * minor = the viewer major version number, e.g., "0" * patch = the viewer major version number, e.g., "0" * build = the viewer major version number, e.g., "2001234"
2010-02-08Fix for blend func being screwed up at init.Dave Parks
Fix for avatar appearance editor drawing hair in the background.
2010-02-06Draw prims using triangle strips instead of triangle lists.Dave Parks
2010-02-18merge with ssh://hg.lindenlab.com/q/viewer-hotfix/Aimee Linden
2010-02-18EXT-5370: Voice volumes set for other agents reverting between voice sessionsAimee Linden
mVolumeDirty needs to be set when recalling volume levels, for both the participant and the session, to trigger sending a volume change message to Vivox. Reviewed by: Lynx.
2010-02-17Automated merge with ssh://rick@hg.lindenlab.com/q/viewer-hotfix/Rick Pasetto
2010-02-17EXT-5272: move prefs out of nearby mediaRick Pasetto
Review #114 This (mostly XUI) change moves the prefs checkboxes out of the nearby media panel and into the prefs floater. The "Sound" tab is now the "Sound & Media" tab, and its layout has been modified drastically to match https://docs.google.com:443/a/lindenlab.​com/Doc?id=ddznhrqn_34kcxdz8f3#​Preferences
2010-02-17EXT-4843 [NUX] Set default PreferencesTofu Linden
'Setup' pane
2010-02-17EXT-4843 [NUX] Set default PreferencesTofu Linden
'Sound' pane
2010-02-17EXT-4843 [NUX] Set default PreferencesTofu Linden
'Privacy' pane
2010-02-17EXT-4843 [NUX] Set default PreferencesTofu Linden
'General' pane
2010-02-17automated merge of overnight fixes from viewer-2-0 and viewer-hotfixKent Quirk
2010-02-17EXT-4882: Added firstlogin query param to Home website.Lynx Linden
Url substitutions now support a [FIRST_LOGIN] parameter that returns the value of gAgent.isFirstLogin(). This now gets passed to the Home sidetray web site as a firstlogin query param.
2010-02-17EXT-3180: Added the final URL for the Home sidetray.Lynx Linden
Now points to: https://viewer-sidebar.secondlife.com/
2010-02-17EXT-5172 set prefs review: "Allow media to auto-play" , media setting "auto ↵angela
play" and "auto scale" to 'true' by default
2010-02-16Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0Rick Pasetto
2010-02-15fixed Bug Major EXT-5086 llDialog buttons are displayed in ↵Denis Serdjuk
wrong order Order of the buttons has been recovered to viewer 1.23 behavior. --HG-- branch : product-engine
2010-02-11Merge from viewer-2-0Rick Pasetto
2010-02-11merge.Tofu Linden
2010-02-11merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Aimee Linden
2010-02-11EXT-5264 : Debug setting to show in-world voice visualizations while in ↵Aimee Linden
private voice calls Added ShowVoiceVisualizersInCalls, setting it to true will show voice visualizers, lipsync and voice gestures for people in the same voice session that are also visible in-world.
2010-02-11EXT - 2753 (Implement Avatar icons on IM multifloater tabs) refactoring:Paul Guslisty pguslisty@productengine.com
- Deleted unnecessary parameters (UIButtonImageTopPadding, UIButtonImageBottomPadding) from settings.xml and their usage in LLTabContainer - Deleted triggers (LLIMFloaterContainer::processProperties and LLIMFloaterContainer::changed) due to LLIMFloaterContainer no more Observer - Renamed class LLParticularGroupMgrObserver to LLParticularGroupObserver as the last one's name is more self explanatory --HG-- branch : product-engine
2010-02-09PARTIAL EXT-5261: add new "MediaTentativeAutoPlay" settingRick Pasetto
2010-02-09Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0Rick Pasetto
2010-02-09Update of major bug EXT-5022 (streaming media first use dialog should be ↵Eugene Mutavchi
removed) --HG-- branch : product-engine
2010-02-09Fixed normal bug EXT-5068 - Me panel opens in "edit" mode every time.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-02-08EXT - 3232 Refactoring: deleted unnecessary image_left_padding, ↵Paul Guslisty
image_right_padding members from button.h and button.xml and their the only place usage in LLTabContainer::reshapeTuple . Now image overlay placement adjustible via: mLeftHPad, mRightHPad, mImageOverlayBottomPad, mImageOverlayTopPad, mImgOverlayLabelSpace --HG-- branch : product-engine
2010-02-05mergeRick Pasetto
2010-02-05Media classes + A step toward restructuring Nearby Media floaterRick Pasetto
Several changes here: - Implemented support for "media classification": see http://docs.google.com/a/lindenlab.com/View?id=ddznhrqn_29vhnr2pg8 - Added settings for auto-playing of said classifications Nearby Media Floater: - On/Off buttons are now explicit...no more power buttons - Parcel Media and Parcel Audio are "lighter weight", with no more on/off - List now sorts with playing items at top, non-playing below - There is now a "Show" drop-down that filters the list by classification - Added checkboxes to the bottom to control auto-play settings More work is needed, so consider this a checkpoint
2010-02-05mergeMark Palange (Mani)
2010-02-05EXT-4237 Fixed ShowStartLocation behavior.Mark Palange (Mani)
Now the show don't show behavior is always dependent on the ShowStartLocation pref. ShowStartLocation defaults to off, but is automatically turned on after first successful login. Reviewed by Richard.
2010-02-04Backed out changeset: b579077ebc79Mark Palange (Mani)
I gave lynx a bad review. :( I didn't know about the setting FirstLoginThisInstall. I'm backing out lynx's change, then re-fixing EXT-4237.
2010-02-04Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Lynx Linden
2010-02-04EXT-4237: Don't show Start Up pulldown until successful login.Lynx Linden
Previously any login attempt, even a failed one, would cause the Start Up pulldown to appear. Now only a successful login will cause this to happen. Also renamed the setting FirstRunThisInstall to the more accurate HadFirstSuccessfulLogin (and inverted its logic). Reviewed by Mani.
2010-02-03fixed critical Bug EXT-4831 [NUX] Parcel property icons are off by defaultDenis Serdjuk
Default value of 'NavBarShowParcelProperties' has been changed --HG-- branch : product-engine
2010-02-01Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto