]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-jabber.ui
Merge branch 'master'; commit 'jtellier/set-account-name'
[empathy.git] / libempathy-gtk / empathy-account-widget-jabber.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkAdjustment" id="adjustment1">
6     <property name="lower">-128</property>
7     <property name="upper">127</property>
8     <property name="step_increment">1</property>
9     <property name="page_increment">10</property>
10   </object>
11   <object class="GtkAdjustment" id="adjustment2">
12     <property name="value">5222</property>
13     <property name="upper">65555</property>
14     <property name="step_increment">1</property>
15     <property name="page_increment">10</property>
16   </object>
17   <object class="GtkVBox" id="vbox_jabber_settings">
18     <property name="visible">True</property>
19     <property name="orientation">vertical</property>
20     <property name="spacing">6</property>
21     <child>
22       <object class="GtkTable" id="table_common_settings">
23         <property name="visible">True</property>
24         <property name="n_rows">3</property>
25         <property name="n_columns">3</property>
26         <property name="column_spacing">12</property>
27         <property name="row_spacing">6</property>
28         <child>
29           <object class="GtkEntry" id="entry_password">
30             <property name="visible">True</property>
31             <property name="can_focus">True</property>
32             <property name="visibility">False</property>
33             <property name="invisible_char">&#x25CF;</property>
34           </object>
35           <packing>
36             <property name="left_attach">1</property>
37             <property name="right_attach">2</property>
38             <property name="top_attach">2</property>
39             <property name="bottom_attach">3</property>
40             <property name="y_options"></property>
41           </packing>
42         </child>
43         <child>
44           <object class="GtkEntry" id="entry_id">
45             <property name="visible">True</property>
46             <property name="can_focus">True</property>
47             <property name="invisible_char">&#x25CF;</property>
48           </object>
49           <packing>
50             <property name="left_attach">1</property>
51             <property name="right_attach">3</property>
52             <property name="y_options"></property>
53           </packing>
54         </child>
55         <child>
56           <object class="GtkLabel" id="label_id">
57             <property name="visible">True</property>
58             <property name="xalign">0</property>
59             <property name="label" translatable="yes">Login I_D:</property>
60             <property name="use_underline">True</property>
61             <property name="mnemonic_widget">entry_id</property>
62           </object>
63           <packing>
64             <property name="x_options">GTK_FILL</property>
65             <property name="y_options"></property>
66           </packing>
67         </child>
68         <child>
69           <object class="GtkButton" id="button_forget">
70             <property name="visible">True</property>
71             <property name="can_focus">True</property>
72             <property name="receives_default">True</property>
73             <child>
74               <object class="GtkImage" id="image834">
75                 <property name="visible">True</property>
76                 <property name="stock">gtk-clear</property>
77                 <property name="icon-size">1</property>
78               </object>
79             </child>
80           </object>
81           <packing>
82             <property name="left_attach">2</property>
83             <property name="right_attach">3</property>
84             <property name="top_attach">2</property>
85             <property name="bottom_attach">3</property>
86             <property name="x_options">GTK_FILL</property>
87             <property name="y_options"></property>
88           </packing>
89         </child>
90         <child>
91           <object class="GtkLabel" id="label_password">
92             <property name="visible">True</property>
93             <property name="xalign">0</property>
94             <property name="label" translatable="yes">Pass_word:</property>
95             <property name="use_underline">True</property>
96             <property name="justify">right</property>
97             <property name="mnemonic_widget">entry_password</property>
98           </object>
99           <packing>
100             <property name="top_attach">2</property>
101             <property name="bottom_attach">3</property>
102             <property name="x_options">GTK_FILL</property>
103             <property name="y_options"></property>
104           </packing>
105         </child>
106         <child>
107           <object class="GtkLabel" id="label_username_example">
108             <property name="visible">True</property>
109             <property name="xalign">0</property>
110             <property name="xpad">3</property>
111             <property name="label" translatable="yes">&lt;span size="small"&gt;&lt;b&gt;Example:&lt;/b&gt; user@jabber.org&lt;/span&gt;</property>
112             <property name="use_markup">True</property>
113           </object>
114           <packing>
115             <property name="left_attach">1</property>
116             <property name="right_attach">2</property>
117             <property name="top_attach">1</property>
118             <property name="bottom_attach">2</property>
119           </packing>
120         </child>
121         <child>
122           <placeholder/>
123         </child>
124         <child>
125           <placeholder/>
126         </child>
127       </object>
128       <packing>
129         <property name="expand">False</property>
130         <property name="fill">False</property>
131         <property name="position">0</property>
132       </packing>
133     </child>
134     <child>
135       <object class="GtkExpander" id="expander1">
136         <property name="visible">True</property>
137         <property name="can_focus">True</property>
138         <child>
139           <object class="GtkVBox" id="vbox_advanced">
140             <property name="visible">True</property>
141             <property name="orientation">vertical</property>
142             <child>
143               <object class="GtkTable" id="table_advanced_settings">
144                 <property name="visible">True</property>
145                 <property name="n_rows">4</property>
146                 <property name="n_columns">3</property>
147                 <property name="column_spacing">12</property>
148                 <property name="row_spacing">6</property>
149                 <child>
150                   <object class="GtkEntry" id="entry_resource">
151                     <property name="visible">True</property>
152                     <property name="can_focus">True</property>
153                     <property name="invisible_char">&#x25CF;</property>
154                   </object>
155                   <packing>
156                     <property name="left_attach">1</property>
157                     <property name="right_attach">3</property>
158                     <property name="top_attach">2</property>
159                     <property name="bottom_attach">3</property>
160                     <property name="y_options"></property>
161                   </packing>
162                 </child>
163                 <child>
164                   <object class="GtkSpinButton" id="spinbutton_priority">
165                     <property name="visible">True</property>
166                     <property name="can_focus">True</property>
167                     <property name="invisible_char">&#x25CF;</property>
168                     <property name="adjustment">adjustment1</property>
169                     <property name="climb_rate">1</property>
170                   </object>
171                   <packing>
172                     <property name="left_attach">1</property>
173                     <property name="right_attach">3</property>
174                     <property name="top_attach">3</property>
175                     <property name="bottom_attach">4</property>
176                     <property name="y_options"></property>
177                   </packing>
178                 </child>
179                 <child>
180                   <object class="GtkCheckButton" id="checkbutton_ignore_ssl_errors">
181                     <property name="label" translatable="yes">_Ignore SSL certificate errors</property>
182                     <property name="visible">True</property>
183                     <property name="can_focus">True</property>
184                     <property name="receives_default">False</property>
185                     <property name="use_underline">True</property>
186                     <property name="draw_indicator">True</property>
187                   </object>
188                   <packing>
189                     <property name="right_attach">3</property>
190                     <property name="top_attach">1</property>
191                     <property name="bottom_attach">2</property>
192                     <property name="x_options">GTK_FILL</property>
193                     <property name="y_options"></property>
194                   </packing>
195                 </child>
196                 <child>
197                   <object class="GtkLabel" id="label_priority">
198                     <property name="visible">True</property>
199                     <property name="xalign">0</property>
200                     <property name="label" translatable="yes">Pri_ority:</property>
201                     <property name="use_underline">True</property>
202                     <property name="mnemonic_widget">spinbutton_priority</property>
203                   </object>
204                   <packing>
205                     <property name="top_attach">3</property>
206                     <property name="bottom_attach">4</property>
207                     <property name="x_options">GTK_FILL</property>
208                     <property name="y_options"></property>
209                   </packing>
210                 </child>
211                 <child>
212                   <object class="GtkLabel" id="label_resource">
213                     <property name="visible">True</property>
214                     <property name="xalign">0</property>
215                     <property name="label" translatable="yes">Reso_urce:</property>
216                     <property name="use_underline">True</property>
217                     <property name="mnemonic_widget">entry_resource</property>
218                   </object>
219                   <packing>
220                     <property name="top_attach">2</property>
221                     <property name="bottom_attach">3</property>
222                     <property name="x_options">GTK_FILL</property>
223                     <property name="y_options"></property>
224                   </packing>
225                 </child>
226                 <child>
227                   <object class="GtkCheckButton" id="checkbutton_encryption">
228                     <property name="label" translatable="yes">_Encryption required (TLS/SSL)</property>
229                     <property name="visible">True</property>
230                     <property name="can_focus">True</property>
231                     <property name="receives_default">False</property>
232                     <property name="use_underline">True</property>
233                     <property name="draw_indicator">True</property>
234                   </object>
235                   <packing>
236                     <property name="right_attach">3</property>
237                     <property name="x_options">GTK_FILL</property>
238                     <property name="y_options"></property>
239                   </packing>
240                 </child>
241               </object>
242               <packing>
243                 <property name="position">0</property>
244               </packing>
245             </child>
246             <child>
247               <object class="GtkFrame" id="frame1">
248                 <property name="visible">True</property>
249                 <property name="label_xalign">0</property>
250                 <property name="shadow_type">none</property>
251                 <child>
252                   <object class="GtkAlignment" id="alignment_server_settings">
253                     <property name="visible">True</property>
254                     <property name="left_padding">12</property>
255                     <child>
256                       <object class="GtkTable" id="table1">
257                         <property name="visible">True</property>
258                         <property name="n_rows">3</property>
259                         <property name="n_columns">2</property>
260                         <property name="column_spacing">6</property>
261                         <property name="row_spacing">6</property>
262                         <child>
263                           <object class="GtkSpinButton" id="spinbutton_port">
264                             <property name="visible">True</property>
265                             <property name="can_focus">True</property>
266                             <property name="invisible_char">&#x25CF;</property>
267                             <property name="adjustment">adjustment2</property>
268                             <property name="climb_rate">1</property>
269                             <property name="numeric">True</property>
270                           </object>
271                           <packing>
272                             <property name="left_attach">1</property>
273                             <property name="right_attach">2</property>
274                             <property name="top_attach">1</property>
275                             <property name="bottom_attach">2</property>
276                             <property name="y_options"></property>
277                           </packing>
278                         </child>
279                         <child>
280                           <object class="GtkEntry" id="entry_server">
281                             <property name="visible">True</property>
282                             <property name="can_focus">True</property>
283                             <property name="invisible_char">&#x25CF;</property>
284                           </object>
285                           <packing>
286                             <property name="left_attach">1</property>
287                             <property name="right_attach">2</property>
288                             <property name="y_options"></property>
289                           </packing>
290                         </child>
291                         <child>
292                           <object class="GtkCheckButton" id="checkbutton_ssl">
293                             <property name="label" translatable="yes">Use old SS_L</property>
294                             <property name="visible">True</property>
295                             <property name="can_focus">True</property>
296                             <property name="receives_default">False</property>
297                             <property name="use_underline">True</property>
298                             <property name="draw_indicator">True</property>
299                           </object>
300                           <packing>
301                             <property name="right_attach">2</property>
302                             <property name="top_attach">2</property>
303                             <property name="bottom_attach">3</property>
304                             <property name="x_options">GTK_FILL</property>
305                             <property name="y_options"></property>
306                           </packing>
307                         </child>
308                         <child>
309                           <object class="GtkLabel" id="label_port">
310                             <property name="visible">True</property>
311                             <property name="xalign">0</property>
312                             <property name="label" translatable="yes">_Port:</property>
313                             <property name="use_underline">True</property>
314                             <property name="mnemonic_widget">spinbutton_port</property>
315                           </object>
316                           <packing>
317                             <property name="top_attach">1</property>
318                             <property name="bottom_attach">2</property>
319                             <property name="x_options">GTK_FILL</property>
320                             <property name="y_options"></property>
321                           </packing>
322                         </child>
323                         <child>
324                           <object class="GtkLabel" id="label_server">
325                             <property name="visible">True</property>
326                             <property name="xalign">0</property>
327                             <property name="label" translatable="yes">_Server:</property>
328                             <property name="use_underline">True</property>
329                             <property name="mnemonic_widget">entry_server</property>
330                           </object>
331                           <packing>
332                             <property name="x_options">GTK_FILL</property>
333                             <property name="y_options"></property>
334                           </packing>
335                         </child>
336                       </object>
337                     </child>
338                   </object>
339                 </child>
340                 <child type="label">
341                   <object class="GtkLabel" id="label2">
342                     <property name="visible">True</property>
343                     <property name="label" translatable="yes">Override server settings</property>
344                     <attributes>
345                       <attribute name="weight" value="bold"/>
346                     </attributes>
347                   </object>
348                 </child>
349               </object>
350               <packing>
351                 <property name="position">1</property>
352               </packing>
353             </child>
354           </object>
355         </child>
356         <child type="label">
357           <object class="GtkLabel" id="label1">
358             <property name="visible">True</property>
359             <property name="label" translatable="yes">Advanced</property>
360             <attributes>
361               <attribute name="weight" value="bold"/>
362             </attributes>
363           </object>
364         </child>
365       </object>
366       <packing>
367         <property name="expand">False</property>
368         <property name="fill">False</property>
369         <property name="position">1</property>
370       </packing>
371     </child>
372   </object>
373   <object class="GtkVBox" id="vbox_jabber_simple">
374     <property name="visible">True</property>
375     <property name="orientation">vertical</property>
376     <child>
377       <object class="GtkLabel" id="label_id_simple">
378         <property name="visible">True</property>
379         <property name="xalign">0</property>
380         <property name="label" translatable="yes">What is your Jabber ID?</property>
381       </object>
382       <packing>
383         <property name="position">0</property>
384       </packing>
385     </child>
386     <child>
387       <object class="GtkLabel" id="label_id_create">
388         <property name="xalign">0</property>
389         <property name="label" translatable="yes">What is your desired Jabber ID?</property>
390       </object>
391       <packing>
392         <property name="position">1</property>
393       </packing>
394     </child>
395     <child>
396       <object class="GtkAlignment" id="alignment_simple_jabber_id">
397         <property name="visible">True</property>
398         <property name="xalign">0</property>
399         <property name="yalign">0</property>
400         <property name="xscale">0.34999999403953552</property>
401         <property name="yscale">0.34999999403953552</property>
402         <property name="top_padding">6</property>
403         <property name="bottom_padding">3</property>
404         <property name="left_padding">12</property>
405         <child>
406           <object class="GtkVBox" id="vbox1">
407             <property name="visible">True</property>
408             <property name="orientation">vertical</property>
409             <property name="spacing">4</property>
410             <child>
411               <object class="GtkEntry" id="entry_id_simple">
412                 <property name="visible">True</property>
413                 <property name="can_focus">True</property>
414                 <property name="invisible_char">&#x2022;</property>
415               </object>
416               <packing>
417                 <property name="position">0</property>
418               </packing>
419             </child>
420             <child>
421               <object class="GtkLabel" id="label_example">
422                 <property name="visible">True</property>
423                 <property name="xalign">0.10000000149011612</property>
424                 <property name="label" translatable="yes">&lt;span size="small"&gt;&lt;b&gt;Example:&lt;/b&gt; user@jabber.org&lt;/span&gt;</property>
425                 <property name="use_markup">True</property>
426               </object>
427               <packing>
428                 <property name="position">1</property>
429               </packing>
430             </child>
431           </object>
432         </child>
433       </object>
434       <packing>
435         <property name="position">2</property>
436       </packing>
437     </child>
438     <child>
439       <object class="GtkLabel" id="label_password_simple">
440         <property name="visible">True</property>
441         <property name="xalign">0</property>
442         <property name="ypad">6</property>
443         <property name="label" translatable="yes">What is your Jabber password?</property>
444       </object>
445       <packing>
446         <property name="position">3</property>
447       </packing>
448     </child>
449     <child>
450       <object class="GtkLabel" id="label_password_create">
451         <property name="xalign">0</property>
452         <property name="ypad">6</property>
453         <property name="label" translatable="yes">What is your desired Jabber password?</property>
454       </object>
455       <packing>
456         <property name="position">4</property>
457       </packing>
458     </child>
459     <child>
460       <object class="GtkAlignment" id="alignment2">
461         <property name="visible">True</property>
462         <property name="xalign">0</property>
463         <property name="yalign">0</property>
464         <property name="xscale">0.34999999403953552</property>
465         <property name="yscale">0.5</property>
466         <property name="left_padding">12</property>
467         <child>
468           <object class="GtkEntry" id="entry_password_simple">
469             <property name="visible">True</property>
470             <property name="can_focus">True</property>
471             <property name="visibility">False</property>
472             <property name="invisible_char">&#x2022;</property>
473           </object>
474         </child>
475       </object>
476       <packing>
477         <property name="position">5</property>
478       </packing>
479     </child>
480   </object>
481 </interface>