diff options
author | Armin Weatherwax | 2010-02-22 13:47:15 +0100 |
---|---|---|
committer | Jacek Antonelli | 2010-03-04 20:58:10 -0600 |
commit | 3609359ca157d122a15480f19fea18de0015cb3c (patch) | |
tree | 8de3fca09dd17db5598f972344495ad695c508af /linden/indra/newview/skins | |
parent | Linux64: for DBUS-Debug build- track where it's crashing (if still). (diff) | |
download | meta-impy-3609359ca157d122a15480f19fea18de0015cb3c.zip meta-impy-3609359ca157d122a15480f19fea18de0015cb3c.tar.gz meta-impy-3609359ca157d122a15480f19fea18de0015cb3c.tar.bz2 meta-impy-3609359ca157d122a15480f19fea18de0015cb3c.tar.xz |
Ported temporary texture uploads from Emerald.
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_image_preview.xml | 4 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_image_preview.xml b/linden/indra/newview/skins/default/xui/en-us/floater_image_preview.xml index 926e715..76c1852 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_image_preview.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_image_preview.xml | |||
@@ -57,6 +57,10 @@ Try saving image as 24 bit Targa (.tga). | |||
57 | follows="bottom|left" font="SansSerifSmall" height="16" | 57 | follows="bottom|left" font="SansSerifSmall" height="16" |
58 | initial_value="false" label="Use lossless compression" left="10" | 58 | initial_value="false" label="Use lossless compression" left="10" |
59 | left_delta="2" name="lossless_check" width="280" /> | 59 | left_delta="2" name="lossless_check" width="280" /> |
60 | <check_box bottom="37" control_name="EmeraldTemporaryUpload" enabled="true" | ||
61 | follows="bottom|left" font="SansSerifSmall" height="16" | ||
62 | initial_value="false" label="Temporary Image (Free)" | ||
63 | left_delta="155" name="temp_check" width="280" tooltip="Sets the asset to be temporary, meaning its free, but in return, only good for a short time before it ceases to exist." /> | ||
60 | <button bottom="10" follows="bottom|right" height="20" label="Cancel" left="165" | 64 | <button bottom="10" follows="bottom|right" height="20" label="Cancel" left="165" |
61 | name="cancel_btn" width="125" /> | 65 | name="cancel_btn" width="125" /> |
62 | <button bottom="10" follows="bottom|left" height="20" label="Upload (L$[AMOUNT])" | 66 | <button bottom="10" follows="bottom|left" height="20" label="Upload (L$[AMOUNT])" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml b/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml index efe524c..35a8ec1 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml | |||
@@ -1,6 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater bottom="-320" can_close="true" can_drag_on_left="false" can_minimize="true" | 2 | |
3 | can_resize="false" follows="left|top" height="546" name="Snapshot" | 3 | <!-- README: Width and height of this floater are hardcoded in llfloatersnapshot.cpp |
4 | using sUIWinWidth, sUIWinHeightShort, sUIWinHeightLong --> | ||
5 | <floater | ||
6 | bottom="-320" can_close="true" can_drag_on_left="false" can_minimize="true" | ||
7 | can_resize="false" follows="left|top" height="568" name="Snapshot" | ||
4 | rect_control="FloaterSnapshotRect" title="Snapshot Preview" width="215"> | 8 | rect_control="FloaterSnapshotRect" title="Snapshot Preview" width="215"> |
5 | <text bottom_delta="-40" follows="top|left" height="15" left="10" name="type_label" | 9 | <text bottom_delta="-40" follows="top|left" height="15" left="10" name="type_label" |
6 | width="195"> | 10 | width="195"> |
@@ -170,6 +174,9 @@ | |||
170 | left="10" name="freeze_frame_check" /> | 174 | left="10" name="freeze_frame_check" /> |
171 | <check_box bottom_delta="-20" follows="left|top" label="Auto-refresh" left="10" | 175 | <check_box bottom_delta="-20" follows="left|top" label="Auto-refresh" left="10" |
172 | name="auto_snapshot_check" /> | 176 | name="auto_snapshot_check" /> |
177 | <check_box bottom_delta="-20" follows="left|top" control_name="EmeraldTemporaryUpload" enabled="true" | ||
178 | initial_value="false" label="Temporary Image (Free)" left="10" | ||
179 | name="temp_check" tooltip="Sets the asset to be temporary, meaning its free, but in return, only good for a short time before it ceases to exist." /> | ||
173 | <string name="unknown"> | 180 | <string name="unknown"> |
174 | unknown | 181 | unknown |
175 | </string> | 182 | </string> |