diff options
author | Armin Weatherwax | 2009-06-26 09:39:58 +0200 |
---|---|---|
committer | Armin Weatherwax | 2009-07-11 13:42:35 +0200 |
commit | 7067b31a6114089217e482bfecc58fd56bed4272 (patch) | |
tree | e0bb99a42c64cdb75e9ca15a38bc1171377c7739 /linden/indra/newview/skins | |
parent | Updated URL for Mac OpenAL libs package. (diff) | |
download | meta-impy-7067b31a6114089217e482bfecc58fd56bed4272.zip meta-impy-7067b31a6114089217e482bfecc58fd56bed4272.tar.gz meta-impy-7067b31a6114089217e482bfecc58fd56bed4272.tar.bz2 meta-impy-7067b31a6114089217e482bfecc58fd56bed4272.tar.xz |
BROKEN logoff/relog crashing inconsistently on various startup states.
Diffstat (limited to 'linden/indra/newview/skins')
6 files changed, 284 insertions, 49 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/alerts.xml b/linden/indra/newview/skins/default/xui/en-us/alerts.xml index 42d9782..acac138 100644 --- a/linden/indra/newview/skins/default/xui/en-us/alerts.xml +++ b/linden/indra/newview/skins/default/xui/en-us/alerts.xml | |||
@@ -2237,6 +2237,23 @@ Offer friendship to [NAME]? | |||
2237 | Cancel | 2237 | Cancel |
2238 | </option> | 2238 | </option> |
2239 | </alert> | 2239 | </alert> |
2240 | <alert modal="true" name="AddFriendWithMessage" title="Add Friend"> | ||
2241 | <message name="message"> | ||
2242 | Friends can give permissions to track each | ||
2243 | other on the map and receive online status updates. | ||
2244 | |||
2245 | Offer friendship to [NAME]? | ||
2246 | </message> | ||
2247 | <editline name="editline"> | ||
2248 | Would you be my friend? | ||
2249 | </editline> | ||
2250 | <option name="Offer"> | ||
2251 | OK | ||
2252 | </option> | ||
2253 | <option name="Cancel"> | ||
2254 | Cancel | ||
2255 | </option> | ||
2256 | </alert> | ||
2240 | <alert modal="true" name="RemoveFromFriends"> | 2257 | <alert modal="true" name="RemoveFromFriends"> |
2241 | <message name="message"> | 2258 | <message name="message"> |
2242 | Do you want to remove [FIRST_NAME] [LAST_NAME] from your Friends List? | 2259 | Do you want to remove [FIRST_NAME] [LAST_NAME] from your Friends List? |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_login.xml b/linden/indra/newview/skins/default/xui/en-us/floater_login.xml new file mode 100644 index 0000000..4ad07b5 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_login.xml | |||
@@ -0,0 +1,185 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater can_close="false" can_drag_on_left="false" can_minimize="false" | ||
3 | can_resize="true" height="400" min_height="400" min_width="600" | ||
4 | name="floater_login" title="Reeeeeeee" width="600"> | ||
5 | <string name="real_url"> | ||
6 | http://secondlife.com/app/login/ | ||
7 | </string> | ||
8 | <string name="forgot_password_url"> | ||
9 | http://secondlife.com/account/request.php | ||
10 | </string> | ||
11 | |||
12 | <!-- Grid Selector --> | ||
13 | <text type="string" length="1" enabled="true" name="grid_selector_label" | ||
14 | height="10" width="100" left="5" top="-20" | ||
15 | h_pad="0" v_pad="0" halign="left" | ||
16 | font="SansSerif" | ||
17 | follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true" | ||
18 | drop_shadow_visible="true" border_drop_shadow_visible="false"> | ||
19 | Select a grid: | ||
20 | </text> | ||
21 | |||
22 | <scroll_list background_visible="true" bottom_delta="25" draw_border="true" | ||
23 | draw_stripes="false" | ||
24 | follows="top|left|bottom" height="340" left="5" multi_select="false" | ||
25 | name="grid_selector" width="170"> | ||
26 | <column label="" name="grid" width="200" /> | ||
27 | </scroll_list> | ||
28 | |||
29 | <!-- Grid Selector Buttons --> | ||
30 | <button label="Add" label_selected="Delete" enabled="true" name="btn_add" | ||
31 | height="18" width="55" left="5" bottom_delta="-20" | ||
32 | halign="center" | ||
33 | follows="left|bottom" scale_image="true" | ||
34 | font="SansSerifSmall" mouse_opaque="true" /> | ||
35 | <button label="Copy" label_selected="Add" enabled="true" name="btn_copy" | ||
36 | height="18" width="55" left_delta="58" bottom_delta="0" | ||
37 | halign="center" | ||
38 | follows="left|bottom" scale_image="true" | ||
39 | font="SansSerifSmall" mouse_opaque="true" /> | ||
40 | <button label="Delete" label_selected="Copy" enabled="true" name="btn_delete" | ||
41 | height="18" width="55" left_delta="58" bottom_delta="0" | ||
42 | halign="center" | ||
43 | follows="left|bottom" scale_image="true" | ||
44 | font="SansSerifSmall" mouse_opaque="true" /> | ||
45 | |||
46 | <!-- Grid Details --> | ||
47 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
48 | top="-25" drop_shadow_visible="true" follows="left|top" | ||
49 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
50 | left_delta="60" mouse_opaque="true" name="gridnick_text" v_pad="0" width="120"> | ||
51 | Grid Name: | ||
52 | </text> | ||
53 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="360" | ||
54 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | ||
55 | height="20" left_delta="80" max_length="40" mouse_opaque="true" | ||
56 | name="gridnick" select_all_on_focus_received="true" width="200" /> | ||
57 | |||
58 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
59 | bottom_delta="-25" drop_shadow_visible="true" follows="left|top" | ||
60 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
61 | left_delta="-80" mouse_opaque="true" name="loginuri_text" v_pad="0" width="120"> | ||
62 | Grid URI: | ||
63 | </text> | ||
64 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
65 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | ||
66 | height="20" left_delta="80" max_length="255" mouse_opaque="true" | ||
67 | name="loginuri" select_all_on_focus_received="true" width="320" /> | ||
68 | |||
69 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
70 | bottom_delta="-25" drop_shadow_visible="true" follows="left|top" | ||
71 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
72 | left_delta="-80" mouse_opaque="true" name="loginpage_text" v_pad="0" width="120"> | ||
73 | Login Page: | ||
74 | </text> | ||
75 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
76 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | ||
77 | height="20" left_delta="80" max_length="255" mouse_opaque="true" | ||
78 | name="loginpage" select_all_on_focus_received="true" width="320" /> | ||
79 | |||
80 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
81 | bottom_delta="-35" drop_shadow_visible="true" follows="left|top" | ||
82 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
83 | left_delta="-80" mouse_opaque="true" name="first_name_text" v_pad="0" width="100"> | ||
84 | First Name: | ||
85 | </text> | ||
86 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
87 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | ||
88 | height="20" left_delta="80" max_length="45" mouse_opaque="true" | ||
89 | name="first_name" select_all_on_focus_received="true" width="270" /> | ||
90 | |||
91 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
92 | bottom_delta="-25" drop_shadow_visible="true" follows="left|top" | ||
93 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
94 | left_delta="-80" mouse_opaque="true" name="last_name_text" v_pad="0" width="100"> | ||
95 | Last Name: | ||
96 | </text> | ||
97 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
98 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | ||
99 | height="20" left_delta="80" max_length="45" mouse_opaque="true" | ||
100 | name="last_name" select_all_on_focus_received="true" width="270" /> | ||
101 | |||
102 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
103 | bottom_delta="-25" drop_shadow_visible="true" follows="left|top" | ||
104 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
105 | left_delta="-80" mouse_opaque="true" name="password_text" v_pad="0" width="120"> | ||
106 | Password: | ||
107 | </text> | ||
108 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
109 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | ||
110 | height="20" left_delta="80" max_length="16" mouse_opaque="true" | ||
111 | name="password" select_all_on_focus_received="true" width="240" /> | ||
112 | <!-- Combo box for multi avatar grid manager avatar name | ||
113 | <combo_box allow_text_entry="true" bevel_style="in" border_style="line" border_thickness="1" | ||
114 | bottom_delta="0" follows="left|top" font="SansSerif" handle_edit_keys_directly="true" | ||
115 | height="20" left="290" max_length="45" mouse_opaque="true" | ||
116 | name="name_combo" select_all_on_focus_received="true" width="185" /> | ||
117 | --> | ||
118 | <!-- Buttons for mutli avatar grid manager | ||
119 | <button bottom="159" follows="top|right" font="SansSerif" halign="center" | ||
120 | height="20" label="New" label_selected="New" | ||
121 | left="480" mouse_opaque="true" name="new_btn" scale_image="TRUE" | ||
122 | width="70" /> | ||
123 | --> | ||
124 | <!-- | ||
125 | <button bottom="134" follows="top|right" font="SansSerif" halign="center" | ||
126 | height="20" label="Remove" label_selected="Remove" | ||
127 | left="480" mouse_opaque="true" name="remove_btn" scale_image="TRUE" | ||
128 | width="70" /> | ||
129 | --> | ||
130 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
131 | bottom_delta="-25" drop_shadow_visible="true" follows="left|top" | ||
132 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
133 | left_delta="-80" mouse_opaque="true" name="start_location_text" v_pad="0" | ||
134 | width="95"> | ||
135 | Start Location: | ||
136 | </text> | ||
137 | <combo_box allow_text_entry="true" bottom_delta="0" follows="left|top|right" height="18" | ||
138 | left_delta="90" max_chars="128" mouse_opaque="true" | ||
139 | name="start_location_combo" width="180"> | ||
140 | <combo_item name="MyHome" value="My Home"> | ||
141 | My Home | ||
142 | </combo_item> | ||
143 | <combo_item name="MyLastLocation" value="My Last Location"> | ||
144 | My Last Location | ||
145 | </combo_item> | ||
146 | <combo_item name="Typeregionname" value="<Type region name>"> | ||
147 | <Type region name> | ||
148 | </combo_item> | ||
149 | </combo_box> | ||
150 | <!-- Checkbox for selecting a global avatar (for when combo box avatar selector works) | ||
151 | <check_box bottom="85" follows="left|top" font="SansSerifSmall" height="16" | ||
152 | initial_value="false" label="Global Avatar" | ||
153 | left_delta="0" mouse_opaque="true" name="global_check" width="138" /> | ||
154 | |||
155 | <check_box bottom="10" follows="left|bottom" font="SansSerifSmall" height="16" | ||
156 | initial_value="false" label="Remember password" | ||
157 | left_delta="165" mouse_opaque="true" name="remember_check" width="138" /> | ||
158 | --> | ||
159 | |||
160 | <check_box bottom="10" follows="left|bottom" font="SansSerifSmall" height="16" | ||
161 | initial_value="false" label="secret level" | ||
162 | left_delta="165" mouse_opaque="true" name="gawd_mode" width="138" /> | ||
163 | --> | ||
164 | |||
165 | <!-- Cancel/Connect Buttons --> | ||
166 | <button bottom="-44" follows="right|top" font="SansSerif" halign="center" | ||
167 | height="24" label="Set as Default" label_selected="Set as Default" | ||
168 | left="470" mouse_opaque="true" name="set_default" scale_image="TRUE" | ||
169 | width="110" /> | ||
170 | <!-- <button bottom="28" follows="right|bottom" font="SansSerif" halign="center" | ||
171 | height="24" label="Connect" label_selected="Connect" | ||
172 | left="280" mouse_opaque="true" name="connect_btn" scale_image="TRUE" | ||
173 | width="100" /> --> | ||
174 | <button bottom="28" follows="right|bottom" font="SansSerif" halign="center" | ||
175 | height="24" label="Apply" label_selected="Apply" left="385" | ||
176 | mouse_opaque="true" name="btn_apply" scale_image="TRUE" width="100" /> | ||
177 | <button bottom="28" follows="right|bottom" font="SansSerif" halign="center" | ||
178 | height="24" label="Quit" label_selected="Quit" left="490" | ||
179 | mouse_opaque="true" name="btn_cancel" scale_image="TRUE" width="100" /> | ||
180 | <!-- | ||
181 | <combo_box allow_text_entry="true" bottom="32" follows="left|bottom" height="18" | ||
182 | left_delta="135" max_chars="40" mouse_opaque="true" | ||
183 | name="server_combo" width="200" /> | ||
184 | --> | ||
185 | </floater> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml b/linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml index 059e8fb..d2ebbe6 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml | |||
@@ -9,121 +9,150 @@ | |||
9 | <panel bottom="-680" follows="left|top|right|bottom" height="664" label="Terrain" | 9 | <panel bottom="-680" follows="left|top|right|bottom" height="664" label="Terrain" |
10 | left="1" mouse_opaque="true" name="terrain_mapview" width="993" /> | 10 | left="1" mouse_opaque="true" name="terrain_mapview" width="993" /> |
11 | </tab_container> | 11 | </tab_container> |
12 | <icon bottom="-158" color="1, 1, 0.25, 1" follows="top|right" height="16" | 12 | |
13 | <icon bottom="-56" color="0.5, 0, 0, 1" follows="top|right" height="16" | ||
14 | image_name="map_track_16.tga" left="1013" mouse_opaque="true" | ||
15 | name="grid_icon" width="16" /> | ||
16 | <combo_box allow_text_entry="false" bottom_delta="0" follows="top|right" height="20" | ||
17 | label="Grids" left_delta="20" max_chars="60" mouse_opaque="true" | ||
18 | name="grid_combo" tool_tip="Grid Selection" width="202"> | ||
19 | <combo_item name="none_selected" value="None"> | ||
20 | Grids | ||
21 | </combo_item> | ||
22 | </combo_box> | ||
23 | <!-- | ||
24 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
25 | bottom="-81" drop_shadow_visible="true" follows="top|right" | ||
26 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" | ||
27 | mouse_opaque="true" name="appearance_label" v_pad="0" width="145"> | ||
28 | Keep Appearance | ||
29 | </text> | ||
30 | <check_box bottom="-81" control_name="KeepAppearance" follows="top|right" | ||
31 | font="SansSerifSmall" height="16" initial_value="false" label="" | ||
32 | left_delta="96" mouse_opaque="true" name="appearance_chk" width="55" /> | ||
33 | --> | ||
34 | <button bottom="-78" follows="top|right" font="SansSerifSmall" halign="center" | ||
35 | height="16" label="Grid Manager" label_selected="Grid Manager" left_delta="117" | ||
36 | mouse_opaque="true" name="Grid Manager" tool_tip="Edit your grid list" | ||
37 | width="88" /> | ||
38 | |||
39 | <icon bottom="-187" color="1, 1, 0.25, 1" follows="top|right" height="16" | ||
13 | image_name="legend.tga" left="1013" mouse_opaque="true" name="square" | 40 | image_name="legend.tga" left="1013" mouse_opaque="true" name="square" |
14 | width="16" /> | 41 | width="16" /> |
15 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 42 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
16 | bottom="-156" drop_shadow_visible="true" follows="top|right" | 43 | bottom="-188" drop_shadow_visible="true" follows="top|right" |
17 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" | 44 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" |
18 | mouse_opaque="true" name="land_for_sale_label" v_pad="0" width="145"> | 45 | mouse_opaque="true" name="land_for_sale_label" v_pad="0" width="145"> |
19 | Land For Sale | 46 | Land For Sale |
20 | </text> | 47 | </text> |
21 | <icon bottom="-158" color="0.5, 0.25, 1, 1" follows="top|right" height="16" | 48 | <icon bottom="-187" color="0.5, 0.25, 1, 1" follows="top|right" height="16" |
22 | image_name="legend.tga" left="1123" mouse_opaque="true" name="square2" | 49 | image_name="legend.tga" left="1123" mouse_opaque="true" name="square2" |
23 | width="16" /> | 50 | width="16" /> |
24 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 51 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
25 | bottom="-156" drop_shadow_visible="true" follows="top|right" | 52 | bottom="-188" drop_shadow_visible="true" follows="top|right" |
26 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" | 53 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" |
27 | mouse_opaque="true" name="auction_label" v_pad="0" width="145"> | 54 | mouse_opaque="true" name="auction_label" v_pad="0" width="145"> |
28 | Auction | 55 | Auction |
29 | </text> | 56 | </text> |
30 | <icon bottom="-56" color="1, 1, 1, 1" follows="top|right" height="16" | 57 | |
58 | <icon bottom="-101" color="1, 1, 1, 1" follows="top|right" height="16" | ||
31 | image_name="map_avatar_16.tga" left="1013" mouse_opaque="true" name="self" | 59 | image_name="map_avatar_16.tga" left="1013" mouse_opaque="true" name="self" |
32 | width="16" /> | 60 | width="16" /> |
33 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 61 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
34 | bottom="-56" drop_shadow_visible="true" follows="top|right" | 62 | bottom="-101" drop_shadow_visible="true" follows="top|right" |
35 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" | 63 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" |
36 | mouse_opaque="true" name="you_label" v_pad="0" width="145"> | 64 | mouse_opaque="true" name="you_label" v_pad="0" width="145"> |
37 | You | 65 | You |
38 | </text> | 66 | </text> |
39 | <icon bottom="-56" color="1, 1, 1, 1" follows="top|right" height="16" | 67 | <icon bottom="-101" color="1, 1, 1, 1" follows="top|right" height="16" |
40 | image_name="map_home.tga" left="1073" mouse_opaque="true" name="home" | 68 | image_name="map_home.tga" left="1073" mouse_opaque="true" name="home" |
41 | width="16" /> | 69 | width="16" /> |
42 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 70 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
43 | bottom="-56" drop_shadow_visible="true" follows="top|right" | 71 | bottom="-101" drop_shadow_visible="true" follows="top|right" |
44 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" | 72 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" |
45 | mouse_opaque="true" name="home_label" v_pad="0" width="145"> | 73 | mouse_opaque="true" name="home_label" v_pad="0" width="145"> |
46 | Home | 74 | Home |
47 | </text> | 75 | </text> |
48 | <button bottom="-56" follows="top|right" font="SansSerifSmall" halign="center" | 76 | <button bottom="-101" follows="top|right" font="SansSerifSmall" halign="center" |
49 | height="16" label="Go Home" label_selected="Go Home" left_delta="57" | 77 | height="16" label="Go Home" label_selected="Go Home" left_delta="57" |
50 | mouse_opaque="true" name="Go Home" tool_tip="Teleport to your home" | 78 | mouse_opaque="true" name="Go Home" tool_tip="Teleport to your home" |
51 | width="88" /> | 79 | width="88" /> |
52 | <icon bottom="-82" color="0, 1, 0, 1" follows="top|right" height="8" | 80 | <icon bottom="-122" color="0, 1, 0, 1" follows="top|right" height="8" |
53 | image_name="map_avatar_8.tga" left="1017" mouse_opaque="true" name="person" | 81 | image_name="map_avatar_8.tga" left="1017" mouse_opaque="true" name="person" |
54 | width="8" /> | 82 | width="8" /> |
55 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 83 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
56 | bottom="-86" drop_shadow_visible="true" follows="top|right" | 84 | bottom="-126" drop_shadow_visible="true" follows="top|right" |
57 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="16" | 85 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="16" |
58 | mouse_opaque="true" name="person_label" v_pad="0" width="145"> | 86 | mouse_opaque="true" name="person_label" v_pad="0" width="145"> |
59 | Person | 87 | Person |
60 | </text> | 88 | </text> |
61 | <check_box bottom="-86" control_name="MapShowPeople" follows="top|right" | 89 | <check_box bottom="-126" control_name="MapShowPeople" follows="top|right" |
62 | font="SansSerifSmall" height="16" initial_value="false" label=" " | 90 | font="SansSerifSmall" height="16" initial_value="false" label=" " |
63 | left_delta="70" mouse_opaque="true" name="people_chk" width="55" /> | 91 | left_delta="70" mouse_opaque="true" name="people_chk" width="55" /> |
64 | <icon bottom="-106" color="1, 1, 1, 1" follows="top|right" height="16" | 92 | <icon bottom="-146" color="1, 1, 1, 1" follows="top|right" height="16" |
65 | image_name="map_infohub.tga" left="1013" mouse_opaque="true" name="infohub" | 93 | image_name="map_infohub.tga" left="1013" mouse_opaque="true" name="infohub" |
66 | width="16" /> | 94 | width="16" /> |
67 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 95 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
68 | bottom="-106" drop_shadow_visible="true" follows="top|right" | 96 | bottom="-146" drop_shadow_visible="true" follows="top|right" |
69 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" | 97 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" |
70 | mouse_opaque="true" name="infohub_label" v_pad="0" width="145"> | 98 | mouse_opaque="true" name="infohub_label" v_pad="0" width="145"> |
71 | Infohub | 99 | Infohub |
72 | </text> | 100 | </text> |
73 | <check_box bottom="-106" control_name="MapShowInfohubs" follows="top|right" | 101 | <check_box bottom="-146" control_name="MapShowInfohubs" follows="top|right" |
74 | font="SansSerifSmall" height="16" initial_value="false" label="" | 102 | font="SansSerifSmall" height="16" initial_value="false" label="" |
75 | left_delta="70" mouse_opaque="true" name="infohub_chk" width="55" /> | 103 | left_delta="70" mouse_opaque="true" name="infohub_chk" width="55" /> |
76 | <icon bottom="-126" color="1, 1, 1, 1" follows="top|right" height="16" | 104 | <icon bottom="-166" color="1, 1, 1, 1" follows="top|right" height="16" |
77 | image_name="map_telehub.tga" left="1013" mouse_opaque="true" name="telehub" | 105 | image_name="map_telehub.tga" left="1013" mouse_opaque="true" name="telehub" |
78 | width="16" /> | 106 | width="16" /> |
79 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 107 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
80 | bottom="-126" drop_shadow_visible="true" follows="top|right" | 108 | bottom="-166" drop_shadow_visible="true" follows="top|right" |
81 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" | 109 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" |
82 | mouse_opaque="true" name="telehub_label" v_pad="0" width="145"> | 110 | mouse_opaque="true" name="telehub_label" v_pad="0" width="145"> |
83 | Telehub | 111 | Telehub |
84 | </text> | 112 | </text> |
85 | <check_box bottom="-126" control_name="MapShowTelehubs" follows="top|right" | 113 | <check_box bottom="-166" control_name="MapShowTelehubs" follows="top|right" |
86 | font="SansSerifSmall" height="16" initial_value="false" label="" | 114 | font="SansSerifSmall" height="16" initial_value="false" label="" |
87 | left_delta="70" mouse_opaque="true" name="telehubchk" width="55" /> | 115 | left_delta="70" mouse_opaque="true" name="telehubchk" width="55" /> |
88 | <icon bottom="-86" color="1, 1, 1, 1" follows="top|right" height="16" | 116 | <icon bottom="-126" color="1, 1, 1, 1" follows="top|right" height="16" |
89 | image_name="icon_for_sale.tga" left="1123" mouse_opaque="true" | 117 | image_name="icon_for_sale.tga" left="1123" mouse_opaque="true" |
90 | name="landforsale" width="16" /> | 118 | name="landforsale" width="16" /> |
91 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 119 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
92 | bottom="-86" drop_shadow_visible="true" follows="top|right" | 120 | bottom="-126" drop_shadow_visible="true" follows="top|right" |
93 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" | 121 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" |
94 | mouse_opaque="true" name="land_for_sale_label2" v_pad="0" width="145"> | 122 | mouse_opaque="true" name="land_for_sale_label2" v_pad="0" width="145"> |
95 | Land For Sale | 123 | Land For Sale |
96 | </text> | 124 | </text> |
97 | <check_box bottom="-86" control_name="MapShowLandForSale" follows="top|right" | 125 | <check_box bottom="-126" control_name="MapShowLandForSale" follows="top|right" |
98 | font="SansSerifSmall" height="16" initial_value="false" label="" | 126 | font="SansSerifSmall" height="16" initial_value="false" label="" |
99 | left_delta="80" mouse_opaque="true" name="land_for_sale_chk" width="55" /> | 127 | left_delta="80" mouse_opaque="true" name="land_for_sale_chk" width="55" /> |
100 | <icon bottom="-106" color="1, 1, 1, 1" follows="top|right" height="16" | 128 | <icon bottom="-146" color="1, 1, 1, 1" follows="top|right" height="16" |
101 | image_name="map_event.tga" left="1123" mouse_opaque="true" name="event" | 129 | image_name="map_event.tga" left="1123" mouse_opaque="true" name="event" |
102 | width="16" /> | 130 | width="16" /> |
103 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 131 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
104 | bottom="-106" drop_shadow_visible="true" follows="top|right" | 132 | bottom="-146" drop_shadow_visible="true" follows="top|right" |
105 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" | 133 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" |
106 | mouse_opaque="true" name="events_label" v_pad="0" width="145"> | 134 | mouse_opaque="true" name="events_label" v_pad="0" width="145"> |
107 | Events | 135 | Events |
108 | </text> | 136 | </text> |
109 | <check_box bottom="-106" control_name="MapShowEvents" follows="top|right" | 137 | <check_box bottom="-146" control_name="MapShowEvents" follows="top|right" |
110 | font="SansSerifSmall" height="16" initial_value="false" label="" | 138 | font="SansSerifSmall" height="16" initial_value="false" label="" |
111 | left_delta="80" mouse_opaque="true" name="event_chk" width="55" /> | 139 | left_delta="80" mouse_opaque="true" name="event_chk" width="55" /> |
112 | <icon bottom="-126" color="1, 1, 1, 1" follows="top|right" height="16" | 140 | <icon bottom="-166" color="1, 1, 1, 1" follows="top|right" height="16" |
113 | image_name="map_event_mature.tga" left="1123" mouse_opaque="true" | 141 | image_name="map_event_mature.tga" left="1123" mouse_opaque="true" |
114 | name="events_mature_icon" width="16" /> | 142 | name="events_mature_icon" width="16" /> |
115 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 143 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
116 | bottom="-126" drop_shadow_visible="true" follows="top|right" | 144 | bottom="-166" drop_shadow_visible="true" follows="top|right" |
117 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" | 145 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="20" |
118 | mouse_opaque="true" name="events_mature_label" v_pad="0" width="145"> | 146 | mouse_opaque="true" name="events_mature_label" v_pad="0" width="145"> |
119 | Events (M) | 147 | Events (M) |
120 | </text> | 148 | </text> |
121 | <check_box bottom="-126" control_name="ShowMatureEvents" follows="top|right" | 149 | <check_box bottom="-166" control_name="ShowMatureEvents" follows="top|right" |
122 | font="SansSerifSmall" height="16" initial_value="true" label="" | 150 | font="SansSerifSmall" height="16" initial_value="true" label="" |
123 | left_delta="80" mouse_opaque="true" name="event_mature_chk" width="55" /> | 151 | left_delta="80" mouse_opaque="true" name="event_mature_chk" width="55" /> |
124 | <icon bottom="-181" color="0.5, 0, 0, 1" follows="top|right" height="16" | 152 | |
125 | image_name="map_track_16.tga" left="1013" mouse_opaque="true" | 153 | <icon bottom="-216" color="0.5, 0, 0, 1" follows="top|right" height="16" |
126 | name="avatar_icon" width="16" /> | 154 | image_name="map_track_16.tga" left="1013" mouse_opaque="true" |
155 | name="avatar_icon" width="16" /> | ||
127 | <combo_box allow_text_entry="true" bottom_delta="0" follows="top|right" height="20" | 156 | <combo_box allow_text_entry="true" bottom_delta="0" follows="top|right" height="20" |
128 | label="Online Friends" left_delta="20" max_chars="60" mouse_opaque="true" | 157 | label="Online Friends" left_delta="20" max_chars="60" mouse_opaque="true" |
129 | name="friend combo" tool_tip="Friend to Show on Map" width="202"> | 158 | name="friend combo" tool_tip="Friend to Show on Map" width="202"> |
@@ -131,6 +160,7 @@ | |||
131 | Online Friends | 160 | Online Friends |
132 | </combo_item> | 161 | </combo_item> |
133 | </combo_box> | 162 | </combo_box> |
163 | |||
134 | <icon bottom_delta="-25" color="0.5, 0, 0, 1" follows="top|right" height="16" | 164 | <icon bottom_delta="-25" color="0.5, 0, 0, 1" follows="top|right" height="16" |
135 | image_name="map_track_16.tga" left="1013" mouse_opaque="true" | 165 | image_name="map_track_16.tga" left="1013" mouse_opaque="true" |
136 | name="landmark_icon" width="16" /> | 166 | name="landmark_icon" width="16" /> |
@@ -141,6 +171,7 @@ | |||
141 | Landmarks | 171 | Landmarks |
142 | </combo_item> | 172 | </combo_item> |
143 | </combo_box> | 173 | </combo_box> |
174 | |||
144 | <icon bottom_delta="-25" color="0.5, 0, 0, 1" follows="top|right" height="16" | 175 | <icon bottom_delta="-25" color="0.5, 0, 0, 1" follows="top|right" height="16" |
145 | image_name="map_track_16.tga" left="1013" mouse_opaque="true" | 176 | image_name="map_track_16.tga" left="1013" mouse_opaque="true" |
146 | name="location_icon" width="16" /> | 177 | name="location_icon" width="16" /> |
@@ -156,9 +187,10 @@ | |||
156 | mouse_opaque="true" name="search_label" v_pad="0" width="222"> | 187 | mouse_opaque="true" name="search_label" v_pad="0" width="222"> |
157 | Search Results: | 188 | Search Results: |
158 | </text> | 189 | </text> |
159 | <scroll_list background_visible="true" bottom_delta="-306" draw_border="true" | 190 | |
191 | <scroll_list background_visible="true" bottom_delta="-266" draw_border="true" | ||
160 | draw_stripes="false" | 192 | draw_stripes="false" |
161 | follows="top|right|bottom" height="300" left="1013" multi_select="false" | 193 | follows="top|right|bottom" height="261" left="1013" multi_select="false" |
162 | name="search_results" width="222"> | 194 | name="search_results" width="222"> |
163 | <column label="" name="icon" width="16" /> | 195 | <column label="" name="icon" width="16" /> |
164 | <column label="" name="sim_name" width="206" /> | 196 | <column label="" name="sim_name" width="206" /> |
@@ -178,7 +210,7 @@ | |||
178 | mouse_opaque="true" name="spin y" | 210 | mouse_opaque="true" name="spin y" |
179 | tool_tip="Y coordinate of location to show on map" width="66" /> | 211 | tool_tip="Y coordinate of location to show on map" width="66" /> |
180 | <spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16" | 212 | <spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16" |
181 | increment="1" initial_val="0" left_delta="68" max_val="4096" min_val="0" | 213 | increment="1" initial_val="0" left_delta="68" max_val="16384" min_val="0" |
182 | mouse_opaque="true" name="spin z" | 214 | mouse_opaque="true" name="spin z" |
183 | tool_tip="Z coordinate of location to show on map" width="66" /> | 215 | tool_tip="Z coordinate of location to show on map" width="66" /> |
184 | <button bottom="-625" follows="right|bottom" font="SansSerif" halign="center" | 216 | <button bottom="-625" follows="right|bottom" font="SansSerif" halign="center" |
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 f837029..8a97395 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 | |||
@@ -64,6 +64,10 @@ | |||
64 | userdata="" /> | 64 | userdata="" /> |
65 | </menu_item_call> | 65 | </menu_item_call> |
66 | <menu_item_separator /> | 66 | <menu_item_separator /> |
67 | <menu_item_call name="Logout" label="Logout" | ||
68 | shortcut="control|alt|Q"> | ||
69 | <on_click function="File.Logout" userdata="" /> | ||
70 | </menu_item_call> | ||
67 | <menu_item_call name="Quit" label="Quit" | 71 | <menu_item_call name="Quit" label="Quit" |
68 | shortcut="control|Q"> | 72 | shortcut="control|Q"> |
69 | <on_click function="File.Quit" userdata="" /> | 73 | <on_click function="File.Quit" userdata="" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_login.xml b/linden/indra/newview/skins/default/xui/en-us/panel_login.xml index 2122ee7..ed89977 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_login.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_login.xml | |||
@@ -71,6 +71,10 @@ | |||
71 | <combo_box allow_text_entry="true" bottom="32" follows="left|bottom" height="18" | 71 | <combo_box allow_text_entry="true" bottom="32" follows="left|bottom" height="18" |
72 | left_delta="135" max_chars="20" mouse_opaque="true" | 72 | left_delta="135" max_chars="20" mouse_opaque="true" |
73 | name="server_combo" width="120" /> | 73 | name="server_combo" width="120" /> |
74 | <button bottom="28" follows="left|bottom" font="SansSerif" halign="center" | ||
75 | height="24" label="Grid Manager" label_selected="Connect" | ||
76 | left_delta="195" mouse_opaque="true" name="grid_btn" scale_image="TRUE" | ||
77 | width="120" /> | ||
74 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 78 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
75 | bottom="45" drop_shadow_visible="true" follows="right|bottom" | 79 | bottom="45" drop_shadow_visible="true" follows="right|bottom" |
76 | font="SansSerifSmall" font-style="UNDERLINE" h_pad="0" halign="right" height="16" | 80 | font="SansSerifSmall" font-style="UNDERLINE" h_pad="0" halign="right" height="16" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_network.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_network.xml index 48da432..c5237cc 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_network.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_network.xml | |||
@@ -8,10 +8,10 @@ | |||
8 | mouse_opaque="false" name="text_box" v_pad="0" width="200"> | 8 | mouse_opaque="false" name="text_box" v_pad="0" width="200"> |
9 | Maximum Bandwidth: | 9 | Maximum Bandwidth: |
10 | </text> | 10 | </text> |
11 | <slider bottom_delta="-25" can_edit_text="true" | 11 | <slider bottom_delta="-25" can_edit_text="true" control_name="ThrottleBandwidthKBPS" |
12 | decimal_digits="0" enabled="true" follows="left|top" height="15" | 12 | decimal_digits="0" enabled="true" follows="left|top" height="15" |
13 | increment="10" initial_val="50" left_delta="0" max_val="1500" min_val="50" | 13 | increment="100" initial_val="1500" left_delta="0" max_val="5000" min_val="100" |
14 | mouse_opaque="true" name="max_bandwidth" show_text="true" value="500" | 14 | mouse_opaque="true" name="max_bandwidth" show_text="true" value="1500" |
15 | width="180" /> | 15 | width="180" /> |
16 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 16 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
17 | bottom_delta="4" drop_shadow_visible="true" enabled="true" | 17 | bottom_delta="4" drop_shadow_visible="true" enabled="true" |
@@ -25,22 +25,15 @@ | |||
25 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | 25 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" |
26 | height="10" left="12" mouse_opaque="false" name="cache_size_label_l" | 26 | height="10" left="12" mouse_opaque="false" name="cache_size_label_l" |
27 | v_pad="0" width="200"> | 27 | v_pad="0" width="200"> |
28 | Disk Cache Size: | 28 | Disk Cache Size (MB): |
29 | </text> | 29 | </text> |
30 | <slider bottom_delta="-25" can_edit_text="true" | 30 | <slider bottom_delta="-25" can_edit_text="true" control_name="CacheSize" |
31 | decimal_digits="0" enabled="true" follows="left|top" height="15" | 31 | decimal_digits="0" enabled="true" follows="left|top" height="15" |
32 | increment="10" initial_val="50" left_delta="0" max_val="1000" min_val="10" | 32 | increment="10" initial_val="50" left_delta="0" max_val="1000" min_val="10" |
33 | mouse_opaque="true" name="cache_size" show_text="true" width="180" /> | 33 | mouse_opaque="true" name="cache_size" show_text="true" width="180" /> |
34 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
35 | bottom_delta="4" drop_shadow_visible="true" enabled="true" | ||
36 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | ||
37 | height="10" left_delta="186" mouse_opaque="false" name="text_box5" | ||
38 | v_pad="0" width="40"> | ||
39 | MB | ||
40 | </text> | ||
41 | <button bottom="-55" bottom_delta="-4" enabled="true" follows="left|bottom" | 34 | <button bottom="-55" bottom_delta="-4" enabled="true" follows="left|bottom" |
42 | font="SansSerif" halign="center" height="22" label="Clear Cache" left="340" | 35 | font="SansSerif" halign="center" height="22" label="Clear Cache" left="340" |
43 | left_delta="30" mouse_opaque="true" name="clear_cache" scale_image="true" | 36 | left_delta="186" mouse_opaque="true" name="clear_cache" scale_image="true" |
44 | width="100" /> | 37 | width="100" /> |
45 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 38 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
46 | bottom="-70" bottom_delta="-17" drop_shadow_visible="true" enabled="true" | 39 | bottom="-70" bottom_delta="-17" drop_shadow_visible="true" enabled="true" |
@@ -51,7 +44,7 @@ | |||
51 | </text> | 44 | </text> |
52 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-28" | 45 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-28" |
53 | enabled="false" follows="left|top" font="SansSerif" | 46 | enabled="false" follows="left|top" font="SansSerif" |
54 | handle_edit_keys_directly="true" height="20" left_delta="7" | 47 | handle_edit_keys_directly="true" height="20" left_delta="0" |
55 | max_length="4096" mouse_opaque="true" name="cache_location" | 48 | max_length="4096" mouse_opaque="true" name="cache_location" |
56 | select_all_on_focus_received="false" width="470" word_wrap="false" /> | 49 | select_all_on_focus_received="false" width="470" word_wrap="false" /> |
57 | <button bottom_delta="-25" enabled="true" follows="left|top" font="SansSerif" | 50 | <button bottom_delta="-25" enabled="true" follows="left|top" font="SansSerif" |
@@ -61,12 +54,12 @@ | |||
61 | font="SansSerif" halign="center" height="22" label="Reset" | 54 | font="SansSerif" halign="center" height="22" label="Reset" |
62 | label_selected="Set" left_delta="103" mouse_opaque="true" | 55 | label_selected="Set" left_delta="103" mouse_opaque="true" |
63 | name="reset_cache" scale_image="true" width="100" /> | 56 | name="reset_cache" scale_image="true" width="100" /> |
64 | <check_box bottom="-173" bottom_delta="-35" | 57 | <check_box bottom="-173" bottom_delta="-25" control_name="ConnectionPortEnabled" |
65 | enabled="true" follows="left|top" font="SansSerifSmall" height="16" | 58 | enabled="true" follows="left|top" font="SansSerifSmall" height="16" |
66 | initial_value="false" label="Custom Port Connection" left="12" | 59 | initial_value="false" label="Custom Port Connection" left="12" |
67 | mouse_opaque="true" name="connection_port_enabled" radio_style="false" | 60 | mouse_opaque="true" name="connection_port_enabled" radio_style="false" |
68 | width="256" /> | 61 | width="256" /> |
69 | <spinner bottom="-193" bottom_delta="-20" | 62 | <spinner bottom="-193" bottom_delta="-20" control_name="ConnectionPort" |
70 | decimal_digits="0" enabled="true" follows="left|top" height="16" | 63 | decimal_digits="0" enabled="true" follows="left|top" height="16" |
71 | increment="1" initial_val="13000" label="Port Number:" label_width="75" | 64 | increment="1" initial_val="13000" label="Port Number:" label_width="75" |
72 | left_delta="20" max_val="13050" min_val="13000" mouse_opaque="true" | 65 | left_delta="20" max_val="13050" min_val="13000" mouse_opaque="true" |