diff options
author | Aimee Trescothick | 2008-09-22 02:01:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-22 02:12:59 -0500 |
commit | 997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d (patch) | |
tree | 2b0e069ec0d2d68740f6fcc3100f63e3322bf3f5 /linden/indra/newview/skins/default | |
parent | VWR-2331: Terraform tool variable "strength". (diff) | |
download | meta-impy-997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d.zip meta-impy-997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d.tar.gz meta-impy-997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d.tar.bz2 meta-impy-997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d.tar.xz |
VWR-8430: Usability improvements to the land tools floater.
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/alerts.xml | 13 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | 149 |
2 files changed, 105 insertions, 57 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 c7ec62f..4bf5ff1 100644 --- a/linden/indra/newview/skins/default/xui/en-us/alerts.xml +++ b/linden/indra/newview/skins/default/xui/en-us/alerts.xml | |||
@@ -1996,6 +1996,19 @@ Join land? | |||
1996 | Cancel | 1996 | Cancel |
1997 | </option> | 1997 | </option> |
1998 | </alert> | 1998 | </alert> |
1999 | <alert name="ShowOwnersHelp"> | ||
2000 | <message name="message"> | ||
2001 | If this box is checked, land parcels will be | ||
2002 | overlaid with a color indicating their status. | ||
2003 | |||
2004 | Red: Land owned by others. | ||
2005 | Green: Your land. | ||
2006 | Aqua: Land owned by a group that you are a member of. | ||
2007 | Yellow: For sale. | ||
2008 | Purple: Land in the auction system. | ||
2009 | Grey: Rare public land. | ||
2010 | </message> | ||
2011 | </alert> | ||
1999 | <alert modal="true" name="ConfirmNotecardSave"> | 2012 | <alert modal="true" name="ConfirmNotecardSave"> |
2000 | <message name="message"> | 2013 | <message name="message"> |
2001 | This notecard needs to be saved before the item can be copied or viewed. Save notecard? | 2014 | This notecard needs to be saved before the item can be copied or viewed. Save notecard? |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml b/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml index 3ae37ea..1817d8c 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | |||
@@ -245,55 +245,65 @@ | |||
245 | 245 | ||
246 | <!-- Land panel --> | 246 | <!-- Land panel --> |
247 | 247 | ||
248 | <check_box bottom="-70" follows="left|top" font="SansSerifSmall" height="16" | 248 | <check_box bottom="-69" follows="left|top" font="SansSerifSmall" height="16" |
249 | initial_value="false" label="Select Land" left="4" mouse_opaque="true" | 249 | initial_value="false" label="Select Land" left="4" mouse_opaque="true" |
250 | name="radio select land" radio_style="true" width="114" /> | 250 | name="radio select land" radio_style="true" width="114" /> |
251 | <check_box bottom_delta="-14" follows="left|top" font="SansSerifSmall" height="16" | 251 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" |
252 | initial_value="false" label="Flatten Land" left="4" mouse_opaque="true" | 252 | initial_value="false" label="Flatten" left="4" mouse_opaque="true" |
253 | name="radio flatten" radio_style="true" width="114" /> | 253 | name="radio flatten" radio_style="true" width="114" /> |
254 | <check_box bottom_delta="-14" follows="left|top" font="SansSerifSmall" height="16" | 254 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" |
255 | initial_value="false" label="Raise Land" left="4" mouse_opaque="true" | 255 | initial_value="false" label="Raise" left="4" mouse_opaque="true" |
256 | name="radio raise" radio_style="true" width="114" /> | 256 | name="radio raise" radio_style="true" width="114" /> |
257 | <check_box bottom_delta="-14" follows="left|top" font="SansSerifSmall" height="16" | 257 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" |
258 | initial_value="false" label="Lower Land" left="4" mouse_opaque="true" | 258 | initial_value="false" label="Lower" left="4" mouse_opaque="true" |
259 | name="radio lower" radio_style="true" width="114" /> | 259 | name="radio lower" radio_style="true" width="114" /> |
260 | <check_box bottom_delta="-14" follows="left|top" font="SansSerifSmall" height="16" | 260 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" |
261 | initial_value="false" label="Smooth Land" left="4" mouse_opaque="true" | 261 | initial_value="false" label="Smooth" left="4" mouse_opaque="true" |
262 | name="radio smooth" radio_style="true" width="114" /> | 262 | name="radio smooth" radio_style="true" width="114" /> |
263 | <check_box bottom_delta="-14" follows="left|top" font="SansSerifSmall" height="16" | 263 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" |
264 | initial_value="false" label="Roughen Land" left="4" mouse_opaque="true" | 264 | initial_value="false" label="Roughen" left="4" mouse_opaque="true" |
265 | name="radio noise" radio_style="true" width="114" /> | 265 | name="radio noise" radio_style="true" width="114" /> |
266 | <check_box bottom_delta="-14" follows="left|top" font="SansSerifSmall" height="16" | 266 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" |
267 | initial_value="false" label="Revert Land" left="4" mouse_opaque="true" | 267 | initial_value="false" label="Revert" left="4" mouse_opaque="true" |
268 | name="radio revert" radio_style="true" width="114" /> | 268 | name="radio revert" radio_style="true" width="114" /> |
269 | <combo_box allow_text_entry="false" bottom="-85" follows="left|top" height="18" left="118" | 269 | |
270 | max_chars="20" mouse_opaque="true" name="combobox brush size" width="134"> | 270 | |
271 | <combo_item name="Small" value="Small"> | 271 | <button bottom="-74" follows="left|top" font="SansSerifSmall" halign="center" |
272 | Small | 272 | height="20" label="Apply to selection" label_selected="Apply to selection" |
273 | </combo_item> | ||
274 | <combo_item name="Medium" value="Medium"> | ||
275 | Medium | ||
276 | </combo_item> | ||
277 | <combo_item name="Large" value="Large"> | ||
278 | Large | ||
279 | </combo_item> | ||
280 | </combo_box> | ||
281 | <volume_slider bottom_delta="-19" follows="left|top" height="16" hidden="false" increment="0.1" | ||
282 | initial_val="0.00" left="155" max_val="2.0" min_val="-1.0" | ||
283 | mouse_opaque="true" name="slider force" width="70" /> | ||
284 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
285 | bottom_delta="4" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
286 | font="SansSerifSmall" h_pad="0" halign="left" height="12" hidden="false" | ||
287 | left="118" mouse_opaque="true" name="Force:" v_pad="0" width="128"> | ||
288 | Force: | ||
289 | </text> | ||
290 | <button bottom_delta="-22" follows="left|top" font="SansSerifSmall" halign="center" | ||
291 | height="16" label="Apply to selection" label_selected="Apply to selection" | ||
292 | left="118" mouse_opaque="true" name="button apply to selection" | 273 | left="118" mouse_opaque="true" name="button apply to selection" |
293 | scale_image="TRUE" tool_tip="Modify Selected Land" width="134" /> | 274 | scale_image="TRUE" tool_tip="Modify Selected Land" width="134" /> |
294 | <check_box bottom_delta="-20" control_name="ShowParcelOwners" follows="left|top" | 275 | |
295 | font="SansSerifSmall" height="16" initial_value="false" label="Show Owners" | 276 | |
296 | left="118" mouse_opaque="true" name="checkbox show owners" width="134" /> | 277 | |
278 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" | ||
279 | border_visible="false" bottom_delta="-16" drop_shadow_visible="true" enabled="true" | ||
280 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" height="12" left="118" | ||
281 | hidden="false" mouse_opaque="true" name="Brush:" v_pad="0" width="100"> | ||
282 | Brush: | ||
283 | </text> | ||
284 | |||
285 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" | ||
286 | border_visible="false" bottom_delta="-18" drop_shadow_visible="true" enabled="true" | ||
287 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" height="12" left="132" | ||
288 | hidden="false" mouse_opaque="true" name="Brush Size:" v_pad="0" width="100"> | ||
289 | Size | ||
290 | </text> | ||
291 | <volume_slider bottom_delta="-4" follows="left|top" height="16" hidden="false" | ||
292 | increment="1.0" initial_val="0.0" left="178" max_val="2.0" min_val="0.0" | ||
293 | mouse_opaque="true" name="slider brush size" width="80" /> | ||
294 | |||
295 | |||
296 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" | ||
297 | border_visible="false" bottom_delta="-18" drop_shadow_visible="true" enabled="true" | ||
298 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" height="12" left="132" | ||
299 | hidden="false" mouse_opaque="true" name="Strength:" v_pad="0" width="100"> | ||
300 | Strength | ||
301 | </text> | ||
302 | <volume_slider bottom_delta="-4" follows="left|top" height="16" hidden="false" | ||
303 | increment="0.1" initial_val="0.00" left="178" max_val="2.0" min_val="-1.0" | ||
304 | mouse_opaque="true" name="slider force" width="80" /> | ||
305 | |||
306 | |||
297 | <button bottom="-163" follows="left|top" font="SansSerifSmall" halign="center" | 307 | <button bottom="-163" follows="left|top" font="SansSerifSmall" halign="center" |
298 | height="20" label="More >>" left="186" mouse_opaque="true" | 308 | height="20" label="More >>" left="186" mouse_opaque="true" |
299 | name="button more" scale_image="TRUE" tool_tip="Advanced Options" | 309 | name="button more" scale_image="TRUE" tool_tip="Advanced Options" |
@@ -1179,34 +1189,59 @@ | |||
1179 | <panel bottom="-550" follows="left|top" height="384" left="0" mouse_opaque="true" | 1189 | <panel bottom="-550" follows="left|top" height="384" left="0" mouse_opaque="true" |
1180 | name="land info panel" width="272"> | 1190 | name="land info panel" width="272"> |
1181 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 1191 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
1182 | bottom="-18" drop_shadow_visible="true" follows="left|top" | 1192 | bottom="-40" drop_shadow_visible="true" follows="left|top" |
1183 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | 1193 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="40" |
1194 | mouse_opaque="true" name="label_parcel_modify" v_pad="0" width="150"> | ||
1195 | Modify Parcel | ||
1196 | </text> | ||
1197 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" | ||
1198 | height="20" label="Subdivide..." label_selected="Subdivide..." left="48" | ||
1199 | mouse_opaque="true" name="button subdivide land" scale_image="TRUE" | ||
1200 | width="112" /> | ||
1201 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" | ||
1202 | height="20" label="Join..." label_selected="Join..." left="48" | ||
1203 | mouse_opaque="true" name="button join land" scale_image="TRUE" width="112" /> | ||
1204 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
1205 | bottom_delta="-56" drop_shadow_visible="true" follows="left|top" | ||
1206 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="40" | ||
1207 | mouse_opaque="true" name="label_parcel_info" v_pad="0" width="150"> | ||
1208 | Parcel Information | ||
1209 | </text> | ||
1210 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
1211 | bottom_delta="-24" drop_shadow_visible="true" follows="left|top" | ||
1212 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="48" | ||
1184 | mouse_opaque="true" name="label_area_price" v_pad="0" width="150"> | 1213 | mouse_opaque="true" name="label_area_price" v_pad="0" width="150"> |
1185 | Price: L$[PRICE] for [AREA] sq. m. | 1214 | Price: L$[PRICE] for [AREA] sq. m. |
1186 | </text> | 1215 | </text> |
1187 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 1216 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
1188 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | 1217 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" |
1189 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | 1218 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="48" |
1190 | mouse_opaque="true" name="label_area" v_pad="0" width="128"> | 1219 | mouse_opaque="true" name="label_area" v_pad="0" width="150"> |
1191 | Area: [AREA] sq. m. | 1220 | Area: [AREA] sq. m. |
1192 | </text> | 1221 | </text> |
1193 | <button bottom_delta="-38" follows="left|top" font="SansSerif" halign="center" | ||
1194 | height="20" label="Buy Land..." label_selected="Buy Land..." left="76" | ||
1195 | mouse_opaque="true" name="button buy land" scale_image="TRUE" width="102" /> | ||
1196 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" | 1222 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" |
1197 | height="20" label="Abandon Land..." label_selected="Abandon Land..." | 1223 | height="20" label="About Land..." label_selected="About Land..." left="48" |
1198 | left="76" mouse_opaque="true" name="button abandon land" scale_image="TRUE" | 1224 | mouse_opaque="true" name="button about land" scale_image="TRUE" width="112" /> |
1199 | width="102" /> | 1225 | <check_box bottom_delta="-24" control_name="ShowParcelOwners" follows="left|top" |
1226 | tool_tip="Colour parcels according to their status" font="SansSerifSmall" | ||
1227 | height="16" initial_value="false" label="Show Status" left="48" | ||
1228 | mouse_opaque="true" name="checkbox show owners" width="100" /> | ||
1229 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" | ||
1230 | height="18" label="?" label_selected="?" left_delta="94" | ||
1231 | mouse_opaque="true" name="button show owners help" width="18" /> | ||
1232 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
1233 | bottom_delta="-56" drop_shadow_visible="true" follows="left|top" | ||
1234 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="40" | ||
1235 | mouse_opaque="true" name="label_parcel_trans" v_pad="0" width="150"> | ||
1236 | Land Transactions | ||
1237 | </text> | ||
1200 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" | 1238 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" |
1201 | height="20" label="Subdivide..." label_selected="Subdivide..." left="76" | 1239 | height="20" label="Buy Land..." label_selected="Buy Land..." left="48" |
1202 | mouse_opaque="true" name="button subdivide land" scale_image="TRUE" | 1240 | mouse_opaque="true" name="button buy land" scale_image="TRUE" width="112" /> |
1203 | width="102" /> | ||
1204 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" | 1241 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" |
1205 | height="20" label="Join..." label_selected="Join..." left="76" | 1242 | height="20" label="Abandon Land..." label_selected="Abandon Land..." |
1206 | mouse_opaque="true" name="button join land" scale_image="TRUE" width="102" /> | 1243 | left="48" mouse_opaque="true" name="button abandon land" scale_image="TRUE" |
1207 | <button bottom_delta="-40" follows="left|top" font="SansSerif" halign="center" | 1244 | width="112" /> |
1208 | height="20" label="About Land..." label_selected="About Land..." left="76" | ||
1209 | mouse_opaque="true" name="button about land" scale_image="TRUE" width="102" /> | ||
1210 | </panel> | 1245 | </panel> |
1211 | <string name="status_rotate"> | 1246 | <string name="status_rotate"> |
1212 | Drag colored bands to rotate object | 1247 | Drag colored bands to rotate object |