diff options
Diffstat (limited to 'linden/indra/newview/skins/default/xui')
5 files changed, 57 insertions, 19 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_ao.xml b/linden/indra/newview/skins/default/xui/en-us/floater_ao.xml index 2bcc9d1..134bd13 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_ao.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_ao.xml | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | <button | 36 | <button |
37 | name="opencard" | 37 | name="opencard" |
38 | label="Open Notecard" | 38 | label="View Notecard" |
39 | font="SansSerifSmall" | 39 | font="SansSerifSmall" |
40 | left="10" | 40 | left="10" |
41 | bottom_delta="-30" | 41 | bottom_delta="-30" |
@@ -55,10 +55,10 @@ | |||
55 | /> | 55 | /> |
56 | 56 | ||
57 | <check_box bottom_delta="-24" control_name="AOEnabled" enabled="true" | 57 | <check_box bottom_delta="-24" control_name="AOEnabled" enabled="true" |
58 | follows="left|top" font="SansSerifSmall" height="16" initial_value="false" label="Enable Animations Override" left="10" | 58 | follows="left|top" font="SansSerifSmall" height="16" initial_value="false" label="Enable animations override" left="10" |
59 | mouse_opaque="true" name="AOEnabled" radio_style="false" width="90" /> | 59 | mouse_opaque="true" name="AOEnabled" radio_style="false" width="90" /> |
60 | <check_box bottom_delta="-18" control_name="AOSitsEnabled" enabled="true" | 60 | <check_box bottom_delta="-18" control_name="AOSitsEnabled" enabled="true" |
61 | follows="left|top" font="SansSerifSmall" height="16" initial_value="true" label="Enable Sits Override" left="10" | 61 | follows="left|top" font="SansSerifSmall" height="16" initial_value="true" label="Enable sits override" left="10" |
62 | mouse_opaque="true" name="AOSitsEnabled" radio_style="false" width="90" /> | 62 | mouse_opaque="true" name="AOSitsEnabled" radio_style="false" width="90" /> |
63 | 63 | ||
64 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 64 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
@@ -80,26 +80,31 @@ | |||
80 | follows="bottom|left" | 80 | follows="bottom|left" |
81 | /> | 81 | /> |
82 | <button | 82 | <button |
83 | name="nextstand" | 83 | name="nextstand" |
84 | tool_tip="next stand" | 84 | tool_tip="next stand" |
85 | label=">>" | 85 | label=">>" |
86 | font="SansSerifSmall" | 86 | font="SansSerifSmall" |
87 | left="104" | 87 | left="104" |
88 | bottom_delta="0" | 88 | bottom_delta="0" |
89 | width="90" | 89 | width="90" |
90 | height="20" | 90 | height="20" |
91 | follows="bottom|left" | 91 | follows="bottom|left" |
92 | /> | 92 | /> |
93 | <check_box bottom_delta="-20" control_name="AOStandRandomize" enabled="true" | 93 | <check_box bottom_delta="-20" control_name="AOStandRandomize" enabled="true" |
94 | follows="left|top" font="SansSerifSmall" height="16" initial_value="false" label="Randomize Stand Order" left="10" | 94 | follows="left|top" font="SansSerifSmall" height="16" initial_value="false" label="Randomize stand order" left="10" |
95 | mouse_opaque="true" name="AOStandRandomize" radio_style="false" width="200" /> | 95 | mouse_opaque="true" name="AOStandRandomize" radio_style="false" width="200" /> |
96 | <check_box bottom_delta="-20" control_name="AONoStandsInMouselook" enabled="true" | 96 | <check_box bottom_delta="-20" control_name="AONoStandsInMouselook" enabled="true" |
97 | follows="left|top" font="SansSerifSmall" height="16" initial_value="true" label="Disable Stands in Mouselook" left="10" | 97 | follows="left|top" font="SansSerifSmall" height="16" initial_value="true" |
98 | mouse_opaque="true" name="AONoStandsInMouselook" radio_style="false" width="180" /> | 98 | label="Disable stands in mouselook" left="10" mouse_opaque="true" |
99 | name="AONoStandsInMouselook" radio_style="false" width="180" /> | ||
100 | <check_box bottom_delta="-20" control_name="EnableAORemote" enabled="true" | ||
101 | follows="left|top" font="SansSerifSmall" height="16" initial_value="true" | ||
102 | label="Show AO toolbar" left="10" mouse_opaque="true" | ||
103 | name="ao_remote_checkbox" radio_style="false" width="180" /> | ||
99 | <spinner bottom_delta="-20" decimal_digits="2" follows="left|top" height="16" control_name="AOStandInterval" | 104 | <spinner bottom_delta="-20" decimal_digits="2" follows="left|top" height="16" control_name="AOStandInterval" |
100 | increment="1" initial_val="20" left="10" max_val="9000" min_val="1.00" | 105 | increment="1" initial_val="20" left="10" max_val="9000" min_val="1.00" |
101 | mouse_opaque="true" name="standtime" label="Stand Time" label_width="80" | 106 | mouse_opaque="true" name="standtime" label="Stand time:" label_width="80" |
102 | tool_tip="AO Stand Time in seconds" width="180" /> | 107 | tool_tip="AO stand time in seconds" width="180" /> |
103 | 108 | ||
104 | <button | 109 | <button |
105 | name="newcard" | 110 | name="newcard" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_ao_remote.xml b/linden/indra/newview/skins/default/xui/en-us/panel_ao_remote.xml new file mode 100644 index 0000000..e13cd44 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/panel_ao_remote.xml | |||
@@ -0,0 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel bg_visible="false" border="false" border_visible="false" bottom="0" | ||
3 | enabled="true" follows="right|bottom" height="20" left="0" mouse_opaque="true" | ||
4 | name="ao_remote" use_bounding_rect="true" width="96"> | ||
5 | <panel bottom="1" filename="panel_bg_tab.xml" name="panel_bg_tab" height="22" left="0" width="96" /> | ||
6 | <panel bottom="3" filename="panel_ao_remote_controls.xml" name="panel_ao_controls" height="20" left="0" width="96" /> | ||
7 | </panel> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_ao_remote_controls.xml b/linden/indra/newview/skins/default/xui/en-us/panel_ao_remote_controls.xml new file mode 100644 index 0000000..5599dca --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/panel_ao_remote_controls.xml | |||
@@ -0,0 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel bg_visible="false" border="false" border_visible="false" bottom="1" | ||
3 | enabled="true" follows="right|bottom" height="20" left="0" | ||
4 | name="ao_controls" width="96"> | ||
5 | <button bottom="-22" follows="left|bottom" font="SansSerif" halign="center" height="22" | ||
6 | label="AO Off" label_selected="AO On" left="3" name="ao_btn" control_name="AOEnabled" | ||
7 | tool_tip="Click here to toggle the Animation Overrider" width="66" /> | ||
8 | <button bottom="-22" follows="left|bottom" font="SansSerif" halign="center" height="22" toggle="true" | ||
9 | label="" left_delta="68" name="popup_btn" scale_image="true" control_name="ShowAOSitPopup" | ||
10 | tool_tip="Click here for more options" width="22" /> | ||
11 | </panel> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_ao_remote_expanded.xml b/linden/indra/newview/skins/default/xui/en-us/panel_ao_remote_expanded.xml new file mode 100644 index 0000000..29c34fb --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/panel_ao_remote_expanded.xml | |||
@@ -0,0 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel bg_visible="false" border="false" border_visible="false" bottom="0" | ||
3 | enabled="true" follows="right|bottom" height="45" left="0" mouse_opaque="true" | ||
4 | name="ao_remote" use_bounding_rect="true" width="96"> | ||
5 | <panel bottom="1" filename="panel_bg_tab.xml" name="panel_bg_tab" height="47" left="0" width="96" /> | ||
6 | <button bottom="-20" control_name="AOSitsEnabled" enabled="true" | ||
7 | follows="left|top" font="SansSerif" height="22" label="AO Sits Off" label_selected="AO Sits On" | ||
8 | mouse_opaque="true" name="ao_sit_btn" width="92" left="3" /> | ||
9 | <panel bottom="13" filename="panel_ao_remote_controls.xml" name="panel_ao_controls" left="0" width="96" /> | ||
10 | </panel> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_overlaybar.xml b/linden/indra/newview/skins/default/xui/en-us/panel_overlaybar.xml index 8ad4fff..8863f10 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_overlaybar.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_overlaybar.xml | |||
@@ -45,7 +45,12 @@ | |||
45 | use_bounding_rect="true" width="395" /> | 45 | use_bounding_rect="true" width="395" /> |
46 | </layout_stack> | 46 | </layout_stack> |
47 | </layout_panel> | 47 | </layout_panel> |
48 | <layout_panel auto_resize="false" bottom="0" left="0" min_width="184" mouse_opaque="false" | 48 | <layout_panel auto_resize="false" bottom="0" left="0" min_width="96" mouse_opaque="false" |
49 | name="ao_remote_container" use_bounding_rect="true" user_resize="false" | ||
50 | width="100"> | ||
51 | <panel background_visible="false" border="false" bottom="0" name="ao_remote" /> | ||
52 | </layout_panel> | ||
53 | <layout_panel auto_resize="false" bottom="0" left="0" min_width="182" mouse_opaque="false" | ||
49 | name="windlight_remote_container" use_bounding_rect="true" user_resize="false" | 54 | name="windlight_remote_container" use_bounding_rect="true" user_resize="false" |
50 | width="186"> | 55 | width="186"> |
51 | <panel background_visible="false" border="false" bottom="0" name="windlight_remote" /> | 56 | <panel background_visible="false" border="false" bottom="0" name="windlight_remote" /> |