summaryrefslogtreecommitdiff
path: root/indra/newview/skins
AgeCommit message (Collapse)Author
2010-12-06STORM-678 : pull into viewer-betaMerov Linden
2010-12-03Tiny change to panel_login.xml so Start Location preferences work under all ↵Jonathan Yap
circumstances
2010-12-02merge fix for STORM-584Oz Linden
2010-12-02merge fix for STORM-673Oz Linden
2010-12-02merge fix for STORM-718Oz Linden
2010-12-02merge fixes for various transparency issuesOz Linden
2010-12-02STORM-718 FIXED Typo in Preferences -> Color.Vadim ProductEngine
Besides, removed redundant space before colon.
2010-11-30STORM-584 FIXED Chat font colors for "Me" and "Others" used for the bubble ↵Seth ProductEngine
chat text. Bubble chat color picker now sets the background color for the name tag and bubble chat. Label for the color picker changed to "Bubble chat background" Removed unused "BackgroundChatColor" setting, using "NameTagBackground" instead.
2010-11-30STORM-697 FIXED Nearby Chat window is semitransparent even if inactive ↵Paul Guslisty
opacity is 1 - Deleted custom images of floater to use default
2010-11-30STORM-673 FIXED Renamed block list label in privacy panel to avoid name ↵Andrew Productengine
duplication.
2010-11-29STORM-672 : Fix duplicated name in Pref panelMerov Linden
2010-11-29STORM-689 FIXED "Back" but is opaque in all of the undocked side panelsPaul Guslisty
- Added parameter to the button that defines which transparency value should be used: value of drawing context or transparency value of a its parent (in our case this parent is floater)
2010-11-29STORM-685 FIXED Made the "Buy L$" floater respect transparency settings.Vadim ProductEngine
Enabled the floater's background icons obey floater transparency.
2010-11-29STORM-698 FIXED Icon control can now respect floater transparency (if its ↵Vadim ProductEngine
"use_draw_context_alpha" param set to false).
2010-11-24CT-633 FIX DA translation for set19, new file, for Viewer 2.4Eli Linden
2010-11-24CT-633 FIX DA translation for set19, for Viewer 2.4; STORM-531 FIXEli Linden
2010-11-24sync up with viewer-beta latest for 2.4Eli Linden
2010-11-24sync up with viewer-beta latest for 2.4Eli Linden
2010-11-24sync up with viewer-beta latest for 2.4Eli Linden
2010-11-24STORM-667 : pull to viewer-betaMerov Linden
2010-11-24STORM-667 FIXED Default name tag color changed to white to increase contrast ↵Seth ProductEngine
with default dark background.
2010-11-24STORM-671 FIXED Renamed "Move & View" panel to avoid name duplication.Andrew Productengine
2010-11-23STORM-674: corrected duplicate name tags in pannel_preferences_color.xmlWolfpup Lowenhar
2010-11-19STORM-432 FIXED Disabled manual resizing of the bottom panel in the ↵Vadim ProductEngine
People/Friends tab.
2010-11-19STORM-456 FIXED Removed an extra space from a Polish string.Vadim ProductEngine
2010-11-22STORM-517 FIXED Warn user that language change will only take effect after ↵Vadim ProductEngine
restarting viewer. The warning is shown only once (until the preferences floater is reopened).
2010-11-19MergeLeyla Farazha
2010-11-19DN-199 Modify LLGetDisplayName tooltipLeyla Farazha
2010-11-19Merged latest lindenlab/viewer-development with mani_linden/viewer-developmentbrad kittenbrink
2010-11-19merge fix for STORM-138Oz Linden
2010-11-19merge fix for STORM-616Oz Linden
2010-11-19merge fix for STORM-560Oz Linden
2010-11-19merge additional fixes for STORM-572Oz Linden
2010-11-19merge fix for STORM-189Oz Linden
2010-11-19Changed Sit Down shortcut definition and reordered menu slightly.Jonathan Yap
2010-11-19Merged latest lindenlab/viewer-development with ↵brad kittenbrink
mani_linden/viewer-development for bacground updater work.
2010-11-19dull boring notification message.Andrew A. de Laix
2010-11-19STORM-572 ADDITIONAL_FIX Fixed overlappings in Sound & Media tab of Preferences.Andrew Productengine
Changed xml to fix overlappings in Spanish locale and make panel closer to spec.
2010-11-18mergeMark Palange (Mani)
2010-11-18merge fix for STORM-316Oz Linden
2010-11-18merge fix for STORM-576Oz Linden
2010-11-18Merge with viewer-developmentMark Palange (Mani)
2010-11-18CT-633 WIP FR linguisticeli_linden
2010-11-18inform user on failed install--needs proper user dialog ;-)Andrew A. de Laix
2010-11-18STORM-189 FIXED insufficient spacing between controls and truncations in IT, ↵Seth ProductEngine
NL, PL and PT locales in Build Tools floater.
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-18First draft of CHOP-106 downloaded update ready notification.brad kittenbrink
Reviewed by mani.
2010-11-18Viewer 2.4 (as of 18 Nov 2010) with STORM-616 (Me/Movement) merged in.Jonathan Yap
2010-11-18automated merge from viewer-development-shiningLoren Shih
2010-11-18STORM-576 FIXED Hooked up code to preference that allows users to enable ↵Andrew Productengine
double-click to teleport or use auto-pilot. - Added dirty flag that is set true when user changes checkbox or chooses one of radiobuttons connected to double-click action. No change of user settings happens on this commit, because user may press cancel or close floater. If user presses OK, and flag is true, user changes are applied to settings. If user clicks cancel or closes floater, controls are reverted to the state they were before changes, using settings to determine it. - Removed double-click action menu items and code that handled them to avoid functionality duplication and synchronization problems.