summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default
AgeCommit message (Collapse)Author
2010-11-19DN-199 Modify LLGetDisplayName tooltipLeyla Farazha
2010-11-18automated merge from viewer-development-shiningLoren Shih
2010-11-17merge fix for STORM-582Oz Linden
2010-11-17merge fix for STORM-563Oz Linden
2010-11-17merge fix for STORM-588Oz Linden
2010-11-17merge fix for STORM-589Oz Linden
2010-11-17merge fix for STORM-590Oz Linden
2010-11-17STORM-582 ADDITIONAL_FIX Added missing button to Move&View preferences tab.Andrew Productengine
2010-11-17STORM-590 FIXED Add Preferences to enable the display of the Advanced and ↵Paul Guslisty
Development menus - Added control_names for the "Show Advanced Menu" and "QAMode" checkboxes
2010-11-17STORM-589 FIXED Add a Preference that allows users to display the grid ↵Paul Guslisty
selection drop-down on the login screen - Added a control_name for the "Show Grid Selection at login" checkbox
2010-11-17STORM-588 FIXED Add a Preference that allows users to run multiple Viewer ↵Paul Guslisty
instances - Added a control_name for the "AllowMultipleViewers" checkbox
2010-11-16Merge with lindenlab/viewer-developmentKyle Ambroff
2010-11-16STORM-563 FIXED Updated all localized XUI strings and notifications ↵Vadim ProductEngine
templates to use display names. Previously name substitutions were broken, so "[FIRST] [LAST]" was displayed instead of avatar name. Some of the affected notifications: * avatar went online/offline notification * object return notification * calling card offer * script dialog * auto-unmute notification. See the diff for more details. The fixes apply to all locales but English (which is already correct). Besides, I fixed calling card offer notification to display avatar name correctly. It was broken even in English.
2010-11-16merge fix for STORM-544Oz Linden
2010-11-16merge fix for STORM-580Oz Linden
2010-11-16STORM-535 : STORM-544 : Addition of Floater Opacity controls to ↵Wolfpup Lowenhar
pannel_prefferences_color.xml after loss during cleanup of preferences.
2010-11-15Merge with lindenlab/viewer-developmentKyle Ambroff
2010-11-15STORM-580 FIXED Removed "IM" font color setting as unused.Seth ProductEngine
2010-11-15STORM-318 FIXED The Advanced menu shortcut was broken under Linux.Vadim ProductEngine
Reason: The old shortcut (Ctrl+Alt+D) was eaten by some window managers. Changes: - Changed the shortcut to Ctrl+Alt+Shift+D. - Moved the appropriate menu item from "Advanced > Shortcuts" to "World > Show" (so that it's not in the menu it triggers) and made it visible. The old shortcut is still available but marked as legacy. Submitting on behalf of Boroondas Gupte.
2010-11-15Automated merge with https://bitbucket.org/vadim_productengine/storm-52Oz Linden
2010-11-15merge fix for STORM-578Oz Linden
2010-11-13STORM-52 FIXED Made it possible to use an external script editor.Vadim ProductEngine
The editor can be specified: * via "ExternalEditor" setting in settings.xml * via LL_SCRIPT_EDITOR variable Removed obsolete XUIEditor setting in favor of the new one.
2010-11-12merge STORM-102 to latest viewer-development prior to pullOz Linden
2010-11-12STORM-571 FIXED Moved voice prefs from advanced to Sound&Media and changed ↵Andrew Productengine
layout accordingly. This changeset also covers STORM-572 (note that design in this fix differs a little from the one proposed in there because there was not enough space to make it that way).
2010-11-12MergePaul Guslisty
2010-11-12STORM-587 ADDITIONAL FIX Layout cleanup in the Advanced tab of PreferencesPaul Guslisty
- Removed controls: 1. "Move avatar lips when speaking" checkbox 2. "Toggle speak on/off when I press:" checkbox 3. "Push-to-Speak trigger" lineeditor 4. "set_voice_hotkey_button" button 5. "set_voice_middlemouse_button" button - Set proper names for checkboxes According to the specification these controls are in the Sound&Media panel now.
2010-11-11STORM-102: Merge from viewer-developmentWolfpup Lowenhar
2010-11-11STORM-587 ADDITIONAL FIX Layout cleanup in the Advanced tab of PreferencesPaul Guslisty
- Temporary restored controls: 1. "Move avatar lips when speaking" checkbox 2. "Toggle speak on/off when I press:" checkbox 3. "Push-to-Speak trigger" lineeditor 4. "set_voice_hotkey_button" button 5. "set_voice_middlemouse_button" button They should be moved to the Sound&Media panel of floater Preferences. But the specification for the Sound&Media panel is not ready yet. As specification will be ready, these controls will be moved to the Sound&Media panel.
2010-11-11STORM-587 FIXED Layout cleanup in the Advanced tab of PreferencesPaul Guslisty
- According to the specification deleted all controls except: 1. "UI Size" slider 2. "Show script errors in" radio group - According to the specification: 1. "Allow Multiple Viewer" checkbox 2. "Show Grid Selection at login" checkbox 3. "Show Advanced Manu" checkbox 4. "Show Developer Menu" checkbox
2010-11-11STORM-583 ADDITIONAL_FIX Fixed top_pad of topmost control in "Colors" so ↵Andrew Productengine
that it is consistent with other preferences tab.
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-11-11STORM-582 FIXED Moved movement and camera control preferences from Advanced ↵Andrew Productengine
to the new Move & View tab. In addition to moving existing controls, created stub checkbox and radiobuttons for double-click behavior. Logic will be hooked up to them in STORM-576.
2010-11-11STORM-585 FIXED Layout cleanup in the Privacy tab in PreferencesPaul Guslisty
- Increased vertical paddings between checkbox groups - Changed label of IM checkbox group from "Logs:" to "Chat Logs:" - Changed label of checkbox from "Add timestamp" to "Add timestamp to each line in chat log" - Added checkbox "Add datestamp to log file name". For now this checkbox is not working, it's just a stub for a future functionality. - Added descriptive text for the "Block List" button
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-11STORM-578 FIXED SLURL to object or user name in nearby chat toast now uses ↵Seth ProductEngine
the font color selected in Preferences->Chat. Removed unused "ChatToastAgentNameColor" setting from colors.xml.
2010-11-10STORM-575 FIXED Layout cleanup in the Chat tab of PreferencesPaul Guslisty
- Deleted color swatchers - Repositioned rest controls according to the specification
2010-11-10STORM-583 ADDITIONAL_FIX Added missing "URLs" label to "Colors" tab.Andrew Productengine
2010-11-10STORM-583 FIXED Moved colors-related preferences to the new Colors tab.Andrew Productengine
- Copied "My effects" from General. - Copied "Font colors" from Chat. - Copied "Bubble Chat" color and opacity slider from Advanced. - Fixed color swatches moved to this tab using attribute introduced in STORM-592 fix. Now only colored area is clickable. Controls weren't removed from places they were before- it will be (or already was) done in "layout cleanup" subtasks of STORM-31.
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-10STORM-572 FIXED Move "Bubble Chat" preference from Advanced to ChatPaul Guslisty
- Moved checkbox "Bubble Chat" from Advanced to Chat panel of Preferences floater
2010-11-10STORM-566 FIXED Added new tabs to preferences floater.Andrew Productengine
Their panels are currently empty and will be filled in later tasks.
2010-11-09Automated merge with file:///Users/oz/Work/viewer-developmentOz Linden
2010-11-09Merge down from betaKent Quirk
2010-11-09merge fix for STORM-577Oz Linden
2010-11-09merge storm-102 branch back to defaultOz Linden
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-11-09STORM-535 FIXED PLEASE allow adjustable transparency of "Nearby Chat" ↵Paul Guslisty
window, Chat History and Chat "Toasts" in Viewer 2.0! - Added to the settings.xml values of transparency for active and inactive floaters - Added three members to the LLFloater. These members store current transparency of floater, transparency of active and inactive floaters. - Added callbacks that update transparency value of active and inactive floater. Also in these callbacks value of current floater transparency updated. - In panel preferences advanced added two spinners: transparency of active floaters and inactive ones. See screenshot.
2010-11-08EXP-421 FIX Notifications tab in Preferences not working properlyRichard Linden
reverted to old sense where ignore setting of notifications has meaning true=show false=ignore reviewed by Callum
2010-11-09STORM-577 FIXED Increased classified description maximum length to 256 ↵Seth ProductEngine
characters.
2010-11-08pull beta changes back to developmentOz Linden