diff options
author | Jacek Antonelli | 2008-11-08 18:05:22 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-11-08 20:09:20 -0600 |
commit | 512e77fbbd94838cc3794b64f522b7de13200958 (patch) | |
tree | 78cd19226bac1f654cac6b8bd72a53c0360b673b /linden/indra/newview | |
parent | Remove reference to nonexistent First Look Mac icon. (diff) | |
download | meta-impy-512e77fbbd94838cc3794b64f522b7de13200958.zip meta-impy-512e77fbbd94838cc3794b64f522b7de13200958.tar.gz meta-impy-512e77fbbd94838cc3794b64f522b7de13200958.tar.bz2 meta-impy-512e77fbbd94838cc3794b64f522b7de13200958.tar.xz |
Added XUI for the Quick Filter combo box.
Diffstat (limited to 'linden/indra/newview')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml | 59 |
1 files changed, 54 insertions, 5 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..7d0f086 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,67 @@ | |||
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 | <combo_box name="Quick Filter" label="Quick Filter" follows="left|top" | ||
15 | height="20" left="80" width="120" bottom_delta="0"> | ||
16 | <combo_item name="type_all"> | ||
17 | Show All Items | ||
18 | </combo_item> | ||
19 | <!-- combo list separator would go here, if such a thing existed --> | ||
20 | <combo_item name="type_animation"> | ||
21 | Animations | ||
22 | </combo_item> | ||
23 | <combo_item name="type_calling_card"> | ||
24 | Calling Cards | ||
25 | </combo_item> | ||
26 | <combo_item name="type_clothing"> | ||
27 | Clothing | ||
28 | </combo_item> | ||
29 | <combo_item name="type_gesture"> | ||
30 | Gestures | ||
31 | </combo_item> | ||
32 | <combo_item name="type_landmark"> | ||
33 | Landmarks | ||
34 | </combo_item> | ||
35 | <combo_item name="type_notecard"> | ||
36 | Notecards | ||
37 | </combo_item> | ||
38 | <combo_item name="type_object"> | ||
39 | Objects | ||
40 | </combo_item> | ||
41 | <combo_item name="type_script"> | ||
42 | Scripts | ||
43 | </combo_item> | ||
44 | <combo_item name="type_sound"> | ||
45 | Sounds | ||
46 | </combo_item> | ||
47 | <combo_item name="type_texture"> | ||
48 | Textures | ||
49 | </combo_item> | ||
50 | <combo_item name="type_snapshot"> | ||
51 | Snapshots | ||
52 | </combo_item> | ||
53 | </combo_box> | ||
54 | |||
55 | <tab_container name="inventory filter tabs" follows="left|top|right|bottom" | ||
56 | bottom_delta="-487" height="480" left="2" width="463" | ||
57 | mouse_opaque="false" tab_position="top"> | ||
58 | |||
11 | <inventory_panel allow_multi_select="true" border="true" bottom="-507" | 59 | <inventory_panel allow_multi_select="true" border="true" bottom="-507" |
12 | follows="left|top|right|bottom" height="491" label="All Items" left="1" | 60 | follows="left|top|right|bottom" height="431" label="All Items" left="1" |
13 | mouse_opaque="true" name="All Items" sort_order="InventorySortOrder" | 61 | mouse_opaque="true" name="All Items" sort_order="InventorySortOrder" |
14 | width="461" /> | 62 | width="461" /> |
15 | <inventory_panel allow_multi_select="true" border="true" bottom_delta="0" | 63 | <inventory_panel allow_multi_select="true" border="true" bottom_delta="0" |
16 | follows="left|top|right|bottom" height="491" label="Recent Items" | 64 | follows="left|top|right|bottom" height="431" label="Recent Items" |
17 | left_delta="0" mouse_opaque="true" name="Recent Items" | 65 | left_delta="0" mouse_opaque="true" name="Recent Items" |
18 | sort_order="RecentItemsSortOrder" width="461" /> | 66 | sort_order="RecentItemsSortOrder" width="461" /> |
19 | </tab_container> | 67 | </tab_container> |
68 | |||
20 | <menu_bar bottom="-34" drop_shadow="false" follows="left|top|right" height="18" left="2" | 69 | <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"> | 70 | mouse_opaque="false" name="Inventory Menu" opaque="false" width="461"> |
22 | <menu bottom_delta="16" drop_shadow="true" height="101" | 71 | <menu bottom_delta="16" drop_shadow="true" height="101" |