summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_preferences_setup.xml
AgeCommit message (Collapse)Author
2010-12-20Remove unimplemented software updater option. Fix potential double start of ↵Andrew A. de Laix
updater service.
2010-12-09change updater settings from check box to drop down menu; add choice of ↵Andrew A. de Laix
whether to install automatically as well as download automatically (not actually implemented yet).
2010-12-07lamo programmer ui for setting downloader bandwidth limit.Andrew A. de Laix
2010-11-18Merge with viewer-developmentMark Palange (Mani)
2010-11-17CHOP-135 Added Pref UI to Setup panel. Rev. by BradMark Palange (Mani)
2010-11-11STORM-586 FIXED Layout cleanup in the Setup tab of PreferencesPaul Guslisty
- Deleted Mouselook settings - Increased vertical padding between "Cache size" and "Cache location" controls
2010-09-29STORM-227 FIXED Made long cache location in Preferences->Setup readable.Vadim ProductEngine
Changes: - The line editor is now scrollable. - Its value is duplicated in the tool-tip. Technical notes: If you set the "enabled" param of a line editor to "false", that will disable text selection in the widget. However, if a line editor is initially enabled and then gets disabled with setEnabled(FALSE), it will remain selectable. It looks like bug, but I'm not going to fix it now to not introduce issues like this one. Instead, I'm applying to workaround which is to enable the widget initially and disable later, thus keeping it read-only but selectable.
2010-09-16popup blocking notifications now handled in all web_browser instances, not ↵Richard Linden
just llfloatermediabrowser
2010-04-27Fixed normal EXT-7020 (Make \"port number\" field more wider, as fourth ↵Paul Guslisty
number is unable to be seen) - Made \"port number\" field more wider Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/316/ --HG-- branch : product-engine
2010-04-01mergeRichard Nelson
2010-04-01EXT-5179 In Prefs->Setup, move Other Devices to bottom of window or to ↵Leyla Farazha
advanced EXT-5170 prefs review: move UI size to advanced reviewed by Richard CC#176
2010-04-01EXT-3531 - Ctrl-P does not work reliably on loginRichard Nelson
deprecated handle_edit_keys_directly and moved edit menu out of menu_viewer and menu_login
2010-03-23VWR-17383 refix, en_xui_changeEli Linden
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-18EXT-6402 - Add support for enable/disable of Plugins (Flash) within WebKit ↵Richard Linden
to Viewer Prefs fixed radio item values so they work in true and false cases for UseExternalBrowser reviewed by Callum
2010-03-17fix for radio item not being selected after picking internal browserRichard Nelson
reviewed by Callum
2010-03-17VWR-17383 en_xui_changeEli Linden
2010-02-18move base back to default because doing it as a backout was causing merge errorsKent Quirk
2010-02-17EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts ↵Richard Linden
1.23s UI reviewed by Leyla
2010-01-25"Fix" confusion over media settingsRick Pasetto
Review #89 This implements the changes Sam wanted in order to reduce the confusion over media enabled-ness, in particular: - "Media Enabled" pref now only controls "AudioStreamingMedia" - No more "tentative" state - New "Music Enabled" pref - First run dialog controls Media and Music (Sam, this is a change from your request...I think it works better) - Put a reflection of the "Media Enabled" checkbox in the Nearby Media Floater - Get rid of the "AudioStreamingVideo" setting altogether (whatever used it, it should now obey "AudioStreamingMedia").
2010-01-21another fix.Leyla Farazha
2010-01-21fixed.Leyla Farazha
2010-01-21fixing?Leyla Farazha
2010-01-21updatingLeyla Farazha
2010-01-21MergeLeyla Farazha
2010-01-21Backed out changeset: 191ec27bc583Leyla Farazha
2010-01-21eolLeyla Farazha
2010-01-21EXT-3418 [BSI] Can't set Web Proxy in Preferences floaterLeyla Farazha
reviewed by Callum
2010-01-11ext-4015 Preferences: non-standard position of field labelsLis Linden
2010-01-08EXT-3418 [BSI] Can't set Web Proxy in Preferences floaterLeyla Farazha
2009-12-18HTTP Texture tuning:Steve Bennetts
* Changed download rate update frequency * Updated network bandwidth preferences to be 100 Kbps - 10 Mbps instead of 50 Kbps - 1.5 MBps
2009-12-16MergeJames Cook
2009-12-15added "value" attribute to radio_items to better support arbitrary data ↵richard
selection moved LLRadioCtrl to internal implementation of LLRadioGroup reviewed by Leyla
2009-12-15L10N: some legacy strings were left in panel_preferences_setup.xml. At least ↵Ramzi Linden
I will make them consistent.
2009-12-09ext-2981 button and text editor height schould be 23px, not 16pxLis Pardi
2009-11-14More texture cache fixes, including a possible deadlock when the cache was ↵Steve Bennetts
getting purged. Significantly reduced spurrious warnings and delition of non sin-based texture fetch comptabable sided cache files.
2009-10-20Making capitalization within preferences uniformLisabeth Pardi
2009-10-20Rename Preferences panel file namesLisabeth Pardi
EXT-1734