summaryrefslogtreecommitdiff
path: root/indra/newview/skins
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2023-08-01 15:51:18 -0700
committerCallum Prentice <callum@lindenlab.com>2023-08-01 15:51:18 -0700
commit2aecd42d1ffc2ee056b60a66d5c39f09312e1fbe (patch)
tree929bccea6d7a84158ad4f54d129786e5e48fe118 /indra/newview/skins
parent87c337047dbfcdf11a04b2395b0165db24238823 (diff)
First commit of code to investigate how we might do bulk uploads of inventory item thumbnails - both from a code and a UI perspective
Diffstat (limited to 'indra/newview/skins')
-rw-r--r--indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml42
-rw-r--r--indra/newview/skins/default/xui/en/menu_viewer.xml8
2 files changed, 50 insertions, 0 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
new file mode 100644
index 0000000000..867c8fdc20
--- /dev/null
+++ b/indra/newview/skins/default/xui/en/floater_bulky_thumbs.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<floater
+ legacy_header_height="18"
+ can_resize="true"
+ height="600"
+ layout="topleft"
+ min_height="175"
+ min_width="250"
+ name="contents"
+ help_topic="contents"
+ title="BULKY THUMBS"
+ width="500">
+ <button follows="left|top"
+ height="20"
+ label="Paste from Inventory copy"
+ layout="topleft"
+ left="10"
+ name="paste_from_inventory"
+ top="26 "
+ width="200" />
+
+ <text_editor
+ height="510"
+ follows="top|left|right|bottom"
+ left_delta="0"
+ name="inv_items"
+ top_pad="10"
+ width="480">
+Entry 1
+Entry 2
+Entry 3
+Entry 4
+ </text_editor>
+ <button follows="left|bottom"
+ height="20"
+ label="Process!"
+ layout="bottomleft"
+ left="10"
+ name="process_bulky_thumbs"
+ bottom="8"
+ width="200" />
+</floater>
diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml
index f72d1f0bf9..ebfe1405c9 100644
--- a/indra/newview/skins/default/xui/en/menu_viewer.xml
+++ b/indra/newview/skins/default/xui/en/menu_viewer.xml
@@ -3485,6 +3485,14 @@ function="World.EnvPreset"
function="Advanced.WebContentTest"
parameter="http://duckduckgo.com"/>
</menu_item_call>
+ <menu_item_call
+ label="Bulky Thumbs"
+ name="Bulky Thumbs"
+ shortcut="control|alt|shift|Y">
+ <menu_item_call.on_click
+ function="Floater.Show"
+ parameter="bulky_thumbs" />
+ </menu_item_call>
<menu_item_call
label="FB Connect Test"
name="FB Connect Test">