blob: 0d4a095e14d4cb0c1ebf4241d7ac8ed1b33ffb00 (
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<menu_bar
follows="left|top"
height="18"
layout="topleft"
left_delta="0"
name="Login Menu"
top_delta="0"
width="802">
<menu
create_jump_keys="true"
label="Me"
tear_off="true"
name="File">
<menu_item_call
label="Preferences"
name="Preferences..."
shortcut="control|P">
<menu_item_call.on_click
function="Floater.Toggle"
parameter="preferences" />
</menu_item_call>
<menu_item_separator />
<menu_item_call
label="Exit [APP_NAME]"
name="Quit"
shortcut="control|Q">
<menu_item_call.on_click
function="File.Quit" />
</menu_item_call>
</menu>
<menu
create_jump_keys="true"
label="Help"
tear_off="true"
name="Help">
<menu_item_call
label="[SECOND_LIFE] Help"
name="Second Life Help"
shortcut="F1">
<menu_item_call.on_click
function="ShowHelp"
parameter="f1_help" />
</menu_item_call>
<menu_item_separator />
<menu_item_call
label="About [APP_NAME]"
name="About Second Life">
<menu_item_call.on_click
function="Floater.Show"
parameter="sl_about" />
</menu_item_call>
</menu>
<menu_item_check
label="Show Debug Menu"
name="Show Debug Menu"
visible="false"
shortcut="control|alt|D">
<on_check
function="CheckControl"
parameter="UseDebugMenus" />
<on_click
function="ToggleControl"
parameter="UseDebugMenus" />
</menu_item_check>
<menu
create_jump_keys="true"
visible="false"
label="Debug"
name="Debug"
tear_off="true">
<menu_item_call
label="Show Debug Settings"
name="Debug Settings">
<menu_item_call.on_click
function="Advanced.ShowDebugSettings"
parameter="all" />
</menu_item_call>
<menu_item_call
label="UI/Color Settings"
name="UI/Color Settings">
<menu_item_call.on_click
function="Advanced.ShowDebugSettings"
parameter="skin" />
</menu_item_call>
<menu_item_separator />
<menu_item_call
label="XUI Preview Tool"
name="UI Preview Tool"
shortcut="control|T">
<menu_item_call.on_click
function="Floater.Toggle"
parameter="ui_preview" />
</menu_item_call>
<menu_item_separator />
<!-- Broken
<menu_item_call
label="Show Side Tray"
name="Show Side Tray">
<menu_item_call.on_click
function="Advanced.ShowSideTray" />
</menu_item_call>
-->
<menu
create_jump_keys="true"
label="UI Tests"
name="UI Tests"
tear_off="true">
<menu_item_call
label="Textbox"
name="Textbox"
translate="false"
shortcut="control|1">
<menu_item_call.on_click
function="Floater.Show"
parameter="test_textbox" />
</menu_item_call>
<menu_item_call
label="Text Editor"
name="Text Editor"
translate="false"
shortcut="control|2">
<menu_item_call.on_click
function="Floater.Show"
parameter="test_text_editor" />
</menu_item_call>
<menu_item_call
label="Widgets"
name="Widgets"
translate="false"
shortcut="control|shift|T">
<menu_item_call.on_click
function="Floater.Show"
parameter="test_widgets" />
</menu_item_call>
<menu_item_call
label="Inspectors"
translate="false"
name="Inspectors">
<menu_item_call.on_click
function="Floater.Show"
parameter="test_inspectors" />
</menu_item_call>
</menu>
<!--
<menu_item_check
label="Reg In Client Test (restart)"
name="Reg In Client Test (restart)">
<menu_item_check.on_check
control="RegInClient" />
<menu_item_check.on_click
function="ToggleControl"
parameter="RegInClient" />
</menu_item_check>
-->
<menu_item_separator />
<menu_item_call
label="Set Window Size..."
name="Set Window Size...">
<menu_item_call.on_click
function="Floater.Show"
parameter="window_size" />
</menu_item_call>
<menu_item_call
label="Show TOS"
name="TOS">
<menu_item_call.on_click
function="Floater.Show"
parameter="message_tos" />
</menu_item_call>
<menu_item_call
label="Show Critical Message"
name="Critical">
<menu_item_call.on_click
function="Floater.Show"
parameter="message_critical" />
</menu_item_call>
<menu_item_call
label="Media Browser Test"
name="Web Browser Test">
<menu_item_call.on_click
function="Advanced.WebBrowserTest"
parameter="http://join.secondlife.com/"/>
</menu_item_call>
<menu_item_call
label="Web Content Floater Test"
name="Web Content Floater Test">
<menu_item_call.on_click
function="Advanced.WebContentTest"
parameter="http://www.google.com"/>
</menu_item_call>
<menu_item_check
label="Show Grid Picker"
name="Show Grid Picker"
visible="false"
shortcut="control|shift|G">
<on_check
function="CheckControl"
parameter="ForceShowGrid" />
<on_click
function="ToggleControl"
parameter="ForceShowGrid" />
</menu_item_check>
<menu_item_call
label="Show Notifications Console"
name="Show Notifications Console"
visible="false"
shortcut="control|shift|5">
<on_click
function="Floater.Toggle"
parameter="notifications_console" />
</menu_item_call>
</menu>
</menu_bar>
|