~ubuntu-branches/ubuntu/wily/me-tv/wily-proposed

« back to all changes in this revision

Viewing changes to src/me-tv.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michael Lamothe
  • Date: 2010-05-22 13:10:32 UTC
  • mfrom: (1.1.12 upstream) (3.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100522131032-ibethpcgb8lpwt1w
Tags: 1.2.4-1
* New upstream release
* Maintainer change to Michael Lamothe
* Updated debian/control
  - Added libunique-dev to Build-Depends
  - Added libdbus-glib-1-dev to Build-Depends
* Added me-tv-player.1 to debian/me-tv.manpages

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<interface>
3
3
  <!-- interface-requires gtk+ 2.12 -->
4
4
  <!-- interface-naming-policy project-wide -->
5
 
  <object class="GtkDialog" id="dialog_program_details">
 
5
  <object class="GtkDialog" id="dialog_epg_event">
6
6
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7
7
    <property name="border_width">5</property>
8
8
    <property name="title" translatable="yes">Me TV - Program Details</property>
9
9
    <property name="modal">True</property>
10
10
    <property name="window_position">center-on-parent</property>
11
11
    <property name="default_width">500</property>
12
 
    <property name="default_height">200</property>
13
12
    <property name="icon">me-tv.xpm</property>
14
13
    <property name="type_hint">dialog</property>
15
14
    <property name="skip_taskbar_hint">True</property>
18
17
    <child internal-child="vbox">
19
18
      <object class="GtkVBox" id="dialog_vbox">
20
19
        <property name="visible">True</property>
21
 
        <property name="orientation">vertical</property>
22
20
        <property name="spacing">2</property>
23
21
        <child>
24
22
          <object class="GtkScrolledWindow" id="scrolled_window_program_information">
 
23
            <property name="height_request">200</property>
25
24
            <property name="visible">True</property>
26
25
            <property name="can_focus">True</property>
27
 
            <property name="border_width">4</property>
28
26
            <property name="hscrollbar_policy">automatic</property>
29
27
            <property name="vscrollbar_policy">automatic</property>
 
28
            <property name="shadow_type">etched-out</property>
30
29
            <child>
31
30
              <object class="GtkViewport" id="viewport_program_information">
32
31
                <property name="visible">True</property>
33
32
                <property name="resize_mode">queue</property>
34
 
                <property name="shadow_type">none</property>
 
33
                <property name="shadow_type">etched-in</property>
35
34
                <child>
36
35
                  <object class="GtkLabel" id="label_program_information">
37
36
                    <property name="visible">True</property>
50
49
            <property name="position">1</property>
51
50
          </packing>
52
51
        </child>
 
52
        <child>
 
53
          <object class="GtkHBox" id="hbox_program_dialog_scheduled">
 
54
            <property name="visible">True</property>
 
55
            <child>
 
56
              <object class="GtkImage" id="image1">
 
57
                <property name="visible">True</property>
 
58
                <property name="stock">gtk-media-record</property>
 
59
              </object>
 
60
              <packing>
 
61
                <property name="expand">False</property>
 
62
                <property name="fill">False</property>
 
63
                <property name="position">0</property>
 
64
              </packing>
 
65
            </child>
 
66
            <child>
 
67
              <object class="GtkLabel" id="label5">
 
68
                <property name="visible">True</property>
 
69
                <property name="xalign">0</property>
 
70
                <property name="label" translatable="yes">This program is scheduled for recording.</property>
 
71
              </object>
 
72
              <packing>
 
73
                <property name="position">1</property>
 
74
              </packing>
 
75
            </child>
 
76
          </object>
 
77
          <packing>
 
78
            <property name="expand">False</property>
 
79
            <property name="position">2</property>
 
80
          </packing>
 
81
        </child>
53
82
        <child internal-child="action_area">
54
83
          <object class="GtkHButtonBox" id="dialog-action_area">
55
84
            <property name="visible">True</property>
56
85
            <property name="layout_style">end</property>
57
86
            <child>
 
87
              <object class="GtkButton" id="button_program_dialog_view_schedule">
 
88
                <property name="label" translatable="yes">View Schedule</property>
 
89
                <property name="visible">True</property>
 
90
                <property name="can_focus">True</property>
 
91
                <property name="receives_default">True</property>
 
92
              </object>
 
93
              <packing>
 
94
                <property name="expand">False</property>
 
95
                <property name="fill">False</property>
 
96
                <property name="position">1</property>
 
97
              </packing>
 
98
            </child>
 
99
            <child>
58
100
              <object class="GtkButton" id="button_program_dialog_record">
59
101
                <property name="label">gtk-media-record</property>
60
102
                <property name="visible">True</property>
65
107
              <packing>
66
108
                <property name="expand">False</property>
67
109
                <property name="fill">False</property>
68
 
                <property name="position">0</property>
 
110
                <property name="position">2</property>
69
111
              </packing>
70
112
            </child>
71
113
            <child>
79
121
              <packing>
80
122
                <property name="expand">False</property>
81
123
                <property name="fill">False</property>
82
 
                <property name="position">1</property>
 
124
                <property name="pack_type">end</property>
 
125
                <property name="position">0</property>
83
126
              </packing>
84
127
            </child>
85
128
          </object>
92
135
      </object>
93
136
    </child>
94
137
    <action-widgets>
 
138
      <action-widget response="2">button_program_dialog_view_schedule</action-widget>
95
139
      <action-widget response="1">button_program_dialog_record</action-widget>
96
140
      <action-widget response="-7">button_program_dialog_close</action-widget>
97
141
    </action-widgets>
134
178
    <child internal-child="vbox">
135
179
      <object class="GtkVBox" id="dialog-vbox">
136
180
        <property name="visible">True</property>
137
 
        <property name="orientation">vertical</property>
138
181
        <property name="spacing">2</property>
139
182
        <child>
140
183
          <placeholder/>
169
212
    <child internal-child="vbox">
170
213
      <object class="GtkVBox" id="dialog-vbox3">
171
214
        <property name="visible">True</property>
172
 
        <property name="orientation">vertical</property>
173
215
        <property name="spacing">2</property>
174
216
        <child>
175
217
          <object class="GtkTable" id="table_scheduled_recordings">
177
219
            <property name="n_rows">5</property>
178
220
            <property name="n_columns">2</property>
179
221
            <child>
180
 
              <object class="GtkHBox" id="hbox_duration">
181
 
                <property name="visible">True</property>
182
 
                <child>
183
 
                  <object class="GtkSpinButton" id="spinbutton_duration">
184
 
                    <property name="visible">True</property>
185
 
                    <property name="can_focus">True</property>
186
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
187
 
                    <property name="max_length">4</property>
188
 
                    <property name="width_chars">4</property>
189
 
                    <property name="adjustment">adjustment_duration</property>
190
 
                    <property name="climb_rate">1</property>
191
 
                    <property name="numeric">True</property>
192
 
                  </object>
193
 
                  <packing>
194
 
                    <property name="expand">False</property>
195
 
                    <property name="position">0</property>
196
 
                  </packing>
197
 
                </child>
198
 
                <child>
199
 
                  <object class="GtkLabel" id="label_duration_text">
200
 
                    <property name="visible">True</property>
201
 
                    <property name="label" translatable="yes"> minutes</property>
202
 
                  </object>
203
 
                  <packing>
204
 
                    <property name="expand">False</property>
205
 
                    <property name="position">1</property>
206
 
                  </packing>
207
 
                </child>
208
 
              </object>
209
 
              <packing>
210
 
                <property name="left_attach">1</property>
211
 
                <property name="right_attach">2</property>
212
 
                <property name="top_attach">4</property>
213
 
                <property name="bottom_attach">5</property>
214
 
              </packing>
215
 
            </child>
216
 
            <child>
217
222
              <object class="GtkEntry" id="entry_description">
218
223
                <property name="visible">True</property>
219
224
                <property name="can_focus">True</property>
298
303
              </packing>
299
304
            </child>
300
305
            <child>
301
 
              <object class="GtkLabel" id="label_start_time">
302
 
                <property name="visible">True</property>
303
 
                <property name="label" translatable="yes">Start Time:</property>
304
 
              </object>
305
 
              <packing>
306
 
                <property name="top_attach">3</property>
307
 
                <property name="bottom_attach">4</property>
308
 
              </packing>
309
 
            </child>
310
 
            <child>
311
306
              <object class="GtkHBox" id="hbox_start_time">
312
307
                <property name="visible">True</property>
313
308
                <child>
359
354
                <property name="bottom_attach">4</property>
360
355
              </packing>
361
356
            </child>
 
357
            <child>
 
358
              <object class="GtkHBox" id="hbox_duration">
 
359
                <property name="visible">True</property>
 
360
                <child>
 
361
                  <object class="GtkSpinButton" id="spinbutton_duration">
 
362
                    <property name="visible">True</property>
 
363
                    <property name="can_focus">True</property>
 
364
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
365
                    <property name="max_length">4</property>
 
366
                    <property name="width_chars">4</property>
 
367
                    <property name="adjustment">adjustment_duration</property>
 
368
                    <property name="climb_rate">1</property>
 
369
                    <property name="numeric">True</property>
 
370
                  </object>
 
371
                  <packing>
 
372
                    <property name="expand">False</property>
 
373
                    <property name="position">0</property>
 
374
                  </packing>
 
375
                </child>
 
376
                <child>
 
377
                  <object class="GtkLabel" id="label_duration_text">
 
378
                    <property name="visible">True</property>
 
379
                    <property name="label" translatable="yes"> minutes</property>
 
380
                  </object>
 
381
                  <packing>
 
382
                    <property name="expand">False</property>
 
383
                    <property name="position">1</property>
 
384
                  </packing>
 
385
                </child>
 
386
              </object>
 
387
              <packing>
 
388
                <property name="left_attach">1</property>
 
389
                <property name="right_attach">2</property>
 
390
                <property name="top_attach">4</property>
 
391
                <property name="bottom_attach">5</property>
 
392
              </packing>
 
393
            </child>
 
394
            <child>
 
395
              <object class="GtkLabel" id="label_start_time">
 
396
                <property name="visible">True</property>
 
397
                <property name="label" translatable="yes">Start Time:</property>
 
398
              </object>
 
399
              <packing>
 
400
                <property name="top_attach">3</property>
 
401
                <property name="bottom_attach">4</property>
 
402
              </packing>
 
403
            </child>
362
404
          </object>
363
405
          <packing>
364
406
            <property name="position">1</property>
365
407
          </packing>
366
408
        </child>
 
409
        <child>
 
410
          <object class="GtkExpander" id="expander_advanced">
 
411
            <property name="visible">True</property>
 
412
            <property name="can_focus">True</property>
 
413
            <child>
 
414
              <object class="GtkTable" id="table1">
 
415
                <property name="visible">True</property>
 
416
                <property name="n_rows">2</property>
 
417
                <property name="n_columns">2</property>
 
418
                <child>
 
419
                  <object class="GtkLabel" id="label_recurring">
 
420
                    <property name="visible">True</property>
 
421
                    <property name="label" translatable="yes">Recurring:</property>
 
422
                  </object>
 
423
                </child>
 
424
                <child>
 
425
                  <object class="GtkLabel" id="label_action_after">
 
426
                    <property name="visible">True</property>
 
427
                    <property name="label" translatable="yes">After:</property>
 
428
                  </object>
 
429
                  <packing>
 
430
                    <property name="top_attach">1</property>
 
431
                    <property name="bottom_attach">2</property>
 
432
                  </packing>
 
433
                </child>
 
434
                <child>
 
435
                  <object class="GtkComboBox" id="combo_box_recurring">
 
436
                    <property name="visible">True</property>
 
437
                    <property name="model">list_store_recurring</property>
 
438
                    <child>
 
439
                      <object class="GtkCellRendererText" id="cellrenderertext_recurring"/>
 
440
                      <attributes>
 
441
                        <attribute name="text">0</attribute>
 
442
                      </attributes>
 
443
                    </child>
 
444
                  </object>
 
445
                  <packing>
 
446
                    <property name="left_attach">1</property>
 
447
                    <property name="right_attach">2</property>
 
448
                  </packing>
 
449
                </child>
 
450
                <child>
 
451
                  <object class="GtkComboBox" id="combo_box_action_after">
 
452
                    <property name="visible">True</property>
 
453
                    <property name="model">list_store_action_after</property>
 
454
                    <child>
 
455
                      <object class="GtkCellRendererText" id="cellrenderertext_action_after"/>
 
456
                      <attributes>
 
457
                        <attribute name="text">0</attribute>
 
458
                      </attributes>
 
459
                    </child>
 
460
                  </object>
 
461
                  <packing>
 
462
                    <property name="left_attach">1</property>
 
463
                    <property name="right_attach">2</property>
 
464
                    <property name="top_attach">1</property>
 
465
                    <property name="bottom_attach">2</property>
 
466
                  </packing>
 
467
                </child>
 
468
              </object>
 
469
            </child>
 
470
            <child type="label">
 
471
              <object class="GtkLabel" id="label_expander_advanced">
 
472
                <property name="visible">True</property>
 
473
                <property name="label" translatable="yes">Advanced</property>
 
474
              </object>
 
475
            </child>
 
476
          </object>
 
477
          <packing>
 
478
            <property name="position">2</property>
 
479
          </packing>
 
480
        </child>
367
481
        <child internal-child="action_area">
368
482
          <object class="GtkHButtonBox" id="dialog-action_area3">
369
483
            <property name="visible">True</property>
370
484
            <property name="layout_style">end</property>
371
485
            <child>
 
486
              <object class="GtkButton" id="button_scheduled_recording_cancel">
 
487
                <property name="label">gtk-cancel</property>
 
488
                <property name="visible">True</property>
 
489
                <property name="can_focus">True</property>
 
490
                <property name="receives_default">True</property>
 
491
                <property name="use_stock">True</property>
 
492
              </object>
 
493
              <packing>
 
494
                <property name="expand">False</property>
 
495
                <property name="fill">False</property>
 
496
                <property name="position">0</property>
 
497
              </packing>
 
498
            </child>
 
499
            <child>
372
500
              <object class="GtkButton" id="button_scheduled_recording_ok">
373
501
                <property name="label">gtk-ok</property>
374
502
                <property name="visible">True</property>
379
507
              <packing>
380
508
                <property name="expand">False</property>
381
509
                <property name="fill">False</property>
382
 
                <property name="position">0</property>
383
 
              </packing>
384
 
            </child>
385
 
            <child>
386
 
              <object class="GtkButton" id="button_scheduled_recording_cancel">
387
 
                <property name="label">gtk-cancel</property>
388
 
                <property name="visible">True</property>
389
 
                <property name="can_focus">True</property>
390
 
                <property name="receives_default">False</property>
391
 
                <property name="use_stock">True</property>
392
 
              </object>
393
 
              <packing>
394
 
                <property name="expand">False</property>
395
 
                <property name="fill">False</property>
396
510
                <property name="position">1</property>
397
511
              </packing>
398
512
            </child>
406
520
      </object>
407
521
    </child>
408
522
    <action-widgets>
 
523
      <action-widget response="0">button_scheduled_recording_cancel</action-widget>
409
524
      <action-widget response="-5">button_scheduled_recording_ok</action-widget>
410
 
      <action-widget response="0">button_scheduled_recording_cancel</action-widget>
411
525
    </action-widgets>
412
526
  </object>
413
 
  <object class="GtkListStore" id="liststore_combo">
 
527
  <object class="GtkListStore" id="liststore_string">
414
528
    <columns>
415
529
      <!-- column-name Value -->
416
530
      <column type="gchararray"/>
417
531
    </columns>
418
532
  </object>
 
533
  <object class="GtkListStore" id="list_store_scan_country">
 
534
    <columns>
 
535
      <!-- column-name Country -->
 
536
      <column type="gchararray"/>
 
537
      <!-- column-name Code -->
 
538
      <column type="gchararray"/>
 
539
    </columns>
 
540
    <data>
 
541
      <row>
 
542
        <col id="0" translatable="yes">All</col>
 
543
        <col id="1" translatable="yes"></col>
 
544
      </row>
 
545
      <row>
 
546
        <col id="0" translatable="yes">Australia</col>
 
547
        <col id="1" translatable="yes">AU</col>
 
548
      </row>
 
549
      <row>
 
550
        <col id="0" translatable="yes">Italy</col>
 
551
        <col id="1" translatable="yes">IT</col>
 
552
      </row>
 
553
      <row>
 
554
        <col id="0" translatable="yes">Slovenia</col>
 
555
        <col id="1" translatable="yes">SI</col>
 
556
      </row>
 
557
    </data>
 
558
  </object>
 
559
  <object class="GtkListStore" id="list_store_recurring">
 
560
    <columns>
 
561
      <!-- column-name text -->
 
562
      <column type="gchararray"/>
 
563
    </columns>
 
564
    <data>
 
565
      <row>
 
566
        <col id="0" translatable="yes">Once</col>
 
567
      </row>
 
568
      <row>
 
569
        <col id="0" translatable="yes">Every day</col>
 
570
      </row>
 
571
      <row>
 
572
        <col id="0" translatable="yes">Every week</col>
 
573
      </row>
 
574
      <row>
 
575
        <col id="0" translatable="yes">Every weekday</col>
 
576
      </row>
 
577
    </data>
 
578
  </object>
 
579
  <object class="GtkListStore" id="list_store_action_after">
 
580
    <columns>
 
581
      <!-- column-name text -->
 
582
      <column type="gchararray"/>
 
583
    </columns>
 
584
    <data>
 
585
      <row>
 
586
        <col id="0" translatable="yes">Do Nothing</col>
 
587
      </row>
 
588
      <row>
 
589
        <col id="0" translatable="yes">Close Me TV</col>
 
590
      </row>
 
591
      <row>
 
592
        <col id="0" translatable="yes">Shutdown</col>
 
593
      </row>
 
594
    </data>
 
595
  </object>
419
596
  <object class="GtkDialog" id="dialog_scheduled_recordings">
420
597
    <property name="can_focus">True</property>
421
598
    <property name="has_focus">True</property>
435
612
      <object class="GtkVBox" id="dialog-vbox5">
436
613
        <property name="visible">True</property>
437
614
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
438
 
        <property name="orientation">vertical</property>
439
615
        <property name="spacing">2</property>
440
616
        <child>
441
617
          <object class="GtkHBox" id="hbox1">
468
644
              <object class="GtkVBox" id="vbox_buttons">
469
645
                <property name="visible">True</property>
470
646
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
471
 
                <property name="orientation">vertical</property>
472
647
                <child>
473
648
                  <object class="GtkButton" id="button_scheduled_recordings_add">
474
649
                    <property name="label">gtk-add</property>
485
660
                  </packing>
486
661
                </child>
487
662
                <child>
 
663
                  <object class="GtkButton" id="button_scheduled_recordings_edit">
 
664
                    <property name="label">gtk-edit</property>
 
665
                    <property name="visible">True</property>
 
666
                    <property name="can_focus">True</property>
 
667
                    <property name="receives_default">True</property>
 
668
                    <property name="use_stock">True</property>
 
669
                  </object>
 
670
                  <packing>
 
671
                    <property name="expand">False</property>
 
672
                    <property name="position">1</property>
 
673
                  </packing>
 
674
                </child>
 
675
                <child>
488
676
                  <object class="GtkButton" id="button_scheduled_recordings_delete">
489
677
                    <property name="label">gtk-delete</property>
490
678
                    <property name="visible">True</property>
496
684
                  <packing>
497
685
                    <property name="expand">False</property>
498
686
                    <property name="fill">False</property>
499
 
                    <property name="position">1</property>
500
 
                  </packing>
501
 
                </child>
502
 
                <child>
503
 
                  <object class="GtkButton" id="button_scheduled_recordings_edit">
504
 
                    <property name="label">gtk-edit</property>
505
 
                    <property name="visible">True</property>
506
 
                    <property name="can_focus">True</property>
507
 
                    <property name="receives_default">True</property>
508
 
                    <property name="use_stock">True</property>
509
 
                  </object>
510
 
                  <packing>
511
 
                    <property name="expand">False</property>
512
687
                    <property name="position">2</property>
513
688
                  </packing>
514
689
                </child>
573
748
      <object class="GtkVBox" id="dialog-vbox4">
574
749
        <property name="visible">True</property>
575
750
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
576
 
        <property name="orientation">vertical</property>
577
751
        <property name="spacing">2</property>
578
752
        <child>
579
753
          <object class="GtkTable" id="table_preferences">
580
754
            <property name="visible">True</property>
581
755
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
582
 
            <property name="n_rows">20</property>
 
756
            <property name="n_rows">18</property>
583
757
            <property name="n_columns">2</property>
584
758
            <child>
585
759
              <object class="GtkHBox" id="hbox8">
645
819
                <child>
646
820
                  <object class="GtkComboBoxEntry" id="combo_box_entry_preferred_language">
647
821
                    <property name="visible">True</property>
648
 
                    <property name="model">liststore_combo</property>
 
822
                    <property name="model">liststore_string</property>
649
823
                  </object>
650
824
                  <packing>
651
825
                    <property name="expand">False</property>
660
834
              <packing>
661
835
                <property name="left_attach">1</property>
662
836
                <property name="right_attach">2</property>
663
 
                <property name="top_attach">7</property>
664
 
                <property name="bottom_attach">8</property>
 
837
                <property name="top_attach">5</property>
 
838
                <property name="bottom_attach">6</property>
665
839
              </packing>
666
840
            </child>
667
841
            <child>
670
844
                <property name="label" translatable="yes">Preferred language:</property>
671
845
              </object>
672
846
              <packing>
673
 
                <property name="top_attach">7</property>
674
 
                <property name="bottom_attach">8</property>
 
847
                <property name="top_attach">5</property>
 
848
                <property name="bottom_attach">6</property>
675
849
              </packing>
676
850
            </child>
677
851
            <child>
678
852
              <object class="GtkHBox" id="hbox4">
679
853
                <property name="visible">True</property>
680
854
                <child>
681
 
                  <object class="GtkComboBoxEntry" id="combo_box_entry_xine_video_driver">
 
855
                  <object class="GtkComboBoxEntry" id="combo_box_entry_video_driver">
682
856
                    <property name="visible">True</property>
683
 
                    <property name="model">liststore_combo</property>
 
857
                    <property name="model">liststore_string</property>
684
858
                  </object>
685
859
                  <packing>
686
860
                    <property name="expand">False</property>
695
869
              <packing>
696
870
                <property name="left_attach">1</property>
697
871
                <property name="right_attach">2</property>
698
 
                <property name="top_attach">8</property>
699
 
                <property name="bottom_attach">9</property>
 
872
                <property name="top_attach">6</property>
 
873
                <property name="bottom_attach">7</property>
700
874
              </packing>
701
875
            </child>
702
876
            <child>
705
879
                <property name="label" translatable="yes">Video driver:</property>
706
880
              </object>
707
881
              <packing>
708
 
                <property name="top_attach">8</property>
709
 
                <property name="bottom_attach">9</property>
 
882
                <property name="top_attach">6</property>
 
883
                <property name="bottom_attach">7</property>
710
884
              </packing>
711
885
            </child>
712
886
            <child>
713
887
              <object class="GtkHBox" id="hbox7">
714
888
                <property name="visible">True</property>
715
889
                <child>
716
 
                  <object class="GtkComboBoxEntry" id="combo_box_entry_xine_audio_driver">
 
890
                  <object class="GtkComboBoxEntry" id="combo_box_entry_audio_driver">
717
891
                    <property name="visible">True</property>
718
 
                    <property name="model">liststore_combo</property>
 
892
                    <property name="model">liststore_string</property>
719
893
                  </object>
720
894
                  <packing>
721
895
                    <property name="expand">False</property>
730
904
              <packing>
731
905
                <property name="left_attach">1</property>
732
906
                <property name="right_attach">2</property>
733
 
                <property name="top_attach">9</property>
734
 
                <property name="bottom_attach">10</property>
 
907
                <property name="top_attach">7</property>
 
908
                <property name="bottom_attach">8</property>
735
909
              </packing>
736
910
            </child>
737
911
            <child>
740
914
                <property name="label" translatable="yes">Audio driver:</property>
741
915
              </object>
742
916
              <packing>
743
 
                <property name="top_attach">9</property>
744
 
                <property name="bottom_attach">10</property>
 
917
                <property name="top_attach">7</property>
 
918
                <property name="bottom_attach">8</property>
745
919
              </packing>
746
920
            </child>
747
921
            <child>
750
924
                <property name="label" translatable="yes">Text encoding:</property>
751
925
              </object>
752
926
              <packing>
753
 
                <property name="top_attach">11</property>
754
 
                <property name="bottom_attach">12</property>
 
927
                <property name="top_attach">9</property>
 
928
                <property name="bottom_attach">10</property>
755
929
              </packing>
756
930
            </child>
757
931
            <child>
760
934
                <child>
761
935
                  <object class="GtkComboBoxEntry" id="combo_box_entry_text_encoding">
762
936
                    <property name="visible">True</property>
763
 
                    <property name="model">liststore_combo</property>
 
937
                    <property name="model">liststore_string</property>
764
938
                  </object>
765
939
                  <packing>
766
940
                    <property name="expand">False</property>
775
949
              <packing>
776
950
                <property name="left_attach">1</property>
777
951
                <property name="right_attach">2</property>
778
 
                <property name="top_attach">11</property>
779
 
                <property name="bottom_attach">12</property>
 
952
                <property name="top_attach">9</property>
 
953
                <property name="bottom_attach">10</property>
780
954
              </packing>
781
955
            </child>
782
956
            <child>
792
966
              <packing>
793
967
                <property name="left_attach">1</property>
794
968
                <property name="right_attach">2</property>
795
 
                <property name="top_attach">12</property>
796
 
                <property name="bottom_attach">13</property>
 
969
                <property name="top_attach">10</property>
 
970
                <property name="bottom_attach">11</property>
797
971
              </packing>
798
972
            </child>
799
973
            <child>
807
981
              <packing>
808
982
                <property name="left_attach">1</property>
809
983
                <property name="right_attach">2</property>
810
 
                <property name="top_attach">13</property>
811
 
                <property name="bottom_attach">14</property>
 
984
                <property name="top_attach">11</property>
 
985
                <property name="bottom_attach">12</property>
812
986
              </packing>
813
987
            </child>
814
988
            <child>
822
996
              <packing>
823
997
                <property name="left_attach">1</property>
824
998
                <property name="right_attach">2</property>
825
 
                <property name="top_attach">14</property>
826
 
                <property name="bottom_attach">15</property>
 
999
                <property name="top_attach">12</property>
 
1000
                <property name="bottom_attach">13</property>
827
1001
              </packing>
828
1002
            </child>
829
1003
            <child>
837
1011
              <packing>
838
1012
                <property name="left_attach">1</property>
839
1013
                <property name="right_attach">2</property>
840
 
                <property name="top_attach">15</property>
841
 
                <property name="bottom_attach">16</property>
 
1014
                <property name="top_attach">13</property>
 
1015
                <property name="bottom_attach">14</property>
842
1016
              </packing>
843
1017
            </child>
844
1018
            <child>
1003
1177
              <packing>
1004
1178
                <property name="left_attach">1</property>
1005
1179
                <property name="right_attach">2</property>
1006
 
                <property name="top_attach">17</property>
1007
 
                <property name="bottom_attach">18</property>
 
1180
                <property name="top_attach">15</property>
 
1181
                <property name="bottom_attach">16</property>
1008
1182
              </packing>
1009
1183
            </child>
1010
1184
            <child>
1018
1192
              <packing>
1019
1193
                <property name="left_attach">1</property>
1020
1194
                <property name="right_attach">2</property>
 
1195
                <property name="top_attach">14</property>
 
1196
                <property name="bottom_attach">15</property>
 
1197
              </packing>
 
1198
            </child>
 
1199
            <child>
 
1200
              <object class="GtkCheckButton" id="check_button_show_channel_number">
 
1201
                <property name="label" translatable="yes">Show channel number</property>
 
1202
                <property name="visible">True</property>
 
1203
                <property name="can_focus">True</property>
 
1204
                <property name="receives_default">False</property>
 
1205
                <property name="draw_indicator">True</property>
 
1206
              </object>
 
1207
              <packing>
 
1208
                <property name="left_attach">1</property>
 
1209
                <property name="right_attach">2</property>
1021
1210
                <property name="top_attach">16</property>
1022
1211
                <property name="bottom_attach">17</property>
1023
1212
              </packing>
1024
1213
            </child>
1025
1214
            <child>
1026
 
              <object class="GtkCheckButton" id="check_button_show_channel_number">
1027
 
                <property name="label" translatable="yes">Show channel number</property>
1028
 
                <property name="visible">True</property>
1029
 
                <property name="can_focus">True</property>
1030
 
                <property name="receives_default">False</property>
1031
 
                <property name="draw_indicator">True</property>
1032
 
              </object>
1033
 
              <packing>
1034
 
                <property name="left_attach">1</property>
1035
 
                <property name="right_attach">2</property>
1036
 
                <property name="top_attach">18</property>
1037
 
                <property name="bottom_attach">19</property>
1038
 
              </packing>
1039
 
            </child>
1040
 
            <child>
1041
1215
              <object class="GtkCheckButton" id="check_button_remove_colon">
1042
1216
                <property name="label" translatable="yes">Remove colon from recording filenames</property>
1043
1217
                <property name="visible">True</property>
1048
1222
              <packing>
1049
1223
                <property name="left_attach">1</property>
1050
1224
                <property name="right_attach">2</property>
1051
 
                <property name="top_attach">19</property>
1052
 
                <property name="bottom_attach">20</property>
 
1225
                <property name="top_attach">17</property>
 
1226
                <property name="bottom_attach">18</property>
1053
1227
              </packing>
1054
1228
            </child>
1055
1229
            <child>
1058
1232
                <property name="label" translatable="yes">Deinterlace Type:</property>
1059
1233
              </object>
1060
1234
              <packing>
1061
 
                <property name="top_attach">10</property>
1062
 
                <property name="bottom_attach">11</property>
 
1235
                <property name="top_attach">8</property>
 
1236
                <property name="bottom_attach">9</property>
1063
1237
              </packing>
1064
1238
            </child>
1065
1239
            <child>
1068
1242
                <child>
1069
1243
                  <object class="GtkComboBox" id="combo_box_deinterlace_type">
1070
1244
                    <property name="visible">True</property>
1071
 
                    <property name="model">liststore_combo</property>
 
1245
                    <property name="model">liststore_string</property>
1072
1246
                  </object>
1073
1247
                  <packing>
1074
1248
                    <property name="position">0</property>
1081
1255
              <packing>
1082
1256
                <property name="left_attach">1</property>
1083
1257
                <property name="right_attach">2</property>
1084
 
                <property name="top_attach">10</property>
1085
 
                <property name="bottom_attach">11</property>
 
1258
                <property name="top_attach">8</property>
 
1259
                <property name="bottom_attach">9</property>
1086
1260
              </packing>
1087
1261
            </child>
1088
1262
            <child>
1109
1283
            <child>
1110
1284
              <placeholder/>
1111
1285
            </child>
1112
 
            <child>
1113
 
              <placeholder/>
1114
 
            </child>
1115
 
            <child>
1116
 
              <placeholder/>
1117
 
            </child>
1118
 
            <child>
1119
 
              <placeholder/>
1120
 
            </child>
1121
 
            <child>
1122
 
              <placeholder/>
1123
 
            </child>
1124
1286
          </object>
1125
1287
          <packing>
1126
1288
            <property name="expand">False</property>
1182
1344
    <property name="title" translatable="yes">Me TV - Channels Editor</property>
1183
1345
    <property name="modal">True</property>
1184
1346
    <property name="window_position">center-on-parent</property>
1185
 
    <property name="default_height">275</property>
 
1347
    <property name="default_width">500</property>
 
1348
    <property name="default_height">400</property>
1186
1349
    <property name="icon">me-tv.xpm</property>
1187
1350
    <property name="icon_name">Me TV</property>
1188
1351
    <property name="type_hint">dialog</property>
1192
1355
    <child internal-child="vbox">
1193
1356
      <object class="GtkVBox" id="dialog-vbox10">
1194
1357
        <property name="visible">True</property>
1195
 
        <property name="orientation">vertical</property>
1196
1358
        <property name="spacing">2</property>
1197
1359
        <child>
1198
1360
          <object class="GtkVBox" id="vbox1">
1199
1361
            <property name="visible">True</property>
1200
 
            <property name="orientation">vertical</property>
1201
1362
            <child>
1202
1363
              <object class="GtkLabel" id="label_channel_dialog_information">
1203
1364
                <property name="visible">True</property>
1239
1400
                <child>
1240
1401
                  <object class="GtkVBox" id="vbox2">
1241
1402
                    <property name="visible">True</property>
1242
 
                    <property name="orientation">vertical</property>
1243
1403
                    <child>
1244
1404
                      <object class="GtkButton" id="button_scan">
1245
1405
                        <property name="label">gtk-add</property>
1251
1411
                      <packing>
1252
1412
                        <property name="expand">False</property>
1253
1413
                        <property name="fill">False</property>
 
1414
                        <property name="padding">1</property>
1254
1415
                        <property name="position">0</property>
1255
1416
                      </packing>
1256
1417
                    </child>
1257
1418
                    <child>
 
1419
                      <object class="GtkButton" id="button_edit_selected_channel">
 
1420
                        <property name="label">gtk-edit</property>
 
1421
                        <property name="can_focus">True</property>
 
1422
                        <property name="receives_default">True</property>
 
1423
                        <property name="use_stock">True</property>
 
1424
                      </object>
 
1425
                      <packing>
 
1426
                        <property name="expand">False</property>
 
1427
                        <property name="fill">False</property>
 
1428
                        <property name="padding">2</property>
 
1429
                        <property name="position">1</property>
 
1430
                      </packing>
 
1431
                    </child>
 
1432
                    <child>
1258
1433
                      <object class="GtkButton" id="button_remove_selected_channels">
1259
 
                        <property name="label">gtk-remove</property>
 
1434
                        <property name="label">gtk-delete</property>
1260
1435
                        <property name="visible">True</property>
1261
1436
                        <property name="can_focus">True</property>
1262
1437
                        <property name="receives_default">True</property>
1266
1441
                        <property name="expand">False</property>
1267
1442
                        <property name="fill">False</property>
1268
1443
                        <property name="padding">2</property>
1269
 
                        <property name="position">1</property>
 
1444
                        <property name="position">2</property>
1270
1445
                      </packing>
1271
1446
                    </child>
1272
1447
                  </object>
1333
1508
      <action-widget response="-5">button_channels_ok</action-widget>
1334
1509
    </action-widgets>
1335
1510
  </object>
1336
 
  <object class="GtkDialog" id="dialog_meters">
1337
 
    <property name="width_request">400</property>
1338
 
    <property name="border_width">5</property>
1339
 
    <property name="title" translatable="yes">Me TV - Meters Window</property>
1340
 
    <property name="resizable">False</property>
1341
 
    <property name="window_position">center-on-parent</property>
1342
 
    <property name="icon">me-tv.xpm</property>
1343
 
    <property name="icon_name">Me TV</property>
1344
 
    <property name="type_hint">dialog</property>
1345
 
    <property name="transient_for">window_main</property>
1346
 
    <property name="has_separator">False</property>
1347
 
    <child internal-child="vbox">
1348
 
      <object class="GtkVBox" id="dialog-vbox11">
1349
 
        <property name="visible">True</property>
1350
 
        <property name="orientation">vertical</property>
1351
 
        <property name="spacing">2</property>
1352
 
        <child>
1353
 
          <object class="GtkVBox" id="vbox13">
1354
 
            <property name="visible">True</property>
1355
 
            <property name="orientation">vertical</property>
1356
 
            <child>
1357
 
              <object class="GtkProgressBar" id="progress_bar_signal_strength">
1358
 
                <property name="visible">True</property>
1359
 
                <property name="show_text">True</property>
1360
 
                <property name="text" translatable="yes">Signal Strength</property>
1361
 
              </object>
1362
 
              <packing>
1363
 
                <property name="expand">False</property>
1364
 
                <property name="padding">2</property>
1365
 
                <property name="position">0</property>
1366
 
              </packing>
1367
 
            </child>
1368
 
            <child>
1369
 
              <object class="GtkProgressBar" id="progress_bar_signal_noise">
1370
 
                <property name="visible">True</property>
1371
 
                <property name="show_text">True</property>
1372
 
                <property name="text" translatable="yes">S/N Ratio</property>
1373
 
              </object>
1374
 
              <packing>
1375
 
                <property name="expand">False</property>
1376
 
                <property name="fill">False</property>
1377
 
                <property name="padding">3</property>
1378
 
                <property name="position">1</property>
1379
 
              </packing>
1380
 
            </child>
1381
 
            <child>
1382
 
              <object class="GtkLabel" id="label_meters_information">
1383
 
                <property name="width_request">350</property>
1384
 
                <property name="visible">True</property>
1385
 
                <property name="ypad">10</property>
1386
 
                <property name="label" translatable="yes">Please note that the values reported on this window are provided by the kernel driver for your device.  These values may not accurately represent the actual values but serve as a tool to help users find their optimal tuning setup.</property>
1387
 
                <property name="wrap">True</property>
1388
 
              </object>
1389
 
              <packing>
1390
 
                <property name="position">2</property>
1391
 
              </packing>
1392
 
            </child>
1393
 
          </object>
1394
 
          <packing>
1395
 
            <property name="expand">False</property>
1396
 
            <property name="position">1</property>
1397
 
          </packing>
1398
 
        </child>
1399
 
        <child internal-child="action_area">
1400
 
          <object class="GtkHButtonBox" id="dialog-action_area11">
1401
 
            <property name="visible">True</property>
1402
 
            <property name="layout_style">end</property>
1403
 
            <child>
1404
 
              <object class="GtkButton" id="button_meters_close">
1405
 
                <property name="label">gtk-close</property>
1406
 
                <property name="visible">True</property>
1407
 
                <property name="can_focus">True</property>
1408
 
                <property name="receives_default">True</property>
1409
 
                <property name="use_stock">True</property>
1410
 
              </object>
1411
 
              <packing>
1412
 
                <property name="expand">False</property>
1413
 
                <property name="fill">False</property>
1414
 
                <property name="position">0</property>
1415
 
              </packing>
1416
 
            </child>
1417
 
          </object>
1418
 
          <packing>
1419
 
            <property name="expand">False</property>
1420
 
            <property name="pack_type">end</property>
1421
 
            <property name="position">0</property>
1422
 
          </packing>
1423
 
        </child>
1424
 
      </object>
1425
 
    </child>
1426
 
    <action-widgets>
1427
 
      <action-widget response="0">button_meters_close</action-widget>
1428
 
    </action-widgets>
1429
 
  </object>
1430
1511
  <object class="GtkWindow" id="window_scan_wizard">
1431
1512
    <property name="border_width">4</property>
1432
1513
    <property name="title" translatable="yes">Me TV - Scan Wizard</property>
1441
1522
    <child>
1442
1523
      <object class="GtkVBox" id="vbox_scan">
1443
1524
        <property name="visible">True</property>
1444
 
        <property name="orientation">vertical</property>
1445
1525
        <property name="spacing">5</property>
1446
1526
        <child>
1447
1527
          <object class="GtkNotebook" id="notebook_scan_wizard">
1448
1528
            <property name="visible">True</property>
1449
1529
            <property name="can_focus">True</property>
1450
1530
            <child>
1451
 
              <object class="GtkTable" id="table_scan">
 
1531
              <object class="GtkVBox" id="vbox3">
1452
1532
                <property name="visible">True</property>
1453
 
                <property name="n_rows">5</property>
1454
 
                <property name="n_columns">3</property>
1455
 
                <child>
1456
 
                  <object class="GtkRadioButton" id="radio_button_scan">
1457
 
                    <property name="label" translatable="yes">Scan using an initial scan file</property>
1458
 
                    <property name="visible">True</property>
1459
 
                    <property name="can_focus">True</property>
1460
 
                    <property name="receives_default">False</property>
1461
 
                    <property name="active">True</property>
1462
 
                    <property name="draw_indicator">True</property>
1463
 
                  </object>
1464
 
                  <packing>
1465
 
                    <property name="right_attach">2</property>
1466
 
                    <property name="top_attach">1</property>
1467
 
                    <property name="bottom_attach">2</property>
1468
 
                    <property name="y_options"></property>
1469
 
                  </packing>
1470
 
                </child>
1471
 
                <child>
1472
 
                  <object class="GtkLabel" id="label_select_device">
1473
 
                    <property name="visible">True</property>
1474
 
                    <property name="xalign">1</property>
1475
 
                    <property name="xpad">10</property>
1476
 
                    <property name="label" translatable="yes">&lt;b&gt;Device:&lt;/b&gt;</property>
1477
 
                    <property name="use_markup">True</property>
1478
 
                  </object>
1479
 
                  <packing>
1480
 
                    <property name="x_options">GTK_FILL</property>
1481
 
                    <property name="y_options"></property>
1482
 
                  </packing>
1483
 
                </child>
1484
 
                <child>
1485
 
                  <object class="GtkLabel" id="label_scan_device">
1486
 
                    <property name="visible">True</property>
1487
 
                    <property name="xalign">0</property>
1488
 
                    <property name="label" translatable="yes">Device Text</property>
1489
 
                  </object>
1490
 
                  <packing>
1491
 
                    <property name="left_attach">1</property>
1492
 
                    <property name="right_attach">3</property>
1493
 
                    <property name="y_options">GTK_FILL</property>
1494
 
                  </packing>
1495
 
                </child>
1496
 
                <child>
1497
 
                  <object class="GtkFileChooserButton" id="file_chooser_button_import">
1498
 
                    <property name="visible">True</property>
1499
 
                    <property name="title" translatable="yes">Select a channels.conf file</property>
1500
 
                  </object>
1501
 
                  <packing>
1502
 
                    <property name="left_attach">2</property>
1503
 
                    <property name="right_attach">3</property>
1504
 
                    <property name="top_attach">3</property>
1505
 
                    <property name="bottom_attach">4</property>
1506
 
                    <property name="x_options">GTK_FILL</property>
1507
 
                    <property name="y_options">GTK_FILL</property>
1508
 
                  </packing>
1509
 
                </child>
1510
 
                <child>
1511
 
                  <object class="GtkRadioButton" id="radio_button_import">
1512
 
                    <property name="label" translatable="yes">Import a channels.conf</property>
1513
 
                    <property name="visible">True</property>
1514
 
                    <property name="can_focus">True</property>
1515
 
                    <property name="receives_default">False</property>
1516
 
                    <property name="active">True</property>
1517
 
                    <property name="draw_indicator">True</property>
1518
 
                    <property name="group">radio_button_scan</property>
1519
 
                  </object>
1520
 
                  <packing>
1521
 
                    <property name="right_attach">2</property>
1522
 
                    <property name="top_attach">3</property>
1523
 
                    <property name="bottom_attach">4</property>
1524
 
                    <property name="y_options"></property>
1525
 
                  </packing>
1526
 
                </child>
1527
 
                <child>
1528
 
                  <object class="GtkFileChooserButton" id="file_chooser_button_scan">
1529
 
                    <property name="visible">True</property>
1530
 
                    <property name="title" translatable="yes">Select a file</property>
1531
 
                  </object>
1532
 
                  <packing>
1533
 
                    <property name="left_attach">2</property>
1534
 
                    <property name="right_attach">3</property>
1535
 
                    <property name="top_attach">1</property>
1536
 
                    <property name="bottom_attach">2</property>
1537
 
                    <property name="x_options">GTK_FILL</property>
1538
 
                    <property name="y_options">GTK_FILL</property>
1539
 
                  </packing>
1540
 
                </child>
1541
 
                <child>
1542
 
                  <object class="GtkLabel" id="label_channels_conf_information">
1543
 
                    <property name="visible">True</property>
1544
 
                    <property name="xalign">0</property>
1545
 
                    <property name="yalign">0</property>
1546
 
                    <property name="ypad">10</property>
1547
 
                    <property name="label" translatable="yes">A channels.conf file is a common file format for storing channels and can be read by many applications.  You may have one of these from another DVB application. The &lt;i&gt;scan&lt;/i&gt; command line application is the most common way to generate a channels.conf file.</property>
1548
 
                    <property name="use_markup">True</property>
1549
 
                    <property name="wrap">True</property>
1550
 
                  </object>
1551
 
                  <packing>
1552
 
                    <property name="right_attach">3</property>
1553
 
                    <property name="top_attach">4</property>
1554
 
                    <property name="bottom_attach">5</property>
1555
 
                    <property name="x_options">GTK_FILL</property>
1556
 
                    <property name="y_options"></property>
1557
 
                    <property name="x_padding">20</property>
1558
 
                  </packing>
1559
 
                </child>
1560
 
                <child>
1561
 
                  <object class="GtkLabel" id="label_initial_scan_information">
1562
 
                    <property name="visible">True</property>
1563
 
                    <property name="xalign">0</property>
1564
 
                    <property name="yalign">0</property>
1565
 
                    <property name="ypad">10</property>
1566
 
                    <property name="label" translatable="yes">An initial scan file is used to seed the tuner with some initial parameters to help it find DVB services.  Many popular initial scan files are available from the LinuxTV dvb-apps package which is included in most Linux distributions.  Look for &lt;i&gt;dvb-apps&lt;/i&gt; in your package management system.</property>
1567
 
                    <property name="use_markup">True</property>
1568
 
                    <property name="wrap">True</property>
1569
 
                  </object>
1570
 
                  <packing>
1571
 
                    <property name="right_attach">3</property>
1572
 
                    <property name="top_attach">2</property>
1573
 
                    <property name="bottom_attach">3</property>
1574
 
                    <property name="y_options"></property>
1575
 
                    <property name="x_padding">20</property>
 
1533
                <child>
 
1534
                  <object class="GtkHBox" id="hbox15">
 
1535
                    <property name="visible">True</property>
 
1536
                    <child>
 
1537
                      <object class="GtkLabel" id="label_select_device">
 
1538
                        <property name="visible">True</property>
 
1539
                        <property name="xalign">0</property>
 
1540
                        <property name="yalign">0</property>
 
1541
                        <property name="xpad">10</property>
 
1542
                        <property name="label" translatable="yes">&lt;b&gt;Device:&lt;/b&gt;</property>
 
1543
                        <property name="use_markup">True</property>
 
1544
                      </object>
 
1545
                      <packing>
 
1546
                        <property name="expand">False</property>
 
1547
                        <property name="position">0</property>
 
1548
                      </packing>
 
1549
                    </child>
 
1550
                    <child>
 
1551
                      <object class="GtkLabel" id="label_scan_device">
 
1552
                        <property name="visible">True</property>
 
1553
                        <property name="xalign">0</property>
 
1554
                        <property name="yalign">0</property>
 
1555
                        <property name="label" translatable="yes">Device Text</property>
 
1556
                      </object>
 
1557
                      <packing>
 
1558
                        <property name="position">1</property>
 
1559
                      </packing>
 
1560
                    </child>
 
1561
                  </object>
 
1562
                  <packing>
 
1563
                    <property name="expand">False</property>
 
1564
                    <property name="padding">5</property>
 
1565
                    <property name="position">0</property>
 
1566
                  </packing>
 
1567
                </child>
 
1568
                <child>
 
1569
                  <object class="GtkTable" id="table_scan">
 
1570
                    <property name="visible">True</property>
 
1571
                    <property name="n_rows">6</property>
 
1572
                    <property name="n_columns">3</property>
 
1573
                    <child>
 
1574
                      <object class="GtkRadioButton" id="radio_button_scan">
 
1575
                        <property name="label" translatable="yes">Scan using an initial scan file</property>
 
1576
                        <property name="visible">True</property>
 
1577
                        <property name="can_focus">True</property>
 
1578
                        <property name="receives_default">False</property>
 
1579
                        <property name="draw_indicator">True</property>
 
1580
                        <property name="group">radio_button_auto_scan</property>
 
1581
                      </object>
 
1582
                      <packing>
 
1583
                        <property name="right_attach">2</property>
 
1584
                        <property name="top_attach">2</property>
 
1585
                        <property name="bottom_attach">3</property>
 
1586
                        <property name="x_options">GTK_FILL</property>
 
1587
                        <property name="y_options"></property>
 
1588
                      </packing>
 
1589
                    </child>
 
1590
                    <child>
 
1591
                      <object class="GtkFileChooserButton" id="file_chooser_button_import">
 
1592
                        <property name="visible">True</property>
 
1593
                        <property name="create_folders">False</property>
 
1594
                        <property name="title" translatable="yes">Select a channels.conf file</property>
 
1595
                      </object>
 
1596
                      <packing>
 
1597
                        <property name="left_attach">2</property>
 
1598
                        <property name="right_attach">3</property>
 
1599
                        <property name="top_attach">4</property>
 
1600
                        <property name="bottom_attach">5</property>
 
1601
                        <property name="x_options">GTK_FILL</property>
 
1602
                        <property name="y_options">GTK_FILL</property>
 
1603
                      </packing>
 
1604
                    </child>
 
1605
                    <child>
 
1606
                      <object class="GtkRadioButton" id="radio_button_import">
 
1607
                        <property name="label" translatable="yes">Import a channels.conf</property>
 
1608
                        <property name="visible">True</property>
 
1609
                        <property name="can_focus">True</property>
 
1610
                        <property name="receives_default">False</property>
 
1611
                        <property name="draw_indicator">True</property>
 
1612
                        <property name="group">radio_button_auto_scan</property>
 
1613
                      </object>
 
1614
                      <packing>
 
1615
                        <property name="right_attach">2</property>
 
1616
                        <property name="top_attach">4</property>
 
1617
                        <property name="bottom_attach">5</property>
 
1618
                        <property name="y_options"></property>
 
1619
                      </packing>
 
1620
                    </child>
 
1621
                    <child>
 
1622
                      <object class="GtkFileChooserButton" id="file_chooser_button_scan">
 
1623
                        <property name="visible">True</property>
 
1624
                        <property name="create_folders">False</property>
 
1625
                        <property name="title" translatable="yes">Select a file</property>
 
1626
                      </object>
 
1627
                      <packing>
 
1628
                        <property name="left_attach">2</property>
 
1629
                        <property name="right_attach">3</property>
 
1630
                        <property name="top_attach">2</property>
 
1631
                        <property name="bottom_attach">3</property>
 
1632
                        <property name="x_options">GTK_FILL</property>
 
1633
                        <property name="y_options">GTK_FILL</property>
 
1634
                      </packing>
 
1635
                    </child>
 
1636
                    <child>
 
1637
                      <object class="GtkLabel" id="label_channels_conf_information">
 
1638
                        <property name="visible">True</property>
 
1639
                        <property name="xalign">0</property>
 
1640
                        <property name="yalign">0</property>
 
1641
                        <property name="ypad">10</property>
 
1642
                        <property name="label" translatable="yes">A channels.conf file is a common file format for storing channels and can be read by many applications.  You may have one of these from another DVB application. The &lt;i&gt;scan&lt;/i&gt; command line application is the most common way to generate a channels.conf file.</property>
 
1643
                        <property name="use_markup">True</property>
 
1644
                        <property name="wrap">True</property>
 
1645
                      </object>
 
1646
                      <packing>
 
1647
                        <property name="right_attach">3</property>
 
1648
                        <property name="top_attach">5</property>
 
1649
                        <property name="bottom_attach">6</property>
 
1650
                        <property name="x_options">GTK_FILL</property>
 
1651
                        <property name="y_options"></property>
 
1652
                        <property name="x_padding">20</property>
 
1653
                      </packing>
 
1654
                    </child>
 
1655
                    <child>
 
1656
                      <object class="GtkLabel" id="label_initial_scan_information">
 
1657
                        <property name="visible">True</property>
 
1658
                        <property name="xalign">0</property>
 
1659
                        <property name="yalign">0</property>
 
1660
                        <property name="ypad">10</property>
 
1661
                        <property name="label" translatable="yes">An initial scan file is used to seed the tuner with some initial parameters to help it find DVB services.  Many popular initial scan files are available from the LinuxTV dvb-apps package which is included in most Linux distributions.  Look for &lt;i&gt;dvb-apps&lt;/i&gt; in your package management system.</property>
 
1662
                        <property name="use_markup">True</property>
 
1663
                        <property name="wrap">True</property>
 
1664
                      </object>
 
1665
                      <packing>
 
1666
                        <property name="right_attach">3</property>
 
1667
                        <property name="top_attach">3</property>
 
1668
                        <property name="bottom_attach">4</property>
 
1669
                        <property name="y_options"></property>
 
1670
                        <property name="x_padding">20</property>
 
1671
                      </packing>
 
1672
                    </child>
 
1673
                    <child>
 
1674
                      <object class="GtkRadioButton" id="radio_button_auto_scan">
 
1675
                        <property name="label" translatable="yes">Auto scan</property>
 
1676
                        <property name="visible">True</property>
 
1677
                        <property name="can_focus">True</property>
 
1678
                        <property name="receives_default">False</property>
 
1679
                        <property name="active">True</property>
 
1680
                        <property name="draw_indicator">True</property>
 
1681
                      </object>
 
1682
                      <packing>
 
1683
                        <property name="right_attach">2</property>
 
1684
                        <property name="x_options">GTK_FILL</property>
 
1685
                        <property name="y_options"></property>
 
1686
                      </packing>
 
1687
                    </child>
 
1688
                    <child>
 
1689
                      <object class="GtkLabel" id="label_auto_scan">
 
1690
                        <property name="visible">True</property>
 
1691
                        <property name="xalign">0</property>
 
1692
                        <property name="yalign">0</property>
 
1693
                        <property name="ypad">10</property>
 
1694
                        <property name="label" translatable="yes">This option will only work if your DVB setup supports auto scanning.  Currently, this feature is only supported on DVB-T and ATSC devices.</property>
 
1695
                        <property name="wrap">True</property>
 
1696
                      </object>
 
1697
                      <packing>
 
1698
                        <property name="right_attach">3</property>
 
1699
                        <property name="top_attach">1</property>
 
1700
                        <property name="bottom_attach">2</property>
 
1701
                        <property name="y_options"></property>
 
1702
                        <property name="x_padding">20</property>
 
1703
                      </packing>
 
1704
                    </child>
 
1705
                    <child>
 
1706
                      <object class="GtkComboBox" id="combo_box_auto_scan_range">
 
1707
                        <property name="visible">True</property>
 
1708
                        <property name="model">list_store_scan_country</property>
 
1709
                        <property name="active">0</property>
 
1710
                      </object>
 
1711
                      <packing>
 
1712
                        <property name="left_attach">2</property>
 
1713
                        <property name="right_attach">3</property>
 
1714
                        <property name="x_options">GTK_FILL</property>
 
1715
                        <property name="y_options"></property>
 
1716
                      </packing>
 
1717
                    </child>
 
1718
                  </object>
 
1719
                  <packing>
 
1720
                    <property name="position">1</property>
1576
1721
                  </packing>
1577
1722
                </child>
1578
1723
              </object>
1589
1734
            <child>
1590
1735
              <object class="GtkVBox" id="vbox4">
1591
1736
                <property name="visible">True</property>
1592
 
                <property name="orientation">vertical</property>
1593
1737
                <child>
1594
1738
                  <object class="GtkHBox" id="hbox13">
1595
1739
                    <property name="visible">True</property>
1668
1812
              </packing>
1669
1813
            </child>
1670
1814
            <child>
 
1815
              <object class="GtkButton" id="button_scan_stop">
 
1816
                <property name="label">gtk-stop</property>
 
1817
                <property name="visible">True</property>
 
1818
                <property name="can_focus">True</property>
 
1819
                <property name="receives_default">True</property>
 
1820
                <property name="use_stock">True</property>
 
1821
              </object>
 
1822
              <packing>
 
1823
                <property name="expand">False</property>
 
1824
                <property name="fill">False</property>
 
1825
                <property name="position">1</property>
 
1826
              </packing>
 
1827
            </child>
 
1828
            <child>
1671
1829
              <object class="GtkButton" id="button_scan_wizard_next">
1672
1830
                <property name="label">gtk-media-next</property>
1673
1831
                <property name="visible">True</property>
1678
1836
              <packing>
1679
1837
                <property name="expand">False</property>
1680
1838
                <property name="fill">False</property>
1681
 
                <property name="position">1</property>
 
1839
                <property name="position">2</property>
1682
1840
              </packing>
1683
1841
            </child>
1684
1842
            <child>
1692
1850
              <packing>
1693
1851
                <property name="expand">False</property>
1694
1852
                <property name="fill">False</property>
1695
 
                <property name="position">2</property>
 
1853
                <property name="position">3</property>
1696
1854
              </packing>
1697
1855
            </child>
1698
1856
          </object>
1705
1863
      </object>
1706
1864
    </child>
1707
1865
  </object>
1708
 
  <object class="GtkDialog" id="dialog_devices">
1709
 
    <property name="border_width">5</property>
1710
 
    <property name="title" translatable="yes">Me TV - Devices</property>
1711
 
    <property name="modal">True</property>
1712
 
    <property name="window_position">center-on-parent</property>
1713
 
    <property name="icon">me-tv.xpm</property>
1714
 
    <property name="type_hint">dialog</property>
1715
 
    <property name="skip_taskbar_hint">True</property>
1716
 
    <property name="skip_pager_hint">True</property>
1717
 
    <property name="transient_for">window_main</property>
1718
 
    <property name="has_separator">False</property>
1719
 
    <child internal-child="vbox">
1720
 
      <object class="GtkVBox" id="dialog-vbox9">
1721
 
        <property name="visible">True</property>
1722
 
        <property name="orientation">vertical</property>
1723
 
        <property name="spacing">2</property>
1724
 
        <child>
1725
 
          <object class="GtkVBox" id="vbox8">
1726
 
            <property name="visible">True</property>
1727
 
            <property name="orientation">vertical</property>
1728
 
            <child>
1729
 
              <object class="GtkLabel" id="label_select_devic">
1730
 
                <property name="visible">True</property>
1731
 
                <property name="xalign">0</property>
1732
 
                <property name="label" translatable="yes">Please select a device:</property>
1733
 
              </object>
1734
 
              <packing>
1735
 
                <property name="expand">False</property>
1736
 
                <property name="fill">False</property>
1737
 
                <property name="position">0</property>
1738
 
              </packing>
1739
 
            </child>
1740
 
            <child>
1741
 
              <object class="GtkScrolledWindow" id="scrolledwindow3">
1742
 
                <property name="visible">True</property>
1743
 
                <property name="can_focus">True</property>
1744
 
                <property name="hscrollbar_policy">automatic</property>
1745
 
                <property name="vscrollbar_policy">automatic</property>
1746
 
                <property name="shadow_type">in</property>
1747
 
                <child>
1748
 
                  <object class="GtkTreeView" id="tree_view_devices">
1749
 
                    <property name="width_request">500</property>
1750
 
                    <property name="height_request">100</property>
1751
 
                    <property name="visible">True</property>
1752
 
                    <property name="can_focus">True</property>
1753
 
                  </object>
1754
 
                </child>
1755
 
              </object>
1756
 
              <packing>
1757
 
                <property name="position">1</property>
1758
 
              </packing>
1759
 
            </child>
1760
 
          </object>
1761
 
          <packing>
1762
 
            <property name="position">1</property>
1763
 
          </packing>
1764
 
        </child>
1765
 
        <child internal-child="action_area">
1766
 
          <object class="GtkHButtonBox" id="dialog-action_area9">
1767
 
            <property name="visible">True</property>
1768
 
            <property name="layout_style">end</property>
1769
 
            <child>
1770
 
              <object class="GtkButton" id="button_cancel">
1771
 
                <property name="label">gtk-cancel</property>
1772
 
                <property name="visible">True</property>
1773
 
                <property name="can_focus">True</property>
1774
 
                <property name="receives_default">True</property>
1775
 
                <property name="use_stock">True</property>
1776
 
              </object>
1777
 
              <packing>
1778
 
                <property name="expand">False</property>
1779
 
                <property name="fill">False</property>
1780
 
                <property name="position">0</property>
1781
 
              </packing>
1782
 
            </child>
1783
 
            <child>
1784
 
              <object class="GtkButton" id="button_ok">
1785
 
                <property name="label">gtk-ok</property>
1786
 
                <property name="visible">True</property>
1787
 
                <property name="can_focus">True</property>
1788
 
                <property name="receives_default">True</property>
1789
 
                <property name="use_stock">True</property>
1790
 
              </object>
1791
 
              <packing>
1792
 
                <property name="expand">False</property>
1793
 
                <property name="fill">False</property>
1794
 
                <property name="position">1</property>
1795
 
              </packing>
1796
 
            </child>
1797
 
          </object>
1798
 
          <packing>
1799
 
            <property name="expand">False</property>
1800
 
            <property name="pack_type">end</property>
1801
 
            <property name="position">0</property>
1802
 
          </packing>
1803
 
        </child>
1804
 
      </object>
1805
 
    </child>
1806
 
    <action-widgets>
1807
 
      <action-widget response="-1">button_cancel</action-widget>
1808
 
      <action-widget response="0">button_ok</action-widget>
1809
 
    </action-widgets>
1810
 
  </object>
1811
1866
  <object class="GtkDialog" id="dialog_database_version">
1812
1867
    <property name="border_width">5</property>
1813
1868
    <property name="window_position">center-on-parent</property>
1817
1872
    <child internal-child="vbox">
1818
1873
      <object class="GtkVBox" id="dialog-vbox12">
1819
1874
        <property name="visible">True</property>
1820
 
        <property name="orientation">vertical</property>
1821
1875
        <property name="spacing">2</property>
1822
1876
        <child>
1823
1877
          <object class="GtkHBox" id="hbox10">
1928
1982
    <child>
1929
1983
      <object class="GtkVBox" id="vbox_main_window">
1930
1984
        <property name="visible">True</property>
1931
 
        <property name="orientation">vertical</property>
1932
1985
        <child>
1933
1986
          <placeholder/>
1934
1987
        </child>
1939
1992
          <object class="GtkVPaned" id="vpaned_main">
1940
1993
            <property name="visible">True</property>
1941
1994
            <property name="can_focus">True</property>
1942
 
            <property name="orientation">vertical</property>
1943
1995
            <child>
1944
1996
              <object class="GtkEventBox" id="event_box_video">
1945
1997
                <property name="width_request">160</property>
1963
2015
              <object class="GtkVBox" id="vbox_epg">
1964
2016
                <property name="height_request">100</property>
1965
2017
                <property name="visible">True</property>
1966
 
                <property name="orientation">vertical</property>
1967
2018
                <child>
1968
2019
                  <object class="GtkHBox" id="hbox_epg">
1969
2020
                    <property name="visible">True</property>
1987
2038
                        <property name="receives_default">True</property>
1988
2039
                      </object>
1989
2040
                      <packing>
1990
 
                        <property name="position">1</property>
 
2041
                        <property name="position">3</property>
1991
2042
                      </packing>
1992
2043
                    </child>
1993
2044
                    <child>
2010
2061
                      </object>
2011
2062
                      <packing>
2012
2063
                        <property name="pack_type">end</property>
2013
 
                        <property name="position">3</property>
 
2064
                        <property name="position">2</property>
2014
2065
                      </packing>
2015
2066
                    </child>
2016
2067
                    <child>
2017
 
                      <object class="GtkComboBox" id="combo_box_epg_page">
 
2068
                      <object class="GtkSpinButton" id="spin_button_epg_page">
2018
2069
                        <property name="visible">True</property>
 
2070
                        <property name="editable">False</property>
 
2071
                        <property name="invisible_char">&#x25CF;</property>
 
2072
                        <property name="adjustment">adjustment_epg_page</property>
 
2073
                        <property name="numeric">True</property>
2019
2074
                      </object>
2020
2075
                      <packing>
2021
2076
                        <property name="expand">False</property>
 
2077
                        <property name="fill">False</property>
2022
2078
                        <property name="pack_type">end</property>
2023
 
                        <property name="position">2</property>
 
2079
                        <property name="position">1</property>
2024
2080
                      </packing>
2025
2081
                    </child>
2026
2082
                  </object>
2121
2177
    <property name="step_increment">1</property>
2122
2178
    <property name="page_increment">10</property>
2123
2179
  </object>
 
2180
  <object class="GtkDialog" id="dialog_epg_event_search">
 
2181
    <property name="border_width">5</property>
 
2182
    <property name="title" translatable="yes">Me TV - EPG Event Search</property>
 
2183
    <property name="modal">True</property>
 
2184
    <property name="window_position">center-on-parent</property>
 
2185
    <property name="icon">me-tv.xpm</property>
 
2186
    <property name="type_hint">dialog</property>
 
2187
    <property name="transient_for">window_main</property>
 
2188
    <property name="has_separator">False</property>
 
2189
    <child internal-child="vbox">
 
2190
      <object class="GtkVBox" id="dialog-vbox13">
 
2191
        <property name="visible">True</property>
 
2192
        <property name="spacing">2</property>
 
2193
        <child>
 
2194
          <object class="GtkTable" id="table_epg_event_search">
 
2195
            <property name="visible">True</property>
 
2196
            <property name="n_rows">3</property>
 
2197
            <property name="n_columns">3</property>
 
2198
            <child>
 
2199
              <object class="GtkScrolledWindow" id="scrolled_window_epg_event_search">
 
2200
                <property name="visible">True</property>
 
2201
                <property name="can_focus">True</property>
 
2202
                <property name="hscrollbar_policy">automatic</property>
 
2203
                <property name="vscrollbar_policy">automatic</property>
 
2204
                <child>
 
2205
                  <object class="GtkTreeView" id="tree_view_epg_event_search">
 
2206
                    <property name="width_request">500</property>
 
2207
                    <property name="height_request">300</property>
 
2208
                    <property name="visible">True</property>
 
2209
                    <property name="can_focus">True</property>
 
2210
                    <property name="search_column">0</property>
 
2211
                  </object>
 
2212
                </child>
 
2213
              </object>
 
2214
              <packing>
 
2215
                <property name="right_attach">3</property>
 
2216
                <property name="top_attach">2</property>
 
2217
                <property name="bottom_attach">3</property>
 
2218
              </packing>
 
2219
            </child>
 
2220
            <child>
 
2221
              <object class="GtkCheckButton" id="check_button_search_description">
 
2222
                <property name="label" translatable="yes">Search description</property>
 
2223
                <property name="visible">True</property>
 
2224
                <property name="can_focus">True</property>
 
2225
                <property name="receives_default">False</property>
 
2226
                <property name="draw_indicator">True</property>
 
2227
              </object>
 
2228
              <packing>
 
2229
                <property name="left_attach">1</property>
 
2230
                <property name="right_attach">2</property>
 
2231
                <property name="top_attach">1</property>
 
2232
                <property name="bottom_attach">2</property>
 
2233
                <property name="y_options"></property>
 
2234
              </packing>
 
2235
            </child>
 
2236
            <child>
 
2237
              <object class="GtkButton" id="button_epg_event_search">
 
2238
                <property name="label">gtk-find</property>
 
2239
                <property name="visible">True</property>
 
2240
                <property name="can_focus">True</property>
 
2241
                <property name="can_default">True</property>
 
2242
                <property name="has_default">True</property>
 
2243
                <property name="receives_default">False</property>
 
2244
                <property name="use_stock">True</property>
 
2245
              </object>
 
2246
              <packing>
 
2247
                <property name="left_attach">2</property>
 
2248
                <property name="right_attach">3</property>
 
2249
                <property name="x_options">GTK_FILL</property>
 
2250
                <property name="y_options"></property>
 
2251
              </packing>
 
2252
            </child>
 
2253
            <child>
 
2254
              <object class="GtkLabel" id="label_epg_event_search">
 
2255
                <property name="visible">True</property>
 
2256
                <property name="xalign">0</property>
 
2257
                <property name="label" translatable="yes">Search:</property>
 
2258
              </object>
 
2259
              <packing>
 
2260
                <property name="x_options">GTK_FILL</property>
 
2261
                <property name="y_options"></property>
 
2262
              </packing>
 
2263
            </child>
 
2264
            <child>
 
2265
              <object class="GtkComboBoxEntry" id="combo_box_entry_search">
 
2266
                <property name="visible">True</property>
 
2267
              </object>
 
2268
              <packing>
 
2269
                <property name="left_attach">1</property>
 
2270
                <property name="right_attach">2</property>
 
2271
                <property name="y_options"></property>
 
2272
              </packing>
 
2273
            </child>
 
2274
            <child>
 
2275
              <placeholder/>
 
2276
            </child>
 
2277
            <child>
 
2278
              <placeholder/>
 
2279
            </child>
 
2280
          </object>
 
2281
          <packing>
 
2282
            <property name="position">1</property>
 
2283
          </packing>
 
2284
        </child>
 
2285
        <child internal-child="action_area">
 
2286
          <object class="GtkHButtonBox" id="dialog-action_area13">
 
2287
            <property name="visible">True</property>
 
2288
            <property name="layout_style">end</property>
 
2289
            <child>
 
2290
              <object class="GtkButton" id="button_epg_event_search_close">
 
2291
                <property name="label">gtk-close</property>
 
2292
                <property name="visible">True</property>
 
2293
                <property name="can_focus">True</property>
 
2294
                <property name="receives_default">True</property>
 
2295
                <property name="use_stock">True</property>
 
2296
              </object>
 
2297
              <packing>
 
2298
                <property name="expand">False</property>
 
2299
                <property name="fill">False</property>
 
2300
                <property name="position">0</property>
 
2301
              </packing>
 
2302
            </child>
 
2303
          </object>
 
2304
          <packing>
 
2305
            <property name="expand">False</property>
 
2306
            <property name="pack_type">end</property>
 
2307
            <property name="position">0</property>
 
2308
          </packing>
 
2309
        </child>
 
2310
      </object>
 
2311
    </child>
 
2312
    <action-widgets>
 
2313
      <action-widget response="0">button_epg_event_search_close</action-widget>
 
2314
    </action-widgets>
 
2315
  </object>
 
2316
  <object class="GtkToggleAction" id="toggle_action_record">
 
2317
    <property name="label">Record</property>
 
2318
    <property name="stock_id">gtk-media-record</property>
 
2319
  </object>
 
2320
  <object class="GtkAction" id="action_next_channel">
 
2321
    <property name="label">Next Channel</property>
 
2322
    <property name="stock_id">gtk-media-next</property>
 
2323
  </object>
 
2324
  <object class="GtkAction" id="action_previous_channel">
 
2325
    <property name="label">Previous Channel</property>
 
2326
    <property name="stock_id">gtk-media-previous</property>
 
2327
  </object>
 
2328
  <object class="GtkAction" id="action_quit">
 
2329
    <property name="label">Quit</property>
 
2330
    <property name="stock_id">gtk-quit</property>
 
2331
  </object>
 
2332
  <object class="GtkAction" id="action_channels">
 
2333
    <property name="label">Channels</property>
 
2334
  </object>
 
2335
  <object class="GtkAction" id="action_scheduled_recordings">
 
2336
    <property name="label">Scheduled Recordings</property>
 
2337
    <property name="icon_name">appointment-soon</property>
 
2338
  </object>
 
2339
  <object class="GtkAction" id="action_epg_event_search">
 
2340
    <property name="label">EPG Event Search</property>
 
2341
    <property name="stock_id">gtk-find</property>
 
2342
  </object>
 
2343
  <object class="GtkAction" id="action_preferences">
 
2344
    <property name="label">Preferences</property>
 
2345
    <property name="stock_id">gtk-preferences</property>
 
2346
  </object>
 
2347
  <object class="GtkToggleAction" id="toggle_action_mute">
 
2348
    <property name="label">Mute</property>
 
2349
    <property name="icon_name">audio-volume-high</property>
 
2350
  </object>
 
2351
  <object class="GtkToggleAction" id="toggle_action_fullscreen">
 
2352
    <property name="label">Fullscreen</property>
 
2353
    <property name="stock_id">gtk-fullscreen</property>
 
2354
  </object>
 
2355
  <object class="GtkAction" id="action_about">
 
2356
    <property name="stock_id">gtk-about</property>
 
2357
  </object>
 
2358
  <object class="GtkDialog" id="dialog_edit_channel">
 
2359
    <property name="border_width">5</property>
 
2360
    <property name="title" translatable="yes">Me TV - Edit Channel</property>
 
2361
    <property name="resizable">False</property>
 
2362
    <property name="icon">me-tv.xpm</property>
 
2363
    <property name="type_hint">dialog</property>
 
2364
    <property name="skip_taskbar_hint">True</property>
 
2365
    <property name="has_separator">False</property>
 
2366
    <child internal-child="vbox">
 
2367
      <object class="GtkVBox" id="dialog-vbox11">
 
2368
        <property name="visible">True</property>
 
2369
        <property name="spacing">2</property>
 
2370
        <child>
 
2371
          <object class="GtkTable" id="table_edit_channel">
 
2372
            <property name="visible">True</property>
 
2373
            <property name="n_rows">2</property>
 
2374
            <property name="n_columns">2</property>
 
2375
            <child>
 
2376
              <object class="GtkLabel" id="label_edit_channel_name">
 
2377
                <property name="visible">True</property>
 
2378
                <property name="xalign">1</property>
 
2379
                <property name="label" translatable="yes">Channel Name : </property>
 
2380
              </object>
 
2381
            </child>
 
2382
            <child>
 
2383
              <object class="GtkEntry" id="entry_edit_channel_name">
 
2384
                <property name="visible">True</property>
 
2385
                <property name="can_focus">True</property>
 
2386
                <property name="invisible_char">&#x25CF;</property>
 
2387
              </object>
 
2388
              <packing>
 
2389
                <property name="left_attach">1</property>
 
2390
                <property name="right_attach">2</property>
 
2391
              </packing>
 
2392
            </child>
 
2393
            <child>
 
2394
              <object class="GtkLabel" id="label_edit_channel_frequency">
 
2395
                <property name="visible">True</property>
 
2396
                <property name="xalign">1</property>
 
2397
                <property name="label" translatable="yes">Channel Frequency : </property>
 
2398
              </object>
 
2399
              <packing>
 
2400
                <property name="top_attach">1</property>
 
2401
                <property name="bottom_attach">2</property>
 
2402
              </packing>
 
2403
            </child>
 
2404
            <child>
 
2405
              <object class="GtkEntry" id="entry_edit_channel_frequency">
 
2406
                <property name="visible">True</property>
 
2407
                <property name="can_focus">True</property>
 
2408
                <property name="invisible_char">&#x25CF;</property>
 
2409
              </object>
 
2410
              <packing>
 
2411
                <property name="left_attach">1</property>
 
2412
                <property name="right_attach">2</property>
 
2413
                <property name="top_attach">1</property>
 
2414
                <property name="bottom_attach">2</property>
 
2415
              </packing>
 
2416
            </child>
 
2417
          </object>
 
2418
          <packing>
 
2419
            <property name="position">1</property>
 
2420
          </packing>
 
2421
        </child>
 
2422
        <child internal-child="action_area">
 
2423
          <object class="GtkHButtonBox" id="dialog-action_area11">
 
2424
            <property name="visible">True</property>
 
2425
            <property name="layout_style">end</property>
 
2426
            <child>
 
2427
              <object class="GtkButton" id="button_edit_channel_save">
 
2428
                <property name="label">gtk-ok</property>
 
2429
                <property name="visible">True</property>
 
2430
                <property name="can_focus">True</property>
 
2431
                <property name="receives_default">True</property>
 
2432
                <property name="use_stock">True</property>
 
2433
              </object>
 
2434
              <packing>
 
2435
                <property name="expand">False</property>
 
2436
                <property name="fill">False</property>
 
2437
                <property name="position">0</property>
 
2438
              </packing>
 
2439
            </child>
 
2440
            <child>
 
2441
              <object class="GtkButton" id="button_edit_channel_cancel">
 
2442
                <property name="label">gtk-cancel</property>
 
2443
                <property name="visible">True</property>
 
2444
                <property name="can_focus">True</property>
 
2445
                <property name="receives_default">True</property>
 
2446
                <property name="use_stock">True</property>
 
2447
              </object>
 
2448
              <packing>
 
2449
                <property name="expand">False</property>
 
2450
                <property name="fill">False</property>
 
2451
                <property name="position">1</property>
 
2452
              </packing>
 
2453
            </child>
 
2454
          </object>
 
2455
          <packing>
 
2456
            <property name="expand">False</property>
 
2457
            <property name="pack_type">end</property>
 
2458
            <property name="position">0</property>
 
2459
          </packing>
 
2460
        </child>
 
2461
      </object>
 
2462
    </child>
 
2463
    <action-widgets>
 
2464
      <action-widget response="0">button_edit_channel_save</action-widget>
 
2465
      <action-widget response="0">button_edit_channel_cancel</action-widget>
 
2466
    </action-widgets>
 
2467
  </object>
 
2468
  <object class="GtkAction" id="action_change_view_mode">
 
2469
    <property name="label">Change View Mode</property>
 
2470
  </object>
 
2471
  <object class="GtkAdjustment" id="adjustment_epg_page">
 
2472
    <property name="value">1</property>
 
2473
    <property name="lower">1</property>
 
2474
    <property name="upper">1</property>
 
2475
    <property name="step_increment">1</property>
 
2476
    <property name="page_increment">1</property>
 
2477
  </object>
2124
2478
</interface>