summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_snapshot.xml
blob: 1a1131e24c27a22ecad220dd8d9c44770a972313 (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
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 positioning="cascading"
 legacy_header_height="18"
 can_minimize="true"
 can_resize="false"
 can_close="true"
 height="475"
 layout="topleft"
 name="Snapshot"
 single_instance="true"
 help_topic="snapshot"
 save_rect="true"
 save_visibility="false"
 title="SNAPSHOT"
 width="624"
 min_height="455">
    <floater.string
     name="unknown">
        unknown
    </floater.string>
    <string
     name="postcard_progress_str">
        Sending Email
    </string>
    <string
        name="profile_progress_str">
        Posting
    </string>
    <string
     name="inventory_progress_str">
        Saving to Inventory
    </string>
    <string
     name="local_progress_str">
        Saving to Computer
    </string>
 	<string
        name="profile_succeeded_str">
 	    Image uploaded
 	</string>
 	<string
 	 name="postcard_succeeded_str">
 	    Email Sent!
 	</string>
 	<string
 	 name="inventory_succeeded_str">
 	    Saved to Inventory!
 	</string>
 	<string
 	 name="local_succeeded_str">
 	    Saved to Computer!
 	</string>
 	<string
     name="profile_failed_str">
 	    Failed to upload image to your Profile Feed.
 	</string>
 	<string
 	 name="postcard_failed_str">
 	    Failed to send email.
 	</string>
 	<string
 	 name="inventory_failed_str">
 	    Failed to save to inventory.
 	</string>
 	<string
 	 name="local_failed_str">
 	    Failed to save to computer.
 	</string>
    <button
     follows="left|top"
     height="25"
     image_overlay="Refresh_Off"
	 image_hover_unselected="Toolbar_Middle_Over"
     image_selected="Toolbar_Middle_Selected"
     image_unselected="Toolbar_Middle_Off"
     image_overlay_alignment="left"
     imgoverlay_label_space="5"
	 pad_bottom="0"
	 halign="left"
     layout="topleft"
     left="10"
	 label="REFRESH"
     name="new_snapshot_btn"
     top_pad="26"
     width="167" />
	<button
       follows="left|top"
	   control_name="AdvanceSnapshot"
	   invisibility_control="AdvanceSnapshot"
       height="25"
	   is_toggle="true"
       layout="topleft"
	   image_hover_unselected="Toolbar_Middle_Over"
	   image_selected="Toolbar_Middle_Off"
	   image_unselected="Toolbar_Middle_Off"
	   image_overlay="Conv_toolbar_expand"
       name="retract_btn"
       left_pad="1"
	   top_delta="0"
       width="31" />
   <button
       follows="left|top"
	   control_name="AdvanceSnapshot"
	   visibility_control="AdvanceSnapshot"
       height="25"
	   is_toggle="true"
       layout="topleft"
	   image_overlay="Conv_toolbar_collapse"
	   image_hover_unselected="Toolbar_Middle_Over"
	   image_selected="Toolbar_Middle_Off"
	   image_unselected="Toolbar_Middle_Off"
       name="extend_btn"
       left_delta="0"
	   top_delta="0"
       width="31" />
	<panel
     height="179"
     layout="topleft"
	 follows="top|left"
     left="0"
     name="advanced_options_panel"
     top_pad="-6"
     width="210">
        <view_border 
         bevel_style="in"
         follows="left|top|right" 
         height="1"
         left="10"
         layout="topleft"
         name="advanced_options_hr"
         right="-1"
         top_pad="5"
         />
        <text
         type="string"
         length="1"
         follows="left|top"
         height="13"
         layout="topleft"
         left="10"
         name="layer_type_label"
         top_pad="10"
         width="100">
            Capture:
        </text>
        <combo_box
         follows="left|top|right"
         height="23"
         label="Image Layers"
         layout="topleft"
         left="30"
         name="layer_types"
         right="-2">
            <combo_box.item
             label="Colors"
             name="Colors"
             value="colors" />
            <combo_box.item
             label="Depth"
             name="Depth"
             value="depth" />
        </combo_box>
        <check_box
         label="Interface"
         layout="topleft"
         left="30"
		 height="16"
         top_pad="8"
         width="180"
         name="ui_check" />
        <check_box
         label="HUDs"
         layout="topleft"
		 height="16"
         left="30"
         top_pad="1"
         width="180"
         name="hud_check" />
        <check_box
         label="Freeze frame (fullscreen)"
         layout="topleft"
		 height="16"
         left="10"
         top_pad="1"
         width="180"
         name="freeze_frame_check" />
        <check_box
         label="Auto-refresh"
         layout="topleft"
		 height="16"
         left="10"
         top_pad="1"
         width="180"
         name="auto_snapshot_check" />
        <check_box
         label="No post-processing"
         layout="topleft"
         height="16"
         left="10"
         top_pad="1"
         width="180"
         name="no_post_check" />
        <text
         type="string"
         length="1"
         follows="left|top"
         height="13"
         layout="topleft"
         left="10"
         name="filter_list_label"
         top_pad="10"
         width="50">
            Filter:
        </text>
        <combo_box
            control_name="PhotoFilters"
            follows="left|right|top"
            name="filters_combobox"
            tool_tip="Image filters"
            top_delta="-3"
            left="50"
			right="-1"
            height="21"
            width="135">
            <combo_box.item
            label="No Filter"
            name="NoFilter"
            value="NoFilter" />
        </combo_box>
		 <view_border 
         bevel_style="in"
         follows="left|top|right" 
         height="1"
         left="10"
         layout="topleft"
         name="advanced_options_hr"
         right="-1"
         top_pad="7"
         />
    </panel>
	<panel_container
     follows="left|top"
     height="230"
     layout="topleft"
     left="0"
     name="panel_container"
     default_panel_name="panel_snapshot_options"
     top_pad="5"
     width="215">
      <panel
       class="llpanelsnapshotoptions"
       filename="panel_snapshot_options.xml"
       follows="all"
       layout="topleft"
       left="0"
       name="panel_snapshot_options"
       top="0" />
      <panel
       class="llpanelsnapshotprofile"
       follows="all"
       layout="topleft"
       name="panel_snapshot_profile"
       filename="panel_snapshot_profile.xml" />
      <panel
       class="llpanelsnapshotpostcard"
       follows="all"
       layout="topleft"
       name="panel_snapshot_postcard"
       filename="panel_snapshot_postcard.xml" />
      <panel
       class="llpanelsnapshotinventory"
       follows="all"
       layout="topleft"
       name="panel_snapshot_inventory"
       filename="panel_snapshot_inventory.xml" />
      <panel
       class="llpanelsnapshotlocal"
       follows="all"
       layout="topleft"
       name="panel_snapshot_local"
       filename="panel_snapshot_local.xml" />
    </panel_container>
	<view_border 
         bevel_style="in"
         follows="left|top" 
         height="1"
         left="10"
         layout="topleft"
         name="status_hr"
         width="199"
         top_pad="-16"/>
	<panel
       background_visible="false"
       follows="left|top"
       font="SansSerifLarge"
       halign="center"
       height="20"
       layout="topleft"
       left="10"
       length="1"
       name="succeeded_panel"
	   width="198"
       top_pad="1"
       type="string"
       visible="false">
          <text
           follows="all"
           font="SansSerif"
           halign="center"
           height="18"
           layout="topleft"
           left="1"
           length="1"
           name="succeeded_lbl"
           right="-1"
           text_color="0.2 0.85 0.2 1"
           top="4"
           translate="false"
           type="string">
              Succeeded
          </text>
      </panel>
      <panel
       background_visible="false"
       follows="left|top"
       font="SansSerifLarge"
       halign="center"
       height="20"
       layout="topleft"
       left="10"
       length="1"
       name="failed_panel"
	   width="198"
       top_delta="0"
       type="string"
       visible="false">
          <text
           follows="all"
           font="SansSerif"
           halign="center"
           height="18"
           layout="topleft"
           left="1"
           length="1"
           name="failed_lbl"
           right="-1"
           text_color="0.95 0.4 0.4 1"
           top="4"
           translate="false"
           type="string">
              Failed
          </text>
      </panel>
      <loading_indicator
       follows="left|top"
       height="24"
       layout="topleft"
       name="working_indicator"
       left="10"
       top_delta="0"
       visible="false"
       width="24" />
      <text
       follows="left|top"
       font="SansSerifBold"
       height="14"
       layout="topleft"
       left_pad="3"
       length="1"
       halign="left"
       name="working_lbl"
       top_delta="5"
       translate="false"
       type="string"
       visible="false"
       width="162">
          Working
      </text>
      <text
       follows="left|top"
       font="SansSerifBold"
       halign="left"
       height="18"
       layout="topleft"
       left="10"
       length="1"
       name="refresh_lbl"
       text_color="0.95 0.4 0.4 1"
       top_delta="0"
       translate="false"
       type="string"
       visible="false"
       width="130">
          Refresh to save.
      </text>
  <ui_ctrl 
    layout="topleft"
    name="thumbnail_placeholder"
    top="23"
	left="215"
	width="420"
	height="420"
    follows="top|left"/>
  <view_border 
   bevel_style="in" 
   height="21"
   layout="topleft"
   name="img_info_border"
   top_pad="0"
   right="-130"
   follows="left|top|right"
   left_delta="0"/>
   <text
    type="string"
    font="SansSerifSmall"
    length="1"
    follows="left|top|right"
    height="14"
    layout="topleft"
    left="220"
    halign="left"
    name="image_res_text"
    top_delta="5"
    width="250">
       [WIDTH]px (width) x [HEIGHT]px (height)
   </text>
   <text
    follows="right|top"
    font="SansSerifSmall"
    height="14"
    layout="topleft"
    left="-185"
    length="1"
    halign="right"
    name="file_size_label"
    top_delta="0"
    type="string"
    width="50">
       [SIZE] KB
   </text>
   <text
    follows="right|top"
    font="SansSerifSmall"
    height="14"
    layout="topleft"
    left="-130"
    length="1"
    halign="right"
    name="360_label"
    text_color="HTMLLinkColor"
    top_delta="0"
    type="string"
    width="115">
    Take a 360 snapshot
   </text>
</floater>