aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml2
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml10
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml10
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_preferences_colors.xml19
4 files changed, 15 insertions, 26 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml b/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml
index 86dc5c7..0cbd7c6 100644
--- a/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml
@@ -166,10 +166,12 @@
166 <on_click filter="" function="Inventory.DoToSelected" userdata="copy_uuid" /> 166 <on_click filter="" function="Inventory.DoToSelected" userdata="copy_uuid" />
167 </menu_item_call> 167 </menu_item_call>
168 <menu_item_separator name="Copy Separator" /> 168 <menu_item_separator name="Copy Separator" />
169<!-- See IMP-961 http://redmine.kokuaviewer.org/issues/961
169 <menu_item_call bottom_delta="-18" height="18" label="Cut" left="0" mouse_opaque="true" 170 <menu_item_call bottom_delta="-18" height="18" label="Cut" left="0" mouse_opaque="true"
170 name="Cut" width="128"> 171 name="Cut" width="128">
171 <on_click filter="" function="Inventory.DoToSelected" userdata="cut" /> 172 <on_click filter="" function="Inventory.DoToSelected" userdata="cut" />
172 </menu_item_call> 173 </menu_item_call>
174-->
173 <menu_item_call bottom_delta="-18" height="18" label="Copy" left="0" mouse_opaque="true" 175 <menu_item_call bottom_delta="-18" height="18" label="Copy" left="0" mouse_opaque="true"
174 name="Copy" width="128"> 176 name="Copy" width="128">
175 <on_click filter="" function="Inventory.DoToSelected" userdata="copy" /> 177 <on_click filter="" function="Inventory.DoToSelected" userdata="copy" />
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml
index c037439..aedda8a 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml
@@ -73,7 +73,7 @@ USE left="270" FOR TABBING OPTIONS
73 73
74 <check_box bottom_delta="-25" enabled="true" follows="left|top" 74 <check_box bottom_delta="-25" enabled="true" follows="left|top"
75 font="SansSerifSmall" height="16" initial_value="false" 75 font="SansSerifSmall" height="16" initial_value="false"
76 label="Show client names in nametags" left_delta="30" mouse_opaque="true" 76 label="Show client names in nametags" left="50" mouse_opaque="true"
77 name="client_name_tag_check" radio_style="false" width="160" /> 77 name="client_name_tag_check" radio_style="false" width="160" />
78 <check_box bottom_delta="0" enabled="true" follows="left|top" 78 <check_box bottom_delta="0" enabled="true" follows="left|top"
79 font="SansSerifSmall" height="16" initial_value="false" 79 font="SansSerifSmall" height="16" initial_value="false"
@@ -81,12 +81,16 @@ USE left="270" FOR TABBING OPTIONS
81 name="client_name_hover_check" radio_style="false" width="160" /> 81 name="client_name_hover_check" radio_style="false" width="160" />
82 <check_box bottom_delta="-18" enabled="true" follows="left|top" 82 <check_box bottom_delta="-18" enabled="true" follows="left|top"
83 font="SansSerifSmall" height="16" initial_value="false" 83 font="SansSerifSmall" height="16" initial_value="false"
84 label="Show your client name to others" left="50" mouse_opaque="true" 84 label="Show client name tag colors" left="50" mouse_opaque="true"
85 name="client_colors_check" radio_style="false" width="160" />
86 <check_box bottom_delta="0" enabled="true" follows="left|top"
87 font="SansSerifSmall" height="16" initial_value="false"
88 label="Show your client name to others" left="270" mouse_opaque="true"
85 name="client_name_tag_broadcast_check" radio_style="false" width="217" /> 89 name="client_name_tag_broadcast_check" radio_style="false" width="217" />
86 <check_box bottom_delta="-18" enabled="true" follows="left|top" 90 <check_box bottom_delta="-18" enabled="true" follows="left|top"
87 font="SansSerifSmall" height="16" initial_value="false" 91 font="SansSerifSmall" height="16" initial_value="false"
88 tool_tip="Toggle editing animation and standing up when entering appearance mode" 92 tool_tip="Toggle editing animation and standing up when entering appearance mode"
89 label="Animate avatar when editing appearance" left_delta="0" mouse_opaque="true" 93 label="Animate avatar when editing appearance" left="50" mouse_opaque="true"
90 name="appearance_anim_check" radio_style="false" width="217" /> 94 name="appearance_anim_check" radio_style="false" width="217" />
91 <check_box bottom_delta="-18" control_name="HeadFollowsMouse" enabled="true" 95 <check_box bottom_delta="-18" control_name="HeadFollowsMouse" enabled="true"
92 follows="left|top" font="SansSerifSmall" height="16" 96 follows="left|top" font="SansSerifSmall" height="16"
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml
index e14442a..cf947ee 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_chat.xml
@@ -215,7 +215,7 @@ USE left="270" FOR TABBING OPTIONS
215 215
216 <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left_delta="-30" 216 <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left_delta="-30"
217 name="EmSpell_txt1" width="512"> 217 name="EmSpell_txt1" width="512">
218 Current language (dictionary): 218 Base dictionary:
219 </text> 219 </text>
220 <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18" 220 <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18"
221 max_chars="200" mouse_opaque="true" name="EmeraldSpellBase" width="250" 221 max_chars="200" mouse_opaque="true" name="EmeraldSpellBase" width="250"
@@ -223,13 +223,13 @@ USE left="270" FOR TABBING OPTIONS
223 223
224 <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" 224 <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left_delta="0"
225 name="EmSpell_txt3" width="512"> 225 name="EmSpell_txt3" width="512">
226 Downloaded languages (dictionaries): 226 Available (inactive) extra dictionaries:
227 </text> 227 </text>
228 <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18" 228 <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18"
229 max_chars="200" mouse_opaque="true" name="EmSpell_Avail" width="250" 229 max_chars="200" mouse_opaque="true" name="EmSpell_Avail" width="250"
230 control_name="EmSpell_Avail" tool_tip=""/> 230 control_name="EmSpell_Avail" tool_tip=""/>
231 231
232 <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" label="Install" 232 <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" label="Activate"
233 name="EmSpell_Add" tool_tip="" left_delta="255" width="110"/> 233 name="EmSpell_Add" tool_tip="" left_delta="255" width="110"/>
234 234
235 <button bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="20" label="Download More..." 235 <button bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="20" label="Download More..."
@@ -237,13 +237,13 @@ USE left="270" FOR TABBING OPTIONS
237 237
238 <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left_delta="0" 238 <text bottom_delta="-30" follows="left|top" font="SansSerifSmall" height="16" left_delta="0"
239 name="EmSpell_txt2" width="512"> 239 name="EmSpell_txt2" width="512">
240 Additional custom languages (dictionaries): 240 Active extra dictionaries:
241 </text> 241 </text>
242 <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18" 242 <combo_box allow_text_entry="false" bottom_delta="-20" left_delta="0" follows="left|top" height="18"
243 max_chars="200" mouse_opaque="true" name="EmSpell_Installed" width="250" 243 max_chars="200" mouse_opaque="true" name="EmSpell_Installed" width="250"
244 control_name="EmSpell_Installed" tool_tip=""/> 244 control_name="EmSpell_Installed" tool_tip=""/>
245 245
246 <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" label="Remove" 246 <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="20" label="Deactivate"
247 name="EmSpell_Remove" tool_tip="" left_delta="255" width="110"/> 247 name="EmSpell_Remove" tool_tip="" left_delta="255" width="110"/>
248 248
249 <!--<button bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="18" label="Edit Custom dictionary" 249 <!--<button bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="18" label="Edit Custom dictionary"
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_colors.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_colors.xml
index 9b55822..04e71d4 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_colors.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_colors.xml
@@ -33,24 +33,7 @@ USE left="270" FOR TABBING OPTIONS
33 tool_tip="Click to open Color Picker" width="65" /> 33 tool_tip="Click to open Color Picker" width="65" />
34 34
35 35
36 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 36 <view_border bevel_style="none" border_thickness="1" bottom_delta="0" follows="left|top"
37 bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top" font-style="BOLD|SHADOW"
38 font="SansSerifSmall" h_pad="0" halign="left" height="10" left="270"
39 mouse_opaque="true" name="client_tag_color_textbox" v_pad="0" width="394">
40 Client Tag Color:
41 </text>
42 <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom_delta="-80"
43 can_apply_immediately="true" color="0.79 0.44 0.88 1"
44 enabled="true" follows="left|top"
45 height="65" label="Imprudence" left_delta="30" mouse_opaque="true"
46 name="client_tag_color" width="65" />
47 <check_box bottom_delta="45" enabled="true" follows="left|top"
48 font="SansSerifSmall" height="16" initial_value="false"
49 label="Color client tags" left_delta="76" mouse_opaque="true"
50 name="client_name_color_check" radio_style="false" width="160" />
51
52
53 <view_border bevel_style="none" border_thickness="1" bottom_delta="-60" follows="left|top"
54 height="1" left="55" name="border" width="380" /> 37 height="1" left="55" name="border" width="380" />
55 38
56 39