summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_preferences_setup.xml
AgeCommit message (Collapse)Author
2023-11-24Suggestions for fixing problems in xui/en XML files (#534)Yuzuru Jewell
Co-authored-by: Yuzuru Kato <pascal.imac@gmail.com> Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
2021-10-07Fix: SL-12320 The Viewer functionality is broken with an in-viewer enabled proxyCallum Linden
2021-05-25Fix duplicate name is XML (FS:Ansarial)Callum Prentice
2021-05-19Fix for SL-12320 The Viewer functionality is broken with an in-viewer ↵Callum Prentice
enabled proxy - there isn't an obvious way to set proxy information for CEF alone and QA asserts that the system setting is used so we are removing the proxy UI from the preferences floater. I purposely left everything else in place (config floater, media plugin messages etc.) so we can consider adding CEF specific support one day.
2021-05-14Fixes SL-14897 Disable Flash support in the embedded browserCallum Prentice
2018-01-22MAINT-8207 Tweak web/cookie UI in viewer prefscallum_linden
2017-09-08MAINT-7772: make update mode three choices: automatic, ask, and mandatory onlyOz Linden
2016-10-25MAINT-6775 ParserWarning spam in viewer logMnikolenko Productengine
2016-05-20MAINT-6419 Show the release notes when first starting a new viewerAndreyL ProductEngine
2016-03-07merge DRTVWR-398 build cleanup fixesOz Linden
2016-01-15merge changes for 4.0.1-releaseOz Linden
2015-12-18merge changes for 4.0.0-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-10-20Merge with tip of viewer-releasecallum_linden
2015-10-13merge changes for 3.8.5-releaseOz Linden
2015-09-21Remove UI for no longer used Enabled Media Popups checkboxcallum_linden
2015-07-15MAINT-5401 FIXED Automatic updates setting is confusingandreykproductengine
2014-11-15Additional changes for commit 999f81951c14 - necessary changes for files in ↵Northspring
/en/ directory in order to make files properly localizable Also, removing some found duplicates in notifications.xml
2014-06-23MAINT-4127: New default mode when clicking links: Linden links open in ↵AndreyL ProductEngine
viewer, third-party links open in user's browser
2013-05-21CHOP-948: correctly persist the UpdaterWillingToTest preferenceOz Linden
2013-04-19merge up to latest viewer-development for merge to 3.5.2Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-02-21add use of v1.1 update request protocol, with fallback to v1.0Oz Linden
2011-11-11EXP-1515 FIXED Web Preference radio button must be clicked twice to engage.Vadim ProductEngine
Fixed the "Use external browser" radio group to work with its setting properly: * Specified valid boolean values ("true" and "") for the radio buttons. * Made default value of the setting boolean to ensure proper initialization.
2011-07-19mergeLogan Dethrow
2011-07-12STORM-1482 The Viewer shouldn't overwrite the crash behavior settings, some ↵Aaron Stone
cleanups to the crash reporters, and the ability to use --set GroupName.SettingName to set parameters outside of the (default) Global settings group.
2011-07-11Renamed proxy settings in xui.Logan Dethrow
2011-06-28STORM-1112 More cleanup of SOCKS 5 proxy code.Logan Dethrow
Renamed llsocks5.cpp to llproxy.cpp.
2011-06-08Merged STORM-1112 with viewer-development. Fixed license in socks5.cpp and ↵Logan Dethrow
socks5.h.
2011-05-20Revamped viewer cache preference controls.Logan Dethrow
Implemented improved cache control user interface, changes approved by wolf. * Moved viewer cache controls from the setup preference panel to advanced * Changed cache size control slider into a spinner * Readded a clear cache button along with a cache clear confirmation dialog * Renamed the reset button to "Default Location" to clarify its function Related JIRAs: ER-815 ER-816 ER-818 ER-820 ER-821 ER-831
2011-05-06Increased the viewer cache size limit to 10GB. Increased the default to 1GB.Logan Dethrow
* Changed the hard coded cache limit in llappviewer.cpp to 10GB as well as the slider maximum in the preferences menu. * The VFS cache is capped at 1GB due to file system limitations. The former 80/20 split between texture/vfs is maintained up to 5GB. Above this limit the texture cache is given all the additional cache space up to 10GB. * Fixed a log message in lltexturecache.cpp that was not showing the correct texture size. ER-883 * Fixed a bug in llfloaterpreference.cpp that caused new cache value to be written to the old cache setting. This resulted in the the cache not being cleared when the location was set back to the default. ER-882 * Disabled the "The cache will be cleared on reboot" message that is triggered by the reset button in the cache preferences in the case where the cache is already located in the default location. The cache is only cleared when its location is changed. This is intended to address resident confusion regarding the purpose of the reset button, as demonstrated in VWR-19562.
2011-03-28VWR-20801 Implement SOCKS 5 Proxy for the viewerRobin Cornelius
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