summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_preferences_general.xml
AgeCommit message (Collapse)Author
2019-02-15SL-10234 Fixed The viewer shows installation language as system defaultandreykproductengine
2016-03-07merge DRTVWR-398 build cleanup fixesOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-03-23re-enable polish and danishOz Linden
2014-10-09Merge downstream code and become 3.7.18simon
2014-10-03MAINT-4492 FIXED Danish and Polish need to be removed as choices from ↵Mnikolenko ProductEngine
Preferences
2014-03-05WENG-1470 (Partial) Secondlife Login Screen Redesign - more steady progressCallum Prentice
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-11-09CHUI-517: Updating the copy in Preferences for Do Not Disturb mode.William Todd Stinson
2012-11-08CHUI-484: Updating the code to rather than refer to it as Busy Mode, it now ↵William Todd Stinson
refers to it as Do Not Disturb mode.
2012-01-18EXP-1813 FIXED Unpressable radio button in Preferences -> General.Vadim ProductEngine
Made the radio group larger so that all its buttons become clickable.
2011-12-06STORM-1725 Truncation of UI element Preferences->General->Busy mode responseJonathan Yap
2011-10-26FIX VWR-27349 Fix incorrect language name vs. native script name formatseli
2011-10-18sync with viewer-developmenteli
2011-04-10merge changes for storm-1057Oz Linden
2011-03-25STORM-1108 Enable Hints menu entry/preference is confusingJonathan Yap
2011-03-25STORM-1057 FIXED [TRUNCATION/LAYOUT] Make space larger for full strings to ↵Paul ProductEngine
appear in the Move & View Preferences, ALL langs - Increased tabs width of floater preferences - To avoid truncation of some check box labels replaced them with text boxes and applied word wrap for these text boxes. These text boxes will be replaced by check box labels after STORM-1109 will be fixed.
2010-11-18STORM-560 FIXED Implemented preference that allows users to select default ↵Andrew Productengine
behavior when pressing letter keys. - Added check to LLViewerWindow::handleKey() that gives focus to nearby chat if "Pressing letter keys starts local chat" option is selected, key is not special (and no modifier key is held except Shift), camera is not in mouselook and no view currently has keyboard focus. - The choice of what should happen when letter keys are pressed is saved in new setting added in this fix- "LetterKeysFocusChatBar".
2010-11-11STORM-570 ADDITIONAL FIX Layout cleanup in the General tab of PreferencesPaul Guslisty
- Decreased vertical padding between controls to insert radio group - Added "Pressing letter keys:" radio group. For now these radio buttons are not working, they are just a stub for a future functionality.
2010-11-10STORM-570 FIXED Layout cleanup in the General tab of PreferencesPaul Guslisty
- Adjusted vertical padding between all controls - Set position and order of checkboxes between "Name tags" radio group and "Away timeout" checkbox according to the specification - Deleted "My effects" color swatch
2010-11-09STORM-569 FIXED Add a Preference to enable Viewer UI HintsPaul Guslisty
- Added checkbox to the floater Preferences->panel General to Enable\Disable UI Hints
2010-10-12DN-120 "As a Viewer Developer, I want to update general preferences, so that ↵Leyla Farazha
"Show Display Names" appears less intrusive" DN-160 View Display Names Preference extends below border in preference
2010-09-16MergeLeyla Farazha
2010-09-13VWR-22975 fix wrong "endonym" for Portuguese language nameeli_linden
2010-06-21Merge with q/viewer-releaseLeyla Farazha
2010-06-08EXT-6655 Fixed Made the default busy message repsonse localizable with ↵Andrew Dyukov
already existing account settings - The root of busy response problem is that this text is located in non-localizable xml and, to make things worse, may be changed by user. So usual translation approach is little help here. So busy response was set the following way(EXT-5885)- on first run, string was written there from strings xml and was never changed later without direct user actions. So after changin locale message always remained the same. - To make this string localize each time locale is changed and if it is the same as default message, new setting was added- BusyResponseChanged which is TRUE if user's busy message differ's from default. If it is true, we do nothing when locale changes, otherwise we set default message from current locale as user's busy message. - Old transitional code from DEV-24146 was removed in this diff including unnecessary "BusyModeResponse2" setting(it is not needed because we'll anyway have to set busy message to default after first run of viewer after this fix and now busy response will be stored in "BusyModeResponse"). Warning! If user modified busy response message before this fix, it will be reset to default after first postfix run. Reviewed by Richard Linden at https://codereview.productengine.com/secondlife/r/350/ --HG-- branch : product-engine
2010-06-03mergeRichard Linden
2010-06-02eliminated a bunch of warnings on startupRichard Linden
2010-05-20DEV-50304 Busy mode response off bottom of preferencesJames Cook
2010-05-19Remove colors for match/mismatch/friends from name tagsJames Cook
Product team request. Reviewed with Leyla
2010-05-19DEV-50013 More SLID to Username renamesJames Cook
2010-05-17DEV-50013 Rename "SLID" to "Username" at Product's requestJames Cook
2010-05-12Fix merge problem, crash on close prefs due to SmallAvatarNamesJames Cook
Was deleted in trunk in code I refactored extensively.
2010-05-11merge from dessie/viewer-public right before SLE code landedJames Cook
2010-04-01EXT-5168 prefs review: Remove "Small nametags" optionLeyla Farazha
reviewed by Richard cc#176
2010-03-29Merge latest viewer-hotfix, approximately equal to Viewer 2.0 finalJames Cook
2010-03-17Fixed normal task EXT-6403 [TRUNCATION] [EN XUI REDESIGN] - Menu ↵Mike Antipov
Einstellungen, Tab Sound & Medien: Stummschalten, wenn minimiert is truncated * Increased floater width from 620 to 658 px to accommodate it to checkbox label width. * Updated "Busy mode response" (on General tab) texteditor and "Always show" & "Never show" lists (on Notifications tab) to be looks better on a wider width. * Content of other panels was not redesigned. --HG-- branch : product-engine
2010-03-08Simplify name tag prefs and put SLID on top of display nameJames Cook
2010-03-08Merge with viewer 2 beta 4James Cook
2010-02-24Implemented (EXT-4704) Add maturity icons to Prefs -> General.Sergei Litovchuk
--HG-- branch : product-engine
2010-02-18Preference to set what fields name tags display, andJames Cook
first attempt at "use display names" menu item which doesn't work yet
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-02-01Preferences clean up in advance of qa beta branchErica
2010-01-12 EXT-1645 [BSI] Selection Beam color preference (My Effects) isn't ↵angela@angelas-macbook-pro.local
remembered after re-log EXT-1644 [BSI] Selection Beam color preference (My Effects) doesn't honor color choice -- reviewed by richard
2009-12-28fixed normal bug EXT-3713 Unable to edit busy mode responceAndrew Polunin
--HG-- branch : product-engine
2009-12-17fixed some bad xui paramsrichard
2009-12-17mergerichard
2009-12-16prefs general cleanup at james' requestErica
2009-12-15Automated merge with http://demeter:8000Rick Pasetto