~ubuntu-branches/ubuntu/lucid/oggconvert/lucid

« back to all changes in this revision

Viewing changes to OggConvert/oggcv.glade

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2007-11-26 09:42:11 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071126094211-p85z2heceq7ixjdk
Tags: 0.3.0-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Suggest gstreamer multiverse plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
 
<!--Generated with glade3 3.2.0 on Tue Jul  3 17:05:25 2007 by tristan@jetengine-->
 
3
<!--Generated with glade3 3.4.0 on Sat Nov 24 21:51:14 2007 -->
4
4
<glade-interface>
5
5
  <widget class="GtkWindow" id="app_window">
6
6
    <property name="title">OggConvert</property>
28
28
                    <property name="left_padding">12</property>
29
29
                    <child>
30
30
                      <widget class="GtkFileChooserButton" id="filechooserbutton">
31
 
                        <property name="width_request">320</property>
32
31
                        <property name="visible">True</property>
33
 
                        <property name="preview_widget_active">False</property>
34
32
                        <signal name="file_activated" handler="on_filechooserbutton_file_activated"/>
35
33
                        <signal name="selection_changed" handler="on_filechooserbutton_selection_changed"/>
36
34
                      </widget>
59
57
                    <property name="visible">True</property>
60
58
                    <property name="left_padding">12</property>
61
59
                    <child>
62
 
                      <widget class="GtkTable" id="table1">
 
60
                      <widget class="GtkVBox" id="vbox6">
63
61
                        <property name="visible">True</property>
64
 
                        <property name="n_rows">3</property>
65
 
                        <property name="n_columns">2</property>
66
 
                        <property name="column_spacing">12</property>
67
 
                        <property name="row_spacing">6</property>
68
 
                        <child>
69
 
                          <widget class="GtkHScale" id="audio_quality_slider">
70
 
                            <property name="visible">True</property>
71
 
                            <property name="adjustment">3 1 11 1 1 1</property>
72
 
                            <property name="digits">0</property>
73
 
                            <property name="value_pos">GTK_POS_RIGHT</property>
74
 
                          </widget>
75
 
                          <packing>
76
 
                            <property name="left_attach">1</property>
77
 
                            <property name="right_attach">2</property>
78
 
                            <property name="top_attach">2</property>
79
 
                            <property name="bottom_attach">3</property>
80
 
                          </packing>
81
 
                        </child>
82
 
                        <child>
83
 
                          <widget class="GtkHScale" id="video_quality_slider">
84
 
                            <property name="visible">True</property>
85
 
                            <property name="adjustment">5 1 11 1 1 1</property>
86
 
                            <property name="digits">0</property>
87
 
                            <property name="value_pos">GTK_POS_RIGHT</property>
88
 
                          </widget>
89
 
                          <packing>
90
 
                            <property name="left_attach">1</property>
91
 
                            <property name="right_attach">2</property>
92
 
                            <property name="top_attach">1</property>
93
 
                            <property name="bottom_attach">2</property>
94
 
                          </packing>
95
 
                        </child>
96
 
                        <child>
97
 
                          <widget class="GtkLabel" id="label4">
98
 
                            <property name="visible">True</property>
99
 
                            <property name="label" translatable="yes">Audio Quality:</property>
100
 
                          </widget>
101
 
                          <packing>
102
 
                            <property name="top_attach">2</property>
103
 
                            <property name="bottom_attach">3</property>
104
 
                            <property name="x_options">GTK_FILL</property>
105
 
                          </packing>
106
 
                        </child>
107
 
                        <child>
108
 
                          <widget class="GtkLabel" id="label3">
109
 
                            <property name="visible">True</property>
110
 
                            <property name="label" translatable="yes">Video Quality:</property>
111
 
                          </widget>
112
 
                          <packing>
113
 
                            <property name="top_attach">1</property>
114
 
                            <property name="bottom_attach">2</property>
115
 
                            <property name="x_options">GTK_FILL</property>
116
 
                          </packing>
117
 
                        </child>
118
 
                        <child>
119
 
                          <widget class="GtkLabel" id="format_label">
120
 
                            <property name="no_show_all">True</property>
121
 
                            <property name="label" translatable="yes">Video Format:</property>
122
 
                          </widget>
123
 
                          <packing>
124
 
                            <property name="x_options">GTK_FILL</property>
125
 
                          </packing>
126
 
                        </child>
127
 
                        <child>
128
 
                          <widget class="GtkComboBox" id="format_combobox">
129
 
                            <property name="no_show_all">True</property>
