diff options
Diffstat (limited to 'linden/indra/newview/skins/silver')
6 files changed, 66 insertions, 28 deletions
diff --git a/linden/indra/newview/skins/silver/colors_base.xml b/linden/indra/newview/skins/silver/colors_base.xml index 8d8117a..19b6013 100644 --- a/linden/indra/newview/skins/silver/colors_base.xml +++ b/linden/indra/newview/skins/silver/colors_base.xml | |||
@@ -37,6 +37,7 @@ | |||
37 | <ButtonUnselectedBgColor value="62, 62, 62, 255" /> | 37 | <ButtonUnselectedBgColor value="62, 62, 62, 255" /> |
38 | <ButtonUnselectedFgColor value="255, 255, 255, 255" /> | 38 | <ButtonUnselectedFgColor value="255, 255, 255, 255" /> |
39 | <ButtonBorderColor value="239, 156, 0, 255" /> | 39 | <ButtonBorderColor value="239, 156, 0, 255" /> |
40 | <ButtonFlashBgColor value="255, 190, 62, 127" /> | ||
40 | <ButtonColor value="255, 255, 255, 255" /> <!-- Blended with button art, usually left as opaque white --> | 41 | <ButtonColor value="255, 255, 255, 255" /> <!-- Blended with button art, usually left as opaque white --> |
41 | <ButtonImageColor value="255, 255, 255, 255" /> <!-- Blended with button art, usually left as opaque white --> | 42 | <ButtonImageColor value="255, 255, 255, 255" /> <!-- Blended with button art, usually left as opaque white --> |
42 | 43 | ||
diff --git a/linden/indra/newview/skins/silver/xui/en-us/floater_about_land.xml b/linden/indra/newview/skins/silver/xui/en-us/floater_about_land.xml index b9c3755..d7a6540 100644 --- a/linden/indra/newview/skins/silver/xui/en-us/floater_about_land.xml +++ b/linden/indra/newview/skins/silver/xui/en-us/floater_about_land.xml | |||
@@ -227,6 +227,10 @@ | |||
227 | <string name="sale_pending_text"> | 227 | <string name="sale_pending_text"> |
228 | (Sale Pending) | 228 | (Sale Pending) |
229 | </string> | 229 | </string> |
230 | <string name="no_selection_text"> | ||
231 | No parcel selected. | ||
232 | Go to World menu > About Land or select another parcel to show its details. | ||
233 | </string> | ||
230 | </panel> | 234 | </panel> |
231 | <panel border="true" bottom="-349" enabled="true" follows="left|top|right|bottom" | 235 | <panel border="true" bottom="-349" enabled="true" follows="left|top|right|bottom" |
232 | height="333" label="Covenant" left="0" mouse_opaque="true" | 236 | height="333" label="Covenant" left="0" mouse_opaque="true" |
@@ -310,7 +314,7 @@ | |||
310 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 314 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
311 | bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top" | 315 | bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top" |
312 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | 316 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" |
313 | mouse_opaque="true" name="parcel_object_bonus" v_pad="0" visible="fakse" | 317 | mouse_opaque="true" name="parcel_object_bonus" v_pad="0" visible="false" |
314 | width="364"> | 318 | width="364"> |
315 | Region Object Bonus Factor: [BONUS] | 319 | Region Object Bonus Factor: [BONUS] |
316 | </text> | 320 | </text> |
@@ -454,7 +458,7 @@ | |||
454 | halign="center" height="16" label="Return objects..." | 458 | halign="center" height="16" label="Return objects..." |
455 | label_selected="Return objects..." left="220" mouse_opaque="true" | 459 | label_selected="Return objects..." left="220" mouse_opaque="true" |
456 | name="Return objects..." width="164" /> | 460 | name="Return objects..." width="164" /> |
457 | <name_list allow_calling_card_drop="false" background_visible="false" bottom="-329" | 461 | <name_list allow_calling_card_drop="false" background_visible="true" bottom="-329" |
458 | column_padding="0" draw_border="true" draw_heading="true" | 462 | column_padding="0" draw_border="true" draw_heading="true" |
459 | draw_stripes="true" enabled="true" | 463 | draw_stripes="true" enabled="true" |
460 | follows="left|top|right|bottom" height="117" left="4" mouse_opaque="true" | 464 | follows="left|top|right|bottom" height="117" left="4" mouse_opaque="true" |
@@ -463,6 +467,7 @@ | |||
463 | <column name="online_status" width="-1" /> | 467 | <column name="online_status" width="-1" /> |
464 | <column name="name" dynamicwidth="true" label="Name" /> | 468 | <column name="name" dynamicwidth="true" label="Name" /> |
465 | <column name="count" label="Count" width="70" /> | 469 | <column name="count" label="Count" width="70" /> |
470 | <column label="Most Recent" width="160" /> | ||
466 | </name_list> | 471 | </name_list> |
467 | </panel> | 472 | </panel> |
468 | <panel border="true" bottom="-349" enabled="true" follows="left|top|right|bottom" | 473 | <panel border="true" bottom="-349" enabled="true" follows="left|top|right|bottom" |
@@ -819,7 +824,7 @@ Options: | |||
819 | tool_tip="Ban residents who have not verified their age. See support.secondlife.com for more information." | 824 | tool_tip="Ban residents who have not verified their age. See support.secondlife.com for more information." |
820 | width="278" /> | 825 | width="278" /> |
821 | <string name="estate_override"> | 826 | <string name="estate_override"> |
822 | One ore more of these options is set at the estate level | 827 | One or more of these options is set at the estate level |
823 | </string> | 828 | </string> |
824 | <check_box bottom_delta="-20" enabled="true" follows="left|top" font="SansSerifSmall" | 829 | <check_box bottom_delta="-20" enabled="true" follows="left|top" font="SansSerifSmall" |
825 | height="16" initial_value="false" label="Allow Group Access: [GROUP]" | 830 | height="16" initial_value="false" label="Allow Group Access: [GROUP]" |
diff --git a/linden/indra/newview/skins/silver/xui/en-us/floater_live_lsleditor.xml b/linden/indra/newview/skins/silver/xui/en-us/floater_live_lsleditor.xml index f7e230f..fa7db4e 100644 --- a/linden/indra/newview/skins/silver/xui/en-us/floater_live_lsleditor.xml +++ b/linden/indra/newview/skins/silver/xui/en-us/floater_live_lsleditor.xml | |||
@@ -11,6 +11,9 @@ | |||
11 | mouse_opaque="true" name="running" radio_style="false" width="100" /> | 11 | mouse_opaque="true" name="running" radio_style="false" width="100" /> |
12 | <panel bottom="-524" enabled="true" follows="left|top|right|bottom" height="506" | 12 | <panel bottom="-524" enabled="true" follows="left|top|right|bottom" height="506" |
13 | left="1" name="script ed panel" width="497" /> | 13 | left="1" name="script ed panel" width="497" /> |
14 | <check_box bottom="-545" enabled="false" follows="left|bottom" font="SansSerif" | ||
15 | height="18" hidden="false" initial_value="true" label="Mono" left="82" | ||
16 | mouse_opaque="true" name="mono" radio_style="false" width="100" /> | ||
14 | <string name="not_allowed"> | 17 | <string name="not_allowed"> |
15 | You are not allowed to view this script. | 18 | You are not allowed to view this script. |
16 | </string> | 19 | </string> |
diff --git a/linden/indra/newview/skins/silver/xui/en-us/floater_script_ed_panel.xml b/linden/indra/newview/skins/silver/xui/en-us/floater_script_ed_panel.xml index 0eca4ac..022065e 100644 --- a/linden/indra/newview/skins/silver/xui/en-us/floater_script_ed_panel.xml +++ b/linden/indra/newview/skins/silver/xui/en-us/floater_script_ed_panel.xml | |||
@@ -5,7 +5,7 @@ | |||
5 | embedded_items="false" enabled="true" follows="left|top|right|bottom" | 5 | embedded_items="false" enabled="true" follows="left|top|right|bottom" |
6 | font="Monospace" height="376" ignore_tab="false" left="4" | 6 | font="Monospace" height="376" ignore_tab="false" left="4" |
7 | max_length="65536" mouse_opaque="true" name="Script Editor" width="492" | 7 | max_length="65536" mouse_opaque="true" name="Script Editor" width="492" |
8 | word_wrap="true"> | 8 | word_wrap="true" show_line_numbers="true"> |
9 | Loading... | 9 | Loading... |
10 | </text_editor> | 10 | </text_editor> |
11 | <button bottom="-499" enabled="true" follows="right|bottom" font="SansSerif" | 11 | <button bottom="-499" enabled="true" follows="right|bottom" font="SansSerif" |
diff --git a/linden/indra/newview/skins/silver/xui/en-us/floater_tools.xml b/linden/indra/newview/skins/silver/xui/en-us/floater_tools.xml index cd453fa..9b5d340 100644 --- a/linden/indra/newview/skins/silver/xui/en-us/floater_tools.xml +++ b/linden/indra/newview/skins/silver/xui/en-us/floater_tools.xml | |||
@@ -3,7 +3,7 @@ | |||
3 | can_resize="false" follows="left|top" height="550" | 3 | can_resize="false" follows="left|top" height="550" |
4 | left="308" min_height="100" min_width="100" mouse_opaque="true" | 4 | left="308" min_height="100" min_width="100" mouse_opaque="true" |
5 | name="toolbox floater" rect_control="ToolboxRect" sound_flags="0" title="" | 5 | name="toolbox floater" rect_control="ToolboxRect" sound_flags="0" title="" |
6 | width="272"> | 6 | short_title="Build" width="272"> |
7 | 7 | ||
8 | <!-- Main floater tabs --> | 8 | <!-- Main floater tabs --> |
9 | 9 | ||
@@ -278,6 +278,15 @@ | |||
278 | Large | 278 | Large |
279 | </combo_item> | 279 | </combo_item> |
280 | </combo_box> | 280 | </combo_box> |
281 | <volume_slider bottom_delta="-19" follows="left|top" height="16" hidden="false" increment="0.1" | ||
282 | initial_val="0.00" left="176" max_val="2.0" min_val="-1.0" | ||
283 | mouse_opaque="true" name="slider force" width="70" /> | ||
284 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
285 | bottom_delta="4" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
286 | font="SansSerifSmall" h_pad="0" halign="left" height="12" hidden="false" | ||
287 | left="126" mouse_opaque="true" name="Strength:" v_pad="0" width="128"> | ||
288 | Strength: | ||
289 | </text> | ||
281 | <button bottom_delta="-20" follows="left|top" font="SansSerifSmall" halign="center" | 290 | <button bottom_delta="-20" follows="left|top" font="SansSerifSmall" halign="center" |
282 | height="16" label="Apply to selection" label_selected="Apply to selection" | 291 | height="16" label="Apply to selection" label_selected="Apply to selection" |
283 | left="118" mouse_opaque="true" name="button apply to selection" | 292 | left="118" mouse_opaque="true" name="button apply to selection" |
@@ -417,13 +426,13 @@ | |||
417 | name="checkbox for sale" width="78" /> | 426 | name="checkbox for sale" width="78" /> |
418 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 427 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
419 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | 428 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" |
420 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="100" | 429 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="90" |
421 | mouse_opaque="true" name="Price: L$" v_pad="0" width="56"> | 430 | mouse_opaque="true" name="Cost" v_pad="0" width="78"> |
422 | Price: L$ | 431 | Price: L$ |
423 | </text> | 432 | </text> |
424 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | 433 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" |
425 | follows="left|top|right" font="SansSerifSmall" height="16" left_delta="56" | 434 | follows="left|top|right" font="SansSerifSmall" height="16" left_delta="80" |
426 | max_length="25" mouse_opaque="true" name="EdCost" width="84" /> | 435 | max_length="25" mouse_opaque="true" name="Edit Cost" width="75" /> |
427 | <radio_group bottom="-286" draw_border="false" follows="left|top|right" height="16" | 436 | <radio_group bottom="-286" draw_border="false" follows="left|top|right" height="16" |
428 | left="42" mouse_opaque="true" name="sale type" width="218"> | 437 | left="42" mouse_opaque="true" name="sale type" width="218"> |
429 | <radio_item bottom="-16" follows="left|top" height="16" left="0" mouse_opaque="true" | 438 | <radio_item bottom="-16" follows="left|top" height="16" left="0" mouse_opaque="true" |
@@ -537,6 +546,21 @@ | |||
537 | <string name="text modify warning"> | 546 | <string name="text modify warning"> |
538 | Must select entire object to set permissions. | 547 | Must select entire object to set permissions. |
539 | </string> | 548 | </string> |
549 | <string name="Cost Default"> | ||
550 | Price: L$ | ||
551 | </string> | ||
552 | <string name="Cost Total"> | ||
553 | Total Price: L$ | ||
554 | </string> | ||
555 | <string name="Cost Per Unit"> | ||
556 | Price Per: L$ | ||
557 | </string> | ||
558 | <string name="Cost Mixed"> | ||
559 | Mixed Price | ||
560 | </string> | ||
561 | <string name="Sale Mixed"> | ||
562 | Mixed Sale | ||
563 | </string> | ||
540 | </panel> | 564 | </panel> |
541 | 565 | ||
542 | <!-- Object sub-tab --> | 566 | <!-- Object sub-tab --> |
@@ -843,6 +867,16 @@ | |||
843 | label="Sculpt Texture" left="121" mouse_opaque="true" | 867 | label="Sculpt Texture" left="121" mouse_opaque="true" |
844 | name="sculpt texture control" tool_tip="Click to choose a picture" | 868 | name="sculpt texture control" tool_tip="Click to choose a picture" |
845 | visible="false" width="141" /> | 869 | visible="false" width="141" /> |
870 | <check_box bottom_delta="-24" follows="left|top" font="SansSerifSmall" height="16" | ||
871 | initial_value="false" label="Mirror" left="121" mouse_opaque="true" | ||
872 | name="sculpt mirror control" visible="false" | ||
873 | tool_tip="Flips sculpted prim along the X axis." | ||
874 | width="121" /> | ||
875 | <check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" | ||
876 | initial_value="false" label="Inside-out" left="121" mouse_opaque="true" | ||
877 | name="sculpt invert control" visible="false" | ||
878 | tool_tip="Inverts the sculpted prims normals, making it appear inside-out." | ||
879 | width="121" /> | ||
846 | <text align="left" bg_visible="false" border_drop_shadow_visible="false" | 880 | <text align="left" bg_visible="false" border_drop_shadow_visible="false" |
847 | border_visible="false" bottom_delta="-20" drop_shadow_visible="true" | 881 | border_visible="false" bottom_delta="-20" drop_shadow_visible="true" |
848 | follows="left|top" font="SansSerifSmall" h_pad="0" height="10" left="121" | 882 | follows="left|top" font="SansSerifSmall" h_pad="0" height="10" left="121" |
@@ -1178,7 +1212,7 @@ | |||
1178 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 1212 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
1179 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | 1213 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" |
1180 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | 1214 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" |
1181 | mouse_opaque="true" name="label_area" v_pad="0" width="72"> | 1215 | mouse_opaque="true" name="label_area" v_pad="0" width="128"> |
1182 | Area: [AREA] sq. m. | 1216 | Area: [AREA] sq. m. |
1183 | </text> | 1217 | </text> |
1184 | <button bottom_delta="-38" follows="left|top" font="SansSerif" halign="center" | 1218 | <button bottom_delta="-38" follows="left|top" font="SansSerif" halign="center" |
diff --git a/linden/indra/newview/skins/silver/xui/en-us/panel_avatar.xml b/linden/indra/newview/skins/silver/xui/en-us/panel_avatar.xml index ac7f6a3..53cc070 100644 --- a/linden/indra/newview/skins/silver/xui/en-us/panel_avatar.xml +++ b/linden/indra/newview/skins/silver/xui/en-us/panel_avatar.xml | |||
@@ -183,31 +183,26 @@ | |||
183 | </panel> | 183 | </panel> |
184 | <panel border="true" bottom="-482" follows="left|top|right|bottom" height="466" | 184 | <panel border="true" bottom="-482" follows="left|top|right|bottom" height="466" |
185 | label="Web" left="1" mouse_opaque="true" name="WebProfile" width="418"> | 185 | label="Web" left="1" mouse_opaque="true" name="WebProfile" width="418"> |
186 | <button bottom_delta="-22" follows="left|top" font="SansSerifSmall" halign="center" | 186 | <line_editor bevel_style="in" border_style="line" |
187 | height="18" label="Home" label_selected="Home" left="10" | 187 | border_thickness="1" bottom_delta="-18" enabled="false" follows="left|top" |
188 | mouse_opaque="true" name="home" width="55" /> | 188 | font="SansSerifSmall" height="16" is_unicode="false" left="10" |
189 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" halign="center" | 189 | max_length="254" mouse_opaque="true" name="url_edit" |
190 | height="18" label="Load" label_selected="Load" left_delta="60" | 190 | width="400" /> |
191 | mouse_opaque="true" name="load" | 191 | <flyout_button bottom_delta="-22" follows="left|top" font="SansSerifSmall" halign="center" |
192 | tool_tip="Load this profile page with embedded web browser." width="60" /> | 192 | height="18" label="Load" label_selected="Load" left="10" |
193 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" halign="center" | 193 | mouse_opaque="true" name="load" enabled="false" |
194 | height="18" label="Open..." label_selected="Open..." left_delta="63" | 194 | tool_tip="Load this profile page with embedded web browser." width="80" > |
195 | mouse_opaque="true" name="open" | 195 | <flyout_button_item value="open">In external browser</flyout_button_item> |
196 | tool_tip="Open this profile page in your default external web browser." | 196 | <flyout_button_item value="home">Home URL</flyout_button_item> |
197 | width="60" /> | 197 | </flyout_button> |
198 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" | 198 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" |
199 | height="18" label="?" label_selected="?" left_delta="65" | 199 | height="18" label="?" label_selected="?" left_delta="85" |
200 | mouse_opaque="true" name="web_profile_help" width="18" /> | 200 | mouse_opaque="true" name="web_profile_help" width="18" /> |
201 | <check_box bottom_delta="0" follows="right|top" font="SansSerifSmall" height="16" | 201 | <check_box bottom_delta="0" follows="right|top" font="SansSerifSmall" height="16" |
202 | initial_value="false" label="Automatically load web profiles" | 202 | initial_value="false" label="Automatically load web profiles" |
203 | left_delta="30" mouse_opaque="true" name="auto_load" | 203 | left_delta="30" mouse_opaque="true" name="auto_load" |
204 | tool_tip="Automatically load ALL profile webpages without asking first." | 204 | tool_tip="Automatically load ALL profile webpages without asking first." |
205 | width="127" /> | 205 | width="127" /> |
206 | <line_editor bevel_style="in" border_style="line" | ||
207 | border_thickness="1" bottom_delta="-18" enabled="false" follows="left|top" | ||
208 | font="SansSerifSmall" height="16" is_unicode="false" left="10" | ||
209 | max_length="254" mouse_opaque="true" name="url_edit" | ||
210 | width="400" /> | ||
211 | <web_browser border_visible="false" bottom="-444" follows="top|left|right" height="400" | 206 | <web_browser border_visible="false" bottom="-444" follows="top|left|right" height="400" |
212 | ignore_ui_scale="false" left="10" name="profile_html" start_url="" | 207 | ignore_ui_scale="false" left="10" name="profile_html" start_url="" |
213 | width="400" /> | 208 | width="400" /> |