summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_login.xml
blob: a71cbde21bf75f72428e9df2eb7025347bcc281b (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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<?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_call
         label="Close Window"
         name="Close Window"
         visible="false" 
         shortcut="control|W">
            <menu_item_call.on_click
             function="File.CloseWindow" />
            <menu_item_call.on_enable
             function="File.EnableCloseWindow" />
        </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_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="Guidebook"
         name="How To"
         shortcut="F1">
            <menu_item_call.on_click
             function="Help.ToggleHowTo"
             parameter="" />
        </menu_item_call>
		<menu_item_separator/>
        <menu_item_call
             label="Knowledge Base"
             name="Knowledge Base">
             <menu_item_call.on_click
                 function="Advanced.ShowURL"
            parameter="http://community.secondlife.com/t5/English-Knowledge-Base/Second-Life-User-s-Guide/ta-p/1244857"/>
        </menu_item_call>
        <menu_item_call
             label="Wiki"
             name="Wiki">
             <menu_item_call.on_click
                 function="Advanced.ShowURL"
                 parameter="http://wiki.secondlife.com"/>
        </menu_item_call>
        <menu_item_call
             label="Community Forums"
             name="Community Forums">
             <menu_item_call.on_click
                 function="Advanced.ShowURL"
                 parameter="http://community.secondlife.com/t5/Forums/ct-p/Forums"/>
        </menu_item_call>         
        <menu_item_call
             label="Support portal"
             name="Support portal">
             <menu_item_call.on_click
                 function="Advanced.ShowURL"
                 parameter="https://support.secondlife.com/"/>         
        </menu_item_call>
        <menu_item_separator/>
        <menu_item_call
             label="[SECOND_LIFE] News"
             name="Second Life News">
             <menu_item_call.on_click
                 function="Advanced.ShowURL"
                 parameter="http://community.secondlife.com/t5/Featured-News/bg-p/blog_feature_news"/>  
        </menu_item_call>
        <menu_item_call
             label="[SECOND_LIFE] Blogs"
             name="Second Life Blogs">
             <menu_item_call.on_click
                 function="Advanced.ShowURL"
                 parameter="http://community.secondlife.com/t5/Blogs/ct-p/Blogs"/>
        </menu_item_call>
        <menu_item_separator/>       
        <menu_item_call
             label="Report Bug"
             name="Report Bug">
                <menu_item_call.on_click
                 function="Advanced.ReportBug"/>
            </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_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 />
      <menu
       create_jump_keys="true"
       label="Fonts"
       name="Fonts"
       tear_off="true">
        <menu_item_call
         label="Show Font Test"
         name="Show Font Test">
          <menu_item_call.on_click
           function="Floater.Show"
           parameter="font_test" />
        </menu_item_call>
        <menu_item_separator />
        <menu_item_call
         label="Dump Fonts"
         name="Dump Fonts">
          <menu_item_call.on_click
           function="Develop.Fonts.Dump" />
        </menu_item_call>
        <menu_item_call
         label="Dump Font Textures"
         name="Dump Font Textures">
          <menu_item_call.on_click
           function="Develop.Fonts.DumpTextures" />
        </menu_item_call>
      </menu>
      <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"
       name="Media Browser">
        <menu_item_call.on_click
         function="Advanced.WebContentTest"
         parameter="http://duckduckgo.com"/>
      </menu_item_call>
      <menu
       create_jump_keys="true"
       label="Set Logging Level"
       name="Set Logging Level"
       tear_off="true">
        <menu_item_check
         name="Debug"
         label="Debug">
          <menu_item_check.on_check
            function="Develop.CheckLoggingLevel"
            parameter="0" />
          <menu_item_check.on_click
           function="Develop.SetLoggingLevel"
           parameter="0" />
        </menu_item_check>
        <menu_item_check
         name="Info"
         label="Info">
          <menu_item_check.on_check
            function="Develop.CheckLoggingLevel"
            parameter="1" />
          <menu_item_check.on_click
           function="Develop.SetLoggingLevel"
           parameter="1" />
        </menu_item_check>
        <menu_item_check
         name="Warning"
         label="Warning">
          <menu_item_check.on_check
            function="Develop.CheckLoggingLevel"
            parameter="2" />
          <menu_item_check.on_click
           function="Develop.SetLoggingLevel"
           parameter="2" />
        </menu_item_check>
        <menu_item_check
         name="Error"
         label="Error">
          <menu_item_check.on_check
            function="Develop.CheckLoggingLevel"
            parameter="3" />
          <menu_item_check.on_click
           function="Develop.SetLoggingLevel"
           parameter="3" />
        </menu_item_check>
        <menu_item_check
         name="None"
         label="None">
          <menu_item_check.on_check
            function="Develop.CheckLoggingLevel"
            parameter="4" />
          <menu_item_check.on_click
           function="Develop.SetLoggingLevel"
           parameter="4" />
        </menu_item_check>
      </menu>
      <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>