summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml
blob: 7fa4cd840a6b0ad30475b078757e23a530786756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toggleable_menu
 bottom="806"
 layout="topleft"
 left="0"
 mouse_opaque="false"
 name="menu_gear_default"
 visible="false">
    <menu_item_call
     label="New Inventory Window"
     layout="topleft"
     name="new_window">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="new_window" />
    </menu_item_call>
    <menu_item_separator
     layout="topleft" />
    <menu_item_check
     label="Sort by Name"
     layout="topleft"
     name="sort_by_name">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="sort_by_name" />
        <on_check
         function="Inventory.GearDefault.Check"
         parameter="sort_by_name" />
    </menu_item_check>
    <menu_item_check
     label="Sort by Most Recent"
     layout="topleft"
     name="sort_by_recent">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="sort_by_recent" />
        <on_check
         function="Inventory.GearDefault.Check"
         parameter="sort_by_recent" />         
    </menu_item_check>
    <menu_item_check
     label="Sort System Folders to Top"
     layout="topleft"
     name="sort_system_folders_to_top">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="sort_system_folders_to_top" />
        <on_check
         function="Inventory.GearDefault.Check"
         parameter="sort_system_folders_to_top" />
    </menu_item_check>
    <menu_item_separator
     layout="topleft" />
    <menu_item_call
     label="Show Filters"
     layout="topleft"
     name="show_filters">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="show_filters" />
    </menu_item_call>
    <menu_item_call
     label="Reset Filters"
     layout="topleft"
     name="reset_filters">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="reset_filters" />
    </menu_item_call>
    <menu_item_call
     label="Close All Folders"
     layout="topleft"
     name="close_folders">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="close_folders" />
    </menu_item_call>
    <menu_item_separator
     layout="topleft" />
    <menu_item_call
     label="Empty Lost and Found"
     layout="topleft"
     name="empty_lostnfound">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="empty_lostnfound" />
    </menu_item_call>
    <menu_item_separator
     layout="topleft" />
    <menu_item_call 
         label="Save Texture As"
         layout="topleft"
         name="Save Texture As">
            <on_click
             function="Inventory.GearDefault.Custom.Action"
             parameter="save_texture" />
            <on_enable
			 function="Inventory.GearDefault.Enable"
			 parameter="save_texture" />
        </menu_item_call>
    <menu_item_call
     label="Share"
     layout="topleft"
     name="Share"
     visible="true">
     <on_click
         function="Inventory.Share" />
     <on_enable
         function="Inventory.GearDefault.Enable"
         parameter="share" />
    </menu_item_call>
    <menu_item_call 
         label="Find Original"
         layout="topleft"
         name="Find Original">
            <on_click
             function="Inventory.GearDefault.Custom.Action"
             parameter="find_original" />
            <on_enable
			 function="Inventory.GearDefault.Enable"
			 parameter="find_original" />
        </menu_item_call>
    <menu_item_call 
         label="Find All Links"
         layout="topleft"
         name="Find All Links">
            <on_click
             function="Inventory.GearDefault.Custom.Action"
             parameter="find_links" />
            <on_enable
			 function="Inventory.GearDefault.Enable"
			 parameter="find_links" />
        </menu_item_call>
    <menu_item_separator
     layout="topleft" />

    <menu_item_call
     label="Empty Trash"
     layout="topleft"
     name="empty_trash">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="empty_trash" />
    </menu_item_call>
</toggleable_menu>