~khurshid-alam/unity-control-center/use-usd-schemas

« back to all changes in this revision

Viewing changes to panels/network/network-proxy.ui

  • Committer: Sebastien Bacher
  • Author(s): Khurshid Alam
  • Date: 2019-05-17 07:34:33 UTC
  • mfrom: (12920.1.1 unity-control-center)
  • Revision ID: seb128@ubuntu.com-20190517073433-ch2kybdhhzpkmvq4
Network: Port to libnm 1.2 (lp: #1744619)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
      </row>
40
40
    </data>
41
41
  </object>
42
 
  <object class="GtkWindow" id="window_tmp">
43
 
    <property name="can_focus">False</property>
44
 
    <child>
45
42
      <object class="GtkGrid" id="grid5">
46
43
        <property name="visible">True</property>
47
44
        <property name="can_focus">False</property>
50
47
        <property name="row_spacing">10</property>
51
48
        <property name="column_spacing">6</property>
52
49
        <child>
53
 
          <object class="GtkImage" id="image_proxy_device">
54
 
            <property name="visible">True</property>
55
 
            <property name="can_focus">False</property>
56
 
            <property name="halign">end</property>
57
 
            <property name="valign">start</property>
58
 
            <property name="xalign">1</property>
59
 
            <property name="pixel_size">48</property>
60
 
            <property name="icon_name">preferences-system-network</property>
61
 
            <property name="icon-size">6</property>
62
 
          </object>
63
 
          <packing>
64
 
            <property name="left_attach">0</property>
65
 
            <property name="top_attach">0</property>
66
 
            <property name="width">1</property>
67
 
            <property name="height">1</property>
68
 
          </packing>
69
 
        </child>
70
 
        <child>
71
 
          <object class="GtkVBox" id="vbox13">
72
 
            <property name="visible">True</property>
73
 
            <property name="can_focus">False</property>
74
 
            <property name="valign">start</property>
75
 
            <property name="hexpand">True</property>
76
 
            <property name="spacing">3</property>
77
 
            <child>
78
 
              <object class="GtkLabel" id="label_proxy_device">
79
 
                <property name="visible">True</property>
80
 
                <property name="can_focus">False</property>
81
 
                <property name="xalign">0</property>
82
 
                <property name="label">Proxy</property>
83
 
                <property name="ellipsize">end</property>
84
 
                <attributes>
85
 
                  <attribute name="weight" value="bold"/>
86
 
                  <attribute name="scale" value="1.2"/>
87
 
                </attributes>
88
 
              </object>
89
 
              <packing>
90
 
                <property name="expand">False</property>
91
 
                <property name="fill">False</property>
92
 
                <property name="position">0</property>
93
 
              </packing>
94
 
            </child>
95
 
            <child>
96
 
              <object class="GtkLabel" id="label_proxy_status">
97
 
                <property name="visible">True</property>
98
 
                <property name="can_focus">False</property>
99
 
                <property name="xalign">0</property>
100
 
                <property name="label">Not connected</property>
101
 
              </object>
102
 
              <packing>
103
 
                <property name="expand">False</property>
104
 
                <property name="fill">False</property>
105
 
                <property name="position">1</property>
106
 
              </packing>
107
 
            </child>
108
 
          </object>
109
 
          <packing>
110
 
            <property name="left_attach">1</property>
111
 
            <property name="top_attach">0</property>
112
 
            <property name="width">1</property>
113
 
            <property name="height">1</property>
114
 
          </packing>
115
 
        </child>
116
 
        <child>
117
50
          <object class="GtkAlignment" id="alignment_proxy_switch">
118
51
            <property name="visible">True</property>
119
52
            <property name="can_focus">False</property>
120
53
            <property name="halign">end</property>
121
54
            <property name="valign">start</property>
122
55
            <child>
123
 
              <object class="GtkSwitch" id="device_proxy_off_switch">
124
 
                <property name="use_action_appearance">False</property>
125
 
                <property name="visible">True</property>
126
 
                <property name="can_focus">True</property>
127
 
                <property name="halign">end</property>
128
 
                <property name="valign">start</property>
129
 
              </object>
 
56
              <placeholder/>
130
57
            </child>
131
58
          </object>
132
59
          <packing>
145
72
            <property name="use_underline">True</property>
146
73
            <property name="mnemonic_widget">combobox_proxy_mode</property>
147
74
            <style>
148
 
              <class name="dim-label-ucc"/>
 
75
              <class name="dim-label"/>
149
76
            </style>
150
77
          </object>
151
78
          <packing>
179
106
            <property name="use_underline">True</property>
180
107
            <property name="mnemonic_widget">entry_proxy_url</property>
181
108
            <style>
182
 
              <class name="dim-label-ucc"/>
 
109
              <class name="dim-label"/>
183
110
            </style>
184
111
          </object>
185
112
          <packing>
212
139
            <property name="use_underline">True</property>
213
140
            <property name="mnemonic_widget">entry_proxy_http</property>
214
141
            <style>
215
 
              <class name="dim-label-ucc"/>
 
142
              <class name="dim-label"/>
216
143
            </style>
217
144
          </object>
218
145
          <packing>
231
158
            <property name="use_underline">True</property>
232
159
            <property name="mnemonic_widget">entry_proxy_https</property>
233
160
            <style>
234
 
              <class name="dim-label-ucc"/>
 
161
              <class name="dim-label"/>
235
162
            </style>
236
163
          </object>
237
164
          <packing>
250
177
            <property name="use_underline">True</property>
251
178
            <property name="mnemonic_widget">entry_proxy_ftp</property>
252
179
            <style>
253
 
              <class name="dim-label-ucc"/>
 
180
              <class name="dim-label"/>
254
181
            </style>
255
182
          </object>
256
183
          <packing>
269
196
            <property name="use_underline">True</property>
270
197
            <property name="mnemonic_widget">entry_proxy_socks</property>
271
198
            <style>
272
 
              <class name="dim-label-ucc"/>
 
199
              <class name="dim-label"/>
273
200
            </style>
274
201
          </object>
275
202
          <packing>
280
207
          </packing>
281
208
        </child>
282
209
        <child>
283
 
          <object class="GtkButton" id="system_proxy_button">
284
 
            <property name="label" translatable="yes">Apply system wide</property>
 
210
          <object class="GtkLabel" id="heading_proxy_ignore">
285
211
            <property name="visible">True</property>
286
 
            <property name="can_focus">True</property>
287
 
            <property name="receives_default">True</property>
288
 
            <property name="use_action_appearance">False</property>
 
212
            <property name="can_focus">False</property>
 
213
            <property name="xalign">1</property>
 
214
            <property name="label" translatable="yes">_Ignore Hosts</property>
 
215
            <property name="use_underline">True</property>
 
216
            <property name="mnemonic_widget">entry_proxy_ignore</property>
 
217
            <style>
 
218
              <class name="dim-label"/>
 
219
            </style>
289
220
          </object>
290
221
          <packing>
291
222
            <property name="left_attach">0</property>
292
223
            <property name="top_attach">7</property>
293
 
            <property name="width">3</property>
 
224
            <property name="width">1</property>
294
225
            <property name="height">1</property>
295
226
          </packing>
296
227
        </child>
297
228
        <child>
298
229
          <object class="GtkLabel" id="label_proxy_warning">
299
 
            <property name="visible">True</property>
 
230
            <property name="visible">False</property>
300
231
            <property name="can_focus">False</property>
301
232
            <property name="xalign">0</property>
302
 
            <property name="label">WPAD warning...</property>
 
233
            <property name="label">WPAD warning…</property>
303
234
            <property name="wrap">True</property>
304
235
            <property name="width_chars">50</property>
305
236
          </object>
332
263
            <property name="xalign">1</property>
333
264
            <property name="invisible_char_set">True</property>
334
265
            <property name="adjustment">adjustment_proxy_port_http</property>
 
266
            <child internal-child="accessible">
 
267
              <object class="AtkObject" id="spinbutton_proxy_http-accessible">
 
268
                <property name="accessible-name" translatable="yes">HTTP proxy port</property>
 
269
              </object>
 
270
            </child>
335
271
          </object>
336
272
          <packing>
337
273
            <property name="left_attach">2</property>
383
319
          </packing>
384
320
        </child>
385
321
        <child>
 
322
          <object class="GtkEntry" id="entry_proxy_ignore">
 
323
            <property name="visible">True</property>
 
324
            <property name="can_focus">True</property>
 
325
            <property name="invisible_char">●</property>
 
326
            <property name="invisible_char_set">True</property>
 
327
          </object>
 
328
          <packing>
 
329
            <property name="left_attach">1</property>
 
330
            <property name="top_attach">7</property>
 
331
            <property name="width">2</property>
 
332
            <property name="height">1</property>
 
333
          </packing>
 
334
        </child>
 
335
        <child>
386
336
          <object class="GtkSpinButton" id="spinbutton_proxy_https">
387
337
            <property name="visible">True</property>
388
338
            <property name="can_focus">True</property>
390
340
            <property name="xalign">1</property>
391
341
            <property name="invisible_char_set">True</property>
392
342
            <property name="adjustment">adjustment_proxy_port_https</property>
 
343
            <child internal-child="accessible">
 
344
              <object class="AtkObject" id="spinbutton_proxy_https-accessible">
 
345
                <property name="accessible-name" translatable="yes">HTTPS proxy port</property>
 
346
              </object>
 
347
            </child>
393
348
          </object>
394
349
          <packing>
395
350
            <property name="left_attach">2</property>
406
361
            <property name="xalign">1</property>
407
362
            <property name="invisible_char_set">True</property>
408
363
            <property name="adjustment">adjustment_proxy_port_ftp</property>
 
364
            <child internal-child="accessible">
 
365
              <object class="AtkObject" id="spinbutton_proxy_ftp-accessible">
 
366
                <property name="accessible-name" translatable="yes">FTP proxy port</property>
 
367
              </object>
 
368
            </child>
409
369
          </object>
410
370
          <packing>
411
371
            <property name="left_attach">2</property>
422
382
            <property name="xalign">1</property>
423
383
            <property name="invisible_char_set">True</property>
424
384
            <property name="adjustment">adjustment_proxy_port_socks</property>
 
385
            <child internal-child="accessible">
 
386
              <object class="AtkObject" id="spinbutton_proxy_socks-accessible">
 
387
                <property name="accessible-name" translatable="yes">Socks proxy port</property>
 
388
              </object>
 
389
            </child>
425
390
          </object>
426
391
          <packing>
427
392
            <property name="left_attach">2</property>
430
395
            <property name="height">1</property>
431
396
          </packing>
432
397
        </child>
 
398
        <child>
 
399
          <object class="GtkBox" id="box1">
 
400
            <property name="visible">True</property>
 
401
            <property name="can_focus">False</property>
 
402
            <property name="spacing">6</property>
 
403
            <child>
 
404
              <object class="GtkImage" id="image_proxy_device">
 
405
                <property name="visible">True</property>
 
406
                <property name="can_focus">False</property>
 
407
                <property name="halign">end</property>
 
408
                <property name="valign">start</property>
 
409
                <property name="xalign">1</property>
 
410
                <property name="pixel_size">48</property>
 
411
                <property name="icon_name">preferences-system-network</property>
 
412
                <property name="icon-size">6</property>
 
413
              </object>
 
414
              <packing>
 
415
                <property name="expand">False</property>
 
416
                <property name="fill">True</property>
 
417
                <property name="position">0</property>
 
418
              </packing>
 
419
            </child>
 
420
            <child>
 
421
              <object class="GtkVBox" id="vbox13">
 
422
                <property name="visible">True</property>
 
423
                <property name="can_focus">False</property>
 
424
                <property name="valign">start</property>
 
425
                <property name="hexpand">True</property>
 
426
                <property name="spacing">3</property>
 
427
                <child>
 
428
                  <object class="GtkLabel" id="label_proxy_device">
 
429
                    <property name="visible">True</property>
 
430
                    <property name="can_focus">False</property>
 
431
                    <property name="xalign">0</property>
 
432
                    <property name="label">Proxy</property>
 
433
                    <property name="ellipsize">end</property>
 
434
                    <attributes>
 
435
                      <attribute name="weight" value="bold"/>
 
436
                      <attribute name="scale" value="1.2"/>
 
437
                    </attributes>
 
438
                  </object>
 
439
                  <packing>
 
440
                    <property name="expand">False</property>
 
441
                    <property name="fill">False</property>
 
442
                    <property name="position">0</property>
 
443
                  </packing>
 
444
                </child>
 
445
                <child>
 
446
                  <object class="GtkLabel" id="label_proxy_status">
 
447
                    <property name="visible">True</property>
 
448
                    <property name="can_focus">False</property>
 
449
                    <property name="xalign">0</property>
 
450
                    <property name="label">Not connected</property>
 
451
                  </object>
 
452
                  <packing>
 
453
                    <property name="expand">False</property>
 
454
                    <property name="fill">False</property>
 
455
                    <property name="position">1</property>
 
456
                  </packing>
 
457
                </child>
 
458
              </object>
 
459
              <packing>
 
460
                <property name="expand">False</property>
 
461
                <property name="fill">True</property>
 
462
                <property name="position">1</property>
 
463
              </packing>
 
464
            </child>
 
465
            <child>
 
466
              <object class="GtkSwitch" id="device_proxy_off_switch">
 
467
                <property name="visible">True</property>
 
468
                <property name="can_focus">True</property>
 
469
                <property name="halign">end</property>
 
470
                <property name="valign">center</property>
 
471
              </object>
 
472
              <packing>
 
473
                <property name="expand">False</property>
 
474
                <property name="fill">True</property>
 
475
                <property name="position">2</property>
 
476
              </packing>
 
477
            </child>
 
478
          </object>
 
479
          <packing>
 
480
            <property name="left_attach">0</property>
 
481
            <property name="top_attach">0</property>
 
482
            <property name="width">3</property>
 
483
            <property name="height">1</property>
 
484
          </packing>
 
485
        </child>
433
486
      </object>
434
 
    </child>
435
 
  </object>
436
487
  <object class="GtkSizeGroup" id="sizegroup3">
437
488
    <widgets>
438
489
      <widget name="combobox_proxy_mode"/>