diff options
author | Jacek Antonelli | 2009-09-25 22:15:49 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-09-25 22:15:49 -0500 |
commit | 5ff1687542240fe9b00d4c217b764770fc369c06 (patch) | |
tree | bc5a1dbc882c19120ca00efb9914d70059cd79cb /linden/indra/newview/skins | |
parent | Merge remote branch 'mccabe/1.2.0-next' into next (diff) | |
parent | Removed grid stuff from World Map (for now). (diff) | |
download | meta-impy-5ff1687542240fe9b00d4c217b764770fc369c06.zip meta-impy-5ff1687542240fe9b00d4c217b764770fc369c06.tar.gz meta-impy-5ff1687542240fe9b00d4c217b764770fc369c06.tar.bz2 meta-impy-5ff1687542240fe9b00d4c217b764770fc369c06.tar.xz |
Merge branch 'gridmanager' into next
Diffstat (limited to 'linden/indra/newview/skins')
5 files changed, 435 insertions, 83 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..8116213 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_login.xml | |||
@@ -0,0 +1,265 @@ | |||
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="plasticwuzhere" width="600"> | ||
5 | |||
6 | <!-- Grid Selector --> | ||
7 | <text type="string" length="1" enabled="true" name="grid_selector_label" | ||
8 | height="10" width="100" left="5" top="-20" | ||
9 | h_pad="0" v_pad="0" halign="left" | ||
10 | font="SansSerif" | ||
11 | follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true" | ||
12 | drop_shadow_visible="true" border_drop_shadow_visible="false"> | ||
13 | Select a grid: | ||
14 | </text> | ||
15 | |||
16 | <scroll_list background_visible="true" bottom_delta="25" draw_border="true" | ||
17 | draw_stripes="false" | ||
18 | follows="top|left|bottom" height="340" left="5" multi_select="false" | ||
19 | name="grid_selector" width="170"> | ||
20 | <column label="" name="grid" width="200" /> | ||
21 | </scroll_list> | ||
22 | |||
23 | <!-- Grid Selector Buttons --> | ||
24 | <button label="Add" label_selected="Delete" enabled="true" name="btn_add" | ||
25 | height="18" width="55" left="5" bottom_delta="-20" | ||
26 | halign="center" | ||
27 | follows="left|bottom" scale_image="true" | ||
28 | font="SansSerifSmall" mouse_opaque="true" /> | ||
29 | <button label="Copy" label_selected="Add" enabled="true" name="btn_copy" | ||
30 | height="18" width="55" left_delta="58" bottom_delta="0" | ||
31 | halign="center" | ||
32 | follows="left|bottom" scale_image="true" | ||
33 | font="SansSerifSmall" mouse_opaque="true" /> | ||
34 | <button label="Delete" label_selected="Copy" enabled="true" name="btn_delete" | ||
35 | height="18" width="55" left_delta="58" bottom_delta="0" | ||
36 | halign="center" | ||
37 | follows="left|bottom" scale_image="true" | ||
38 | font="SansSerifSmall" mouse_opaque="true" /> | ||
39 | |||
40 | <!-- Grid Details --> | ||
41 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
42 | top="-25" drop_shadow_visible="true" follows="left|top" | ||
43 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
44 | left_delta="60" mouse_opaque="true" name="gridnick_text" v_pad="0" width="120"> | ||
45 | Grid Name: | ||
46 | </text> | ||
47 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="360" | ||
48 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | ||
49 | height="20" left_delta="90" max_length="40" mouse_opaque="true" | ||
50 | name="gridnick" select_all_on_focus_received="true" width="200" /> | ||
51 | |||
52 | |||
53 | <!-- | ||
54 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
55 | bottom_delta="-23" drop_shadow_visible="true" follows="left|top" | ||
56 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
57 | left_delta="-90" mouse_opaque="true" name="first_name_text" v_pad="0" width="100"> | ||
58 | First Name: | ||
59 | </text> | ||
60 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
61 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | ||
62 | height="20" left_delta="90" max_length="45" mouse_opaque="true" | ||
63 | name="first_name" select_all_on_focus_received="true" width="200" /> | ||
64 | |||
65 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
66 | bottom_delta="-23" drop_shadow_visible="true" follows="left|top" | ||
67 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
68 | left_delta="-90" mouse_opaque="true" name="last_name_text" v_pad="0" width="100"> | ||
69 | Last Name: | ||
70 | </text> | ||
71 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
72 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | ||
73 | height="20" left_delta="90" max_length="45" mouse_opaque="true" | ||
74 | name="last_name" select_all_on_focus_received="true" width="200" /> | ||
75 | |||
76 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
77 | bottom_delta="-23" drop_shadow_visible="true" follows="left|top" | ||
78 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
79 | left_delta="-90" mouse_opaque="true" name="avatar_password_text" v_pad="0" width="120"> | ||
80 | Password: | ||
81 | </text> | ||
82 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
83 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | ||
84 | height="20" left_delta="90" max_length="16" mouse_opaque="true" | ||
85 | name="avatar_password" select_all_on_focus_received="true" width="200" /> | ||
86 | |||
87 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
88 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" | ||
89 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
90 | left_delta="-90" mouse_opaque="true" name="start_location_text" v_pad="0" | ||
91 | width="95"> | ||
92 | Start Location: | ||
93 | </text> | ||
94 | <combo_box allow_text_entry="true" bottom_delta="0" follows="left|top|right" height="18" | ||
95 | left_delta="90" max_chars="128" mouse_opaque="true" | ||
96 | name="start_location_combo" width="180"> | ||
97 | <combo_item name="MyHome" value="My Home"> | ||
98 | My Home | ||
99 | </combo_item> | ||
100 | <combo_item name="MyLastLocation" value="My Last Location"> | ||
101 | My Last Location | ||
102 | </combo_item> | ||
103 | <combo_item name="Typeregionname" value="<Type region name>"> | ||
104 | <Type region name> | ||
105 | </combo_item> | ||
106 | </combo_box> | ||
107 | --> | ||
108 | |||
109 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
110 | bottom_delta="-23" drop_shadow_visible="true" follows="left|top" | ||
111 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
112 | left_delta="-90" mouse_opaque="true" name="loginuri_text" v_pad="0" width="120"> | ||
113 | Login URI: | ||
114 | </text> | ||
115 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
116 | follows="left|top|right" font="SansSerif" handle_edit_keys_directly="true" | ||
117 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | ||
118 | name="loginuri" select_all_on_focus_received="true" width="320" /> | ||
119 | |||
120 | <button label="Get Grid Info" label_selected="Get Grid Info" enabled="true" name="btn_gridinfo" | ||
121 | height="18" width="100" bottom_delta="-22" | ||
122 | halign="center" | ||
123 | follows="left|top" scale_image="true" | ||
124 | font="SansSerifSmall" mouse_opaque="true" /> | ||
125 | |||
126 | <text_editor type="string" length="1" allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="-62" | ||
127 | embedded_items="false" enabled="false" follows="left|top" | ||
128 | font="SansSerifSmall" height="65" hide_border="true" hide_scrollbar="true" | ||
129 | left="190" max_length="65535" mouse_opaque="true" | ||
130 | name="protip1" tab_stop="false" width="420" word_wrap="true"> | ||
131 | Tip: Store information for alternate accounts by using the "Copy" button to create multiple profiles for the same grid. | ||
132 | </text_editor> | ||
133 | |||
134 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
135 | bottom_delta="10" drop_shadow_visible="true" follows="left|top" | ||
136 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
137 | left="182" mouse_opaque="true" name="loginpage_text" v_pad="0" width="120"> | ||
138 | Optional Fields | ||
139 | </text> | ||
140 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
141 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" | ||
142 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
143 | left_delta="0" mouse_opaque="true" name="loginpage_text" v_pad="0" width="120"> | ||
144 | Login Page: | ||
145 | </text> | ||
146 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
147 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" | ||
148 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | ||
149 | name="loginpage" select_all_on_focus_received="true" width="320" /> | ||
150 | |||
151 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
152 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" | ||
153 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
154 | left_delta="-90" mouse_opaque="true" name="helperuri_text" v_pad="0" width="120"> | ||
155 | Helper URI: | ||
156 | </text> | ||
157 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
158 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" | ||
159 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | ||
160 | name="helperuri" select_all_on_focus_received="true" width="320" /> | ||
161 | |||
162 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
163 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" | ||
164 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
165 | left_delta="-90" mouse_opaque="true" name="website_text" v_pad="0" width="120"> | ||
166 | Website: | ||
167 | </text> | ||
168 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
169 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" | ||
170 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | ||
171 | name="website" select_all_on_focus_received="true" width="320" /> | ||
172 | |||
173 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
174 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" | ||
175 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
176 | left_delta="-90" mouse_opaque="true" name="support_text" v_pad="0" width="120"> | ||
177 | Support URL: | ||
178 | </text> | ||
179 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
180 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" | ||
181 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | ||
182 | name="support" select_all_on_focus_received="true" width="320" /> | ||
183 | |||
184 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
185 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" | ||
186 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
187 | left_delta="-90" mouse_opaque="true" name="register_text" v_pad="0" width="120"> | ||
188 | Account URL: | ||
189 | </text> | ||
190 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
191 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" | ||
192 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | ||
193 | name="register" select_all_on_focus_received="true" width="320" /> | ||
194 | |||
195 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
196 | bottom_delta="-22" drop_shadow_visible="true" follows="left|top" | ||
197 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
198 | left_delta="-90" mouse_opaque="true" name="password_text" v_pad="0" width="120"> | ||
199 | Password URL: | ||
200 | </text> | ||
201 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0" | ||
202 | follows="left|top|right" font="SansSerifSmall" handle_edit_keys_directly="true" | ||
203 | height="20" left_delta="90" max_length="255" mouse_opaque="true" | ||
204 | name="password" select_all_on_focus_received="true" width="320" /> | ||
205 | |||
206 | <view_border bevel_style="none" border_thickness="1" bottom_delta="-4" follows="top|left" height="155" left_delta="-93" name="OptionalPrefsBorder" width="417" /> | ||
207 | |||
208 | <!-- Combo box for multi avatar grid manager avatar name | ||
209 | <combo_box allow_text_entry="true" bevel_style="in" border_style="line" border_thickness="1" | ||
210 | bottom_delta="0" follows="left|top" font="SansSerif" handle_edit_keys_directly="true" | ||
211 | height="20" left="290" max_length="45" mouse_opaque="true" | ||
212 | name="name_combo" select_all_on_focus_received="true" width="185" /> | ||
213 | --> | ||
214 | <!-- Buttons for mutli avatar grid manager | ||
215 | <button bottom="159" follows="top|right" font="SansSerif" halign="center" | ||
216 | height="20" label="New" label_selected="New" | ||
217 | left="480" mouse_opaque="true" name="new_btn" scale_image="TRUE" | ||
218 | width="70" /> | ||
219 | --> | ||
220 | <!-- | ||
221 | <button bottom="134" follows="top|right" font="SansSerif" halign="center" | ||
222 | height="20" label="Remove" label_selected="Remove" | ||
223 | left="480" mouse_opaque="true" name="remove_btn" scale_image="TRUE" | ||
224 | width="70" /> | ||
225 | --> | ||
226 | |||
227 | <!-- Checkbox for selecting a global avatar (for when combo box avatar selector works) | ||
228 | <check_box bottom="85" follows="left|top" font="SansSerifSmall" height="16" | ||
229 | initial_value="false" label="Global Avatar" | ||
230 | left_delta="0" mouse_opaque="true" name="global_check" width="138" /> | ||
231 | |||
232 | <check_box bottom="10" follows="left|bottom" font="SansSerifSmall" height="16" | ||
233 | initial_value="false" label="Remember password" | ||
234 | left_delta="165" mouse_opaque="true" name="remember_check" width="138" /> | ||
235 | |||
236 | <check_box bottom="10" follows="left|bottom" font="SansSerifSmall" height="16" | ||
237 | initial_value="false" label="secret level" | ||
238 | left_delta="165" mouse_opaque="true" name="gawd_mode" width="138" /> | ||
239 | --> | ||
240 | |||
241 | <!-- Cancel/Connect Buttons --> | ||
242 | |||
243 | <button bottom="-44" follows="right|top" font="SansSerif" halign="center" | ||
244 | height="24" label="Set as Default" label_selected="Set as Default" | ||
245 | left="470" mouse_opaque="true" name="set_default" scale_image="TRUE" | ||
246 | width="110" /> | ||
247 | <!-- <button bottom="28" follows="right|bottom" font="SansSerif" halign="center" | ||
248 | height="24" label="Connect" label_selected="Connect" | ||
249 | left="280" mouse_opaque="true" name="connect_btn" scale_image="TRUE" | ||
250 | width="100" /> --> | ||
251 | <button bottom="8" follows="right|bottom" font="SansSerif" halign="center" | ||
252 | height="24" label="Ok" label_selected="Apply" left="280" | ||
253 | mouse_opaque="true" name="btn_ok" scale_image="TRUE" width="100" /> | ||
254 | <button bottom="8" follows="right|bottom" font="SansSerif" halign="center" | ||
255 | height="24" label="Apply" label_selected="Apply" left="385" | ||
256 | mouse_opaque="true" name="btn_apply" scale_image="TRUE" width="100" /> | ||
257 | <button bottom="8" follows="right|bottom" font="SansSerif" halign="center" | ||
258 | height="24" label="Undo" label_selected="Undo" left="490" | ||
259 | mouse_opaque="true" name="btn_cancel" scale_image="TRUE" width="100" /> | ||
260 | <!-- | ||
261 | <combo_box allow_text_entry="true" bottom="32" follows="left|bottom" height="18" | ||
262 | left_delta="135" max_chars="40" mouse_opaque="true" | ||
263 | name="server_combo" width="200" /> | ||
264 | --> | ||
265 | </floater> | ||
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 512ee16..81fe178 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 | |||
@@ -72,6 +72,10 @@ | |||
72 | userdata="" /> | 72 | userdata="" /> |
73 | </menu_item_call> | 73 | </menu_item_call> |
74 | <menu_item_separator /> | 74 | <menu_item_separator /> |
75 | <menu_item_call name="Logout" label="Logout" | ||
76 | shortcut="control|alt|Q"> | ||
77 | <on_click function="File.Logout" userdata="" /> | ||
78 | </menu_item_call> | ||
75 | <menu_item_call name="Quit" label="Quit" | 79 | <menu_item_call name="Quit" label="Quit" |
76 | shortcut="control|Q"> | 80 | shortcut="control|Q"> |
77 | <on_click function="File.Quit" userdata="" /> | 81 | <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..5b2f3ad 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 | |||
@@ -1,56 +1,35 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <panel bottom="0" follows="left|top|right|bottom" height="600" left="0" | 2 | |
3 | mouse_opaque="true" name="panel_login" width="800"> | 3 | <panel name="panel_login" |
4 | <web_browser border_visible="false" bottom="0" follows="top|left|bottom|right" left="0" | 4 | bottom="0" left="0" height="600" width="800" |
5 | name="login_html" right="-1" | 5 | follows="left|top|right|bottom" mouse_opaque="true" > |
6 | start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody bgcolor=%22#000000%22 text=%22ffffff%22%3E%3Ch1%3E%3Ctt%3Eloading...%3C/tt%3E%3C/h1%3E %3C/body%3E %3C/html%3E" | 6 | |
7 | top="-1" /> | 7 | <web_browser name="login_html" |
8 | bottom="0" top="-1" left="0" right="-1" | ||
9 | border_visible="false" follows="top|left|bottom|right" | ||
10 | start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody bgcolor=%22#000000%22 text=%22ffffff%22%3E%3Ch1%3E%3Ctt%3Eloading...%3C/tt%3E%3C/h1%3E %3C/body%3E %3C/html%3E" /> | ||
8 | <string name="real_url"> | 11 | <string name="real_url"> |
9 | http://secondlife.com/app/login/ | 12 | http://secondlife.com/app/login/ |
10 | </string> | 13 | </string> |
11 | <string name="forgot_password_url"> | 14 | <string name="forgot_password_url"> |
12 | http://secondlife.com/account/request.php | 15 | http://secondlife.com/account/request.php |
13 | </string> | 16 | </string> |
14 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 17 | |
15 | bottom="54" drop_shadow_visible="true" follows="left|bottom" | 18 | |
16 | font="SansSerif" h_pad="0" halign="left" height="16" | 19 | <!-- START LOCATION --> |
17 | left="32" mouse_opaque="true" name="first_name_text" v_pad="0" width="120"> | 20 | |
18 | First Name: | 21 | <text name="start_location_text" |
19 | </text> | 22 | bottom="8" left="24" height="16" width="95" |
20 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-24" | 23 | follows="left|bottom" h_pad="0" halign="right" v_pad="0" |
21 | follows="left|bottom" font="SansSerif" handle_edit_keys_directly="true" | 24 | bg_visible="false" drop_shadow_visible="true" |
22 | height="20" left="32" max_length="31" mouse_opaque="true" | 25 | border_visible="false" border_drop_shadow_visible="false" |
23 | name="first_name_edit" select_all_on_focus_received="true" width="120" /> | 26 | font="SansSerifSmall" mouse_opaque="true"> |
24 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
25 | bottom="54" drop_shadow_visible="true" follows="left|bottom" | ||
26 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
27 | left="164" mouse_opaque="true" name="last_name_text" v_pad="0" width="120"> | ||
28 | Last Name: | ||
29 | </text> | ||
30 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-24" | ||
31 | follows="left|bottom" font="SansSerif" handle_edit_keys_directly="true" | ||
32 | height="20" left="164" max_length="31" mouse_opaque="true" | ||
33 | name="last_name_edit" select_all_on_focus_received="true" width="120" /> | ||
34 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
35 | bottom="54" drop_shadow_visible="true" follows="left|bottom" | ||
36 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
37 | left="296" mouse_opaque="true" name="password_text" v_pad="0" width="120"> | ||
38 | Password: | ||
39 | </text> | ||
40 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-24" | ||
41 | follows="left|bottom" font="SansSerif" handle_edit_keys_directly="true" | ||
42 | height="20" left="296" max_length="16" mouse_opaque="true" | ||
43 | name="password_edit" select_all_on_focus_received="true" width="120" /> | ||
44 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
45 | bottom="10" drop_shadow_visible="true" follows="left|bottom" | ||
46 | font="SansSerif" h_pad="0" halign="left" height="16" | ||
47 | left="32" mouse_opaque="true" name="start_location_text" v_pad="0" | ||
48 | width="95"> | ||
49 | Start Location: | 27 | Start Location: |
50 | </text> | 28 | </text> |
51 | <combo_box allow_text_entry="true" bottom="8" follows="left|bottom" height="18" | 29 | <combo_box name="start_location_combo" |
52 | left_delta="97" max_chars="128" mouse_opaque="true" | 30 | bottom_delta="2" left_delta="100" height="16" width="150" |
53 | name="start_location_combo" width="155"> | 31 | follows="left|bottom" font="SansSerifSmall" |
32 | mouse_opaque="true" allow_text_entry="true" max_chars="128"> | ||
54 | <combo_item name="MyHome" value="My Home"> | 33 | <combo_item name="MyHome" value="My Home"> |
55 | My Home | 34 | My Home |
56 | </combo_item> | 35 | </combo_item> |
@@ -61,35 +40,129 @@ | |||
61 | <Type region name> | 40 | <Type region name> |
62 | </combo_item> | 41 | </combo_item> |
63 | </combo_box> | 42 | </combo_box> |
64 | <check_box bottom="10" follows="left|bottom" font="SansSerifSmall" height="16" | 43 | |
65 | initial_value="false" label="Remember password" | 44 | |
66 | left_delta="163" mouse_opaque="true" name="remember_check" width="138" /> | 45 | <!-- FIRST NAME --> |
67 | <button bottom="28" follows="left|bottom" font="SansSerif" halign="center" | 46 | |
68 | height="24" label="Log In" label_selected="Log In" | 47 | <text name="first_name_text" |
69 | left="435" mouse_opaque="true" name="connect_btn" scale_image="TRUE" | 48 | bottom="56" left="24" height="16" width="120" |
70 | width="120" /> | 49 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" |
71 | <combo_box allow_text_entry="true" bottom="32" follows="left|bottom" height="18" | 50 | bg_visible="false" drop_shadow_visible="true" |
72 | left_delta="135" max_chars="20" mouse_opaque="true" | 51 | border_visible="false" border_drop_shadow_visible="false" |
73 | name="server_combo" width="120" /> | 52 | font="SansSerif" mouse_opaque="true"> |
74 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 53 | First Name: |
75 | bottom="45" drop_shadow_visible="true" follows="right|bottom" | 54 | </text> |
76 | font="SansSerifSmall" font-style="UNDERLINE" h_pad="0" halign="right" height="16" | 55 | <line_editor name="first_name_edit" |
77 | left="-210" mouse_opaque="true" name="create_new_account_text" v_pad="0" width="200" | 56 | bottom_delta="-20" left_delta="0" height="20" width="120" |
78 | hover="true" hover_color="50 115 185"> | 57 | follows="left|bottom" font="SansSerif" |
58 | bevel_style="in" border_style="line" border_thickness="1" | ||
59 | max_length="16" mouse_opaque="true" | ||
60 | handle_edit_keys_directly="true" | ||
61 | select_all_on_focus_received="true" /> | ||
62 | |||
63 | |||
64 | <!-- LAST NAME --> | ||
65 | |||
66 | <text name="last_name_text" | ||
67 | bottom_delta="20" left_delta="130" height="16" width="120" | ||
68 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | ||
69 | bg_visible="false" drop_shadow_visible="true" | ||
70 | border_visible="false" border_drop_shadow_visible="false" | ||
71 | font="SansSerif" mouse_opaque="true"> | ||
72 | Last Name: | ||
73 | </text> | ||
74 | <line_editor name="last_name_edit" | ||
75 | bottom_delta="-20" left_delta="0" height="20" width="120" | ||
76 | follows="left|bottom" font="SansSerif" | ||
77 | bevel_style="in" border_style="line" border_thickness="1" | ||
78 | max_length="16" mouse_opaque="true" | ||
79 | handle_edit_keys_directly="true" | ||
80 | select_all_on_focus_received="true" /> | ||
81 | |||
82 | |||
83 | <!-- PASSWORD --> | ||
84 | |||
85 | <text name="password_text" | ||
86 | bottom_delta="20" left_delta="130" height="16" width="120" | ||
87 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | ||
88 | bg_visible="false" drop_shadow_visible="true" | ||
89 | border_visible="false" border_drop_shadow_visible="false" | ||
90 | font="SansSerif" mouse_opaque="true"> | ||
91 | Password: | ||
92 | </text> | ||
93 | <line_editor name="password_edit" | ||
94 | bottom_delta="-20" left_delta="0" height="20" width="120" | ||
95 | follows="left|bottom" font="SansSerif" | ||
96 | bevel_style="in" border_style="line" border_thickness="1" | ||
97 | max_length="16" mouse_opaque="true" | ||
98 | handle_edit_keys_directly="true" | ||
99 | select_all_on_focus_received="true" /> | ||
100 | <check_box name="remember_check" label="Remember password" | ||
101 | bottom_delta="-24" left_delta="0" height="16" width="140" | ||
102 | follows="left|bottom" font="SansSerifSmall" | ||
103 | initial_value="false" mouse_opaque="true" /> | ||
104 | |||
105 | |||
106 | <!-- GRIDS --> | ||
107 | |||
108 | <text name="grid_text" | ||
109 | bottom="56" left_delta="150" height="16" width="120" | ||
110 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | ||
111 | bg_visible="false" drop_shadow_visible="true" | ||
112 | border_visible="false" border_drop_shadow_visible="false" | ||
113 | font="SansSerif" mouse_opaque="true"> | ||
114 | Grid: | ||
115 | </text> | ||
116 | <combo_box name="server_combo" | ||
117 | bottom_delta="-20" left_delta="0" height="20" width="120" | ||
118 | follows="left|bottom" allow_text_entry="false" | ||
119 | max_chars="20" mouse_opaque="true" /> | ||
120 | <button name="grid_btn" label="Grid Manager" | ||
121 | bottom_delta="-24" left_delta="10" height="16" width="100" | ||
122 | follows="left|bottom" font="SansSerifSmall" halign="center" | ||
123 | mouse_opaque="true" scale_image="TRUE" /> | ||
124 | |||
125 | |||
126 | <!-- LOG IN --> | ||
127 | |||
128 | <button name="connect_btn" label="Log In" | ||
129 | bottom="34" left_delta="140" height="24" width="120" | ||
130 | follows="left|bottom" font="SansSerif" halign="center" | ||
131 | mouse_opaque="true" scale_image="TRUE" /> | ||
132 | |||
133 | |||
134 | <!-- ACCOUNT / FORGOT PASSWORD --> | ||
135 | |||
136 | <text name="create_new_account_text" | ||
137 | bottom="45" left="-210" height="16" width="200" | ||
138 | follows="right|bottom" h_pad="0" halign="right" v_pad="0" | ||
139 | bg_visible="false" drop_shadow_visible="true" | ||
140 | border_visible="false" border_drop_shadow_visible="false" | ||
141 | font="SansSerifSmall" font-style="UNDERLINE" | ||
142 | mouse_opaque="true" hover="true" hover_color="50 115 185"> | ||
79 | Sign up for account | 143 | Sign up for account |
80 | </text> | 144 | </text> |
81 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 145 | |
82 | bottom="25" drop_shadow_visible="true" follows="right|bottom" | 146 | <text name="forgot_password_text" |
83 | font="SansSerifSmall" font-style="UNDERLINE" h_pad="0" halign="right" height="16" | 147 | bottom="25" left="-210" height="16" width="200" |
84 | left="-210" mouse_opaque="true" name="forgot_password_text" v_pad="0" width="200" | 148 | follows="right|bottom" h_pad="0" halign="right" v_pad="0" |
85 | hover="true" hover_color="50 115 185"> | 149 | bg_visible="false" drop_shadow_visible="true" |
150 | border_visible="false" border_drop_shadow_visible="false" | ||
151 | font="SansSerifSmall" font-style="UNDERLINE" | ||
152 | mouse_opaque="true" hover="true" hover_color="50 115 185"> | ||
86 | Forgot your name or password? | 153 | Forgot your name or password? |
87 | </text> | 154 | </text> |
88 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 155 | |
89 | bottom="5" drop_shadow_visible="true" follows="right|bottom" | 156 | |
90 | font="SansSerifSmall" h_pad="0" halign="right" height="16" | 157 | <!-- CHANNEL & VERSION --> |
91 | left="-310" mouse_opaque="true" name="channel_text" v_pad="0" width="300" | 158 | |
92 | hover="true" hover_color="50 115 185"> | 159 | <text name="channel_text" |
160 | bottom="5" left="-310" height="16" width="300" | ||
161 | follows="right|bottom" h_pad="0" halign="right" v_pad="0" | ||
162 | bg_visible="false" drop_shadow_visible="true" | ||
163 | border_visible="false" border_drop_shadow_visible="false" | ||
164 | font="SansSerifSmall" mouse_opaque="true" | ||
165 | hover="true" hover_color="50 115 185"> | ||
93 | [CHANNEL] [VERSION] | 166 | [CHANNEL] [VERSION] |
94 | </text> | 167 | </text> |
95 | </panel> | 168 | </panel> |
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 d4ec307..655859a 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,7 +8,7 @@ | |||
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="1000" left_delta="0" max_val="5000" min_val="50" | 13 | increment="10" initial_val="1000" left_delta="0" max_val="5000" min_val="50" |
14 | mouse_opaque="true" name="max_bandwidth" show_text="true" value="1000" | 14 | mouse_opaque="true" name="max_bandwidth" show_text="true" value="1000" |
@@ -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" |