~pyshareteam/pyshare/0.6

« back to all changes in this revision

Viewing changes to settings.glade

  • Committer: Sebastian Kacprzak
  • Date: 2011-02-06 15:32:30 UTC
  • Revision ID: naicik@gmail.com-20110206153230-lh0tnr4dtmwmdjud
make uploading with password from Imageshack_us work

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
 
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<glade-interface>
3
3
  <!-- interface-requires gtk+ 2.16 -->
4
4
  <!-- interface-naming-policy project-wide -->
9
9
    <property name="window_position">center-on-parent</property>
10
10
    <property name="icon_name">preferences-system</property>
11
11
    <property name="type_hint">dialog</property>
12
 
    <property name="has_separator">False</property>
13
12
    <child internal-child="vbox">
14
13
      <widget class="GtkVBox" id="dialog-vbox1">
15
14
        <property name="visible">True</property>
16
 
        <property name="orientation">vertical</property>
17
15
        <property name="spacing">2</property>
18
16
        <child>
19
17
          <widget class="GtkNotebook" id="notebook1">
22
20
            <child>
23
21
              <widget class="GtkVBox" id="vbox2">
24
22
                <property name="visible">True</property>
25
 
                <property name="orientation">vertical</property>
26
23
                <property name="spacing">8</property>
27
24
                <child>
28
25
                  <widget class="GtkCheckButton" id="checkbuttonOneInstance">
92
89
            <child>
93
90
              <widget class="GtkVBox" id="vbox3">
94
91
                <property name="visible">True</property>
95
 
                <property name="orientation">vertical</property>
96
92
                <property name="spacing">8</property>
97
93
                <child>
98
94
                  <widget class="GtkHBox" id="hbox7">
114
110
                      <widget class="GtkSpinButton" id="spinbuttonHeight">
115
111
                        <property name="visible">True</property>
116
112
                        <property name="can_focus">True</property>
117
 
                        <property name="invisible_char">&#x25CF;</property>
 
113
                        <property name="invisible_char">●</property>
118
114
                        <property name="adjustment">640 100 5760 1 10 0</property>
119
115
                        <signal name="value_changed" handler="on_spinbuttonHeight_value_changed"/>
120
116
                      </widget>
160
156
                      <widget class="GtkSpinButton" id="spinbuttonThumb">
161
157
                        <property name="visible">True</property>
162
158
                        <property name="can_focus">True</property>
163
 
                        <property name="invisible_char">&#x25CF;</property>
 
159
                        <property name="invisible_char">●</property>
164
160
                        <property name="adjustment">96 0 512 1 10 0</property>
165
161
                        <signal name="value_changed" handler="on_spinbuttonThumb_value_changed"/>
166
162
                      </widget>
237
233
            <child>
238
234
              <widget class="GtkVBox" id="vboxConnections">
239
235
                <property name="visible">True</property>
240
 
                <property name="orientation">vertical</property>
241
236
                <property name="spacing">4</property>
242
237
                <child>
243
238
                  <widget class="GtkVBox" id="vbox4">
244
239
                    <property name="visible">True</property>
245
 
                    <property name="orientation">vertical</property>
246
240
                    <child>
247
241
                      <widget class="GtkHBox" id="hbox2">
248
242
                        <property name="visible">True</property>
262
256
                            <property name="visible">True</property>
263
257
                            <property name="can_focus">True</property>
264
258
                            <property name="tooltip" translatable="yes">Maximum number of concurent uploads</property>
265
 
                            <property name="invisible_char">&#x25CF;</property>
 
259
                            <property name="invisible_char">●</property>
266
260
                            <property name="primary_icon_stock">gtk-connect</property>
267
261
                            <property name="adjustment">2 0 100 1 10 0</property>
268
262
                            <signal name="value_changed" handler="on_spinbuttonNumberOfConnections_value_changed"/>
280
274
                    <child>
281
275
                      <widget class="GtkVBox" id="vbox1">
282
276
                        <property name="visible">True</property>
283
 
                        <property name="orientation">vertical</property>
284
277
                        <property name="spacing">4</property>
285
278
                        <child>
286
279
                          <widget class="GtkCheckButton" id="checkbuttonUseProxy">
304
297
                            <child>
