aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-01-12 11:37:41 -0700
committerMcCabe Maxsted2009-01-12 11:37:41 -0700
commitd603cd5bb504be17f3fdd81b4b746e23c72b700d (patch)
tree5b3bc2010c0527d0fdbc386d5631063b581de90b /linden/indra/newview/skins
parentFixed bottom HUD arrow (from VWR-5518, possible memory leak in linden code) (diff)
parentMoved common options out of Advanced (diff)
downloadmeta-impy-d603cd5bb504be17f3fdd81b4b746e23c72b700d.zip
meta-impy-d603cd5bb504be17f3fdd81b4b746e23c72b700d.tar.gz
meta-impy-d603cd5bb504be17f3fdd81b4b746e23c72b700d.tar.bz2
meta-impy-d603cd5bb504be17f3fdd81b4b746e23c72b700d.tar.xz
Moved common options out of Advanced
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml2
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml34
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_preferences_input.xml11
3 files changed, 19 insertions, 28 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml b/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml
index 0c60090..c2eb3c2 100644
--- a/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml
@@ -139,6 +139,8 @@
139 <slider bottom_delta="-20" decimal_digits="0" follows="left|top" height="15" 139 <slider bottom_delta="-20" decimal_digits="0" follows="left|top" height="15"
140 increment="1" initial_val="75" label="Image Quality" left="10" 140 increment="1" initial_val="75" label="Image Quality" left="10"
141 max_val="100" min_val="0" name="image_quality_slider" width="210" /> 141 max_val="100" min_val="0" name="image_quality_slider" width="210" />
142 <check_box bottom_delta="0" follows="left|top" label="High resolution snapshot"
143 left="10" name="high_res_check" />
142 <text bottom_delta="-28" follows="left|top" height="20" left="10" 144 <text bottom_delta="-28" follows="left|top" height="20" left="10"
143 name="layer_type_label" width="50"> 145 name="layer_type_label" width="50">
144 Capture: 146 Capture:
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml
index 303a9c1..dee3cb1 100644
--- a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml
@@ -204,6 +204,12 @@
204 userdata="all" /> 204 userdata="all" />
205 </menu_item_call> 205 </menu_item_call>
206 </menu> 206 </menu>
207 <menu_item_call name="Refresh Appearance"
208 label="Refresh Appearance"
209 shortcut="control|alt|R">
210 <on_click function="Advanced.RebakeTextures"
211 userdata="" />
212 </menu_item_call>
207 <menu_item_separator /> 213 <menu_item_separator />
208 <menu_item_call name="Gestures..." label="Gestures..." 214 <menu_item_call name="Gestures..." label="Gestures..."
209 shortcut="control|G"> 215 shortcut="control|G">
@@ -931,24 +937,13 @@
931 937
932 <menu_item_separator /> 938 <menu_item_separator />
933 939
934 <menu_item_check name="High-res Snapshot" 940
935 label="High-res Snapshot">
936 <on_click function="ToggleControl"
937 userdata="HighResSnapshot" />
938 <on_check control="HighResSnapshot" />
939 </menu_item_check>
940 <menu_item_check name="Quiet Snapshots to Disk" 941 <menu_item_check name="Quiet Snapshots to Disk"
941 label="Quiet Snapshots to Disk"> 942 label="Quiet Snapshots to Disk">
942 <on_click function="ToggleControl" 943 <on_click function="ToggleControl"
943 userdata="QuietSnapshotsToDisk" /> 944 userdata="QuietSnapshotsToDisk" />
944 <on_check control="QuietSnapshotsToDisk" /> 945 <on_check control="QuietSnapshotsToDisk" />
945 </menu_item_check> 946 </menu_item_check>
946 <menu_item_check name="Compress Snapshots to Disk"
947 label="Compress Snapshots to Disk">
948 <on_click function="ToggleControl"
949 userdata="CompressSnapshotsToDisk" />
950 <on_check control="CompressSnapshotsToDisk" />
951 </menu_item_check>
952 <menu_item_check name="Show Mouselook Crosshairs" 947 <menu_item_check name="Show Mouselook Crosshairs"
953 label="Show Mouselook Crosshairs"> 948 label="Show Mouselook Crosshairs">
954 <on_click function="ToggleControl" 949 <on_click function="ToggleControl"
@@ -1618,7 +1613,8 @@
1618 userdata="" /> 1613 userdata="" />
1619 </menu_item_call> 1614 </menu_item_call>
1620 <menu_item_check name="Show XUI Names" 1615 <menu_item_check name="Show XUI Names"
1621 label="Show XUI Names"> 1616 label="Show XUI Names"
1617 shortcut="control|shift|x">
1622 <on_click function="Advanced.ToggleXUINames" 1618 <on_click function="Advanced.ToggleXUINames"
1623 userdata="" /> 1619 userdata="" />
1624 <on_check function="Advanced.CheckXUINames" 1620 <on_check function="Advanced.CheckXUINames"
@@ -1834,12 +1830,6 @@
1834 <on_click function="Advanced.DumpAttachments" 1830 <on_click function="Advanced.DumpAttachments"
1835 userdata="" /> 1831 userdata="" />
1836 </menu_item_call> 1832 </menu_item_call>
1837 <menu_item_call name="Rebake Textures"
1838 label="Rebake Textures"
1839 shortcut="control|alt|R">
1840 <on_click function="Advanced.RebakeTextures"
1841 userdata="" />
1842 </menu_item_call>
1843 </menu> 1833 </menu>
1844 1834
1845 1835
@@ -1962,12 +1952,6 @@
1962 userdata="LimitSelectDistance" /> 1952 userdata="LimitSelectDistance" />
1963 <on_check control="LimitSelectDistance" /> 1953 <on_check control="LimitSelectDistance" />
1964 </menu_item_check> 1954 </menu_item_check>
1965 <menu_item_check name="Disable Camera Constraints"
1966 label="Disable Camera Constraints">
1967 <on_click function="ToggleControl"
1968 userdata="DisableCameraConstraints" />
1969 <on_check control="DisableCameraConstraints" />
1970 </menu_item_check>
1971 <menu_item_check name="Mouse Smoothing" 1955 <menu_item_check name="Mouse Smoothing"
1972 label="Mouse Smoothing"> 1956 label="Mouse Smoothing">
1973 <on_click function="ToggleControl" 1957 <on_click function="ToggleControl"
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_input.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_input.xml
index 23e357f..1867323 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_input.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_input.xml
@@ -79,18 +79,23 @@
79 label="Automatic Appearance Camera Movement" left="148" mouse_opaque="true" 79 label="Automatic Appearance Camera Movement" left="148" mouse_opaque="true"
80 name="appearance camera movement" radio_style="false" 80 name="appearance camera movement" radio_style="false"
81 tool_tip="Use automatic camera positioning while in edit mode" width="242" /> 81 tool_tip="Use automatic camera positioning while in edit mode" width="242" />
82 <check_box bottom_delta="-18" control_name="DisableCameraConstraints" enabled="true"
83 follows="left|top" font="SansSerifSmall" height="16" initial_value="false"
84 label="Disable camera constraints" left="148" mouse_opaque="true"
85 name="Disable camera constraints" radio_style="false"
86 tool_tip="Disables camera limits such as distance and terrain" width="242" />
82 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 87 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
83 bottom="-228" drop_shadow_visible="true" enabled="true" follows="left|top" 88 bottom_delta="-32" drop_shadow_visible="true" enabled="true" follows="left|top"
84 font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" 89 font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10"
85 mouse_opaque="true" name="text2" v_pad="0" width="128"> 90 mouse_opaque="true" name="text2" v_pad="0" width="128">
86 Avatar Display Options: 91 Avatar Display Options:
87 </text> 92 </text>
88 <check_box bottom="-232" control_name="FirstPersonAvatarVisible" enabled="true" 93 <check_box bottom_delta="-4" control_name="FirstPersonAvatarVisible" enabled="true"
89 follows="left|top" font="SansSerifSmall" height="16" initial_value="false" 94 follows="left|top" font="SansSerifSmall" height="16" initial_value="false"
90 label="Show Avatar in Mouselook" left="148" mouse_opaque="true" name="avfp" 95 label="Show Avatar in Mouselook" left="148" mouse_opaque="true" name="avfp"
91 radio_style="false" width="256" /> 96 radio_style="false" width="256" />
92 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 97 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
93 bottom="-264" drop_shadow_visible="true" enabled="true" follows="left|top" 98 bottom_delta="-32" drop_shadow_visible="true" enabled="true" follows="left|top"
94 font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10" 99 font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10"
95 mouse_opaque="true" name="text5" v_pad="0" width="128"> 100 mouse_opaque="true" name="text5" v_pad="0" width="128">
96 Joystick Options: 101 Joystick Options: