summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_preferences_move.xml
AgeCommit message (Collapse)Author
2011-10-05fixed bad xml mergeRichard Nelson
2011-10-05merge with viewer-developmentRichard Nelson
2011-09-29EXP-1209 FIXED Sidetray removed.Paul ProductEngine
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused.
2011-09-29STORM-1612 WIP Implemented new click-to-walk/teleport preferences design.Vadim ProductEngine
2011-09-23 STORM-1612 FIXED Implemented click-to-walk in Advanced mode.Vadim ProductEngine
Changes: * Click and double click in-world can now trigger click-to-walk or click-to-teleport actions, depending on preferences. * Grouped keyboard- and mouse-related settings in Preferences -> Move.
2011-05-19FIX VWR-25009eli
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-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.
2010-11-17STORM-582 ADDITIONAL_FIX Added missing button to Move&View preferences tab.Andrew Productengine
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-10STORM-566 FIXED Added new tabs to preferences floater.Andrew Productengine
Their panels are currently empty and will be filled in later tasks.