305
298
                              <widget class="GtkVBox" id="vboxProxy">
306
299
                                <property name="visible">True</property>
307
 
                                <property name="orientation">vertical</property>
308
300
                                <property name="spacing">4</property>
309
301
                                <child>
310
302
                                  <widget class="GtkHBox" id="hbox5">
323
315
                                      <widget class="GtkEntry" id="entryProxyAddress">
324
316
                                        <property name="visible">True</property>
325
317
                                        <property name="can_focus">True</property>
326
 
                                        <property name="invisible_char">&#x25CF;</property>
 
318
                                        <property name="invisible_char">●</property>
327
319
                                        <signal name="changed" handler="on_entryProxyAddress_changed"/>
328
320
                                      </widget>
329
321
                                      <packing>
353
345
                                      <widget class="GtkEntry" id="entryProxyPort">
354
346
                                        <property name="visible">True</property>
355
347
                                        <property name="can_focus">True</property>
356
 
                                        <property name="invisible_char">&#x25CF;</property>
 
348
                                        <property name="invisible_char">●</property>
357
349
                                        <signal name="changed" handler="on_entryProxyPort_changed"/>
358
350
                                      </widget>
359
351
                                      <packing>
385
377
                                        <property name="can_focus">True</property>
386
378
                                        <property name="tooltip" translatable="yes">leave empty if none
387
379
When using NTLM, you can set the domain by prepending it and separating the domain and name with a forward (/) or backward slash (\). Like this: "domain/user" or "domainuser".</property>
388
 
                                        <property name="invisible_char">&#x25CF;</property>
 
380
                                        <property name="invisible_char">●</property>
389
381
                                        <signal name="changed" handler="on_entryProxyUserName_changed"/>
390
382
                                      </widget>
391
383
                                      <packing>
416
408
                                        <property name="visible">True</property>
417
409
                                        <property name="can_focus">True</property>
418
410
                                        <property name="visibility">False</property>
419
 
                                        <property name="invisible_char">&#x25CF;</property>
 
411
                                        <property name="invisible_char">●</property>
420
412
                                        <property name="overwrite_mode">True</property>
421
413
                                        <signal name="changed" handler="on_entryProxyPassword_changed"/>
422
414
                                      </widget>
501
493
            <child>
502
494
              <widget class="GtkVBox" id="vboxUploaders">
503
495
                <property name="visible">True</property>
504
 
                <property name="orientation">vertical</property>
505
496
                <child>
506
497
                  <placeholder/>
507
498
                </child>
524
515
            <child>
525
516
              <widget class="GtkVBox" id="vboxAccounts">
526
517
                <property name="visible">True</property>
527
 
                <property name="orientation">vertical</property>
528
518
                <child>
529
 
                  <widget class="GtkTable" id="table1">
 
519
                  <widget class="GtkTable" id="tableAccounts">
530
520
                    <property name="visible">True</property>
531
 
                    <property name="n_rows">3</property>
532
521
                    <property name="n_columns">4</property>
533
522
                    <child>
534
523
                      <widget class="GtkLabel" id="label13">
566
555
                        <property name="right_attach">4</property>
567
556
                      </packing>
568
557
                    </child>
569
 
                    <child>
570
 
                      <widget class="GtkLabel" id="label17">
571
 
                        <property name="visible">True</property>
572
 
                        <property name="label">imageshack.us</property>
573
 
                      </widget>
574
 
                      <packing>
575
 
                        <property name="top_attach">1</property>
576
 
                        <property name="bottom_attach">2</property>
577
 
                      </packing>
578
 
                    </child>
579
 
                    <child>
580
 
                      <widget class="GtkLabel" id="label18">
581
 
                        <property name="visible">True</property>
582
 
                        <property name="label">rapidshare.com</property>
583
 
                      </widget>
584
 
                      <packing>
585
 
                        <property name="top_attach">2</property>
586
 
                        <property name="bottom_attach">3</property>
587
 
                      </packing>
588
 
                    </child>
589
 
                    <child>
590
 
                      <widget class="GtkEntry" id="entryISName">
591
 
                        <property name="visible">True</property>
592
 
                        <property name="can_focus">True</property>
593
 
                        <property name="invisible_char">&#x25CF;</property>
