-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathmythnative-ui.xml
357 lines (306 loc) · 12.7 KB
/
mythnative-ui.xml
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.dtd">
<mythuitheme>
<!-- this is the screen where main mythburn screen where the user can select the
recordings and videos that shall be burnt to disc -->
<window name="exportnative" include="base_archive.xml">
<imagetype name="background" from="base_background" />
<textarea name="heading" from="base_heading">
<position>0,0</position>
<textarea name="text">
<value>Select Archive Items</value>
</textarea>
</textarea>
<group name="archivelist_group" from="base_archivelist_group">
<position>125,125</position>
</group>
<group name="progress_status_group" from="base_progress_status_group">
<position>125,555</position>
</group>
</window>
<!-- this is the screen where the user can select files from the file
system to add these to the archive -->
<window name="archivefile_selector">
<imagetype name="background" from="base_background" />
<textarea name="heading" from="base_heading">
<position>0,0</position>
<textarea name="text">
<value>File Finder To Import</value>
</textarea>
</textarea>
<shape name="archivefile_selector_background" from="base_background_shape">
<area>300,100,680,552</area>
</shape>
<textedit name="location_edit" from="base_textedit">
<position>315,115</position>
</textedit>
<!-- the buttons to go back up directory -->
<button name="back_button" from="base_button">
<area>840,115,54,36</area>
<statetype name="buttonstate">
<state name="active">
<area>0,0,54,36</area>
<imagetype name="image" from="base_icon_selected">
<filename>images/icons/arrow_left.png</filename>
<area>12,3,30,30</area>
</imagetype>
</state>
<state name="selected">
<area>0,0,54,36</area>
<imagetype name="image" from="base_icon_selected">
<filename>images/icons/arrow_left.png</filename>
<area>12,3,30,30</area>
</imagetype>
</state>
<state name="disabled" from="active"/>
<state name="pushed" from="selected"/>
</statetype>
</button>
<!-- the button to go to the users home directory -->
<button name="home_button" from="base_button">
<area>910,115,54,36</area>
<statetype name="buttonstate">
<state name="active">
<area>0,0,54,36</area>
<imagetype name="image" from="base_icon_selected">
<filename>images/icons/home.png</filename>
<area>12,3,30,30</area>
</imagetype>
</state>
<state name="selected">
<area>0,0,54,36</area>
<imagetype name="image" from="base_image_selected">
<filename>images/icons/home.png</filename>
<area>12,3,30,30</area>
</imagetype>
</state>
<state name="disabled" from="active"/>
<state name="pushed" from="selected"/>
</statetype>
</button>
<shape name="search_separator" from="base_background_shape">
<area>301,165,678,1</area>
</shape>
<buttonlist name="filelist" from="base_buttonlist">
<area>315,180,650,275</area>
<statetype name="buttonitem">
<state name="active">
<area>0,0,650,36</area>
<imagetype name="folderimage">
<area>8,3,30,30</area>
<filename>images/icons/folder.png</filename>
</imagetype>
<textarea name="buttontext" from="base_textarea">
<area>50,0,100%-58,36</area>
<scroll direction="horizontal" rate="35"/>
</textarea>
</state>
<state name="inactive" from="active" />
<state name="selectedactive" from="active">
<area>0,0,650,36</area>
<shape name="background" from="base_button_shape_selectedactive" />
<imagetype name="icon">
<area>8,3,30,30</area>
<filename>images/icons/folder_selected.png</filename>
</imagetype>
</state>
<state name="selectedinactive" from="active">
<area>0,0,650,36</area>
<shape name="background" from="base_button_shape_selectedinactive" />
</state>
</statetype>
</buttonlist>
<shape name="filelist_separator" from="base_background_shape">
<area>301,470,678,1</area>
</shape>
<textarea name="title_label" from="base_textarea">
<area>315,480,150,36</area>
<align>right,vcenter</align>
<value>Title:</value>
</textarea>
<textarea name="subtitle_label" from="title_label">
<position>315,510</position>
<value>Subtitle:</value>
</textarea>
<textarea name="starttime_label" from="title_label">
<position>315,540</position>
<value>Start Time:</value>
</textarea>
<textarea name="title_text" from="base_textarea">
<area>475,480,470,36</area>
</textarea>
<textarea name="subtitle_text" from="title_text">
<position>475,510</position>
</textarea>
<textarea name="starttime_text" from="title_text">
<position>475,540</position>
</textarea>
<shape name="button_separator" from="base_background_shape">
<area>301,585,678,1</area>
</shape>
<button name="cancel_button" from="base_button">
<position>400,600</position>
<value>Cancel</value>
</button>
<button name="prev_button" from="base_button">
<position>565,600</position>
<value>Previous</value>
</button>
<button name="next_button" from="base_button">
<position>730,600</position>
<value>Next</value>
</button>
</window>
<!-- UNFINISHED -->
<!-- this is the screen where the user can see the info about the
selected archive file -->
<window name="importnative">
<imagetype name="background" from="base_background" />
<textarea name="heading" from="base_heading">
<position>0,0</position>
<textarea name="text">
<value>Select Associated Channel</value>
</textarea>
</textarea>
<!-- this is the background for the information at the bottom -->
<shape name="topbackground" from="base_background_shape">
<area>110,115,1060,190</area>
</shape>
<!-- the shape around the thumbnail -->
<shape name="preview_image_background" from="base_background_shape">
<area>130,137,220,147</area>
</shape>
<imagetype name="preview_image">
<area>132,139,216,143</area>
<preserveaspect>true</preserveaspect>
</imagetype>
<!-- the vertical separator -->
<shape name="preview_image_separator" from="base_background_shape">
<area>370,130,1,160</area>
</shape>
<textarea name="progtitle" from="base_textarea">
<area>390,125,740,40</area>
<multiline>no</multiline>
<align>left,vcenter</align>
<cutdown>yes</cutdown>
<font>title</font>
</textarea>
<textarea name="progdatetime" from="base_textarea">
<area>390,169,740,20</area>
</textarea>
<shape name="details_separator" from="base_background_shape">
<area>371,201,780,1</area>
</shape>
<textarea name="progdescription" from="base_textarea">
<area>389,217,761,60</area>
<multiline>yes</multiline>
<cutdown>yes</cutdown>
<align>left,top</align>
</textarea>
<!-- the archived channel information -->
<shape name="middlebackground" from="base_background_shape">
<area>110,330,1060,100</area>
</shape>
<textarea name="archived_channel_title" from="base_textarea">
<area>130,340,240,40</area>
<value>Archived Channel</value>
</textarea>
<shape name="archived_channel_title_separator" from="base_background_shape">
<area>370,345,1,70</area>
</shape>
<textarea name="chanid_label" from="base_textarea">
<area>440,340,120,40</area>
<align>right,vcenter</align>
<value>Chan. ID:</value>
</textarea>
<textarea name="chanid" from="base_textarea">
<area>570,345,500,50</area>
</textarea>
<textarea name="channo_label" from="chanid_label">
<position>440,380</position>
<value>Chan. No:</value>
</textarea>
<textarea name="channo" from="base_textarea">
<area>570,385,500,50</area>
</textarea>
<textarea name="callsign_label" from="chanid_label">
<position>830,340</position>
<value>Callsign:</value>
</textarea>
<textarea name="callsign" from="base_textarea">
<area>960,345,500,50</area>
</textarea>
<textarea name="name_label" from="chanid_label">
<position>830,380</position>
<value>Name:</value>
</textarea>
<textarea name="name" from="base_textarea">
<area>960,385,500,50</area>
</textarea>
<!-- local file channel information -->
<shape name="bottombackground" from="base_background_shape">
<area>110,455,1060,180</area>
</shape>
<textarea name="local_channel_title" from="base_textarea">
<area>130,465,240,40</area>
<value>Local Channel</value>
</textarea>
<shape name="local_channel_title_separator" from="base_background_shape">
<area>370,470,1,150</area>
</shape>
<textarea name="local_chanid_label" from="chanid_label">
<position>440,465</position>
<value>Chan. ID:</value>
</textarea>
<button name="searchchanid_button" from="base_searchbutton">
<position>390,470</position>
</button>
<textarea name="local_chanid" from="base_textarea">
<area>570,465,200,40</area>
</textarea>
<textarea name="local_channo_label" from="chanid_label">
<position>440,505</position>
<value>Chan. No:</value>
</textarea>
<button name="searchchanno_button" from="base_searchbutton">
<position>390,510</position>
</button>
<textarea name="local_channo" from="base_textarea">
<area>570,505,200,40</area>
</textarea>
<textarea name="local_callsign_label" from="chanid_label">
<position>830,465</position>
<value>Callsign:</value>
</textarea>
<button name="searchcallsign_button" from="base_searchbutton">
<position>780,470</position>
</button>
<textarea name="local_callsign" from="base_textarea">
<area>960,465,200,40</area>
</textarea>
<textarea name="local_name_label" from="chanid_label">
<position>830,510</position>
<value>Name:</value>
</textarea>
<button name="searchname_button" from="base_searchbutton">
<position>780,510</position>
</button>
<textarea name="local_name" from="base_textarea">
<area>960,505,200,40</area>
</textarea>
<shape name="button_separator" from="base_background_shape">
<area>390,555,760,1</area>
</shape>
<button name="cancel_button" from="base_button">
<position>390,575</position>
<value>Cancel</value>
</button>
<button name="prev_button" from="base_button">
<position>830,575</position>
<value>Previous</value>
</button>
<button name="finish_button" from="base_button">
<position>1000,575</position>
</button>
</window>
</mythuitheme>