summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_preview_gesture.xml
blob: 2fd561f9915133f17578c2cd4507edcc0ae2f449 (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
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 auto_tile="true"
 height="600"
 layout="topleft"
 name="gesture_preview"
 width="280">
    <floater.string
     name="step_anim">
        Animation to play:
    </floater.string>
    <floater.string
     name="step_sound">
        Sound to play:
    </floater.string>
    <floater.string
     name="step_chat">
        Chat to say:
    </floater.string>
    <floater.string
     name="step_wait">
        Wait:
    </floater.string>
    <floater.string
     name="stop_txt">
        Stop
    </floater.string>
    <floater.string
     name="preview_txt">
        Preview
    </floater.string>
    <floater.string
     name="none_text">
        -- None --
    </floater.string>
    <floater.string
     name="Title">
        Gesture: [NAME]
    </floater.string>
    <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerifSmall"
     height="10"
     layout="topleft"
     left="10"
     name="desc_label"
     top="25"
     width="100">
        Name (not working yet):
    </text>
    <line_editor
     follows="left|top"
     height="20"
     layout="topleft"
     left_delta="84"
     name="desc"
     top_delta="-4"
     width="180" />
    <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerifSmall"
     height="10"
     layout="topleft"
     left="10"
     name="desc_label"
     top_pad="10"
     width="100">
        Description:
    </text>
    <line_editor
     follows="left|top"
     height="40"
     layout="topleft"
     left_delta="84"
     name="desc"
     top_delta="-4"
     width="180" />
    <!--ACCORDION GOES HERE -->
      <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerifSmall"
     height="10"
     layout="topleft"
     left="10"
     name="trigger_label"
     top_pad="10"
     width="100">
        Chat:
    </text>
    <line_editor
     follows="left|top"
     height="20"
     layout="topleft"
     left_pad="5"
     max_length="31"
     name="trigger_editor"
     top_delta="-4"
     width="135" />
    <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerifSmall"
     height="10"
     layout="topleft"
     left="10"
     name="key_label"
     top_pad="10"
     width="100">
        Keyboard:
    </text>
    <combo_box
     height="20"
     label="None"
     layout="topleft"
     left_pad="5"
     name="modifier_combo"
     top_delta="-4"
     width="50" />
    <combo_box
     height="20"
     label="None"
     layout="topleft"
     left_pad="5"
     name="key_combo"
     top_delta="0"
     width="45" />
    <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerifSmall"
     height="10"
     layout="topleft"
     left="10"
     name="replace_text"
     tool_tip="Replace the trigger word(s) with these words. For example, trigger &apos;hello&apos; replace with &apos;howdy&apos; will turn the chat &apos;I wanted to say hello&apos; into &apos;I wanted to say howdy&apos; as well as playing the gesture!"
     top_pad="10"
     width="100">
        Replace:
    </text>
    <line_editor
     follows="left|top"
     height="20"
     layout="topleft"
     left_pad="5"
     max_length="31"
     name="replace_editor"
     tool_tip="Replace the trigger word(s) with these words. For example, trigger &apos;hello&apos; replace with &apos;howdy&apos; will turn the chat &apos;I wanted to say hello&apos; into &apos;I wanted to say howdy&apos; as well as playing the gesture"
     top_delta="-4"
     width="135" />

    <!--ACCORDION GOES HERE -->
    <scroll_list
     follows="top|left"
     height="110"
     layout="topleft"
     left="10"
     name="step_list"
     top_pad="10"
     width="260" />
    <button
     follows="top|left"
     height="20"
     font="SansSerifSmall"
     label="Add"
     layout="topleft"
     left_pad="-100"
     name="add_btn"
     top_pad="5"
     width="100" />
    
    
    <scroll_list
     follows="top|left"
     height="110"
     layout="topleft"
     left="10"
     name="library_list"
     top_pad="10"
     width="260">
        <scroll_list.rows
         value="Animation" />
        <scroll_list.rows
         value="Sound" />
        <scroll_list.rows
         value="Chat" />
        <scroll_list.rows
         value="Wait" />
    </scroll_list>

    
    
    <button
     follows="top|left"
     height="20"
     label="Preview"
     layout="topleft"
     left="20"
     name="preview_btn"
     top_pad="50"
     width="80" />
    <button
     follows="top|left"
     height="20"
     label="Save"
     layout="topleft"
     left_pad="5"
     name="save_btn"
     top_delta="0"
     width="80" />
    <button
     follows="top|left"
     height="20"
     label="Cancel (not working)"
     layout="topleft"
     left_pad="5"
     name="save_btn"
     top_delta="0"
     width="80" />   



    <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerifSmall"
     height="60"
     layout="topleft"
     left="10"
     name="help_label"
     top_pad="10"
     width="200">
        All steps happen simultaneously, 
unless you add wait steps.
    </text>
    <text
     follows="top|left"
     height="60"
     layout="topleft"
     left="10"
     name="options_text"
     top_pad="10"
     width="205" />
    <combo_box
     follows="top|left"
     height="20"
     layout="topleft"
     left_delta="10"
     name="animation_list"
     top_pad="10"
     width="100" />
    <combo_box
     follows="top|left"
     height="20"
     layout="topleft"
     left_delta="0"
     name="sound_list"
     top_delta="0"
     width="100" />
    <line_editor
     follows="top|left"
     height="20"
     layout="topleft"
     left_delta="0"
     max_length="127"
     name="chat_editor"
     top_delta="0"
     width="100" />
    <radio_group
     draw_border="false"
     follows="top|left"
     height="40"
     layout="topleft"
     left_pad="8"
     name="animation_trigger_type"
     top="445"
     width="80">
        <radio_item
         height="16"
         label="Start"
         layout="topleft"
         left="3"
         name="start"
         top="-11"
         width="80" />
        <radio_item
         height="16"
         label="Stop"
         layout="topleft"
         left_delta="0"
         name="stop"
         top_pad="10"
         width="80" />
    </radio_group>
    <check_box
     follows="top|left"
     height="20"
     label="until animations are done"
     layout="topleft"
     left="16"
     name="wait_anim_check"
     top="430"
     width="100" />
    <check_box
     follows="top|left"
     height="20"
     label="time in seconds"
     layout="topleft"
     left_delta="0"
     name="wait_time_check"
     top_delta="20"
     width="100" />
    <line_editor
     follows="top|left"
     height="20"
     layout="topleft"
     left_pad="5"
     max_length="15"
     name="wait_time_editor"
     top_delta="0"
     width="50" />


    
    <!--accordion
      layout="topleft"
      left="2"
      width="280"
      top_pad="10"
      height="600"
      follows="all"
      name="preview_gesture_shortcuts">
     <accordion_tab
      min_height="515"
      title="Shortcuts"
      name="preview_gesture_shortcuts">
     <panel
      class="preview_gesture_shortcuts"
      filename="floater_preview_gesture_shortcuts"
      name="preview_gesture_shortcuts" />
     </accordion_tab>
     <accordion_tab
      min_height="380"
      title="Group Roles"
      name="group_roles_tab"
      can_resize="false">
     <panel
      class="panel_group_roles"
      filename="panel_group_roles.xml"
      name="group_roles_tab_panel"/>
     </accordion_tab>
     <accordion_tab
      min_height="530"
      title="Group Notices"
      name="group_notices_tab"
      can_resize="false">
     <panel
      class="panel_group_notices"
      filename="panel_group_notices.xml"
      name="group_notices_tab_panel"/>
     </accordion_tab>
     <accordion_tab
      min_height="270"
      title="Group Land Money"
      name="group_land_tab"
      can_resize="false">
     <panel
      class="panel_group_land_money"
      filename="panel_group_land_money.xml"
      name="group_land_tab_panel"/>
     </accordion_tab>
     </accordion-->

    
    
    <!--text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerifSmall"
     height="10"
     layout="topleft"
     left="10"
     name="library_label"
     top_pad="10"
     width="100">
        Library:
    </text>
    <check_box
     follows="top|left"
     height="20"
     label="Active"
     layout="topleft"
     left="20"
     name="active_check"
     tool_tip="Active gestures can be triggered by chatting their trigger phrases or pressing their hot keys.  Gestures usually become inactive when there is a key binding conflict."
     top="365"
     width="100" /-->
</floater>