summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2023-08-02 17:34:56 -0700
committerCallum Prentice <callum@lindenlab.com>2023-08-02 17:34:56 -0700
commit03ca9468036fc65e1a75d323bfb6d90b410a304b (patch)
tree986d687590efcefc0b1f0b289e1b779ec4bcb0e1 /indra/newview/skins/default/xui
parentfeb40d1a1b53de09ef619d0d681bf03e0ceaa2eb (diff)
SL-20109: now lets user copy a list of items or list of folder of items, copy a list of texture of list of folders of textures, then combine them and find matches by name - saving each match with the name, item ID and thumbnail texture ID - next is actually writing the thumbnails
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r--indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml32
1 files changed, 23 insertions, 9 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml b/indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml
index ecb07db8fa..ab34e35dac 100644
--- a/indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml
+++ b/indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml
@@ -5,38 +5,52 @@
height="600"
layout="topleft"
min_height="175"
- min_width="250"
+ min_width="500"
name="contents"
help_topic="contents"
title="BULKY THUMBS"
width="500">
<button follows="left|top"
height="20"
- label="Paste from Inventory copy"
+ label="Paste item info from Inventory"
layout="topleft"
left="10"
- name="paste_from_inventory"
+ name="paste_items_btn"
top="26 "
width="200" />
+ <button follows="left|top"
+ height="20"
+ label="Paste texture info from Inventory"
+ layout="topleft"
+ left="250"
+ name="paste_textures_btn"
+ top="26 "
+ width="200" />
+
<text_editor
height="510"
follows="top|left|right|bottom"
- left_delta="0"
+ left="10"
name="inventory_items"
top_pad="10"
width="480">
-Entry 1
-Entry 2
-Entry 3
-Entry 4
</text_editor>
<button follows="left|bottom"
height="20"
- label="Process!"
+ label="Merge items and textures"
layout="bottomleft"
left="10"
name="process_bulky_thumbs"
bottom="8"
width="200" />
+
+ <button follows="left|bottom"
+ height="20"
+ label="Write Thumbnails"
+ layout="bottomleft"
+ left="250"
+ name="write_bulky_thumbs"
+ bottom="8"
+ width="200" />
</floater>