594
 
                      </widget>
595
 
                      <packing>
596
 
                        <property name="left_attach">1</property>
597
 
                        <property name="right_attach">2</property>
598
 
                        <property name="top_attach">1</property>
599
 
                        <property name="bottom_attach">2</property>
600
 
                      </packing>
601
 
                    </child>
602
 
                    <child>
603
 
                      <widget class="GtkEntry" id="entryRSName">
604
 
                        <property name="visible">True</property>
605
 
                        <property name="can_focus">True</property>
606
 
                        <property name="invisible_char">&#x25CF;</property>
607
 
                      </widget>
608
 
                      <packing>
609
 
                        <property name="left_attach">1</property>
610
 
                        <property name="right_attach">2</property>
611
 
                        <property name="top_attach">2</property>
612
 
                        <property name="bottom_attach">3</property>
613
 
                      </packing>
614
 
                    </child>
615
 
                    <child>
616
 
                      <widget class="GtkEntry" id="entryISPass">
617
 
                        <property name="visible">True</property>
618
 
                        <property name="can_focus">True</property>
619
 
                        <property name="visibility">False</property>
620
 
                        <property name="invisible_char">&#x25CF;</property>
621
 
                      </widget>
622
 
                      <packing>
623
 
                        <property name="left_attach">2</property>
624
 
                        <property name="right_attach">3</property>
625
 
                        <property name="top_attach">1</property>
626
 
                        <property name="bottom_attach">2</property>
627
 
                      </packing>
628
 
                    </child>
629
 
                    <child>
630
 
                      <widget class="GtkEntry" id="entryRSPass">
631
 
                        <property name="visible">True</property>
632
 
                        <property name="can_focus">True</property>
633
 
                        <property name="visibility">False</property>
634
 
                        <property name="invisible_char">&#x25CF;</property>
635
 
                      </widget>
636
 
                      <packing>
637
 
                        <property name="left_attach">2</property>
638
 
                        <property name="right_attach">3</property>
639
 
                        <property name="top_attach">2</property>
640
 
                        <property name="bottom_attach">3</property>
641
 
                      </packing>
642
 
                    </child>
643
 
                    <child>
644
 
                      <widget class="GtkCheckButton" id="checkbuttonISUse">
645
 
                        <property name="visible">True</property>
646
 
                        <property name="can_focus">True</property>
647
 
                        <property name="receives_default">False</property>
648
 
                        <property name="use_stock">True</property>
649
 
                        <property name="draw_indicator">True</property>
650
 
                        <signal name="toggled" handler="on_checkbuttonISUse_toggled"/>
651
 
                      </widget>
652
 
                      <packing>
653
 
                        <property name="left_attach">3</property>
654
 
                        <property name="right_attach">4</property>
655
 
                        <property name="top_attach">1</property>
656
 
                        <property name="bottom_attach">2</property>
657
 
                        <property name="x_options"></property>
658
 
                      </packing>
659
 
                    </child>
660
 
                    <child>
661
 
                      <widget class="GtkCheckButton" id="checkbuttonRSUse">
662
 
                        <property name="visible">True</property>
663
 
                        <property name="can_focus">True</property>
664
 
                        <property name="receives_default">False</property>
665
 
                        <property name="use_stock">True</property>
666
 
                        <property name="draw_indicator">True</property>
667
 
                        <signal name="toggled" handler="on_checkbuttonRSUse_toggled"/>
668
 
                      </widget>
669
 
                      <packing>
670
 
                        <property name="left_attach">3</property>
671
 
                        <property name="right_attach">4</property>
672
 
                        <property name="top_attach">2</property>
673
 
                        <property name="bottom_attach">3</property>
674
 
                        <property name="x_options"></property>
675
 
                      </packing>
676
 
                    </child>
677
558
                  </widget>
678
559
                  <packing>
679
560
                    <property name="expand">False</property>
700
581
            <child>
701
582
              <widget class="GtkVBox" id="vboxScreenshots">
702
583
                <property name="visible">True</property>
703
 
                <property name="orientation">vertical</property>
704
584
                <property name="spacing">8</property>
705
585
                <child>
706
586
                  <widget class="GtkHBox" id="hbox3">