]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-jabber.ui
Remove toplevel window from ui files if the window is not used.
[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">2</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">1</property>
39             <property name="bottom_attach">2</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">1</property>
85             <property name="bottom_attach">2</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="mnemonic_widget">entry_password</property>
97           </object>
98           <packing>
99             <property name="top_attach">1</property>
100             <property name="bottom_attach">2</property>
101             <property name="x_options">GTK_FILL</property>
102             <property name="y_options"></property>
103           </packing>
104         </child>
105       </object>
106       <packing>
107         <property name="expand">False</property>
108         <property name="fill">False</property>
109         <property name="position">0</property>
110       </packing>
111     </child>
112     <child>
113       <object class="GtkExpander" id="expander1">
114         <property name="visible">True</property>
115         <property name="can_focus">True</property>
116         <child>
117           <object class="GtkVBox" id="vbox1">
118             <property name="visible">True</property>
119             <property name="orientation">vertical</property>
120             <child>
121               <object class="GtkTable" id="table_advanced_settings">
122                 <property name="visible">True</property>
123                 <property name="n_rows">4</property>
124                 <property name="n_columns">3</property>
125                 <property name="column_spacing">12</property>
126                 <property name="row_spacing">6</property>
127                 <child>
128                   <object class="GtkEntry" id="entry_resource">
129                     <property name="visible">True</property>
130                     <property name="can_focus">True</property>
131                     <property name="invisible_char">&#x25CF;</property>
132                   </object>
133                   <packing>
134                     <property name="left_attach">1</property>
135                     <property name="right_attach">3</property>
136                     <property name="top_attach">2</property>
137                     <property name="bottom_attach">3</property>
138                     <property name="y_options"></property>
139                   </packing>
140                 </child>
141                 <child>
142                   <object class="GtkSpinButton" id="spinbutton_priority">
143                     <property name="visible">True</property>
144                     <property name="can_focus">True</property>
145                     <property name="invisible_char">&#x25CF;</property>
146                     <property name="adjustment">adjustment1</property>
147                     <property name="climb_rate">1</property>
148                   </object>
149                   <packing>
150                     <property name="left_attach">1</property>
151                     <property name="right_attach">3</property>
152                     <property name="top_attach">3</property>
153                     <property name="bottom_attach">4</property>
154                     <property name="y_options"></property>
155                   </packing>
156                 </child>
157                 <child>
158                   <object class="GtkCheckButton" id="checkbutton_ignore_ssl_errors">
159                     <property name="label" translatable="yes">_Ignore SSL certificate errors</property>
160                     <property name="visible">True</property>
161                     <property name="can_focus">True</property>
162                     <property name="receives_default">False</property>
163                     <property name="use_underline">True</property>
164                     <property name="draw_indicator">True</property>
165                   </object>
166                   <packing>
167                     <property name="right_attach">3</property>
168                     <property name="top_attach">1</property>
169                     <property name="bottom_attach">2</property>
170                     <property name="x_options">GTK_FILL</property>
171                     <property name="y_options"></property>
172                   </packing>
173                 </child>
174                 <child>
175                   <object class="GtkLabel" id="label_priority">
176                     <property name="visible">True</property>
177                     <property name="xalign">0</property>
178                     <property name="label" translatable="yes">Pri_ority:</property>
179                     <property name="use_underline">True</property>
180                     <property name="mnemonic_widget">spinbutton_priority</property>
181                   </object>
182                   <packing>
183                     <property name="top_attach">3</property>
184                     <property name="bottom_attach">4</property>
185                     <property name="x_options">GTK_FILL</property>
186                     <property name="y_options"></property>
187                   </packing>
188                 </child>
189                 <child>
190                   <object class="GtkLabel" id="label_resource">
191                     <property name="visible">True</property>
192                     <property name="xalign">0</property>
193                     <property name="label" translatable="yes">Reso_urce:</property>
194                     <property name="use_underline">True</property>
195                     <property name="mnemonic_widget">entry_resource</property>
196                   </object>
197                   <packing>
198                     <property name="top_attach">2</property>
199                     <property name="bottom_attach">3</property>
200                     <property name="x_options">GTK_FILL</property>
201                     <property name="y_options"></property>
202                   </packing>
203                 </child>
204                 <child>
205                   <object class="GtkCheckButton" id="checkbutton_encryption">
206                     <property name="label" translatable="yes">_Encryption required (TLS/SSL)</property>
207                     <property name="visible">True</property>
208                     <property name="can_focus">True</property>
209                     <property name="receives_default">False</property>
210                     <property name="use_underline">True</property>
211                     <property name="draw_indicator">True</property>
212                   </object>
213                   <packing>
214                     <property name="right_attach">3</property>
215                     <property name="x_options">GTK_FILL</property>
216                     <property name="y_options"></property>
217                   </packing>
218                 </child>
219               </object>
220               <packing>
221                 <property name="position">0</property>
222               </packing>
223             </child>
224             <child>
225               <object class="GtkFrame" id="frame1">
226                 <property name="visible">True</property>
227                 <property name="label_xalign">0</property>
228                 <property name="shadow_type">none</property>
229                 <child>
230                   <object class="GtkAlignment" id="alignment1">
231                     <property name="visible">True</property>
232                     <property name="left_padding">12</property>
233                     <child>
234                       <object class="GtkTable" id="table1">
235                         <property name="visible">True</property>
236                         <property name="n_rows">3</property>
237                         <property name="n_columns">2</property>
238                         <property name="column_spacing">6</property>
239                         <property name="row_spacing">6</property>
240                         <child>
241                           <object class="GtkSpinButton" id="spinbutton_port">
242                             <property name="visible">True</property>
243                             <property name="can_focus">True</property>
244                             <property name="invisible_char">&#x25CF;</property>
245                             <property name="adjustment">adjustment2</property>
246                             <property name="climb_rate">1</property>
247                             <property name="numeric">True</property>
248                           </object>
249                           <packing>
250                             <property name="left_attach">1</property>
251                             <property name="right_attach">2</property>
252                             <property name="top_attach">1</property>
253                             <property name="bottom_attach">2</property>
254                             <property name="y_options"></property>
255                           </packing>
256                         </child>
257                         <child>
258                           <object class="GtkEntry" id="entry_server">
259                             <property name="visible">True</property>
260                             <property name="can_focus">True</property>
261                             <property name="invisible_char">&#x25CF;</property>
262                           </object>
263                           <packing>
264                             <property name="left_attach">1</property>
265                             <property name="right_attach">2</property>
266                             <property name="y_options"></property>
267                           </packing>
268                         </child>
269                         <child>
270                           <object class="GtkCheckButton" id="checkbutton_ssl">
271                             <property name="label" translatable="yes">Use old SS_L</property>
272                             <property name="visible">True</property>
273                             <property name="can_focus">True</property>
274                             <property name="receives_default">False</property>
275                             <property name="use_underline">True</property>
276                             <property name="draw_indicator">True</property>
277                           </object>
278                           <packing>
279                             <property name="right_attach">2</property>
280                             <property name="top_attach">2</property>
281                             <property name="bottom_attach">3</property>
282                             <property name="x_options">GTK_FILL</property>
283                             <property name="y_options"></property>
284                           </packing>
285                         </child>
286                         <child>
287                           <object class="GtkLabel" id="label_port">
288                             <property name="visible">True</property>
289                             <property name="xalign">0</property>
290                             <property name="label" translatable="yes">_Port:</property>
291                             <property name="use_underline">True</property>
292                             <property name="mnemonic_widget">spinbutton_port</property>
293                           </object>
294                           <packing>
295                             <property name="top_attach">1</property>
296                             <property name="bottom_attach">2</property>
297                             <property name="x_options">GTK_FILL</property>
298                             <property name="y_options"></property>
299                           </packing>
300                         </child>
301                         <child>
302                           <object class="GtkLabel" id="label_server">
303                             <property name="visible">True</property>
304                             <property name="xalign">0</property>
305                             <property name="label" translatable="yes">_Server:</property>
306                             <property name="use_underline">True</property>
307                             <property name="mnemonic_widget">entry_server</property>
308                           </object>
309                           <packing>
310                             <property name="x_options">GTK_FILL</property>
311                             <property name="y_options"></property>
312                           </packing>
313                         </child>
314                       </object>
315                     </child>
316                   </object>
317                 </child>
318                 <child type="label">
319                   <object class="GtkLabel" id="label2">
320                     <property name="visible">True</property>
321                     <property name="label" translatable="yes">&lt;b&gt;Override server settings&lt;/b&gt;</property>
322                     <property name="use_markup">True</property>
323                   </object>
324                 </child>
325               </object>
326               <packing>
327                 <property name="position">1</property>
328               </packing>
329             </child>
330           </object>
331         </child>
332         <child type="label">
333           <object class="GtkLabel" id="label1">
334             <property name="visible">True</property>
335             <property name="label" translatable="yes">&lt;b&gt;Advanced&lt;/b&gt;</property>
336             <property name="use_markup">True</property>
337           </object>
338         </child>
339       </object>
340       <packing>
341         <property name="expand">False</property>
342         <property name="fill">False</property>
343         <property name="position">1</property>
344       </packing>
345     </child>
346   </object>
347 </interface>