130
 
                            <property name="tooltip" translatable="yes">Dirac: Better quality, slower encode, still experimental
131
 
Theora: Faster encoding, better compatability, lower quality</property>
132
 
                            <property name="items" translatable="yes">Theora
 
62
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
63
                        <child>
 
64
                          <widget class="GtkTable" id="table1">
 
65
                            <property name="visible">True</property>
 
66
                            <property name="n_rows">4</property>
 
67
                            <property name="n_columns">2</property>
 
68
                            <property name="column_spacing">12</property>
 
69
                            <property name="row_spacing">6</property>
 
70
                            <child>
 
71
                              <widget class="GtkComboBox" id="format_combobox">
 
72
                                <property name="no_show_all">True</property>
 
73
                                <property name="items" translatable="yes">Theora
133
74
Dirac</property>
 
75
                                <signal name="changed" handler="on_format_changed"/>
 
76
                              </widget>
 
77
                              <packing>
 
78
                                <property name="left_attach">1</property>
 
79
                                <property name="right_attach">2</property>
 
80
                                <property name="y_padding">6</property>
 
81
                              </packing>
 
82
                            </child>
 
83
                            <child>
 
84
                              <widget class="GtkLabel" id="format_label">
 
85
                                <property name="no_show_all">True</property>
 
86
                                <property name="xalign">0</property>
 
87
                                <property name="label" translatable="yes">Video Format:</property>
 
88
                              </widget>
 
89
                              <packing>
 
90
                                <property name="x_options">GTK_FILL</property>
 
91
                              </packing>
 
92
                            </child>
 
93
                            <child>
 
94
                              <widget class="GtkLabel" id="video_quality_label">
 
95
                                <property name="visible">True</property>
 
96
                                <property name="xalign">0</property>
 
97
                                <property name="label" translatable="yes">Video Quality:</property>
 
98
                              </widget>
 
99
                              <packing>
 
100
                                <property name="top_attach">1</property>
 
101
                                <property name="bottom_attach">2</property>
 
102
                                <property name="x_options">GTK_FILL</property>
 
103
                              </packing>
 
104
                            </child>
 
105
                            <child>
 
106
                              <widget class="GtkLabel" id="audio_quality_label">
 
107
                                <property name="visible">True</property>
 
108
                                <property name="xalign">0</property>
 
109
                                <property name="label" translatable="yes">Audio Quality:</property>
 
110
                              </widget>
 
111
                              <packing>
 
112
                                <property name="top_attach">2</property>
 
113
                                <property name="bottom_attach">3</property>
 
114
                                <property name="x_options">GTK_FILL</property>
 
115
                              </packing>
 
116
                            </child>
 
117
                            <child>
 
118
                              <widget class="GtkHScale" id="video_quality_slider">
 
119
                                <property name="visible">True</property>
 
120
                                <property name="adjustment">5 1 11 1 1 1</property>
 
121
                                <property name="digits">0</property>
 
122
                                <property name="value_pos">GTK_POS_RIGHT</property>
 
123
                              </widget>
 
124
                              <packing>
 
125
                                <property name="left_attach">1</property>
 
126
                                <property name="right_attach">2</property>
 
127
                                <property name="top_attach">1</property>
 
128
                                <property name="bottom_attach">2</property>
 
129
                              </packing>
 
130
                            </child>
 
131
                            <child>
 
132
                              <widget class="GtkHScale" id="audio_quality_slider">
 
133
                                <property name="visible">True</property>
 
134
                                <property name="adjustment">3 1 11 1 1 1</property>
 
135
                                <property name="digits">0</property>
 
136
                                <property name="value_pos">GTK_POS_RIGHT</property>
 
137
                              </widget>
 
138
                              <packing>
 
139
                                <property name="left_attach">1</property>
 
140
                                <property name="right_attach">2</property>
 
141
                                <property name="top_attach">2</property>
 
142
                                <property name="bottom_attach">3</property>
 
143
                              </packing>
 
144
                            </child>
 
145
                            <child>
 
146
                              <widget class="GtkExpander" id="container_expander">
 
147
                                <property name="visible">True</property>
 
148
                                <property name="can_focus">True</property>
 
149
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
150
                                <property name="use_underline">True</property>
 
151
                                <property name="use_markup">True</property>
 
152
                                <child>
 
153
                                  <widget class="GtkAlignment" id="alignment3">
 
154
                                    <property name="visible">True</property>
 
155
                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
156
                                    <property name="left_padding">12</property>
 
