summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_login.xml
blob: 07940e18b628a1fcdd750736b4215619b018ef79 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<menu_bar
 follows="left|top|right"
 height="18"
 layout="topleft"
 left_delta="0"
 name="Login Menu"
 top_delta="0"
 width="802">
    <menu
     create_jump_keys="true"
     label="Me"
     name="File">
        <menu_item_call
         label="Preferences"
         name="Preferences..."
         shortcut="control|P">
            <menu_item_call.on_click
             function="ShowFloater"
             parameter="preferences" />
        </menu_item_call>
        <menu_item_separator />
        <menu_item_call
         label="Quit [APP_NAME]"
         name="Quit"
         shortcut="control|Q">
            <menu_item_call.on_click
             function="File.Quit" />
        </menu_item_call>
    </menu>
<!-- Edit menu merged into the Me menu above
    <menu
     create_jump_keys="true"
     label="Edit"
     name="Edit"
     width="153">
    </menu>
-->
    <menu
     create_jump_keys="true"
     label="Help"
     name="Help">
        <menu_item_call
         label="[SECOND_LIFE] Help"
         name="Second Life Help"
         shortcut="F1">
            <menu_item_call.on_click
             function="ShowFloater"
             parameter="help f1" />
        </menu_item_call>
        <menu_item_separator />
        <menu_item_call
         label="About [APP_NAME]"
         name="About Second Life">
            <menu_item_call.on_click
             function="ShowFloater"
             parameter="sl_about" />
        </menu_item_call>
    </menu>
    <menu
     create_jump_keys="true"
     label="Debug"
     name="Debug"
     tear_off="true">
      <!-- Need a copy of the edit menu here so keyboard shortcuts like
           control-C work to copy text at login screen and About dialog (for QA)
      -->
      <menu
       create_jump_keys="true"
       label="Edit"
       name="Edit"
       tear_off="true">
        <menu_item_call
         label="Undo"
         name="Undo"
         shortcut="control|Z">
          <menu_item_call.on_click
           function="Edit.Undo" />
          <menu_item_call.on_enable
           function="Edit.EnableUndo" />
        </menu_item_call>
        <menu_item_call
         label="Redo"
         name="Redo"
         shortcut="control|Y">
          <menu_item_call.on_click
           function="Edit.Redo" />
          <menu_item_call.on_enable
           function="Edit.EnableRedo" />
        </menu_item_call>
        <menu_item_separator />
        <menu_item_call
         label="Cut"
         name="Cut"
         shortcut="control|X">
          <menu_item_call.on_click
           function="Edit.Cut" />
          <menu_item_call.on_enable
           function="Edit.EnableCut" />
        </menu_item_call>
        <menu_item_call
         label="Copy"
         name="Copy"
         shortcut="control|C">
          <menu_item_call.on_click
           function="Edit.Copy" />
          <menu_item_call.on_enable
           function="Edit.EnableCopy" />
        </menu_item_call>
        <menu_item_call
         label="Paste"
         name="Paste"
         shortcut="control|V">
          <menu_item_call.on_click
           function="Edit.Paste" />
          <menu_item_call.on_enable
           function="Edit.EnablePaste" />
        </menu_item_call>
        <menu_item_call
         label="Delete"
         name="Delete"
         shortcut="Del">
          <menu_item_call.on_click
           function="Edit.Delete" />
          <menu_item_call.on_enable
           function="Edit.EnableDelete" />
        </menu_item_call>
        <menu_item_call
         label="Duplicate"
         name="Duplicate"
         shortcut="control|D">
          <menu_item_call.on_click
           function="Edit.Duplicate" />
          <menu_item_call.on_enable
           function="Edit.EnableDuplicate" />
        </menu_item_call>
        <menu_item_separator />
        <menu_item_call
         label="Select All"
         name="Select All"
         shortcut="control|A">
          <menu_item_call.on_click
           function="Edit.SelectAll" />
          <menu_item_call.on_enable
           function="Edit.EnableSelectAll" />
        </menu_item_call>
        <menu_item_call
         label="Deselect"
         name="Deselect"
         shortcut="control|E">
          <menu_item_call.on_click
           function="Edit.Deselect" />
          <menu_item_call.on_enable
           function="Edit.EnableDeselect" />
        </menu_item_call>
      </menu>
      <menu_item_separator />
      <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="ShowFloater"
             parameter="ui_preview" />
        </menu_item_call>
      <menu_item_separator />
      <menu_item_call
         label="Show Side Tray"
         name="Show Side Tray">
        <menu_item_call.on_click
         function="Advanced.ShowSideTray" />
      </menu_item_call>
        <menu_item_call
         label="Widget Test"
         name="Widget Test"
         shortcut="control|shift|T">
            <menu_item_call.on_click
             function="ShowFloater"
             parameter="test_widgets" />
        </menu_item_call>
        <menu_item_call
         label="Inspectors Test"
         name="Inspectors Test">
            <menu_item_call.on_click
             function="ShowFloater"
             parameter="test_inspectors" />
        </menu_item_call>
      <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="Show TOS"
         name="TOS">
            <menu_item_call.on_click
             function="ShowFloater"
             parameter="message_tos" />
        </menu_item_call>
        <menu_item_call
         label="Show Critical Message"
         name="Critical">
            <menu_item_call.on_click
             function="ShowFloater"
             parameter="message_critical" />
        </menu_item_call>
        <menu_item_call
         label="Web Browser Test"
         name="Web Browser Test">
          <menu_item_call.on_click
           function="Advanced.WebBrowserTest"
           parameter="http://join.secondlife.com/"/>
        </menu_item_call>
    </menu>
</menu_bar>