aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml56
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_inventory_view_finder.xml227
2 files changed, 180 insertions, 103 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml b/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml
index 1cb1da0..590555f 100644
--- a/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml
@@ -5,18 +5,64 @@
5 title="Inventory" width="467"> 5 title="Inventory" width="467">
6 <search_editor bottom="-50" follows="left|top|right" height="16" label="Type here to search" 6 <search_editor bottom="-50" follows="left|top|right" height="16" label="Type here to search"
7 left="6" mouse_opaque="true" name="inventory search editor" width="455" /> 7 left="6" mouse_opaque="true" name="inventory search editor" width="455" />
8 <tab_container bottom_delta="-512" follows="left|top|right|bottom" height="508" left="2" 8
9 mouse_opaque="false" name="inventory filter tabs" tab_position="top" 9 <text name="group_titles_textbox" font="SansSerifSmall" follows="left|top"
10 width="463"> 10 height="16" left="10" bottom_delta="-24" width="120">
11 Quick Filter:
12 </text>
13
14 <!-- Inventory Type Filter Labels -->
15 <string name="filter_type_all">All Types</string>
16 <string name="filter_type_animation">Animations</string>
17 <string name="filter_type_bodypart">Body Parts</string>
18 <string name="filter_type_callingcard">Calling Cards</string>
19 <string name="filter_type_clothing">Clothing</string>
20 <string name="filter_type_gesture">Gestures</string>
21 <string name="filter_type_landmark">Landmarks</string>
22 <string name="filter_type_notecard">Notecards</string>
23 <string name="filter_type_object">Objects</string>
24 <string name="filter_type_script">Scripts</string>
25 <string name="filter_type_sound">Sounds</string>
26 <string name="filter_type_texture">Textures</string>
27 <string name="filter_type_snapshot">Snapshots</string>
28 <string name="filter_type_custom">Custom...</string>
29
30 <combo_box name="Quick Filter" label="Quick Filter" follows="left|top"
31 height="20" left="80" width="150" bottom_delta="0">
32
33 <combo_item name="filter_type_all">All Types</combo_item>
34 <separator />
35 <combo_item name="filter_type_animation">Animations</combo_item>
36 <combo_item name="filter_type_bodypart">Body Parts</combo_item>
37 <combo_item name="filter_type_callingcard">Calling Cards</combo_item>
38 <combo_item name="filter_type_clothing">Clothing</combo_item>
39 <combo_item name="filter_type_gesture">Gestures</combo_item>
40 <combo_item name="filter_type_landmark">Landmarks</combo_item>
41 <combo_item name="filter_type_notecard">Notecards</combo_item>
42 <combo_item name="filter_type_object">Objects</combo_item>
43 <combo_item name="filter_type_script">Scripts</combo_item>
44 <combo_item name="filter_type_sound">Sounds</combo_item>
45 <combo_item name="filter_type_texture">Textures</combo_item>
46 <combo_item name="filter_type_snapshot">Snapshots</combo_item>
47 <separator />
48 <combo_item name="filter_type_custom">Custom...</combo_item>
49
50 </combo_box>
51
52 <tab_container name="inventory filter tabs" follows="left|top|right|bottom"
53 bottom_delta="-487" height="480" left="2" width="463"
54 mouse_opaque="false" tab_position="top">
55
11 <inventory_panel allow_multi_select="true" border="true" bottom="-507" 56 <inventory_panel allow_multi_select="true" border="true" bottom="-507"
12 follows="left|top|right|bottom" height="491" label="All Items" left="1" 57 follows="left|top|right|bottom" height="431" label="All Items" left="1"
13 mouse_opaque="true" name="All Items" sort_order="InventorySortOrder" 58 mouse_opaque="true" name="All Items" sort_order="InventorySortOrder"
14 width="461" /> 59 width="461" />
15 <inventory_panel allow_multi_select="true" border="true" bottom_delta="0" 60 <inventory_panel allow_multi_select="true" border="true" bottom_delta="0"
16 follows="left|top|right|bottom" height="491" label="Recent Items" 61 follows="left|top|right|bottom" height="431" label="Recent Items"
17 left_delta="0" mouse_opaque="true" name="Recent Items" 62 left_delta="0" mouse_opaque="true" name="Recent Items"
18 sort_order="RecentItemsSortOrder" width="461" /> 63 sort_order="RecentItemsSortOrder" width="461" />
19 </tab_container> 64 </tab_container>
65
20 <menu_bar bottom="-34" drop_shadow="false" follows="left|top|right" height="18" left="2" 66 <menu_bar bottom="-34" drop_shadow="false" follows="left|top|right" height="18" left="2"
21 mouse_opaque="false" name="Inventory Menu" opaque="false" width="461"> 67 mouse_opaque="false" name="Inventory Menu" opaque="false" width="461">
22 <menu bottom_delta="16" drop_shadow="true" height="101" 68 <menu bottom_delta="16" drop_shadow="true" height="101"
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_inventory_view_finder.xml b/linden/indra/newview/skins/default/xui/en-us/floater_inventory_view_finder.xml
index 9a9b8db..9a5756b 100644
--- a/linden/indra/newview/skins/default/xui/en-us/floater_inventory_view_finder.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/floater_inventory_view_finder.xml
@@ -1,102 +1,133 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<floater bottom="-495" can_close="true" can_drag_on_left="false" can_minimize="false" 2
3 can_resize="false" can_tear_off="true" enabled="true" height="408" 3<floater name="Inventory Finder" title="inventory_recent_items"
4 left="457" min_height="408" min_width="160" mouse_opaque="true" 4 bottom="-495" left="457" height="428" width="170"
5 name="Inventory Finder" title="inventory_recent_items" width="160"> 5 can_close="true" can_drag_on_left="false" can_minimize="false"
6 <icon bottom="-36" color="1 1 1 1" enabled="true" follows="left|top" height="16" 6 can_resize="false" can_tear_off="true">
7 image_name="inv_item_animation.tga" left="8" mouse_opaque="true" 7
8 name="icon_animation" width="16" /> 8
9 <check_box bottom="-36" enabled="true" follows="left|top" font="SansSerifSmall" 9 <icon name="icon_animation" image_name="inv_item_animation.tga"
10 height="16" initial_value="false" label="Animation" left="26" 10 bottom="-36" left="8" height="16" width="16" follows="left|top" />
11 mouse_opaque="true" name="check_animation" radio_style="false" width="126" /> 11 <check_box label="Animation" name="check_animation"
12 <icon bottom="-56" color="1 1 1 1" enabled="true" follows="left|top" height="16" 12 bottom_delta="0" left="26" height="16" width="126" follows="left|top"
13 image_name="inv_item_callingcard_online.tga" left="8" mouse_opaque="true" 13 font="SansSerifSmall" initial_value="false" />
14 name="icon_calling_card" width="16" /> 14
15 <check_box bottom="-56" enabled="true" follows="left|top" font="SansSerifSmall" 15
16 height="16" initial_value="false" label="Calling Cards" left="26" 16 <icon name="icon_bodypart" image_name="inv_item_skin.tga"
17 mouse_opaque="true" name="check_calling_card" radio_style="false" 17 bottom_delta="-20" left="8" height="16" width="16" follows="left|top" />
18 width="126" /> 18 <check_box label="Body Parts" name="check_bodypart"
19 <icon bottom="-76" color="1 1 1 1" enabled="true" follows="left|top" height="16" 19 bottom_delta="0" left="26" height="16" width="126" follows="left|top"
20 image_name="inv_item_shirt.tga" left="8" mouse_opaque="true" 20 font="SansSerifSmall" initial_value="false" />
21 name="icon_clothing" width="16" /> 21
22 <check_box bottom="-76" enabled="true" follows="left|top" font="SansSerifSmall" 22
23 height="16" initial_value="false" label="Clothing" left="26" 23 <icon name="icon_calling_card" image_name="inv_item_callingcard_online.tga"
24 mouse_opaque="true" name="check_clothing" radio_style="false" width="126" /> 24 bottom_delta="-20" left="8" height="16" width="16" follows="left|top" />
25 <icon bottom="-96" color="1 1 1 1" enabled="true" follows="left|top" height="16" 25 <check_box label="Calling Cards" name="check_calling_card"
26 image_name="inv_item_gesture.tga" left="8" mouse_opaque="true" 26 bottom_delta="0" left="26" height="16" width="126" follows="left|top"
27 name="icon_gesture" width="16" /> 27 font="SansSerifSmall" initial_value="false" />
28 <check_box bottom="-96" enabled="true" follows="left|top" font="SansSerifSmall" 28
29 height="16" initial_value="false" label="Gestures" left="26" 29
30 mouse_opaque="true" name="check_gesture" radio_style="false" width="126" /> 30 <icon name="icon_clothing" image_name="inv_item_shirt.tga"
31 <icon bottom="-116" color="1 1 1 1" enabled="true" follows="left|top" height="16" 31 bottom_delta="-20" left="8" height="16" width="16" follows="left|top" />
32 image_name="inv_item_landmark_visited.tga" left="8" mouse_opaque="true" 32 <check_box label="Clothing" name="check_clothing"
33 name="icon_landmark" width="16" /> 33 bottom_delta="0" left="26" height="16" width="126" follows="left|top"
34 <check_box bottom="-116" enabled="true" follows="left|top" font="SansSerifSmall" 34 font="SansSerifSmall" initial_value="false" />
35 height="16" initial_value="false" label="Landmarks" left="26" 35
36 mouse_opaque="true" name="check_landmark" radio_style="false" width="126" /> 36
37 <icon bottom="-136" color="1 1 1 1" enabled="true" follows="left|top" height="16" 37 <icon name="icon_gesture" image_name="inv_item_gesture.tga"
38 image_name="inv_item_notecard.tga" left="8" mouse_opaque="true" 38 bottom_delta="-20" left="8" height="16" width="16" follows="left|top" />
39 name="icon_notecard" width="16" /> 39 <check_box label="Gestures" name="check_gesture"
40 <check_box bottom="-136" enabled="true" follows="left|top" font="SansSerifSmall" 40 bottom_delta="0" left="26" height="16" width="126" follows="left|top"
41 height="16" initial_value="false" label="Notecards" left="26" 41 font="SansSerifSmall" initial_value="false" />
42 mouse_opaque="true" name="check_notecard" radio_style="false" width="126" /> 42
43 <icon bottom="-156" color="1 1 1 1" enabled="true" follows="left|top" height="16" 43
44 image_name="inv_item_object.tga" left="8" mouse_opaque="true" 44 <icon name="icon_landmark" image_name="inv_item_landmark_visited.tga"
45 name="icon_object" width="16" /> 45 bottom_delta="-20" left="8" height="16" width="16" follows="left|top" />
46 <check_box bottom="-156" enabled="true" follows="left|top" font="SansSerifSmall" 46 <check_box label="Landmarks" name="check_landmark"
47 height="16" initial_value="false" label="Objects" left="26" 47 bottom_delta="0" left="26" height="16" width="126" follows="left|top"
48 mouse_opaque="true" name="check_object" radio_style="false" width="126" /> 48 font="SansSerifSmall" initial_value="false" />
49 <icon bottom="-176" color="1 1 1 1" enabled="true" follows="left|top" height="16" 49
50 image_name="inv_item_script.tga" left="8" mouse_opaque="true" 50
51 name="icon_script" width="16" /> 51 <icon name="icon_notecard" image_name="inv_item_notecard.tga"
52 <check_box bottom="-176" enabled="true" follows="left|top" font="SansSerifSmall" 52 bottom_delta="-20" left="8" height="16" width="16" follows="left|top" />
53 height="16" initial_value="false" label="Scripts" left="26" 53 <check_box label="Notecards" name="check_notecard"
54 mouse_opaque="true" name="check_script" radio_style="false" width="126" /> 54 bottom_delta="0" left="26" height="16" width="126" follows="left|top"
55 <icon bottom="-196" color="1 1 1 1" enabled="true" follows="left|top" height="16" 55 font="SansSerifSmall" initial_value="false" />
56 image_name="inv_item_sound.tga" left="8" mouse_opaque="true" 56
57 name="icon_sound" width="16" /> 57
58 <check_box bottom="-196" enabled="true" follows="left|top" font="SansSerifSmall" 58 <icon name="icon_object" image_name="inv_item_object.tga"
59 height="16" initial_value="false" label="Sounds" left="26" 59 bottom_delta="-20" left="8" height="16" width="16" follows="left|top" />
60 mouse_opaque="true" name="check_sound" radio_style="false" width="126" /> 60 <check_box label="Objects" name="check_object"
61 <icon bottom="-216" color="1 1 1 1" enabled="true" follows="left|top" height="16" 61 bottom_delta="0" left="26" height="16" width="126" follows="left|top"
62 image_name="inv_item_texture.tga" left="8" mouse_opaque="true" 62 font="SansSerifSmall" initial_value="false" />
63 name="icon_texture" width="16" /> 63
64 <check_box bottom="-216" enabled="true" follows="left|top" font="SansSerifSmall" 64
65 height="16" initial_value="false" label="Textures" left="26" 65 <icon name="icon_script" image_name="inv_item_script.tga"
66 mouse_opaque="true" name="check_texture" radio_style="false" width="126" /> 66 bottom_delta="-20" left="8" height="16" width="16" follows="left|top" />
67 <icon bottom="-236" color="1 1 1 1" enabled="true" follows="left|top" height="16" 67 <check_box label="Scripts" name="check_script"
68 image_name="inv_item_snapshot.tga" left="8" mouse_opaque="true" 68 bottom_delta="0" left="26" height="16" width="126" follows="left|top"
69 name="icon_snapshot" width="16" /> 69 font="SansSerifSmall" initial_value="false" />
70 <check_box bottom="-236" enabled="true" follows="left|top" font="SansSerifSmall" 70
71 height="16" initial_value="false" label="Snapshots" left="26" 71
72 mouse_opaque="true" name="check_snapshot" radio_style="false" width="126" /> 72 <icon name="icon_sound" image_name="inv_item_sound.tga"
73 <button bottom="-260" enabled="true" follows="left|top" font="SansSerif" 73 bottom_delta="-20" left="8" height="16" width="16" follows="left|top" />
74 halign="center" height="20" label="All" label_selected="All" left="8" 74 <check_box label="Sounds" name="check_sound"
75 mouse_opaque="true" name="All" scale_image="true" width="100" /> 75 bottom_delta="0" left="26" height="16" width="126" follows="left|top"
76 <button bottom="-284" enabled="true" follows="left|top" font="SansSerif" 76 font="SansSerifSmall" initial_value="false" />
77 halign="center" height="20" label="None" label_selected="None" left="8" 77
78 mouse_opaque="true" name="None" scale_image="true" width="100" /> 78
79 <check_box bottom="-304" enabled="true" follows="left|top" font="SansSerifSmall" 79 <icon name="icon_texture" image_name="inv_item_texture.tga"
80 height="16" initial_value="false" label="Always show folders" left="8" 80 bottom_delta="-20" left="8" height="16" width="16" follows="left|top" />
81 mouse_opaque="true" name="check_show_empty" radio_style="false" width="144" /> 81 <check_box label="Textures" name="check_texture"
82 <check_box bottom="-324" enabled="true" follows="left|top" font="SansSerifSmall" 82 bottom_delta="0" left="26" height="16" width="126" follows="left|top"
83 height="16" initial_value="false" label="Since Logoff" left="8" 83 font="SansSerifSmall" initial_value="false" />
84 mouse_opaque="true" name="check_since_logoff" radio_style="false" 84
85 width="144" /> 85
86 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 86 <icon name="icon_snapshot" image_name="inv_item_snapshot.tga"
87 bottom="-336" drop_shadow_visible="true" enabled="true" follows="left|top" 87 bottom_delta="-20" left="8" height="16" width="16" follows="left|top" />
88 font="SansSerifSmall" h_pad="0" halign="center" height="12" left="8" 88 <check_box label="Snapshots" name="check_snapshot"
89 mouse_opaque="true" name="- OR -" v_pad="0" width="144"> 89 bottom_delta="0" left="26" height="16" width="126" follows="left|top"
90 font="SansSerifSmall" initial_value="false" />
91
92
93 <button label="All" label_selected="All" name="All"
94 bottom_delta="-24" left="8" height="20" width="100" follows="left|top"
95 font="SansSerif" halign="center" scale_image="true" />
96
97 <button label="None" label_selected="None" name="None"
98 bottom_delta="-24" left="8" height="20" width="100" follows="left|top"
99 font="SansSerif" halign="center" scale_image="true" />
100
101
102 <check_box label="Always show folders" name="check_show_empty"
103 bottom_delta="-20" left="8" height="16" width="144" follows="left|top"
104 font="SansSerifSmall" initial_value="false" />
105
106
107 <check_box label="Since Logoff" name="check_since_logoff"
108 bottom_delta="-20" left="8" height="16" width="144" follows="left|top"
109 font="SansSerifSmall" initial_value="false" />
110
111
112 <text name="- OR -" type="string" length="1"
113 bottom_delta="-12" left="8" height="12" width="144" follows="left|top"
114 halign="center" h_pad="0" v_pad="0"
115 bg_visible="false" border_drop_shadow_visible="false"
116 border_visible="false" drop_shadow_visible="true"
117 font="SansSerifSmall">
90 - OR - 118 - OR -
91 </text> 119 </text>
92 <spinner bottom="-356" enabled="true" follows="left|top" height="16" increment="1" 120
93 initial_val="0" label="Hours Ago" label_width="64" left="8" 121
94 max_val="240000" min_val="0" mouse_opaque="true" name="spin_hours_ago" 122 <spinner label="Hours Ago" label_width="64" name="spin_hours_ago"
95 width="144" /> 123 bottom_delta="-20" left="8" height="16" width="144" follows="left|top"
96 <spinner bottom="-376" enabled="true" follows="left|top" height="16" increment="1" 124 increment="1" initial_val="0" max_val="240000" min_val="0" />
97 initial_val="0" label="Days Ago" label_width="64" left="8" max_val="10000" 125 <spinner label="Days Ago" label_width="64" name="spin_days_ago"
98 min_val="0" mouse_opaque="true" name="spin_days_ago" width="144" /> 126 bottom_delta="-20" left="8" width="144" height="16" follows="left|top"
99 <button bottom="-400" enabled="true" follows="top|right" font="SansSerif" 127 increment="1" initial_val="0" max_val="10000" min_val="0" />
100 halign="center" height="20" label="Close" label_selected="Close" 128
101 mouse_opaque="true" name="Close" right="-6" scale_image="true" width="76" /> 129
130 <button label="Close" label_selected="Close" name="Close"
131 bottom="-420" right="-6" height="20" width="76" follows="top|right"
132 font="SansSerif" halign="center" scale_image="true" />
102</floater> 133</floater>