157
                                    <child>
 
158
                                      <widget class="GtkTable" id="table3">
 
159
                                        <property name="visible">True</property>
 
160
                                        <property name="n_rows">1</property>
 
161
                                        <property name="n_columns">2</property>
 
162
                                        <property name="column_spacing">12</property>
 
163
                                        <property name="row_spacing">6</property>
 
164
                                        <child>
 
165
                                          <widget class="GtkComboBox" id="container_combobox">
 
166
                                            <property name="no_show_all">True</property>
 
167
                                            <property name="tooltip" translatable="yes">Ogg:
 
168
Matroska:</property>
 
169
                                            <property name="items" translatable="yes">Ogg
 
170
Matroska</property>
 
171
                                            <signal name="changed" handler="on_container_format_changed"/>
 
172
                                          </widget>
 
173
                                          <packing>
 
174
                                            <property name="left_attach">1</property>
 
175
                                            <property name="right_attach">2</property>
 
176
                                            <property name="y_padding">6</property>
 
177
                                          </packing>
 
178
                                        </child>
 
179
                                        <child>
 
180
                                          <widget class="GtkLabel" id="label10">
 
181
                                            <property name="visible">True</property>
 
182
                                            <property name="xalign">0</property>
 
183
                                            <property name="label" translatable="yes">File Format:</property>
 
184
                                          </widget>
 
185
                                          <packing>
 
186
                                            <property name="x_options">GTK_FILL</property>
 
187
                                          </packing>
 
188
                                        </child>
 
189
                                      </widget>
 
190
                                    </child>
 
191
                                  </widget>
 
192
                                </child>
 
193
                                <child>
 
194
                                  <widget class="GtkLabel" id="label11">
 
195
                                    <property name="visible">True</property>
 
196
                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
197
                                    <property name="label" translatable="yes">Advanced</property>
 
198
                                    <property name="use_markup">True</property>
 
199
                                  </widget>
 
200
                                  <packing>
 
201
                                    <property name="type">label_item</property>
 
202
                                  </packing>
 
203
                                </child>
 
204
                              </widget>
 
205
                              <packing>
 
206
                                <property name="right_attach">2</property>
 
207
                                <property name="top_attach">3</property>
 
208
                                <property name="bottom_attach">4</property>
 
209
                              </packing>
 
210
                            </child>
134
211
                          </widget>
135
 
                          <packing>
136
 
                            <property name="left_attach">1</property>
137
 
                            <property name="right_attach">2</property>
138
 
                            <property name="y_padding">6</property>
139
 
                          </packing>
 
212
                        </child>
 
213
                        <child>
 
214
                          <placeholder/>
140
215
                        </child>
141
216
                      </widget>
142
217
                    </child>
175
250
                        <property name="column_spacing">12</property>
176
251
                        <property name="row_spacing">6</property>
177
252
                        <child>
 
253
                          <widget class="GtkLabel" id="label5">
 
254
                            <property name="visible">True</property>
 
255
                            <property name="xalign">0</property>
 
256
                            <property name="label" translatable="yes">File Name:</property>
 
257
                          </widget>
 
258
                          <packing>
 
259
                            <property name="x_options">GTK_FILL</property>
 
260
                          </packing>
 
261
                        </child>
 
262
                        <child>
 
263
                          <widget class="GtkLabel" id="label9">
 
264
                            <property name="visible">True</property>
 
265
                            <property name="xalign">0</property>
 
266
                            <property name="label" translatable="yes">Save Folder:</property>
 
267
                          </widget>
 
268
                          <packing>
 
269
                            <property name="top_attach">1</property>
 
270
                            <property name="bottom_attach">2</property>
 
271
                            <property name="x_options">GTK_FILL</property>
 
272
                          </packing>
 
273
                        </child>
 
274
                        <child>
 
275
                          <widget class="GtkEntry" id="outfile_entry">
 
276
                            <property name="visible">True</property>
 
277
                            <signal name="changed" handler="on_outfile_entry_changed"/>
 
278
                          </widget>
 
279
                          <packing>
 
280
                            <property name="left_attach">1</property>
 
281
                            <property name="right_attach">2</property>
 
282
                          </packing>
 
283
                        </child>
 
284
                        <child>
178
285
                          <widget class="GtkFileChooserButton" id="save_folder_button">
179
286
                            <property name="visible">True</property>
180
287
                            <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
187
294
                            <property name="bottom_attach">2</property>
188
295
                          </packing>
189
296
                        </child>
190
 
                        <child>
