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

« back to all changes in this revision

Viewing changes to deluge/plugins/autoadd/autoadd/data/autoadd_options.glade

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2010-09-21 17:34:33 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20100921173433-ex8inlhklmcmuyqi
Tags: 1.3.0-0ubuntu1
* Update to final release (LP: #643990).
 - Fix key error after enabling a plugin that introduces
   a new status key (LP: #627200).
* Drop debian/patches/save_timer_active.patch
 - Included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    <child internal-child="vbox">
84
84
      <widget class="GtkVBox" id="dialog-vbox1">
85
85
        <property name="visible">True</property>
 
86
        <property name="orientation">vertical</property>
86
87
        <child>
87
88
          <widget class="GtkVBox" id="vbox1">
88
89
            <property name="visible">True</property>
 
90
            <property name="orientation">vertical</property>
89
91
            <child>
90
92
              <widget class="GtkNotebook" id="notebook1">
91
93
                <property name="visible">True</property>
94
96
                  <widget class="GtkVBox" id="vbox2">
95
97
                    <property name="visible">True</property>
96
98
                    <property name="border_width">6</property>
 
99
                    <property name="orientation">vertical</property>
97
100
                    <child>
98
101
                      <widget class="GtkFrame" id="frame2">
99
102
                        <property name="visible">True</property>
106
109
                            <child>
107
110
                              <widget class="GtkVBox" id="vbox6">
108
111
                                <property name="visible">True</property>
 
112
                                <property name="orientation">vertical</property>
109
113
                                <child>
110
114
                                  <widget class="GtkHBox" id="hbox3">
111
115
                                    <property name="visible">True</property>
171
175
                      </packing>
172
176
                    </child>
173
177
                    <child>
 
178
                      <widget class="GtkFrame" id="frame1">
 
179
                        <property name="visible">True</property>
 
180
                        <property name="label_xalign">0</property>
 
181
                        <property name="shadow_type">none</property>
 
182
                        <child>
 
183
                          <widget class="GtkAlignment" id="alignment1">
 
184
                            <property name="visible">True</property>
 
185
                            <property name="left_padding">12</property>
 
186
                            <child>
 
187
                              <widget class="GtkAlignment" id="alignment2">
 
188
                                <property name="visible">True</property>
 
189
                                <child>
 
190
                                  <widget class="GtkVBox" id="vbox7">
 
191
                                    <property name="visible">True</property>
 
192
                                    <property name="orientation">vertical</property>
 
193
                                    <child>
 
194
                                      <widget class="GtkRadioButton" id="isnt_append_extension">
 
195
                                        <property name="label" translatable="yes">Delete .torrent after adding</property>
 
196
                                        <property name="visible">True</property>
 
197
                                        <property name="can_focus">True</property>
 
198
                                        <property name="receives_default">False</property>
 
199
                                        <property name="active">True</property>
 
200
                                        <property name="draw_indicator">True</property>
 
201
                                      </widget>
 
202
                                      <packing>
 
203
                                        <property name="position">0</property>
 
204
                                      </packing>
 
205
                                    </child>
 
206
                                    <child>
 
207
                                      <widget class="GtkHBox" id="hbox1">
 
208
                                        <property name="visible">True</property>
 
209
                                        <child>
 
210
                                          <widget class="GtkRadioButton" id="append_extension_toggle">
 
211
                                            <property name="label" translatable="yes">Append extension after adding:</property>
 
212
                                            <property name="visible">True</property>
 
213
                                            <property name="can_focus">True</property>
 
214
                                            <property name="receives_default">False</property>
 
215
                                            <property name="draw_indicator">True</property>
 
216
                                            <property name="group">isnt_append_extension</property>
 
217
                                            <signal name="toggled" handler="on_toggle_toggled"/>
 
218
                                          </widget>
 
219
                                          <packing>
 
220
                                            <property name="position">0</property>
 
221
                                          </packing>
 
222
                                        </child>
 
223
                                        <child>
 
224
                                          <widget class="GtkEntry" id="append_extension">
 
225
                                            <property name="visible">True</property>
 
226
                                            <property name="can_focus">True</property>
 
227
                                            <property name="invisible_char">&#x2022;</property>
 
228
                                            <property name="text" translatable="yes">.added</property>
 
229
                                          </widget>
 
230
                                          <packing>
 
231
                                            <property name="position">1</property>
 
232
                                          </packing>
 
233
                                        </child>
 
234
                                      </widget>
 
235
                                      <packing>
 
236
                                        <property name="position">1</property>
 
237
                                      </packing>
 
238
                                    </child>
 
239
                                  </widget>
 
240
                                </child>
 
241
                              </widget>
 
242
                            </child>
 
243
                          </widget>
 
244
                        </child>
 
245
                        <child>
 
246
                          <widget class="GtkLabel" id="label2">
 
247
                            <property name="visible">True</property>
 
248
                            <property name="label" translatable="yes">&lt;b&gt;Torrent File Action&lt;/b&gt;</property>
 
249
                            <property name="use_markup">True</property>
 
250
                          </widget>
 
251
                          <packing>
 
252
                            <property name="type">label_item</property>
 
253
                          </packing>
 
254
                        </child>
 
255
                      </widget>
 
256
                      <packing>
 
257
                        <property name="position">1</property>
 
258
                      </packing>
 
259
                    </child>
 
260
                    <child>
174
261
                      <widget class="GtkFrame" id="frame3">
175
262
                        <property name="visible">True</property>
176
263
                        <property name="label_xalign">0</property>
182
269
                            <child>
183
270
                              <widget class="GtkVBox" id="vbox3">
184
271
                                <property name="visible">True</property>
 
272
                                <property name="orientation">vertical</property>
185
273
                                <child>
186
274
                                  <widget class="GtkCheckButton" id="download_location_toggle">
187
275
                                    <property name="label" translatable="yes">Set download location</property>
244
332
                      </widget>
245
333
                      <packing>
246
334
                        <property name="fill">False</property>
247
 
                        <property name="position">1</property>
 
335
                        <property name="position">2</property>
248
336
                      </packing>
249
337
                    </child>
250
338
                    <child>
259
347
                            <child>
260
348
                              <widget class="GtkVBox" id="vbox4">
261
349
                                <property name="visible">True</property>
 
350
                                <property name="orientation">vertical</property>
262
351
                                <child>
263
352
                                  <widget class="GtkCheckButton" id="move_completed_toggle">
264
353
                                    <property name="label" translatable="yes">Set move completed location</property>
336
425
                      </widget>
337
426
                      <packing>
338
427
                        <property name="fill">False</property>
339
 
                        <property name="position">2</property>
 
428
                        <property name="position">3</property>
340
429
                      </packing>
341
430
                    </child>
342
431
                    <child>
392
481
                        </child>
393
482
                      </widget>
394
483
                      <packing>
395
 
                        <property name="position">3</property>
 
484
                        <property name="position">4</property>
396
485
                      </packing>
397
486
                    </child>
398
487
                  </widget>
411
500
                  <widget class="GtkVBox" id="vbox5">
412
501
                    <property name="visible">True</property>
413
502
                    <property name="border_width">6</property>
 
503
                    <property name="orientation">vertical</property>
414
504
                    <child>
415
505
                      <placeholder/>
416
506
                    </child>
484
574
                                  <widget class="GtkSpinButton" id="max_download_speed">
485
575
                                    <property name="visible">True</property>
486
576
                                    <property name="can_focus">True</property>
487
 
                                    <property name="adjustment">-1 -1 10000 1 10 10</property>
 
577
                                    <property name="adjustment">-1 -1 10000 1 10 0</property>
488
578
                                    <property name="climb_rate">1</property>
489
579
                                    <property name="digits">1</property>
490
580
                                  </widget>
498
588
                                  <widget class="GtkSpinButton" id="max_upload_speed">
499
589
                                    <property name="visible">True</property>
500
590
                                    <property name="can_focus">True</property>
501
 
                                    <property name="adjustment">-1 -1 10000 1 10 10</property>
 
591
                                    <property name="adjustment">-1 -1 10000 1 10 0</property>
502
592
                                    <property name="climb_rate">1</property>
503
593
                                    <property name="digits">1</property>
504
594
                                  </widget>
514
604
                                  <widget class="GtkSpinButton" id="max_connections">
515
605
                                    <property name="visible">True</property>
516
606
                                    <property name="can_focus">True</property>
517
 
                                    <property name="adjustment">-1 -1 10000 1 10 10</property>
 
607
                                    <property name="adjustment">-1 -1 10000 1 10 0</property>
518
608
                                    <property name="climb_rate">1</property>
519
609
                                  </widget>
520
610
                                  <packing>
529
619
                                  <widget class="GtkSpinButton" id="max_upload_slots">
530
620
                                    <property name="visible">True</property>
531
621
                                    <property name="can_focus">True</property>
532
 
                                    <property name="adjustment">-1 -1 10000 1 10 10</property>
 
622
                                    <property name="adjustment">-1 -1 10000 1 10 0</property>
533
623
                                    <property name="climb_rate">1</property>
534
624
                                  </widget>
535
625
                                  <packing>
640
730
                                    </child>
641
731
                                  </widget>
642
732
                                  <packing>
643
 
                                    <property name="top_attach">2</property>
644
 
                                    <property name="bottom_attach">3</property>
 
733
                                    <property name="top_attach">3</property>
 
734
                                    <property name="bottom_attach">4</property>
645
735
                                    <property name="x_options">GTK_FILL</property>
646
736
                                  </packing>
647
737
                                </child>
648
738
                                <child>
649
739
                                  <widget class="GtkAlignment" id="alignment14">
650
740
                                    <property name="visible">True</property>
 
741
                                    <property name="xalign">0</property>
 
742
                                    <property name="yalign">0</property>
651
743
                                    <property name="left_padding">12</property>
652
744
                                    <child>
653
745
                                      <widget class="GtkCheckButton" id="remove_at_ratio">
661
753
                                    </child>
662
754
                                  </widget>
663
755
                                  <packing>
664
 
                                    <property name="top_attach">3</property>
665
 
                                    <property name="bottom_attach">4</property>
 
756
                                    <property name="top_attach">4</property>
 
757
                                    <property name="bottom_attach">5</property>
666
758
                                  </packing>
667
759
                                </child>
668
760
                                <child>
676
768
                                    <signal name="toggled" handler="on_toggle_toggled"/>
677
769
                                  </widget>
678
770
                                  <packing>
679
 
                                    <property name="top_attach">1</property>
680
 
                                    <property name="bottom_attach">2</property>
 
771
                                    <property name="top_attach">2</property>
 
772
                                    <property name="bottom_attach">3</property>
681
773
                                    <property name="x_options">GTK_FILL</property>
682
774
                                    <property name="y_options"></property>
683
775
                                  </packing>
694
786
                                  <packing>
695
787
                                    <property name="left_attach">2</property>
696
788
                                    <property name="right_attach">3</property>
697
 
                                    <property name="top_attach">3</property>
698
 
                                    <property name="bottom_attach">4</property>
 
789
                                    <property name="top_attach">4</property>
 
790
                                    <property name="bottom_attach">5</property>
699
791
                                    <property name="x_options">GTK_FILL</property>
700
792
                                    <property name="y_options"></property>
701
793
                                  </packing>
712
804
                                  <packing>
713
805
                                    <property name="left_attach">1</property>
714
806
                                    <property name="right_attach">2</property>
715
 
                                    <property name="top_attach">3</property>
716
 
                                    <property name="bottom_attach">4</property>
 
807
                                    <property name="top_attach">4</property>
 
808
                                    <property name="bottom_attach">5</property>
717
809
                                    <property name="x_options">GTK_FILL</property>
718
810
                                    <property name="y_options"></property>
719
811
                                  </packing>
723
815
                                    <property name="visible">True</property>
724
816
                                    <property name="can_focus">True</property>
725
817
                                    <property name="invisible_char">&#x25CF;</property>
726
 
                                    <property name="adjustment">2 0 100 0.10000000149 10 10</property>
 
818
                                    <property name="adjustment">2 0 100 0.10000000149 10 0</property>
727
819
                                    <property name="climb_rate">1</property>
728
820
                                    <property name="digits">1</property>
729
821
                                  </widget>
730
822
                                  <packing>
731
823
                                    <property name="left_attach">1</property>
732
824
                                    <property name="right_attach">2</property>
733
 
                                    <property name="top_attach">2</property>
734
 
                                    <property name="bottom_attach">3</property>
 
825
                                    <property name="top_attach">3</property>
 
826
                                    <property name="bottom_attach">4</property>
735
827
                                    <property name="y_options"></property>
736
828
                                  </packing>
737
829
                                </child>
738
830
                                <child>
739
831
                                  <widget class="GtkHBox" id="auto_managed_box">
740
832
                                    <property name="visible">True</property>
 
833
                                    <property name="homogeneous">True</property>
741
834
                                    <child>
742
835
                                      <widget class="GtkRadioButton" id="auto_managed">
743
836
                                        <property name="label" translatable="yes">Yes</property>
768
861
                                  <packing>
769
862
                                    <property name="left_attach">1</property>
770
863
                                    <property name="right_attach">2</property>
771
 
                                    <property name="top_attach">1</property>
772
 
                                    <property name="bottom_attach">2</property>
 
864
                                    <property name="top_attach">2</property>
 
865
                                    <property name="bottom_attach">3</property>
773
866
                                    <property name="x_options">GTK_FILL</property>
774
867
                                    <property name="y_options">GTK_FILL</property>
775
868
                                  </packing>
786
879
                                  <packing>
787
880
                                    <property name="left_attach">2</property>
788
881
                                    <property name="right_attach">3</property>
789
 
                                    <property name="top_attach">2</property>
790
 
                                    <property name="bottom_attach">3</property>
 
882
                                    <property name="top_attach">3</property>
 
883
                                    <property name="bottom_attach">4</property>
791
884
                                    <property name="x_options">GTK_FILL</property>
792
885
                                    <property name="y_options"></property>
793
886
                                  </packing>
805
898
                                <child>
806
899
                                  <widget class="GtkHBox" id="add_paused_box">
807
900
                                    <property name="visible">True</property>
 
901
                                    <property name="homogeneous">True</property>
808
902
                                    <child>
809
903
                                      <widget class="GtkRadioButton" id="add_paused">
810
904
                                        <property name="label" translatable="yes">Yes</property>
824
918
                                        <property name="visible">True</property>
825
919
                                        <property name="can_focus">True</property>
826
920
                                        <property name="receives_default">False</property>
827
 
                                        <property name="active">True</property>
828
921
                                        <property name="draw_indicator">True</property>
829
922
                                        <property name="group">add_paused</property>
830
923
                                      </widget>
839
932
                                  </packing>
840
933
                                </child>
841
934
                                <child>
842
 
                                  <placeholder/>
 
935
                                  <widget class="GtkCheckButton" id="queue_to_top_toggle">
 
936
                                    <property name="label" translatable="yes">Queue to:</property>
 
937
                                    <property name="visible">True</property>
 
938
                                    <property name="can_focus">True</property>
 
939
                                    <property name="receives_default">False</property>
 
940
                                    <property name="draw_indicator">True</property>
 
941
                                    <signal name="toggled" handler="on_toggle_toggled"/>
 
942
                                  </widget>
 
943
                                  <packing>
 
944
                                    <property name="top_attach">1</property>
 
945
                                    <property name="bottom_attach">2</property>
 
946
                                  </packing>
843
947
                                </child>
844
948
                                <child>
845
 
                                  <placeholder/>
 
949
                                  <widget class="GtkHBox" id="hbox2">
 
950
                                    <property name="visible">True</property>
 
951
                                    <property name="homogeneous">True</property>
 
952
                                    <child>
 
953
                                      <widget class="GtkRadioButton" id="queue_to_top">
 
954
                                        <property name="label" translatable="yes">Top</property>
 
955
                                        <property name="visible">True</property>
 
956
                                        <property name="can_focus">True</property>
 
957
                                        <property name="receives_default">False</property>
 
958
                                        <property name="active">True</property>
 
959
                                        <property name="draw_indicator">True</property>
 
960
                                      </widget>
 
961
                                      <packing>
 
962
                                        <property name="position">0</property>
 
963
                                      </packing>
 
964
                                    </child>
 
965
                                    <child>
 
966
                                      <widget class="GtkRadioButton" id="isnt_queue_to_top">
 
967
                                        <property name="label" translatable="yes">Bottom</property>
 
968
                                        <property name="visible">True</property>
 
969
                                        <property name="can_focus">True</property>
 
970
                                        <property name="receives_default">False</property>
 
971
                                        <property name="draw_indicator">True</property>
 
972
                                        <property name="group">queue_to_top</property>
 
973
                                      </widget>
 
974
                                      <packing>
 
975
                                        <property name="position">1</property>
 
976
                                      </packing>
 
977
                                    </child>
 
978
                                  </widget>
 
979
                                  <packing>
 
980
                                    <property name="left_attach">1</property>
 
981
                                    <property name="right_attach">2</property>
 
982
                                    <property name="top_attach">1</property>
 
983
                                    <property name="bottom_attach">2</property>
 
984
                                  </packing>
846
985
                                </child>
847
986
                                <child>
848
987
                                  <placeholder/>
911
1050
            <child>
912
1051
              <widget class="GtkHButtonBox" id="hbuttonbox2">
913
1052
                <property name="visible">True</property>
 
1053
                <property name="orientation">vertical</property>
914
1054
              </widget>
915
1055
              <packing>
916
1056
                <property name="position">1</property>
943
1083
            </child>
944
1084
            <child>
945
1085
              <widget class="GtkButton" id="opts_add_button">
946
 
                <property name="label" translatable="no">gtk-add</property>
 
1086
                <property name="label">gtk-add</property>
947
1087
                <property name="visible">True</property>
948
1088
                <property name="can_focus">True</property>
949
1089
                <property name="can_default">True</property>
959
1099
            </child>
960
1100
            <child>
961
1101
              <widget class="GtkButton" id="opts_apply_button">
962
 
                <property name="label" translatable="no">gtk-apply</property>
 
1102
                <property name="label">gtk-apply</property>
963
1103
                <property name="visible">True</property>
964
1104
                <property name="can_focus">True</property>
965
1105
                <property name="can_default">True</property>