]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-main-window.glade
c997f38cd829820ab5b0d57760b7c4f1ad16fbc1
[empathy.git] / libempathy-gtk / empathy-main-window.glade
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4 <glade-interface>
5
6 <widget class="GtkWindow" id="main_window">
7   <property name="title" translatable="yes">Contact List</property>
8   <property name="type">GTK_WINDOW_TOPLEVEL</property>
9   <property name="window_position">GTK_WIN_POS_NONE</property>
10   <property name="modal">False</property>
11   <property name="default_width">225</property>
12   <property name="default_height">325</property>
13   <property name="resizable">True</property>
14   <property name="destroy_with_parent">False</property>
15   <property name="decorated">True</property>
16   <property name="skip_taskbar_hint">False</property>
17   <property name="skip_pager_hint">False</property>
18   <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
19   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
20   <property name="focus_on_map">True</property>
21   <property name="urgency_hint">False</property>
22
23   <child>
24     <widget class="GtkVBox" id="main_vbox">
25       <property name="visible">True</property>
26       <property name="homogeneous">False</property>
27       <property name="spacing">0</property>
28
29       <child>
30         <widget class="GtkMenuBar" id="menubar2">
31           <property name="visible">True</property>
32           <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
33           <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
34
35           <child>
36             <widget class="GtkMenuItem" id="chat">
37               <property name="visible">True</property>
38               <property name="label" translatable="yes">_Chat</property>
39               <property name="use_underline">True</property>
40
41               <child>
42                 <widget class="GtkMenu" id="chat_menu">
43
44                   <child>
45                     <widget class="GtkImageMenuItem" id="chat_new_message">
46                       <property name="visible">True</property>
47                       <property name="label" translatable="yes">_New Message...</property>
48                       <property name="use_underline">True</property>
49                       <accelerator key="N" modifiers="GDK_CONTROL_MASK" signal="activate"/>
50
51                       <child internal-child="image">
52                         <widget class="GtkImage" id="image885">
53                           <property name="visible">True</property>
54                           <property name="icon_size">1</property>
55                           <property name="icon_name">im-message-new</property>
56                           <property name="xalign">0.5</property>
57                           <property name="yalign">0.5</property>
58                           <property name="xpad">0</property>
59                           <property name="ypad">0</property>
60                         </widget>
61                       </child>
62                     </widget>
63                   </child>
64
65                   <child>
66                     <widget class="GtkImageMenuItem" id="chat_history">
67                       <property name="visible">True</property>
68                       <property name="label" translatable="yes">_View Previous Conversations</property>
69                       <property name="use_underline">True</property>
70                       <accelerator key="F3" modifiers="0" signal="activate"/>
71
72                       <child internal-child="image">
73                         <widget class="GtkImage" id="image886">
74                           <property name="visible">True</property>
75                           <property name="icon_name">document-open-recent</property>
76                           <property name="icon_size">1</property>
77                           <property name="xalign">0.5</property>
78                           <property name="yalign">0.5</property>
79                           <property name="xpad">0</property>
80                           <property name="ypad">0</property>
81                         </widget>
82                       </child>
83                     </widget>
84                   </child>
85
86                   <child>
87                     <widget class="GtkSeparatorMenuItem" id="separator5">
88                       <property name="visible">True</property>
89                     </widget>
90                   </child>
91
92                   <child>
93                     <widget class="GtkImageMenuItem" id="chat_add_contact">
94                       <property name="visible">True</property>
95                       <property name="label" translatable="yes">_Add Contact...</property>
96                       <property name="use_underline">True</property>
97
98                       <child internal-child="image">
99                         <widget class="GtkImage" id="image887">
100                           <property name="visible">True</property>
101                           <property name="stock">gtk-add</property>
102                           <property name="icon_size">1</property>
103                           <property name="xalign">0.5</property>
104                           <property name="yalign">0.5</property>
105                           <property name="xpad">0</property>
106                           <property name="ypad">0</property>
107                         </widget>
108                       </child>
109                     </widget>
110                   </child>
111
112                   <child>
113                     <widget class="GtkSeparatorMenuItem" id="separator3">
114                       <property name="visible">True</property>
115                     </widget>
116                   </child>
117
118                   <child>
119                     <widget class="GtkCheckMenuItem" id="chat_show_offline">
120                       <property name="visible">True</property>
121                       <property name="label" translatable="yes">Show _Offline Contacts</property>
122                       <property name="use_underline">True</property>
123                       <property name="active">False</property>
124                       <accelerator key="H" modifiers="GDK_CONTROL_MASK" signal="activate"/>
125                     </widget>
126                   </child>
127
128                   <child>
129                     <widget class="GtkSeparatorMenuItem" id="separator6">
130                       <property name="visible">True</property>
131                     </widget>
132                   </child>
133
134                   <child>
135                     <widget class="GtkImageMenuItem" id="chat_quit">
136                       <property name="visible">True</property>
137                       <property name="label" translatable="yes">_Quit</property>
138                       <property name="use_underline">True</property>
139                       <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
140
141                       <child internal-child="image">
142                         <widget class="GtkImage" id="image888">
143                           <property name="visible">True</property>
144                           <property name="stock">gtk-quit</property>
145                           <property name="icon_size">1</property>
146                           <property name="xalign">0.5</property>
147                           <property name="yalign">0.5</property>
148                           <property name="xpad">0</property>
149                           <property name="ypad">0</property>
150                         </widget>
151                       </child>
152                     </widget>
153                   </child>
154                 </widget>
155               </child>
156             </widget>
157           </child>
158
159           <child>
160             <widget class="GtkMenuItem" id="edit">
161               <property name="visible">True</property>
162               <property name="label" translatable="yes">_Edit</property>
163               <property name="use_underline">True</property>
164
165               <child>
166                 <widget class="GtkMenu" id="edit_menu">
167
168                   <child>
169                     <widget class="GtkMenuItem" id="edit_context">
170                       <property name="visible">True</property>
171                       <property name="label" translatable="yes">Context</property>
172                       <property name="use_underline">True</property>
173                     </widget>
174                   </child>
175
176                   <child>
177                     <widget class="GtkSeparatorMenuItem" id="edit_context_separator">
178                       <property name="visible">True</property>
179                     </widget>
180                   </child>
181
182                   <child>
183                     <widget class="GtkMenuItem" id="edit_accounts">
184                       <property name="visible">True</property>
185                       <property name="label" translatable="yes">_Accounts</property>
186                       <property name="use_underline">True</property>
187                       <accelerator key="F4" modifiers="0" signal="activate"/>
188                     </widget>
189                   </child>
190
191                   <child>
192                     <widget class="GtkImageMenuItem" id="edit_personal_information">
193                       <property name="visible">True</property>
194                       <property name="label" translatable="yes">_Personal Information</property>
195                       <property name="use_underline">True</property>
196                       
197                       <child internal-child="image">
198                         <widget class="GtkImage" id="image894">
199                           <property name="visible">True</property>
200                           <property name="icon_name">user-info</property>
201                           <property name="icon_size">1</property>
202                           <property name="xalign">0.5</property>
203                           <property name="yalign">0.5</property>
204                           <property name="xpad">0</property>
205                           <property name="ypad">0</property>
206                         </widget>
207                       </child>
208                     </widget>
209                   </child>
210
211                   <child>
212                     <widget class="GtkSeparatorMenuItem" id="separator2">
213                       <property name="visible">True</property>
214                     </widget>
215                   </child>
216
217                   <child>
218                     <widget class="GtkImageMenuItem" id="edit_preferences">
219                       <property name="visible">True</property>
220                       <property name="label" translatable="yes">_Preferences</property>
221                       <property name="use_underline">True</property>
222
223                       <child internal-child="image">
224                         <widget class="GtkImage" id="image891">
225                           <property name="visible">True</property>
226                           <property name="stock">gtk-preferences</property>
227                           <property name="icon_size">1</property>
228                           <property name="xalign">0.5</property>
229                           <property name="yalign">0.5</property>
230                           <property name="xpad">0</property>
231                           <property name="ypad">0</property>
232                         </widget>
233                       </child>
234                     </widget>
235                   </child>
236                 </widget>
237               </child>
238             </widget>
239           </child>
240
241           <child>
242             <widget class="GtkMenuItem" id="room">
243               <property name="visible">True</property>
244               <property name="label" translatable="yes">_Room</property>
245               <property name="use_underline">True</property>
246
247               <child>
248                 <widget class="GtkMenu" id="room_menu">
249
250                   <child>
251                     <widget class="GtkMenuItem" id="room_join_new">
252                       <property name="visible">True</property>
253                       <property name="label" translatable="yes">Join _New...</property>
254                       <property name="use_underline">True</property>
255                     </widget>
256                   </child>
257
258                   <child>
259                     <widget class="GtkMenuItem" id="room_join_favorites">
260                       <property name="visible">True</property>
261                       <property name="label" translatable="yes">Join _Favorites</property>
262                       <property name="use_underline">True</property>
263                       <accelerator key="F5" modifiers="0" signal="activate"/>
264                     </widget>
265                   </child>
266
267                   <child>
268                     <widget class="GtkSeparatorMenuItem" id="room_sep">
269                       <property name="visible">True</property>
270                     </widget>
271                   </child>
272
273                   <child>
274                     <widget class="GtkSeparatorMenuItem" id="room_sep2">
275                       <property name="visible">True</property>
276                     </widget>
277                   </child>
278
279                   <child>
280                     <widget class="GtkImageMenuItem" id="room_manage_favorites">
281                       <property name="visible">True</property>
282                       <property name="label" translatable="yes">Manage Favorites</property>
283                       <property name="use_underline">True</property>
284
285                       <child internal-child="image">
286                         <widget class="GtkImage" id="image890">
287                           <property name="visible">True</property>
288                           <property name="icon_size">1</property>
289                           <property name="icon_name">system-users</property>
290                           <property name="xalign">0.5</property>
291                           <property name="yalign">0.5</property>
292                           <property name="xpad">0</property>
293                           <property name="ypad">0</property>
294                         </widget>
295                       </child>
296                     </widget>
297                   </child>
298                 </widget>
299               </child>
300             </widget>
301           </child>
302
303           <child>
304             <widget class="GtkMenuItem" id="help">
305               <property name="visible">True</property>
306               <property name="label" translatable="yes">_Help</property>
307               <property name="use_underline">True</property>
308
309               <child>
310                 <widget class="GtkMenu" id="help_menu">
311
312                   <child>
313                     <widget class="GtkImageMenuItem" id="help_contents">
314                       <property name="visible">True</property>
315                       <property name="label" translatable="yes">_Contents</property>
316                       <property name="use_underline">True</property>
317                       <accelerator key="F1" modifiers="0" signal="activate"/>
318
319                       <child internal-child="image">
320                         <widget class="GtkImage" id="image892">
321                           <property name="visible">True</property>
322                           <property name="stock">gtk-help</property>
323                           <property name="icon_size">1</property>
324                           <property name="xalign">0.5</property>
325                           <property name="yalign">0.5</property>
326                           <property name="xpad">0</property>
327                           <property name="ypad">0</property>
328                         </widget>
329                       </child>
330                     </widget>
331                   </child>
332
333                   <child>
334                     <widget class="GtkImageMenuItem" id="help_about">
335                       <property name="visible">True</property>
336                       <property name="label" translatable="yes">_About</property>
337                       <property name="use_underline">True</property>
338
339                       <child internal-child="image">
340                         <widget class="GtkImage" id="image893">
341                           <property name="visible">True</property>
342                           <property name="stock">gtk-about</property>
343                           <property name="icon_size">1</property>
344                           <property name="xalign">0.5</property>
345                           <property name="yalign">0.5</property>
346                           <property name="xpad">0</property>
347                           <property name="ypad">0</property>
348                         </widget>
349                       </child>
350                     </widget>
351                   </child>
352                 </widget>
353               </child>
354             </widget>
355           </child>
356         </widget>
357         <packing>
358           <property name="padding">0</property>
359           <property name="expand">False</property>
360           <property name="fill">False</property>
361         </packing>
362       </child>
363
364       <child>
365         <widget class="GtkToolbar" id="presence_toolbar">
366           <property name="visible">True</property>
367           <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
368           <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
369           <property name="tooltips">True</property>
370           <property name="show_arrow">True</property>
371
372           <child>
373             <placeholder/>
374           </child>
375
376           <child>
377             <placeholder/>
378           </child>
379         </widget>
380         <packing>
381           <property name="padding">0</property>
382           <property name="expand">False</property>
383           <property name="fill">False</property>
384         </packing>
385       </child>
386
387       <child>
388         <widget class="GtkVBox" id="errors_vbox">
389           <property name="homogeneous">False</property>
390           <property name="spacing">0</property>
391
392           <child>
393             <placeholder/>
394           </child>
395         </widget>
396         <packing>
397           <property name="padding">0</property>
398           <property name="expand">False</property>
399           <property name="fill">False</property>
400         </packing>
401       </child>
402
403       <child>
404         <widget class="GtkScrolledWindow" id="roster_scrolledwindow">
405           <property name="visible">True</property>
406           <property name="can_focus">True</property>
407           <property name="has_focus">True</property>
408           <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
409           <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
410           <property name="shadow_type">GTK_SHADOW_IN</property>
411           <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
412
413           <child>
414             <placeholder/>
415           </child>
416         </widget>
417         <packing>
418           <property name="padding">0</property>
419           <property name="expand">True</property>
420           <property name="fill">True</property>
421         </packing>
422       </child>
423     </widget>
424   </child>
425 </widget>
426
427 </glade-interface>