191
 
                          <widget class="GtkEntry" id="outfile_entry">
192
 
                            <property name="visible">True</property>
193
 
                            <property name="truncate_multiline">True</property>
194
 
                            <signal name="changed" handler="on_outfile_entry_changed"/>
195
 
                          </widget>
196
 
                          <packing>
197
 
                            <property name="left_attach">1</property>
198
 
                            <property name="right_attach">2</property>
199
 
                          </packing>
200
 
                        </child>
201
 
                        <child>
202
 
                          <widget class="GtkLabel" id="label9">
203
 
                            <property name="visible">True</property>
204
 
                            <property name="xalign">0</property>
205
 
                            <property name="label" translatable="yes">Save Folder:</property>
206
 
                          </widget>
207
 
                          <packing>
208
 
                            <property name="top_attach">1</property>
209
 
                            <property name="bottom_attach">2</property>
210
 
                            <property name="x_options">GTK_FILL</property>
211
 
                          </packing>
212
 
                        </child>
213
 
                        <child>
214
 
                          <widget class="GtkLabel" id="label5">
215
 
                            <property name="visible">True</property>
216
 
                            <property name="xalign">0</property>
217
 
                            <property name="label" translatable="yes">File Name:</property>
218
 
                          </widget>
219
 
                          <packing>
220
 
                            <property name="x_options">GTK_FILL</property>
221
 
                          </packing>
222
 
                        </child>
223
297
                      </widget>
224
298
                    </child>
225
299
                  </widget>
259
333
            <child>
260
334
              <widget class="GtkButton" id="button3">
261
335
                <property name="visible">True</property>
262
 
                <property name="label" translatable="yes">gtk-about</property>
 
336
                <property name="label">gtk-about</property>
263
337
                <property name="use_stock">True</property>
 
338
                <property name="response_id">0</property>
264
339
                <signal name="clicked" handler="on_about_clicked"/>
265
340
              </widget>
266
341
              <packing>
270
345
            <child>
271
346
              <widget class="GtkButton" id="button2">
272
347
                <property name="visible">True</property>
273
 
                <property name="label" translatable="yes">gtk-quit</property>
 
348
                <property name="label">gtk-quit</property>
274
349
                <property name="use_stock">True</property>
 
350
                <property name="response_id">0</property>
275
351
                <signal name="clicked" handler="on_quit_clicked"/>
276
352
              </widget>
277
353
              <packing>
281
357
            <child>
282
358
              <widget class="GtkButton" id="go_button">
283
359
                <property name="visible">True</property>
284
 
                <property name="label" translatable="yes">gtk-convert</property>
 
360
                <property name="label">gtk-convert</property>
285
361
                <property name="use_stock">True</property>
 
362
                <property name="response_id">0</property>
286
363
                <signal name="clicked" handler="on_convert_clicked"/>
287
364
              </widget>
288
365
              <packing>
298
375
    </child>
299
376
  </widget>
300
377
  <widget class="GtkWindow" id="progress_window">
301
 
    <property name="width_request">400</property>
302
378
    <property name="border_width">12</property>
303
379
    <property name="title" translatable="yes">OggConvert</property>
304
 
    <property name="transient_for">app_window</property>
305
380
    <signal name="delete_event" handler="on_progress_window_delete"/>
306
381
    <child>
307
382
      <widget class="GtkVBox" id="vbox2">
340
415
            <child>
341
416
              <widget class="GtkProgressBar" id="progressbar">
342
417
                <property name="visible">True</property>
343
 
                <property name="show_text">True</property>
 
418
                <property name="pulse_step">0.10000000149</property>
344
419
                <property name="text" translatable="yes"></property>
345
420
              </widget>
346
421
            </child>
370
445
            <child>
371
446
              <widget class="GtkButton" id="cancel_button">
372
447
                <property name="visible">True</property>
373
 
                <property name="label" translatable="yes">gtk-cancel</property>
 
448
                <property name="label">gtk-cancel</property>
374
449
                <property name="use_stock">True</property>
 
450
                <property name="response_id">0</property>
375
451
                <signal name="clicked" handler="on_cancel_button_clicked"/>
376
452
              </widget>
377
453
            </child>
382
458
                <property name="has_focus">True</property>
383
459
                <property name="label" translatable="yes">_Pause</property>
384
460
                <property name="use_underline">True</property>
 
461
                <property name="response_id">0</property>
385
462
                <signal name="clicked" handler="on_pause_button_clicked"/>
386
463
              </widget>
387
464
              <packing>