]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-yahoo.ui
Merge remote branch 'glassrose/accounts-supporting-chatrooms-only-603027'
[empathy.git] / libempathy-gtk / empathy-account-widget-yahoo.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="value">5050</property>
7     <property name="lower">1</property>
8     <property name="upper">65555</property>
9     <property name="step_increment">1</property>
10     <property name="page_increment">10</property>
11   </object>
12   <object class="GtkVBox" id="vbox_yahoo_settings">
13     <property name="visible">True</property>
14     <property name="orientation">vertical</property>
15     <property name="spacing">6</property>
16     <child>
17       <object class="GtkTable" id="table_common_settings">
18         <property name="visible">True</property>
19         <property name="n_rows">4</property>
20         <property name="n_columns">2</property>
21         <property name="column_spacing">12</property>
22         <property name="row_spacing">6</property>
23         <child>
24           <object class="GtkLabel" id="label_password">
25             <property name="visible">True</property>
26             <property name="xalign">0</property>
27             <property name="label" translatable="yes">Pass_word:</property>
28             <property name="use_underline">True</property>
29             <property name="mnemonic_widget">entry_password</property>
30           </object>
31           <packing>
32             <property name="top_attach">2</property>
33             <property name="bottom_attach">3</property>
34             <property name="x_options">GTK_FILL</property>
35             <property name="y_options"></property>
36           </packing>
37         </child>
38         <child>
39           <object class="GtkLabel" id="label_id">
40             <property name="visible">True</property>
41             <property name="xalign">0</property>
42             <property name="label" translatable="yes">Yahoo! I_D:</property>
43             <property name="use_underline">True</property>
44             <property name="mnemonic_widget">entry_id</property>
45           </object>
46           <packing>
47             <property name="x_options">GTK_FILL</property>
48             <property name="y_options"></property>
49           </packing>
50         </child>
51         <child>
52           <object class="GtkEntry" id="entry_id">
53             <property name="visible">True</property>
54             <property name="can_focus">True</property>
55           </object>
56           <packing>
57             <property name="left_attach">1</property>
58             <property name="right_attach">2</property>
59             <property name="y_options"></property>
60           </packing>
61         </child>
62         <child>
63           <object class="GtkEntry" id="entry_password">
64             <property name="visible">True</property>
65             <property name="can_focus">True</property>
66             <property name="visibility">False</property>
67           </object>
68           <packing>
69             <property name="left_attach">1</property>
70             <property name="right_attach">2</property>
71             <property name="top_attach">2</property>
72             <property name="bottom_attach">3</property>
73             <property name="y_options"></property>
74           </packing>
75         </child>
76         <child>
77           <object class="GtkLabel" id="label_username_example">
78             <property name="visible">True</property>
79             <property name="xalign">0</property>
80             <property name="xpad">3</property>
81             <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; username</property>
82             <property name="use_markup">True</property>
83             <attributes>
84               <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
85             </attributes>
86           </object>
87           <packing>
88             <property name="left_attach">1</property>
89             <property name="right_attach">2</property>
90             <property name="top_attach">1</property>
91             <property name="bottom_attach">2</property>
92           </packing>
93         </child>
94         <child>
95           <object class="GtkCheckButton" id="remember_password">
96             <property name="label" translatable="yes">Remember Password</property>
97             <property name="visible">True</property>
98             <property name="can_focus">True</property>
99             <property name="receives_default">False</property>
100             <property name="active">True</property>
101             <property name="draw_indicator">True</property>
102           </object>
103           <packing>
104             <property name="left_attach">1</property>
105             <property name="right_attach">2</property>
106             <property name="top_attach">3</property>
107             <property name="bottom_attach">4</property>
108           </packing>
109         </child>
110         <child>
111           <placeholder/>
112         </child>
113         <child>
114           <placeholder/>
115         </child>
116       </object>
117       <packing>
118         <property name="expand">False</property>
119         <property name="fill">False</property>
120         <property name="position">0</property>
121       </packing>
122     </child>
123     <child>
124       <object class="GtkExpander" id="expander1">
125         <property name="visible">True</property>
126         <property name="can_focus">True</property>
127         <child>
128           <object class="GtkVBox" id="vbox1">
129             <property name="visible">True</property>
130             <child>
131               <object class="GtkTable" id="table_advanced_settings">
132                 <property name="visible">True</property>
133                 <property name="n_rows">5</property>
134                 <property name="n_columns">2</property>
135                 <property name="column_spacing">12</property>
136                 <property name="row_spacing">6</property>
137                 <child>
138                   <object class="GtkCheckButton" id="checkbutton_ignore_invites">
139                     <property name="label" translatable="yes">I_gnore conference and chat room invitations</property>
140                     <property name="visible">True</property>
141                     <property name="can_focus">True</property>
142                     <property name="receives_default">False</property>
143                     <property name="use_underline">True</property>
144                     <property name="draw_indicator">True</property>
145                   </object>
146                   <packing>
147                     <property name="right_attach">2</property>
148                     <property name="x_options">GTK_FILL</property>
149                     <property name="y_options"></property>
150                   </packing>
151                 </child>
152                 <child>
153                   <object class="GtkLabel" id="label_locale">
154                     <property name="visible">True</property>
155                     <property name="xalign">0</property>
156                     <property name="label" translatable="yes">_Room List locale:</property>
157                     <property name="use_underline">True</property>
158                     <property name="mnemonic_widget">entry_locale</property>
159                   </object>
160                   <packing>
161                     <property name="top_attach">1</property>
162                     <property name="bottom_attach">2</property>
163                     <property name="x_options">GTK_FILL</property>
164                     <property name="y_options"></property>
165                   </packing>
166                 </child>
167                 <child>
168                   <object class="GtkLabel" id="label_charset">
169                     <property name="visible">True</property>
170                     <property name="xalign">0</property>
171                     <property name="label" translatable="yes">Ch_aracter set:</property>
172                     <property name="use_underline">True</property>
173                     <property name="mnemonic_widget">entry_charset</property>
174                   </object>
175                   <packing>
176                     <property name="top_attach">2</property>
177                     <property name="bottom_attach">3</property>
178                     <property name="x_options">GTK_FILL</property>
179                     <property name="y_options"></property>
180                   </packing>
181                 </child>
182                 <child>
183                   <object class="GtkEntry" id="entry_locale">
184                     <property name="visible">True</property>
185                     <property name="can_focus">True</property>
186                   </object>
187                   <packing>
188                     <property name="left_attach">1</property>
189                     <property name="right_attach">2</property>
190                     <property name="top_attach">1</property>
191                     <property name="bottom_attach">2</property>
192                     <property name="y_options"></property>
193                   </packing>
194                 </child>
195                 <child>
196                   <object class="GtkEntry" id="entry_charset">
197                     <property name="visible">True</property>
198                     <property name="can_focus">True</property>
199                   </object>
200                   <packing>
201                     <property name="left_attach">1</property>
202                     <property name="right_attach">2</property>
203                     <property name="top_attach">2</property>
204                     <property name="bottom_attach">3</property>
205                     <property name="y_options"></property>
206                   </packing>
207                 </child>
208                 <child>
209                   <object class="GtkLabel" id="label_server">
210                     <property name="visible">True</property>
211                     <property name="xalign">0</property>
212                     <property name="label" translatable="yes">_Server:</property>
213                     <property name="use_underline">True</property>
214                     <property name="mnemonic_widget">entry_server</property>
215                   </object>
216                   <packing>
217                     <property name="top_attach">3</property>
218                     <property name="bottom_attach">4</property>
219                     <property name="x_options">GTK_FILL</property>
220                     <property name="y_options"></property>
221                   </packing>
222                 </child>
223                 <child>
224                   <object class="GtkLabel" id="label_port">
225                     <property name="visible">True</property>
226                     <property name="xalign">0</property>
227                     <property name="label" translatable="yes">_Port:</property>
228                     <property name="use_underline">True</property>
229                     <property name="mnemonic_widget">spinbutton_port</property>
230                   </object>
231                   <packing>
232                     <property name="top_attach">4</property>
233                     <property name="bottom_attach">5</property>
234                     <property name="x_options">GTK_FILL</property>
235                     <property name="y_options"></property>
236                   </packing>
237                 </child>
238                 <child>
239                   <object class="GtkEntry" id="entry_server">
240                     <property name="visible">True</property>
241                     <property name="can_focus">True</property>
242                   </object>
243                   <packing>
244                     <property name="left_attach">1</property>
245                     <property name="right_attach">2</property>
246                     <property name="top_attach">3</property>
247                     <property name="bottom_attach">4</property>
248                     <property name="y_options"></property>
249                   </packing>
250                 </child>
251                 <child>
252                   <object class="GtkSpinButton" id="spinbutton_port">
253                     <property name="visible">True</property>
254                     <property name="can_focus">True</property>
255                     <property name="adjustment">adjustment1</property>
256                     <property name="climb_rate">1</property>
257                     <property name="numeric">True</property>
258                   </object>
259                   <packing>
260                     <property name="left_attach">1</property>
261                     <property name="right_attach">2</property>
262                     <property name="top_attach">4</property>
263                     <property name="bottom_attach">5</property>
264                     <property name="y_options"></property>
265                   </packing>
266                 </child>
267               </object>
268               <packing>
269                 <property name="position">0</property>
270               </packing>
271             </child>
272           </object>
273         </child>
274         <child type="label">
275           <object class="GtkLabel" id="label1">
276             <property name="visible">True</property>
277             <property name="label" translatable="yes">Advanced</property>
278             <attributes>
279               <attribute name="weight" value="bold"/>
280             </attributes>
281           </object>
282         </child>
283       </object>
284       <packing>
285         <property name="expand">False</property>
286         <property name="fill">False</property>
287         <property name="position">1</property>
288       </packing>
289     </child>
290   </object>
291   <object class="GtkVBox" id="vbox_yahoo_simple">
292     <property name="visible">True</property>
293     <property name="orientation">vertical</property>
294     <property name="spacing">6</property>
295     <child>
296       <object class="GtkLabel" id="label_id_simple">
297         <property name="visible">True</property>
298         <property name="xalign">0</property>
299         <property name="label" translatable="yes">What is your Yahoo! ID?</property>
300       </object>
301       <packing>
302         <property name="position">0</property>
303       </packing>
304     </child>
305     <child>
306       <object class="GtkAlignment" id="alignment1">
307         <property name="visible">True</property>
308         <property name="xalign">0</property>
309         <property name="yalign">0</property>
310         <property name="xscale">0.34999999403953552</property>
311         <property name="yscale">0.34999999403953552</property>
312         <property name="bottom_padding">3</property>
313         <property name="left_padding">12</property>
314         <child>
315           <object class="GtkVBox" id="vbox2">
316             <property name="visible">True</property>
317             <property name="orientation">vertical</property>
318             <property name="spacing">4</property>
319             <child>
320               <object class="GtkEntry" id="entry_id_simple">
321                 <property name="visible">True</property>
322                 <property name="can_focus">True</property>
323               </object>
324               <packing>
325                 <property name="position">0</property>
326               </packing>
327             </child>
328             <child>
329               <object class="GtkLabel" id="label_example">
330                 <property name="visible">True</property>
331                 <property name="xalign">0.10000000149011612</property>
332                 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; username</property>
333                 <property name="use_markup">True</property>
334                 <attributes>
335                   <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
336                 </attributes>
337               </object>
338               <packing>
339                 <property name="position">1</property>
340               </packing>
341             </child>
342           </object>
343         </child>
344       </object>
345       <packing>
346         <property name="position">1</property>
347       </packing>
348     </child>
349     <child>
350       <object class="GtkLabel" id="label_password_simple">
351         <property name="visible">True</property>
352         <property name="xalign">0</property>
353         <property name="label" translatable="yes">What is your Yahoo! password?</property>
354       </object>
355       <packing>
356         <property name="position">2</property>
357       </packing>
358     </child>
359     <child>
360       <object class="GtkAlignment" id="alignment2">
361         <property name="visible">True</property>
362         <property name="xalign">0</property>
363         <property name="yalign">0</property>
364         <property name="xscale">0.34999999403953552</property>
365         <property name="yscale">0.34999999403953552</property>
366         <property name="left_padding">12</property>
367         <child>
368           <object class="GtkEntry" id="entry_password_simple">
369             <property name="visible">True</property>
370             <property name="can_focus">True</property>
371             <property name="visibility">False</property>
372           </object>
373         </child>
374       </object>
375       <packing>
376         <property name="position">3</property>
377       </packing>
378     </child>
379     <child>
380       <object class="GtkCheckButton" id="remember_password_simple">
381         <property name="label" translatable="yes">Remember password</property>
382         <property name="visible">True</property>
383         <property name="can_focus">True</property>
384         <property name="receives_default">False</property>
385         <property name="active">True</property>
386         <property name="draw_indicator">True</property>
387       </object>
388       <packing>
389         <property name="position">4</property>
390       </packing>
391     </child>
392   </object>
393 </interface>