]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-sip.ui
individual_view_drag_end: remove the auto scroll
[empathy.git] / libempathy-gtk / empathy-account-widget-sip.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <object class="GtkAdjustment" id="adjustment1">
5     <property name="upper">65535</property>
6     <property name="step_increment">1</property>
7     <property name="page_increment">10</property>
8   </object>
9   <object class="GtkAdjustment" id="adjustment2">
10     <property name="upper">65535</property>
11     <property name="step_increment">1</property>
12     <property name="page_increment">10</property>
13   </object>
14   <object class="GtkAdjustment" id="adjustment3">
15     <property name="upper">10000</property>
16     <property name="step_increment">1</property>
17     <property name="page_increment">10</property>
18   </object>
19   <object class="GtkVBox" id="vbox_sip_settings">
20     <property name="visible">True</property>
21     <property name="can_focus">False</property>
22     <child>
23       <object class="GtkGrid" id="grid_common_settings">
24         <property name="visible">True</property>
25         <property name="can_focus">False</property>
26         <property name="column_spacing">12</property>
27         <property name="row_spacing">6</property>
28         <child>
29           <object class="GtkLabel" id="label_password">
30             <property name="visible">True</property>
31             <property name="can_focus">False</property>
32             <property name="xalign">0</property>
33             <property name="label" translatable="yes">Pass_word:</property>
34             <property name="use_underline">True</property>
35             <property name="mnemonic_widget">entry_password</property>
36           </object>
37           <packing>
38             <property name="top_attach">2</property>
39           </packing>
40         </child>
41         <child>
42           <object class="GtkEntry" id="entry_userid">
43             <property name="visible">True</property>
44             <property name="can_focus">True</property>
45           </object>
46           <packing>
47             <property name="left_attach">1</property>
48           </packing>
49         </child>
50         <child>
51           <object class="GtkLabel" id="label_userid">
52             <property name="visible">True</property>
53             <property name="can_focus">False</property>
54             <property name="xalign">0</property>
55             <property name="label" translatable="yes">_Username:</property>
56             <property name="use_underline">True</property>
57             <property name="mnemonic_widget">entry_password</property>
58           </object>
59           <packing>
60             <property name="left_attach">0</property>
61           </packing>
62         </child>
63         <child>
64           <object class="GtkLabel" id="label_username_example">
65             <property name="visible">True</property>
66             <property name="can_focus">False</property>
67             <property name="xalign">0</property>
68             <property name="xpad">3</property>
69             <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@my.sip.server</property>
70             <property name="use_markup">True</property>
71             <attributes>
72               <attribute name="scale" value="0.80000000000000004"/>
73             </attributes>
74           </object>
75           <packing>
76             <property name="left_attach">1</property>
77             <property name="top_attach">1</property>
78           </packing>
79         </child>
80         <child>
81           <object class="GtkEntry" id="entry_password">
82             <property name="visible">True</property>
83             <property name="can_focus">True</property>
84           </object>
85           <packing>
86             <property name="left_attach">1</property>
87             <property name="top_attach">2</property>
88           </packing>
89         </child>
90         <child>
91           <object class="GtkCheckButton" id="remember_password">
92             <property name="label" translatable="yes">Remember password</property>
93             <property name="visible">True</property>
94             <property name="can_focus">True</property>
95             <property name="receives_default">False</property>
96             <property name="use_action_appearance">False</property>
97             <property name="active">True</property>
98             <property name="draw_indicator">True</property>
99           </object>
100           <packing>
101             <property name="left_attach">1</property>
102             <property name="top_attach">3</property>
103           </packing>
104         </child>
105         <child>
106           <object class="GtkCheckButton" id="checkbutton_tel">
107             <property name="label" translatable="yes">Use this account to call _landlines and mobile phones</property>
108             <property name="visible">True</property>
109             <property name="can_focus">True</property>
110             <property name="receives_default">False</property>
111             <property name="use_action_appearance">False</property>
112             <property name="use_underline">True</property>
113             <property name="xalign">0</property>
114             <property name="draw_indicator">True</property>
115           </object>
116           <packing>
117             <property name="top_attach">4</property>
118             <property name="left_attach">0</property>
119             <property name="width">4</property>
120           </packing>
121         </child>
122         <child>
123           <placeholder/>
124         </child>
125         <child>
126           <placeholder/>
127         </child>
128       </object>
129       <packing>
130         <property name="expand">False</property>
131         <property name="fill">False</property>
132         <property name="position">0</property>
133       </packing>
134     </child>
135     <child>
136       <object class="GtkExpander" id="expander_advanced">
137         <property name="visible">True</property>
138         <property name="can_focus">True</property>
139         <child>
140           <object class="GtkScrolledWindow" id="scrolledwindow1">
141             <property name="visible">True</property>
142             <property name="can_focus">True</property>
143             <property name="hscrollbar_policy">never</property>
144             <child>
145               <object class="GtkViewport" id="viewport1">
146                 <property name="visible">True</property>
147                 <property name="can_focus">False</property>
148                 <property name="resize_mode">queue</property>
149                 <property name="shadow_type">none</property>
150                 <child>
151                   <object class="GtkAlignment" id="alignment3">
152                     <property name="visible">True</property>
153                     <property name="can_focus">False</property>
154                     <property name="xalign">0</property>
155                     <property name="top_padding">6</property>
156                     <property name="left_padding">12</property>
157                     <child>
158                       <object class="GtkGrid" id="grid_advanced_sip_settings">
159                         <property name="visible">True</property>
160                         <property name="can_focus">False</property>
161                         <property name="column_spacing">6</property>
162                         <property name="row_spacing">6</property>
163                         <child>
164                           <object class="GtkEntry" id="entry_stun-server">
165                             <property name="visible">True</property>
166                             <property name="can_focus">True</property>
167                           </object>
168                           <packing>
169                             <property name="left_attach">1</property>
170                             <property name="top_attach">2</property>
171                           </packing>
172                         </child>
173                         <child>
174                           <object class="GtkEntry" id="entry_auth-user">
175                             <property name="visible">True</property>
176                             <property name="can_focus">True</property>
177                           </object>
178                           <packing>
179                             <property name="left_attach">1</property>
180                             <property name="top_attach">10</property>
181                             <property name="width">3</property>
182                           </packing>
183                         </child>
184                         <child>
185                           <object class="GtkEntry" id="entry_proxy-host">
186                             <property name="visible">True</property>
187                             <property name="can_focus">True</property>
188                           </object>
189                           <packing>
190                             <property name="left_attach">1</property>
191                             <property name="top_attach">5</property>
192                           </packing>
193                         </child>
194                         <child>
195                           <object class="GtkSpinButton" id="spinbutton_keepalive-interval">
196                             <property name="visible">True</property>
197                             <property name="can_focus">True</property>
198                             <property name="adjustment">adjustment3</property>
199                           </object>
200                           <packing>
201                             <property name="left_attach">1</property>
202                             <property name="top_attach">8</property>
203                             <property name="width">3</property>
204                           </packing>
205                         </child>
206                         <child>
207                           <object class="GtkLabel" id="label_nat_traversal">
208                             <property name="visible">True</property>
209                             <property name="can_focus">False</property>
210                             <property name="xalign">0</property>
211                             <property name="label" translatable="yes">NAT Traversal Options</property>
212                             <attributes>
213                               <attribute name="weight" value="bold"/>
214                             </attributes>
215                           </object>
216                           <packing>
217                           </packing>
218                         </child>
219                         <child>
220                           <object class="GtkLabel" id="label_proxy">
221                             <property name="visible">True</property>
222                             <property name="can_focus">False</property>
223                             <property name="xalign">0</property>
224                             <property name="label" translatable="yes">Proxy Options</property>
225                             <attributes>
226                               <attribute name="weight" value="bold"/>
227                             </attributes>
228                           </object>
229                           <packing>
230                             <property name="top_attach">4</property>
231                             <property name="left_attach">0</property>
232                           </packing>
233                         </child>
234                         <child>
235                           <object class="GtkLabel" id="label_misc">
236                             <property name="visible">True</property>
237                             <property name="can_focus">False</property>
238                             <property name="xalign">0</property>
239                             <property name="label" translatable="yes">Miscellaneous Options</property>
240                             <attributes>
241                               <attribute name="weight" value="bold"/>
242                             </attributes>
243                           </object>
244                           <packing>
245                             <property name="top_attach">9</property>
246                             <property name="left_attach">0</property>
247                           </packing>
248                         </child>
249                         <child>
250                           <object class="GtkAlignment" id="alignment7">
251                             <property name="visible">True</property>
252                             <property name="can_focus">False</property>
253                             <property name="left_padding">24</property>
254                             <child>
255                               <object class="GtkLabel" id="label_stun-server">
256                                 <property name="visible">True</property>
257                                 <property name="can_focus">False</property>
258                                 <property name="xalign">0</property>
259                                 <property name="label" translatable="yes">STUN Server:</property>
260                                 <property name="mnemonic_widget">entry_stun-server</property>
261                               </object>
262                             </child>
263                           </object>
264                           <packing>
265                             <property name="top_attach">2</property>
266                             <property name="left_attach">0</property>
267                           </packing>
268                         </child>
269                         <child>
270                           <object class="GtkAlignment" id="alignment4">
271                             <property name="visible">True</property>
272                             <property name="can_focus">False</property>
273                             <property name="left_padding">12</property>
274                             <child>
275                               <object class="GtkCheckButton" id="checkbutton_discover-stun">
276                                 <property name="label" translatable="yes">Discover the STUN server automatically</property>
277                                 <property name="visible">True</property>
278                                 <property name="can_focus">True</property>
279                                 <property name="receives_default">False</property>
280                                 <property name="use_action_appearance">False</property>
281                                 <property name="use_underline">True</property>
282                                 <property name="draw_indicator">True</property>
283                               </object>
284                             </child>
285                           </object>
286                           <packing>
287                             <property name="top_attach">1</property>
288                             <property name="left_attach">0</property>
289                             <property name="width">4</property>
290                           </packing>
291                         </child>
292                         <child>
293                           <object class="GtkAlignment" id="alignment5">
294                             <property name="visible">True</property>
295                             <property name="can_focus">False</property>
296                             <property name="left_padding">12</property>
297                             <child>
298                               <object class="GtkCheckButton" id="checkbutton_discover-binding">
299                                 <property name="label" translatable="yes">Discover Binding</property>
300                                 <property name="visible">True</property>
301                                 <property name="can_focus">True</property>
302                                 <property name="receives_default">False</property>
303                                 <property name="use_action_appearance">False</property>
304                                 <property name="draw_indicator">True</property>
305                               </object>
306                             </child>
307                           </object>
308                           <packing>
309                             <property name="top_attach">3</property>
310                             <property name="left_attach">0</property>
311                             <property name="width">4</property>
312                           </packing>
313                         </child>
314                         <child>
315                           <object class="GtkAlignment" id="alignment8">
316                             <property name="visible">True</property>
317                             <property name="can_focus">False</property>
318                             <property name="left_padding">12</property>
319                             <child>
320                               <object class="GtkLabel" id="label_proxy-host">
321                                 <property name="visible">True</property>
322                                 <property name="can_focus">False</property>
323                                 <property name="xalign">0</property>
324                                 <property name="label" translatable="yes">Server:</property>
325                               </object>
326                             </child>
327                           </object>
328                           <packing>
329                             <property name="top_attach">5</property>
330                             <property name="left_attach">0</property>
331                           </packing>
332                         </child>
333                         <child>
334                           <object class="GtkLabel" id="label_keep_alive">
335                             <property name="visible">True</property>
336                             <property name="can_focus">False</property>
337                             <property name="xalign">0</property>
338                             <property name="label" translatable="yes">Keep-Alive Options</property>
339                             <attributes>
340                               <attribute name="weight" value="bold"/>
341                             </attributes>
342                           </object>
343                           <packing>
344                             <property name="top_attach">6</property>
345                             <property name="left_attach">0</property>
346                           </packing>
347                         </child>
348                         <child>
349                           <object class="GtkAlignment" id="alignment10">
350                             <property name="visible">True</property>
351                             <property name="can_focus">False</property>
352                             <property name="left_padding">12</property>
353                             <child>
354                               <object class="GtkLabel" id="label_keepalive-mechanism">
355                                 <property name="visible">True</property>
356                                 <property name="can_focus">False</property>
357                                 <property name="xalign">0</property>
358                                 <property name="label" translatable="yes">Mechanism:</property>
359                               </object>
360                             </child>
361                           </object>
362                           <packing>
363                             <property name="top_attach">7</property>
364                             <property name="left_attach">0</property>
365                           </packing>
366                         </child>
367                         <child>
368                           <object class="GtkAlignment" id="alignment11">
369                             <property name="visible">True</property>
370                             <property name="can_focus">False</property>
371                             <property name="left_padding">12</property>
372                             <child>
373                               <object class="GtkLabel" id="label_keepalive-interval">
374                                 <property name="visible">True</property>
375                                 <property name="can_focus">False</property>
376                                 <property name="xalign">0</property>
377                                 <property name="label" translatable="yes">Interval (seconds)</property>
378                               </object>
379                             </child>
380                           </object>
381                           <packing>
382                             <property name="top_attach">8</property>
383                             <property name="left_attach">0</property>
384                           </packing>
385                         </child>
386                         <child>
387                           <object class="GtkAlignment" id="alignment12">
388                             <property name="visible">True</property>
389                             <property name="can_focus">False</property>
390                             <property name="left_padding">12</property>
391                             <child>
392                               <object class="GtkLabel" id="label_auth-user">
393                                 <property name="visible">True</property>
394                                 <property name="can_focus">False</property>
395                                 <property name="xalign">0</property>
396                                 <property name="label" translatable="yes">Authentication username:</property>
397                               </object>
398                             </child>
399                           </object>
400                           <packing>
401                             <property name="top_attach">10</property>
402                             <property name="left_attach">0</property>
403                           </packing>
404                         </child>
405                         <child>
406                           <object class="GtkAlignment" id="alignment13">
407                             <property name="visible">True</property>
408                             <property name="can_focus">False</property>
409                             <property name="left_padding">12</property>
410                             <child>
411                               <object class="GtkLabel" id="label_transport">
412                                 <property name="visible">True</property>
413                                 <property name="can_focus">False</property>
414                                 <property name="xalign">0</property>
415                                 <property name="label" translatable="yes">Transport:</property>
416                               </object>
417                             </child>
418                           </object>
419                           <packing>
420                             <property name="top_attach">11</property>
421                             <property name="left_attach">0</property>
422                           </packing>
423                         </child>
424                         <child>
425                           <object class="GtkAlignment" id="alignment14">
426                             <property name="visible">True</property>
427                             <property name="can_focus">False</property>
428                             <property name="left_padding">12</property>
429                             <child>
430                               <object class="GtkCheckButton" id="checkbutton_loose-routing">
431                                 <property name="label" translatable="yes">Loose Routing</property>
432                                 <property name="visible">True</property>
433                                 <property name="can_focus">True</property>
434                                 <property name="receives_default">False</property>
435                                 <property name="use_action_appearance">False</property>
436                                 <property name="draw_indicator">True</property>
437                               </object>
438                             </child>
439                           </object>
440                           <packing>
441                             <property name="top_attach">12</property>
442                             <property name="left_attach">0</property>
443                             <property name="width">4</property>
444                           </packing>
445                         </child>
446                         <child>
447                           <object class="GtkAlignment" id="alignment15">
448                             <property name="visible">True</property>
449                             <property name="can_focus">False</property>
450                             <property name="left_padding">12</property>
451                             <child>
452                               <object class="GtkCheckButton" id="checkbutton_ignore-tls-errors">
453                                 <property name="label" translatable="yes">Ignore TLS Errors</property>
454                                 <property name="visible">True</property>
455                                 <property name="can_focus">True</property>
456                                 <property name="receives_default">False</property>
457                                 <property name="use_action_appearance">False</property>
458                                 <property name="draw_indicator">True</property>
459                               </object>
460                             </child>
461                           </object>
462                           <packing>
463                             <property name="top_attach">13</property>
464                             <property name="left_attach">0</property>
465                             <property name="width">4</property>
466                           </packing>
467                         </child>
468                         <child>
469                           <object class="GtkLabel" id="label_stun-port">
470                             <property name="visible">True</property>
471                             <property name="can_focus">False</property>
472                             <property name="xalign">0</property>
473                             <property name="label" translatable="yes">Port:</property>
474                             <property name="mnemonic_widget">spinbutton_stun-port</property>
475                           </object>
476                           <packing>
477                             <property name="left_attach">2</property>
478                             <property name="top_attach">2</property>
479                           </packing>
480                         </child>
481                         <child>
482                           <object class="GtkSpinButton" id="spinbutton_stun-port">
483                             <property name="visible">True</property>
484                             <property name="can_focus">True</property>
485                             <property name="adjustment">adjustment1</property>
486                             <property name="climb_rate">1</property>
487                           </object>
488                           <packing>
489                             <property name="left_attach">3</property>
490                             <property name="top_attach">2</property>
491                           </packing>
492                         </child>
493                         <child>
494                           <object class="GtkLabel" id="label_port">
495                             <property name="visible">True</property>
496                             <property name="can_focus">False</property>
497                             <property name="xalign">0</property>
498                             <property name="label" translatable="yes">Port:</property>
499                           </object>
500                           <packing>
501                             <property name="left_attach">2</property>
502                             <property name="top_attach">5</property>
503                           </packing>
504                         </child>
505                         <child>
506                           <object class="GtkSpinButton" id="spinbutton_port">
507                             <property name="visible">True</property>
508                             <property name="can_focus">True</property>
509                             <property name="adjustment">adjustment2</property>
510                             <property name="climb_rate">1</property>
511                           </object>
512                           <packing>
513                             <property name="left_attach">3</property>
514                             <property name="top_attach">5</property>
515                           </packing>
516                         </child>
517                       </object>
518                     </child>
519                   </object>
520                 </child>
521               </object>
522             </child>
523           </object>
524         </child>
525         <child type="label">
526           <object class="GtkLabel" id="label_expander">
527             <property name="visible">True</property>
528             <property name="can_focus">False</property>
529             <property name="label" translatable="yes">Advanced</property>
530             <attributes>
531               <attribute name="weight" value="bold"/>
532             </attributes>
533           </object>
534         </child>
535       </object>
536       <packing>
537         <property name="expand">True</property>
538         <property name="fill">True</property>
539         <property name="position">1</property>
540       </packing>
541     </child>
542   </object>
543   <object class="GtkVBox" id="vbox_sip_simple">
544     <property name="visible">True</property>
545     <property name="can_focus">False</property>
546     <property name="spacing">6</property>
547     <child>
548       <object class="GtkLabel" id="label_userid_simple">
549         <property name="visible">True</property>
550         <property name="can_focus">False</property>
551         <property name="xalign">0</property>
552         <property name="label" translatable="yes">What is your SIP login ID?</property>
553       </object>
554       <packing>
555         <property name="expand">True</property>
556         <property name="fill">True</property>
557         <property name="position">0</property>
558       </packing>
559     </child>
560     <child>
561       <object class="GtkAlignment" id="alignment1">
562         <property name="visible">True</property>
563         <property name="can_focus">False</property>
564         <property name="xalign">0</property>
565         <property name="yalign">0</property>
566         <property name="xscale">0.34999999403953552</property>
567         <property name="yscale">0.34999999403953552</property>
568         <property name="bottom_padding">3</property>
569         <property name="left_padding">12</property>
570         <child>
571           <object class="GtkVBox" id="vbox1">
572             <property name="visible">True</property>
573             <property name="can_focus">False</property>
574             <property name="spacing">4</property>
575             <child>
576               <object class="GtkEntry" id="entry_userid_simple">
577                 <property name="visible">True</property>
578                 <property name="can_focus">True</property>
579               </object>
580               <packing>
581                 <property name="expand">True</property>
582                 <property name="fill">True</property>
583                 <property name="position">0</property>
584               </packing>
585             </child>
586             <child>
587               <object class="GtkLabel" id="label_example">
588                 <property name="visible">True</property>
589                 <property name="can_focus">False</property>
590                 <property name="xalign">0.10000000149011612</property>
591                 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@my.sip.server</property>
592                 <property name="use_markup">True</property>
593                 <attributes>
594                   <attribute name="scale" value="0.80000000000000004"/>
595                 </attributes>
596               </object>
597               <packing>
598                 <property name="expand">True</property>
599                 <property name="fill">True</property>
600                 <property name="position">1</property>
601               </packing>
602             </child>
603           </object>
604         </child>
605       </object>
606       <packing>
607         <property name="expand">True</property>
608         <property name="fill">True</property>
609         <property name="position">1</property>
610       </packing>
611     </child>
612     <child>
613       <object class="GtkLabel" id="label_password_simple">
614         <property name="visible">True</property>
615         <property name="can_focus">False</property>
616         <property name="xalign">0</property>
617         <property name="label" translatable="yes">What is your SIP account password?</property>
618       </object>
619       <packing>
620         <property name="expand">True</property>
621         <property name="fill">True</property>
622         <property name="position">2</property>
623       </packing>
624     </child>
625     <child>
626       <object class="GtkAlignment" id="alignment2">
627         <property name="visible">True</property>
628         <property name="can_focus">False</property>
629         <property name="xalign">0</property>
630         <property name="yalign">0</property>
631         <property name="xscale">0.34999999403953552</property>
632         <property name="yscale">0.34999999403953552</property>
633         <property name="left_padding">12</property>
634         <child>
635           <object class="GtkEntry" id="entry_password_simple">
636             <property name="visible">True</property>
637             <property name="can_focus">True</property>
638             <property name="visibility">False</property>
639           </object>
640         </child>
641       </object>
642       <packing>
643         <property name="expand">True</property>
644         <property name="fill">True</property>
645         <property name="position">3</property>
646       </packing>
647     </child>
648     <child>
649       <object class="GtkCheckButton" id="remember_password_simple">
650         <property name="label" translatable="yes">Remember Password</property>
651         <property name="visible">True</property>
652         <property name="can_focus">True</property>
653         <property name="receives_default">False</property>
654         <property name="use_action_appearance">False</property>
655         <property name="active">True</property>
656         <property name="draw_indicator">True</property>
657       </object>
658       <packing>
659         <property name="expand">True</property>
660         <property name="fill">True</property>
661         <property name="position">4</property>
662       </packing>
663     </child>
664   </object>
665 </interface>