~cmiller/ubuntu/quantal/deluge/fix-parameter-move-storage

« back to all changes in this revision

Viewing changes to deluge/plugins/blocklist/blocklist/data/blocklist_pref.glade

  • Committer: Bazaar Package Importer
  • Author(s): Cristian Greco
  • Date: 2009-11-13 02:39:45 UTC
  • mfrom: (4.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091113023945-te1bybo2912ejzuc
Tags: 1.2.0~rc3-4
* debian/control: bump build-dep on python-setuptools to (>= 0.6c9).
* debian/patches:
  - 25_r5921_fastresume_files.patch
    new, should fix problems with fresh configs;
  - 30_r5931_ipc_lockfile.patch:
    new, should fix an issue where Deluge will fail to start if there is a
    stale ipc lockfile. (Closes: #555849)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
 
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
 
<!--Generated with glade3 3.4.5 on Fri Nov 28 19:28:02 2008 -->
 
1
<?xml version="1.0"?>
4
2
<glade-interface>
 
3
  <!-- interface-requires gtk+ 2.12 -->
 
4
  <!-- interface-naming-policy toplevel-contextual -->
5
5
  <widget class="GtkWindow" id="window1">
6
6
    <child>
7
7
      <widget class="GtkVBox" id="blocklist_prefs_box">
11
11
          <widget class="GtkFrame" id="frame1">
12
12
            <property name="visible">True</property>
13
13
            <property name="label_xalign">0</property>
14
 
            <property name="shadow_type">GTK_SHADOW_NONE</property>
 
14
            <property name="shadow_type">none</property>
15
15
            <child>
16
16
              <widget class="GtkAlignment" id="alignment1">
17
17
                <property name="visible">True</property>
18
18
                <property name="left_padding">12</property>
19
19
                <child>
20
 
                  <widget class="GtkVBox" id="vbox2">
 
20
                  <widget class="GtkHBox" id="hbox2">
21
21
                    <property name="visible">True</property>
22
22
                    <property name="spacing">5</property>
23
23
                    <child>
24
 
                      <widget class="GtkHBox" id="hbox1">
 
24
                      <widget class="GtkLabel" id="label3">
25
25
                        <property name="visible">True</property>
26
 
                        <property name="spacing">5</property>
27
 
                        <child>
28
 
                          <widget class="GtkLabel" id="label2">
29
 
                            <property name="visible">True</property>
30
 
                            <property name="label" translatable="yes">Type:</property>
31
 
                          </widget>
32
 
                          <packing>
33
 
                            <property name="expand">False</property>
34
 
                            <property name="fill">False</property>
35
 
                          </packing>
36
 
                        </child>
37
 
                        <child>
38
 
                          <widget class="GtkComboBox" id="combobox_types">
39
 
                            <property name="visible">True</property>
40
 
                          </widget>
41
 
                          <packing>
42
 
                            <property name="expand">False</property>
43
 
                            <property name="fill">False</property>
44
 
                            <property name="position">1</property>
45
 
                          </packing>
46
 
                        </child>
 
26
                        <property name="label" translatable="yes">URL:</property>
47
27
                      </widget>
48
28
                      <packing>
49
29
                        <property name="expand">False</property>
50
30
                        <property name="fill">False</property>
 
31
                        <property name="position">0</property>
51
32
                      </packing>
52
33
                    </child>
53
34
                    <child>
54
 
                      <widget class="GtkHBox" id="hbox2">
 
35
                      <widget class="GtkEntry" id="entry_url">
55
36
                        <property name="visible">True</property>
56
 
                        <property name="spacing">5</property>
57
 
                        <child>
58
 
                          <widget class="GtkLabel" id="label3">
59
 
                            <property name="visible">True</property>
60
 
                            <property name="label" translatable="yes">URL:</property>
61
 
                          </widget>
62
 
                          <packing>
63
 
                            <property name="expand">False</property>
64
 
                            <property name="fill">False</property>
65
 
                          </packing>
66
 
                        </child>
67
 
                        <child>
68
 
                          <widget class="GtkEntry" id="entry_url">
69
 
                            <property name="visible">True</property>
70
 
                            <property name="can_focus">True</property>
71
 
                          </widget>
72
 
                          <packing>
73
 
                            <property name="position">1</property>
74
 
                          </packing>
75
 
                        </child>
 
37
                        <property name="can_focus">True</property>
 
38
                        <property name="invisible_char">&#x25CF;</property>
76
39
                      </widget>
77
40
                      <packing>
78
41
                        <property name="position">1</property>
96
59
          </widget>
97
60
          <packing>
98
61
            <property name="fill">False</property>
 
62
            <property name="position">0</property>
99
63
          </packing>
100
64
        </child>
101
65
        <child>
102
66
          <widget class="GtkFrame" id="frame2">
103
67
            <property name="visible">True</property>
104
68
            <property name="label_xalign">0</property>
105
 
            <property name="shadow_type">GTK_SHADOW_NONE</property>
 
69
            <property name="shadow_type">none</property>
106
70
            <child>
107
71
              <widget class="GtkAlignment" id="alignment2">
108
72
                <property name="visible">True</property>
118
82
                        <property name="column_spacing">5</property>
119
83
                        <property name="row_spacing">5</property>
120
84
                        <child>
121
 
                          <widget class="GtkLabel" id="label4">
122
 
                            <property name="visible">True</property>
123
 
                            <property name="xalign">0</property>
124
 
                            <property name="label" translatable="yes">Check for new list every:</property>
125
 
                          </widget>
126
 
                          <packing>
127
 
                            <property name="x_options">GTK_FILL</property>
128
 
                            <property name="y_options"></property>
129
 
                          </packing>
130
 
                        </child>
131
 
                        <child>
132
 
                          <widget class="GtkSpinButton" id="spin_check_days">
133
 
                            <property name="visible">True</property>
134
 
                            <property name="can_focus">True</property>
135
 
                            <property name="adjustment">2 0 100 1 10 0</property>
136
 
                          </widget>
137
 
                          <packing>
138
 
                            <property name="left_attach">1</property>
139
 
                            <property name="right_attach">2</property>
140
 
                            <property name="x_options">GTK_FILL</property>
141
 
                            <property name="y_options"></property>
142
 
                          </packing>
143
 
                        </child>
144
 
                        <child>
145
85
                          <widget class="GtkLabel" id="label8">
146
86
                            <property name="visible">True</property>
147
87
                            <property name="xalign">0</property>
154
94
                            <property name="y_options"></property>
155
95
                          </packing>
156
96
                        </child>
 
97
                        <child>
 
98
                          <widget class="GtkSpinButton" id="spin_check_days">
 
99
                            <property name="visible">True</property>
 
100
                            <property name="can_focus">True</property>
 
101
                            <property name="adjustment">2 0 100 1 10 0</property>
 
102
                          </widget>
 
103
                          <packing>
 
104
                            <property name="left_attach">1</property>
 
105
                            <property name="right_attach">2</property>
 
106
                            <property name="x_options">GTK_FILL</property>
 
107
                            <property name="y_options"></property>
 
108
                          </packing>
 
109
                        </child>
 
110
                        <child>
 
111
                          <widget class="GtkLabel" id="label4">
 
112
                            <property name="visible">True</property>
 
113
                            <property name="xalign">0</property>
 
114
                            <property name="label" translatable="yes">Check for new list every:</property>
 
115
                          </widget>
 
116
                          <packing>
 
117
                            <property name="x_options">GTK_FILL</property>
 
118
                            <property name="y_options"></property>
 
119
                          </packing>
 
120
                        </child>
157
121
                      </widget>
158
122
                      <packing>
159
123
                        <property name="expand">False</property>
160
124
                        <property name="fill">False</property>
 
125
                        <property name="position">0</property>
161
126
                      </packing>
162
127
                    </child>
163
128
                    <child>
164
129
                      <widget class="GtkCheckButton" id="chk_import_on_start">
165
 
                        <property name="visible">True</property>
166
 
                        <property name="can_focus">True</property>
167
130
                        <property name="label" translatable="yes">Import blocklist on startup</property>
168
 
                        <property name="response_id">0</property>
 
131
                        <property name="visible">True</property>
 
132
                        <property name="can_focus">True</property>
 
133
                        <property name="receives_default">False</property>
169
134
                        <property name="draw_indicator">True</property>
170
135
                      </widget>
171
136
                      <packing>
199
164
          <widget class="GtkFrame" id="frame3">
200
165
            <property name="visible">True</property>
201
166
            <property name="label_xalign">0</property>
202
 
            <property name="shadow_type">GTK_SHADOW_NONE</property>
 
167
            <property name="shadow_type">none</property>
203
168
            <child>
204
169
              <widget class="GtkAlignment" id="alignment3">
205
170
                <property name="visible">True</property>
207
172
                <property name="xscale">0</property>
208
173
                <property name="left_padding">12</property>
209
174
                <child>
210
 
                  <widget class="GtkVBox" id="vbox3">
 
175
                  <widget class="GtkHBox" id="hbox3">
211
176
                    <property name="visible">True</property>
212
177
                    <child>
213
 
                      <widget class="GtkButton" id="button_check_download">
 
178
                      <widget class="GtkVBox" id="vbox3">
214
179
                        <property name="visible">True</property>
215
 
                        <property name="can_focus">True</property>
216
 
                        <property name="receives_default">True</property>
217
 
                        <property name="tooltip" translatable="yes">Download the blocklist file if necessary and import the file.</property>
218
 
                        <property name="response_id">0</property>
219
 
                        <signal name="clicked" handler="on_button_check_download_clicked"/>
220
 
                        <child>
221
 
                          <widget class="GtkHBox" id="hbox3">
222
 
                            <property name="visible">True</property>
223
 
                            <property name="spacing">5</property>
224
 
                            <child>
225
 
                              <widget class="GtkImage" id="image_download">
226
 
                                <property name="visible">True</property>
227
 
                                <property name="stock">gtk-missing-image</property>
228
 
                              </widget>
229
 
                              <packing>
230
 
                                <property name="expand">False</property>
231
 
                                <property name="fill">False</property>
232
 
                              </packing>
233
 
                            </child>
234
 
                            <child>
235
 
                              <widget class="GtkLabel" id="label12">
236
 
                                <property name="visible">True</property>
237
 
                                <property name="label" translatable="yes">Check Download and Import</property>
238
 
                              </widget>
239
 
                              <packing>
240
 
                                <property name="expand">False</property>
241
 
                                <property name="fill">False</property>
242
 
                                <property name="position">1</property>
243
 
                              </packing>
244
 
                            </child>
245
 
                          </widget>
 
180
                        <child>
 
181
                          <widget class="GtkButton" id="button_check_download">
 
182
                            <property name="visible">True</property>
 
183
                            <property name="can_focus">True</property>
 
184
                            <property name="receives_default">True</property>
 
185
                            <property name="tooltip" translatable="yes">Download the blocklist file if necessary and import the file.</property>
 
186
                            <signal name="clicked" handler="on_button_check_download_clicked"/>
 
187
                            <child>
 
188
                              <widget class="GtkHBox" id="hbox4">
 
189
                                <property name="visible">True</property>
 
190
                                <property name="spacing">5</property>
 
191
                                <child>
 
192
                                  <widget class="GtkImage" id="image_download">
 
193
                                    <property name="visible">True</property>
 
194
                                    <property name="stock">gtk-missing-image</property>
 
195
                                  </widget>
 
196
                                  <packing>
 
197
                                    <property name="expand">False</property>
 
198
                                    <property name="fill">False</property>
 
199
                                    <property name="position">0</property>
 
200
                                  </packing>
 
201
                                </child>
 
202
                                <child>
 
203
                                  <widget class="GtkLabel" id="label12">
 
204
                                    <property name="visible">True</property>
 
205
                                    <property name="label" translatable="yes">Check Download and Import</property>
 
206
                                  </widget>
 
207
                                  <packing>
 
208
                                    <property name="expand">False</property>
 
209
                                    <property name="fill">False</property>
 
210
                                    <property name="position">1</property>
 
211
                                  </packing>
 
212
                                </child>
 
213
                              </widget>
 
214
                            </child>
 
215
                          </widget>
 
216
                          <packing>
 
217
                            <property name="expand">False</property>
 
218
                            <property name="fill">False</property>
 
219
                            <property name="position">0</property>
 
220
                          </packing>
 
221
                        </child>
 
222
                        <child>
 
223
                          <widget class="GtkButton" id="button_force_download">
 
224
                            <property name="visible">True</property>
 
225
                            <property name="can_focus">True</property>
 
226
                            <property name="receives_default">True</property>
 
227
                            <property name="tooltip" translatable="yes">Download a new blocklist file and import it.</property>
 
228
                            <signal name="clicked" handler="on_button_force_download_clicked"/>
 
229
                            <child>
 
230
                              <widget class="GtkHBox" id="hbox5">
 
231
                                <property name="visible">True</property>
 
232
                                <property name="spacing">5</property>
 
233
                                <child>
 
234
                                  <widget class="GtkImage" id="image_import">
 
235
                                    <property name="visible">True</property>
 
236
                                    <property name="stock">gtk-missing-image</property>
 
237
                                  </widget>
 
238
                                  <packing>
 
239
                                    <property name="expand">False</property>
 
240
                                    <property name="fill">False</property>
 
241
                                    <property name="position">0</property>
 
242
                                  </packing>
 
243
                                </child>
 
244
                                <child>
 
245
                                  <widget class="GtkLabel" id="label7">
 
246
                                    <property name="visible">True</property>
 
247
                                    <property name="label" translatable="yes">Force Download and Import</property>
 
248
                                  </widget>
 
249
                                  <packing>
 
250
                                    <property name="expand">False</property>
 
251
                                    <property name="fill">False</property>
 
252
                                    <property name="position">1</property>
 
253
                                  </packing>
 
254
                                </child>
 
255
                              </widget>
 
256
                            </child>
 
257
                          </widget>
 
258
                          <packing>
 
259
                            <property name="expand">False</property>
 
260
                            <property name="fill">False</property>
 
261
                            <property name="position">1</property>
 
262
                          </packing>
246
263
                        </child>
247
264
                      </widget>
248
265
                      <packing>
249
 
                        <property name="expand">False</property>
250
 
                        <property name="fill">False</property>
 
266
                        <property name="position">0</property>
251
267
                      </packing>
252
268
                    </child>
253
269
                    <child>
254
 
                      <widget class="GtkButton" id="button_force_download">
255
 
                        <property name="visible">True</property>
256
 
                        <property name="can_focus">True</property>
257
 
                        <property name="receives_default">True</property>
258
 
                        <property name="tooltip" translatable="yes">Download a new blocklist file and import it.</property>
259
 
                        <property name="response_id">0</property>
260
 
                        <signal name="clicked" handler="on_button_force_download_clicked"/>
261
 
                        <child>
262
 
                          <widget class="GtkHBox" id="hbox4">
263
 
                            <property name="visible">True</property>
264
 
                            <property name="spacing">5</property>
265
 
                            <child>
266
 
                              <widget class="GtkImage" id="image_import">
267
 
                                <property name="visible">True</property>
268
 
                                <property name="stock">gtk-missing-image</property>
269
 
                              </widget>
270
 
                              <packing>
271
 
                                <property name="expand">False</property>
272
 
                                <property name="fill">False</property>
273
 
                              </packing>
274
 
                            </child>
275
 
                            <child>
276
 
                              <widget class="GtkLabel" id="label7">
277
 
                                <property name="visible">True</property>
278
 
                                <property name="label" translatable="yes">Force Download and Import</property>
279
 
                              </widget>
280
 
                              <packing>
281
 
                                <property name="expand">False</property>
282
 
                                <property name="fill">False</property>
283
 
                                <property name="position">1</property>
284
 
                              </packing>
285
 
                            </child>
286
 
                          </widget>
287
 
                        </child>
 
270
                      <widget class="GtkImage" id="image_up_to_date">
 
271
                        <property name="tooltip" translatable="yes">Blocklist is up to date</property>
 
272
                        <property name="yalign">0.15000000596046448</property>
 
273
                        <property name="xpad">2</property>
 
274
                        <property name="stock">gtk-yes</property>
288
275
                      </widget>
289
276
                      <packing>
290
 
                        <property name="expand">False</property>
291
 
                        <property name="fill">False</property>
292
277
                        <property name="position">1</property>
293
278
                      </packing>
294
279
                    </child>
317
302
          <widget class="GtkFrame" id="frame4">
318
303
            <property name="visible">True</property>
319
304
            <property name="label_xalign">0</property>
320
 
            <property name="shadow_type">GTK_SHADOW_NONE</property>
 
305
            <property name="shadow_type">none</property>
321
306
            <child>
322
307
              <widget class="GtkAlignment" id="alignment4">
323
308
                <property name="visible">True</property>
330
315
                      <widget class="GtkProgressBar" id="progressbar">
331
316
                        <property name="visible">True</property>
332
317
                      </widget>
 
318
                      <packing>
 
319
                        <property name="position">0</property>
 
320
                      </packing>
333
321
                    </child>
334
322
                    <child>
335
323
                      <widget class="GtkTable" id="table_info">
338
326
                        <property name="n_columns">2</property>
339
327
                        <property name="column_spacing">5</property>
340
328
                        <child>
 
329
                          <widget class="GtkLabel" id="label_url">
 
330
                            <property name="visible">True</property>
 
331
                            <property name="xalign">0</property>
 
332
                          </widget>
 
333
                          <packing>
 
334
                            <property name="left_attach">1</property>
 
335
                            <property name="right_attach">2</property>
 
336
                            <property name="top_attach">3</property>
 
337
                            <property name="bottom_attach">4</property>
 
338
                          </packing>
 
339
                        </child>
 
340
                        <child>
 
341
                          <widget class="GtkLabel" id="label_type">
 
342
                            <property name="visible">True</property>
 
343
                            <property name="xalign">0</property>
 
344
                          </widget>
 
345
                          <packing>
 
346
                            <property name="left_attach">1</property>
 
347
                            <property name="right_attach">2</property>
 
348
                            <property name="top_attach">2</property>
 
349
                            <property name="bottom_attach">3</property>
 
350
                          </packing>
 
351
                        </child>
 
352
                        <child>
 
353
                          <widget class="GtkLabel" id="label_modified">
 
354
                            <property name="visible">True</property>
 
355
                            <property name="xalign">0</property>
 
356
                          </widget>
 
357
                          <packing>
 
358
                            <property name="left_attach">1</property>
 
359
                            <property name="right_attach">2</property>
 
360
                            <property name="top_attach">1</property>
 
361
                            <property name="bottom_attach">2</property>
 
362
                          </packing>
 
363
                        </child>
 
364
                        <child>
 
365
                          <widget class="GtkLabel" id="label_filesize">
 
366
                            <property name="visible">True</property>
 
367
                            <property name="xalign">0</property>
 
368
                          </widget>
 
369
                          <packing>
 
370
                            <property name="left_attach">1</property>
 
371
                            <property name="right_attach">2</property>
 
372
                          </packing>
 
373
                        </child>
 
374
                        <child>
 
375
                          <widget class="GtkLabel" id="label17">
 
376
                            <property name="visible">True</property>
 
377
                            <property name="xalign">0</property>
 
378
                            <property name="label" translatable="yes">URL:</property>
 
379
                          </widget>
 
380
                          <packing>
 
381
                            <property name="top_attach">3</property>
 
382
                            <property name="bottom_attach">4</property>
 
383
                            <property name="x_options">GTK_FILL</property>
 
384
                          </packing>
 
385
                        </child>
 
386
                        <child>
 
387
                          <widget class="GtkLabel" id="label16">
 
388
                            <property name="visible">True</property>
 
389
                            <property name="xalign">0</property>
 
390
                            <property name="label" translatable="yes">Type:</property>
 
391
                          </widget>
 
392
                          <packing>
 
393
                            <property name="top_attach">2</property>
 
394
                            <property name="bottom_attach">3</property>
 
395
                            <property name="x_options">GTK_FILL</property>
 
396
                          </packing>
 
397
                        </child>
 
398
                        <child>
 
399
                          <widget class="GtkLabel" id="label15">
 
400
                            <property name="visible">True</property>
 
401
                            <property name="xalign">0</property>
 
402
                            <property name="label" translatable="yes">Date:</property>
 
403
                          </widget>
 
404
                          <packing>
 
405
                            <property name="top_attach">1</property>
 
406
                            <property name="bottom_attach">2</property>
 
407
                            <property name="x_options">GTK_FILL</property>
 
408
                          </packing>
 
409
                        </child>
 
410
                        <child>
341
411
                          <widget class="GtkLabel" id="label14">
342
412
                            <property name="visible">True</property>
343
413
                            <property name="xalign">0</property>
347
417
                            <property name="x_options">GTK_FILL</property>
348
418
                          </packing>
349
419
                        </child>
350
 
                        <child>
351
 
                          <widget class="GtkLabel" id="label15">
352
 
                            <property name="visible">True</property>
353
 
                            <property name="xalign">0</property>
354
 
                            <property name="label" translatable="yes">Date:</property>
355
 
                          </widget>
356
 
                          <packing>
357
 
                            <property name="top_attach">1</property>
358
 
                            <property name="bottom_attach">2</property>
359
 
                            <property name="x_options">GTK_FILL</property>
360
 
                          </packing>
361
 
                        </child>
362
 
                        <child>
363
 
                          <widget class="GtkLabel" id="label16">
364
 
                            <property name="visible">True</property>
365
 
                            <property name="xalign">0</property>
366
 
                            <property name="label" translatable="yes">Type:</property>
367
 
                          </widget>
368
 
                          <packing>
369
 
                            <property name="top_attach">2</property>
370
 
                            <property name="bottom_attach">3</property>
371
 
                            <property name="x_options">GTK_FILL</property>
372
 
                          </packing>
373
 
                        </child>
374
 
                        <child>
375
 
                          <widget class="GtkLabel" id="label17">
376
 
                            <property name="visible">True</property>
377
 
                            <property name="xalign">0</property>
378
 
                            <property name="label" translatable="yes">URL:</property>
379
 
                          </widget>
380
 
                          <packing>
381
 
                            <property name="top_attach">3</property>
382
 
                            <property name="bottom_attach">4</property>
383
 
                            <property name="x_options">GTK_FILL</property>
384
 
                          </packing>
385
 
                        </child>
386
 
                        <child>
387
 
                          <widget class="GtkLabel" id="label_filesize">
388
 
                            <property name="visible">True</property>
389
 
                            <property name="xalign">0</property>
390
 
                          </widget>
391
 
                          <packing>
392
 
                            <property name="left_attach">1</property>
393
 
                            <property name="right_attach">2</property>
394
 
                          </packing>
395
 
                        </child>
396
 
                        <child>
397
 
                          <widget class="GtkLabel" id="label_modified">
398
 
                            <property name="visible">True</property>
399
 
                            <property name="xalign">0</property>
400
 
                          </widget>
401
 
                          <packing>
402
 
                            <property name="left_attach">1</property>
403
 
                            <property name="right_attach">2</property>
404
 
                            <property name="top_attach">1</property>
405
 
                            <property name="bottom_attach">2</property>
406
 
                          </packing>
407
 
                        </child>
408
 
                        <child>
409
 
                          <widget class="GtkLabel" id="label_type">
410
 
                            <property name="visible">True</property>
411
 
                            <property name="xalign">0</property>
412
 
                          </widget>
413
 
                          <packing>
414
 
                            <property name="left_attach">1</property>
415
 
                            <property name="right_attach">2</property>
416
 
                            <property name="top_attach">2</property>
417
 
                            <property name="bottom_attach">3</property>
418
 
                          </packing>
419
 
                        </child>
420
 
                        <child>
421
 
                          <widget class="GtkLabel" id="label_url">
422
 
                            <property name="visible">True</property>
423
 
                            <property name="xalign">0</property>
424
 
                          </widget>
425
 
                          <packing>
426
 
                            <property name="left_attach">1</property>
427
 
                            <property name="right_attach">2</property>
428
 
                            <property name="top_attach">3</property>
429
 
                            <property name="bottom_attach">4</property>
430
 
                          </packing>
431
 
                        </child>
432
420
                      </widget>
433
421
                      <packing>
434
422
                        <property name="expand">False</property>