Age | Commit message (Collapse) | Author |
|
|
|
restarting viewer.
The warning is shown only once (until the preferences floater is reopened).
|
|
Changed xml to fix overlappings in Spanish locale and make panel closer to spec.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NL, PL and PT locales in Build Tools floater.
|
|
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".
|
|
Reviewed by mani.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Folders to Top" option (was always "true").
Changed inventory gear menu sort items - now they have check marks on the left.
Made inventory sort options persist across sessions.
|
|
Development menus
- Added control_names for the "Show Advanced Menu" and "QAMode" checkboxes
|
|
selection drop-down on the login screen
- Added a control_name for the "Show Grid Selection at login" checkbox
|
|
instances
- Added a control_name for the "AllowMultipleViewers" checkbox
|
|
|
|
|
|
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.
|
|
|
|
|
|
pannel_prefferences_color.xml
after loss during cleanup of preferences.
|
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
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).
|
|
|
|
- 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.
|
|
|
|
- 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.
|
|
- 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
|
|
that it is consistent with other preferences tab.
|
|
- Deleted Mouselook settings
- Increased vertical padding between "Cache size" and "Cache location" controls
|
|
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.
|
|
- 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
|
|
- 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.
|