diff options
author | David Walter Seikel | 2011-07-21 21:00:47 +1000 |
---|---|---|
committer | David Walter Seikel | 2011-07-21 21:00:47 +1000 |
commit | f4d07b4a04b432141d8426932f4dd955b9f1a9f1 (patch) | |
tree | 1b8e09f6c0ba902fb2212e9c05c4b361fbcb6bbb /linden/indra/newview/skins | |
parent | Bump version number. (diff) | |
parent | Support modulo in llcalcparser (diff) | |
download | meta-impy-f4d07b4a04b432141d8426932f4dd955b9f1a9f1.zip meta-impy-f4d07b4a04b432141d8426932f4dd955b9f1a9f1.tar.gz meta-impy-f4d07b4a04b432141d8426932f4dd955b9f1a9f1.tar.bz2 meta-impy-f4d07b4a04b432141d8426932f4dd955b9f1a9f1.tar.xz |
Merge remote-tracking branch 'imprudence/1.4-beta1.5' into next
Conflicts (merged manually):
.gitignore
linden/indra/newview/llgesturemgr.cpp
linden/indra/newview/viewerinfo.cpp
Diffstat (limited to 'linden/indra/newview/skins')
7 files changed, 60 insertions, 16 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_clear_cache.xml b/linden/indra/newview/skins/default/xui/en-us/floater_clear_cache.xml new file mode 100644 index 0000000..7974d85 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_clear_cache.xml | |||
@@ -0,0 +1,31 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater bottom="-200" can_close="true" can_drag_on_left="false" can_minimize="true" | ||
3 | can_resize="false" follows="left|top" mouse_opaque="true" height="200" width="200" | ||
4 | name="Clear Cache" title="Clear Disk Cache"> | ||
5 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
6 | bottom="-39" drop_shadow_visible="true" follows="left|top" font-style="BOLD|SHADOW" | ||
7 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" | ||
8 | mouse_opaque="true" name="cache_label" v_pad="0" width="185"> | ||
9 | Cache Will Be Cleared After | ||
10 | You Restart Imprudence | ||
11 | </text> | ||
12 | <check_box bottom_delta="-37" follows="left|top" font="SansSerifSmall" height="20" | ||
13 | initial_value="false" label="Clear texture cache" left="10" | ||
14 | mouse_opaque="true" name="texture_cache" width="185" /> | ||
15 | <check_box bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="20" | ||
16 | initial_value="false" label="Clear object cache" left_delta="0" | ||
17 | mouse_opaque="true" name="object_cache" width="185" /> | ||
18 | <check_box bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="20" | ||
19 | initial_value="false" label="Clear inventory cache" left_delta="0" | ||
20 | mouse_opaque="true" name="inv_cache" width="185" /> | ||
21 | <check_box bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="20" | ||
22 | initial_value="false" label="Clear sound cache" left_delta="0" | ||
23 | mouse_opaque="true" name="sounds_cache" width="185" /> | ||
24 | <check_box bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="20" | ||
25 | initial_value="false" label="Clear avatar name cache" left_delta="0" | ||
26 | mouse_opaque="true" name="name_cache" width="185" /> | ||
27 | <button bottom_delta="-30" follows="right|top" font="SansSerif" halign="center" height="22" | ||
28 | label="OK" left="-170" mouse_opaque="true" name="btn_ok" width="80" /> | ||
29 | <button bottom_delta="0" follows="right|top" font="SansSerif" halign="center" height="22" | ||
30 | label="Cancel" left="-85" mouse_opaque="true" name="btn_cancel" width="80" /> | ||
31 | </floater> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_dice.xml b/linden/indra/newview/skins/default/xui/en-us/floater_dice.xml new file mode 100644 index 0000000..4a70c1c --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_dice.xml | |||
@@ -0,0 +1,15 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater bottom="-95" can_close="true" can_drag_on_left="false" can_minimize="true" | ||
3 | can_resize="false" follows="left|top" mouse_opaque="true" height="95" width="200" | ||
4 | name="Roll Dice" title="Roll Dice" rect_control="DiceFloaterRect"> | ||
5 | <spinner bottom="-37" decimal_digits="0" follows="left|top" height="16" | ||
6 | increment="1" initial_val="1" label="Number of dice:" label_width="120" left="10" | ||
7 | max_val="512" min_val="1" mouse_opaque="true" name="spin_dice_count" | ||
8 | width="170" control_name="DiceLastCount" /> | ||
9 | <spinner bottom_delta="-25" decimal_digits="0" follows="left|top" height="16" | ||
10 | increment="1" initial_val="6" label="Number of sides:" label_width="120" left="10" | ||
11 | max_val="512" min_val="4" mouse_opaque="true" name="spin_dice_sides" | ||
12 | width="170" control_name="DiceLastSides" /> | ||
13 | <button bottom_delta="-30" follows="right|top" font="SansSerif" halign="center" height="22" | ||
14 | label="Roll" left="-85" mouse_opaque="true" name="btn_roll" width="80" /> | ||
15 | </floater> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_hardware_settings.xml b/linden/indra/newview/skins/default/xui/en-us/floater_hardware_settings.xml index 24a895b..3309c11 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_hardware_settings.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_hardware_settings.xml | |||
@@ -40,7 +40,7 @@ | |||
40 | </combo_item> | 40 | </combo_item> |
41 | </combo_box> | 41 | </combo_box> |
42 | <spinner bottom_delta="-21" control_name="RenderGamma" decimal_digits="2" enabled="true" | 42 | <spinner bottom_delta="-21" control_name="RenderGamma" decimal_digits="2" enabled="true" |
43 | follows="left|top" height="16" increment="0.01" | 43 | follows="left|top" height="16" increment="0.01" tool_top="Disable basic shaders to set gamma" |
44 | initial_val="1" label="Gamma:" label_width="138" left="10" max_val="2" | 44 | initial_val="1" label="Gamma:" label_width="138" left="10" max_val="2" |
45 | min_val="0.0" mouse_opaque="true" name="gamma" width="202" /> | 45 | min_val="0.0" mouse_opaque="true" name="gamma" width="202" /> |
46 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 46 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
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 03967d9..193592b 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 | |||
@@ -1609,10 +1609,15 @@ | |||
1609 | <on_check control="ShowSearchBar" /> | 1609 | <on_check control="ShowSearchBar" /> |
1610 | </menu_item_check> | 1610 | </menu_item_check> |
1611 | 1611 | ||
1612 | <menu_item_call name="Reload Balance" label="Reload [CURRENCY] balance" shortcut="control|alt|B"> | 1612 | <menu_item_call name="Reload Balance" label="Reload [CURRENCY] balance" shortcut="control|alt|B"> |
1613 | <on_click function="Advanced.ReloadBalance" userdata="" /> | 1613 | <on_click function="Advanced.ReloadBalance" userdata="" /> |
1614 | </menu_item_call> | 1614 | </menu_item_call> |
1615 | 1615 | ||
1616 | <menu_item_check name="Roll Dice" | ||
1617 | label="Roll Dice"> | ||
1618 | <on_click function="Advanced.ToggleDice" userdata="" /> | ||
1619 | <on_check function="Advanced.CheckDice" userdata="" /> | ||
1620 | </menu_item_check> | ||
1616 | 1621 | ||
1617 | <menu_item_separator /> | 1622 | <menu_item_separator /> |
1618 | 1623 | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml index ea48462..5f97d74 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -903,13 +903,6 @@ Would you like to disable all popups which can be skipped? | |||
903 | 903 | ||
904 | <notification | 904 | <notification |
905 | icon="notify.tga" | 905 | icon="notify.tga" |
906 | name="CacheWillClear" | ||
907 | type="notify"> | ||
908 | Cache will be cleared after you restart [VIEWER_NAME]. | ||
909 | </notification> | ||
910 | |||
911 | <notification | ||
912 | icon="notify.tga" | ||
913 | name="CacheWillBeMoved" | 906 | name="CacheWillBeMoved" |
914 | type="notify"> | 907 | type="notify"> |
915 | Cache will be moved after you restart [VIEWER_NAME]. | 908 | Cache will be moved after you restart [VIEWER_NAME]. |
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 5713933..9f3c5c4 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 | |||
@@ -25,7 +25,7 @@ USE left="270" FOR TABBING OPTIONS | |||
25 | Double-Click Action: | 25 | Double-Click Action: |
26 | </text> | 26 | </text> |
27 | 27 | ||
28 | <combo_box name="double_click_action" | 28 | <combo_box name="double_click_action" enabled="true" |
29 | bottom_delta="-25" left_delta="30" height="18" width="160" | 29 | bottom_delta="-25" left_delta="30" height="18" width="160" |
30 | follows="left|top" mouse_opaque="true"> | 30 | follows="left|top" mouse_opaque="true"> |
31 | <combo_item name="None" value="None"> | 31 | <combo_item name="None" value="None"> |
diff --git a/linden/indra/newview/skins/default/xui/fr/panel_preferences_graphics1.xml b/linden/indra/newview/skins/default/xui/fr/panel_preferences_graphics1.xml index 27825b7..c3e8d83 100644 --- a/linden/indra/newview/skins/default/xui/fr/panel_preferences_graphics1.xml +++ b/linden/indra/newview/skins/default/xui/fr/panel_preferences_graphics1.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> |
2 | <panel label="Graphiques" name="Display panel"> | 2 | <panel label="Graphiques" name="Display panel"> |
3 | <button label="?" name="GraphicsPreferencesHelpButton"/> | 3 | <button label="?" name="GraphicsPreferencesHelpButton"/> |
4 | <text_editor bottom="-56" height="40" left="25" name="FullScreenInfo" width="460"> | 4 | <text_editor name="FullScreenInfo" width="460"> |
5 | Décochez cette option pour passer en mode plein écran. | 5 | Décochez cette option pour passer en mode plein écran. |
6 | </text_editor> | 6 | </text_editor> |
7 | <text name="WindowSizeLabel"> | 7 | <text name="WindowSizeLabel"> |
@@ -63,7 +63,7 @@ | |||
63 | Options d'affichage : | 63 | Options d'affichage : |
64 | </text> | 64 | </text> |
65 | <check_box label="Lancer Second Life en mode fenêtré" name="windowed mode"/> | 65 | <check_box label="Lancer Second Life en mode fenêtré" name="windowed mode"/> |
66 | <check_box label="Auto-détection du ratio" left="350" name="aspect_auto_detect"/> | 66 | <check_box label="Auto-détection du ratio" name="aspect_auto_detect"/> |
67 | <check_box label="Utiliser échelle de résolution indépendante" name="ui_auto_scale"/> | 67 | <check_box label="Utiliser échelle de résolution indépendante" name="ui_auto_scale"/> |
68 | <check_box label="Montrer l'avatar en vue subjective" name="avfp"/> | 68 | <check_box label="Montrer l'avatar en vue subjective" name="avfp"/> |
69 | <spinner label="Distance d'affichage :" name="draw_distance"/> | 69 | <spinner label="Distance d'affichage :" name="draw_distance"/> |
@@ -73,7 +73,7 @@ | |||
73 | <text name="QualityText"> | 73 | <text name="QualityText"> |
74 | Performance : | 74 | Performance : |
75 | </text> | 75 | </text> |
76 | <text left="105" name="FasterText"> | 76 | <text name="FasterText"> |
77 | Plus rapide | 77 | Plus rapide |
78 | </text> | 78 | </text> |
79 | <text name="ShadersPrefText"> | 79 | <text name="ShadersPrefText"> |
@@ -88,11 +88,11 @@ | |||
88 | <text name="ShadersPrefText4"> | 88 | <text name="ShadersPrefText4"> |
89 | Ultra | 89 | Ultra |
90 | </text> | 90 | </text> |
91 | <text bottom="-86" left="325" name="HigherText2"> | 91 | <text name="HigherText2"> |
92 | Plus élevée | 92 | Plus élevée |
93 | </text> | 93 | </text> |
94 | <text name="QualityText2" visible="false"/> | 94 | <text name="QualityText2" visible="false"/> |
95 | <check_box label="Personnaliser" left="395" name="CustomSettings"/> | 95 | <check_box label="Personnaliser" name="CustomSettings"/> |
96 | <text name="ShadersText"> | 96 | <text name="ShadersText"> |
97 | Effets : | 97 | Effets : |
98 | </text> | 98 | </text> |
@@ -173,7 +173,7 @@ | |||
173 | Lumières à proximité | 173 | Lumières à proximité |
174 | </radio_item> | 174 | </radio_item> |
175 | </radio_group> | 175 | </radio_group> |
176 | <text left="380" name="TerrainDetailText"> | 176 | <text name="TerrainDetailText"> |
177 | Rendu du terrain : | 177 | Rendu du terrain : |
178 | </text> | 178 | </text> |
179 | <radio_group name="TerrainDetailRadio"> | 179 | <radio_group name="TerrainDetailRadio"> |