diff options
author | Jacek Antonelli | 2008-09-22 14:53:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-22 14:53:50 -0500 |
commit | 5dc552157834cc1284841956d18f640275747feb (patch) | |
tree | 976f145ed42ed0b2c4d6fa19c3d313be77be771c /linden/indra/newview/skins | |
parent | Merge branch 'build-tools' into next-merge (diff) | |
parent | VWR-8430: Usability improvements to the land tools floater. (diff) | |
download | meta-impy-5dc552157834cc1284841956d18f640275747feb.zip meta-impy-5dc552157834cc1284841956d18f640275747feb.tar.gz meta-impy-5dc552157834cc1284841956d18f640275747feb.tar.bz2 meta-impy-5dc552157834cc1284841956d18f640275747feb.tar.xz |
Merge branch 'land-tools' into next-merge
Diffstat (limited to 'linden/indra/newview/skins')
-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 | 140 |
2 files changed, 105 insertions, 48 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 c98c2ac..b5e36f6 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,46 +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 | <button bottom_delta="-20" follows="left|top" font="SansSerifSmall" halign="center" | ||
282 | height="16" label="Apply to selection" label_selected="Apply to selection" | ||
283 | left="118" mouse_opaque="true" name="button apply to selection" | 273 | left="118" mouse_opaque="true" name="button apply to selection" |
284 | scale_image="TRUE" tool_tip="Modify Selected Land" width="134" /> | 274 | scale_image="TRUE" tool_tip="Modify Selected Land" width="134" /> |
285 | <check_box bottom_delta="-20" control_name="ShowParcelOwners" follows="left|top" | 275 | |
286 | font="SansSerifSmall" height="16" initial_value="false" label="Show Owners" | 276 | |
287 | 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 | |||
288 | <button bottom="-163" follows="left|top" font="SansSerifSmall" halign="center" | 307 | <button bottom="-163" follows="left|top" font="SansSerifSmall" halign="center" |
289 | height="20" label="More >>" left="186" mouse_opaque="true" | 308 | height="20" label="More >>" left="186" mouse_opaque="true" |
290 | name="button more" scale_image="TRUE" tool_tip="Advanced Options" | 309 | name="button more" scale_image="TRUE" tool_tip="Advanced Options" |
@@ -1176,34 +1195,59 @@ | |||
1176 | <panel bottom="-550" follows="left|top" height="384" left="0" mouse_opaque="true" | 1195 | <panel bottom="-550" follows="left|top" height="384" left="0" mouse_opaque="true" |
1177 | name="land info panel" width="272"> | 1196 | name="land info panel" width="272"> |
1178 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 1197 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
1179 | bottom="-18" drop_shadow_visible="true" follows="left|top" | 1198 | bottom="-40" drop_shadow_visible="true" follows="left|top" |
1180 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | 1199 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="40" |
1200 | mouse_opaque="true" name="label_parcel_modify" v_pad="0" width="150"> | ||
1201 | Modify Parcel | ||
1202 | </text> | ||
1203 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" | ||
1204 | height="20" label="Subdivide..." label_selected="Subdivide..." left="48" | ||
1205 | mouse_opaque="true" name="button subdivide land" scale_image="TRUE" | ||
1206 | width="112" /> | ||
1207 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" | ||
1208 | height="20" label="Join..." label_selected="Join..." left="48" | ||
1209 | mouse_opaque="true" name="button join land" scale_image="TRUE" width="112" /> | ||
1210 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
1211 | bottom_delta="-56" drop_shadow_visible="true" follows="left|top" | ||
1212 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="40" | ||
1213 | mouse_opaque="true" name="label_parcel_info" v_pad="0" width="150"> | ||
1214 | Parcel Information | ||
1215 | </text> | ||
1216 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
1217 | bottom_delta="-24" drop_shadow_visible="true" follows="left|top" | ||
1218 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="48" | ||
1181 | mouse_opaque="true" name="label_area_price" v_pad="0" width="150"> | 1219 | mouse_opaque="true" name="label_area_price" v_pad="0" width="150"> |
1182 | Price: L$[PRICE] for [AREA] sq. m. | 1220 | Price: L$[PRICE] for [AREA] sq. m. |
1183 | </text> | 1221 | </text> |
1184 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 1222 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
1185 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | 1223 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" |
1186 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | 1224 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="48" |
1187 | mouse_opaque="true" name="label_area" v_pad="0" width="128"> | 1225 | mouse_opaque="true" name="label_area" v_pad="0" width="150"> |
1188 | Area: [AREA] sq. m. | 1226 | Area: [AREA] sq. m. |
1189 | </text> | 1227 | </text> |
1190 | <button bottom_delta="-38" follows="left|top" font="SansSerif" halign="center" | ||
1191 | height="20" label="Buy Land..." label_selected="Buy Land..." left="76" | ||
1192 | mouse_opaque="true" name="button buy land" scale_image="TRUE" width="102" /> | ||
1193 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" | 1228 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" |
1194 | height="20" label="Abandon Land..." label_selected="Abandon Land..." | 1229 | height="20" label="About Land..." label_selected="About Land..." left="48" |
1195 | left="76" mouse_opaque="true" name="button abandon land" scale_image="TRUE" | 1230 | mouse_opaque="true" name="button about land" scale_image="TRUE" width="112" /> |
1196 | width="102" /> | 1231 | <check_box bottom_delta="-24" control_name="ShowParcelOwners" follows="left|top" |
1232 | tool_tip="Colour parcels according to their status" font="SansSerifSmall" | ||
1233 | height="16" initial_value="false" label="Show Status" left="48" | ||
1234 | mouse_opaque="true" name="checkbox show owners" width="100" /> | ||
1235 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" | ||
1236 | height="18" label="?" label_selected="?" left_delta="94" | ||
1237 | mouse_opaque="true" name="button show owners help" width="18" /> | ||
1238 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
1239 | bottom_delta="-56" drop_shadow_visible="true" follows="left|top" | ||
1240 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="40" | ||
1241 | mouse_opaque="true" name="label_parcel_trans" v_pad="0" width="150"> | ||
1242 | Land Transactions | ||
1243 | </text> | ||
1197 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" | 1244 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" |
1198 | height="20" label="Subdivide..." label_selected="Subdivide..." left="76" | 1245 | height="20" label="Buy Land..." label_selected="Buy Land..." left="48" |
1199 | mouse_opaque="true" name="button subdivide land" scale_image="TRUE" | 1246 | mouse_opaque="true" name="button buy land" scale_image="TRUE" width="112" /> |
1200 | width="102" /> | ||
1201 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" | 1247 | <button bottom_delta="-24" follows="left|top" font="SansSerif" halign="center" |
1202 | height="20" label="Join..." label_selected="Join..." left="76" | 1248 | height="20" label="Abandon Land..." label_selected="Abandon Land..." |
1203 | mouse_opaque="true" name="button join land" scale_image="TRUE" width="102" /> | 1249 | left="48" mouse_opaque="true" name="button abandon land" scale_image="TRUE" |
1204 | <button bottom_delta="-40" follows="left|top" font="SansSerif" halign="center" | 1250 | width="112" /> |
1205 | height="20" label="About Land..." label_selected="About Land..." left="76" | ||
1206 | mouse_opaque="true" name="button about land" scale_image="TRUE" width="102" /> | ||
1207 | </panel> | 1251 | </panel> |
1208 | <string name="status_rotate"> | 1252 | <string name="status_rotate"> |
1209 | Drag colored bands to rotate object | 1253 | Drag colored bands to rotate object |