]> git.0d.be Git - empathy.git/blob - src/empathy-main-window.ui
Merge branch 'sasl'
[empathy.git] / src / empathy-main-window.ui
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4   <object class="GtkUIManager" id="ui_manager">
5     <child>
6       <object class="GtkActionGroup" id="actiongroup1">
7         <child>
8           <object class="GtkAction" id="chat">
9             <property name="name">chat</property>
10             <property name="label" translatable="yes">_Chat</property>
11           </object>
12         </child>
13         <child>
14           <object class="GtkAction" id="chat_new_message">
15             <property name="icon-name">im-message-new</property>
16             <property name="name">chat_new_message</property>
17             <property name="label" translatable="yes">_New Conversation…</property>
18           </object>
19           <accelerator key="N" modifiers="GDK_CONTROL_MASK"/>
20         </child>
21         <child>
22           <object class="GtkAction" id="chat_new_call">
23             <property name="icon-name">audio-input-microphone</property>
24             <property name="name">chat_new_call</property>
25             <property name="label" translatable="yes">New _Call…</property>
26           </object>
27           <accelerator key="M" modifiers="GDK_CONTROL_MASK"/>
28         </child>
29         <child>
30           <object class="GtkAction" id="view_history">
31             <property name="icon-name">document-open-recent</property>
32             <property name="name">view_history</property>
33             <property name="label" translatable="yes">_Previous Conversations</property>
34           </object>
35           <accelerator key="F3" modifiers=""/>
36         </child>
37         <child>
38           <object class="GtkAction" id="chat_add_contact">
39             <property name="stock_id">gtk-add</property>
40             <property name="name">chat_add_contact</property>
41             <property name="label" translatable="yes">_Add Contact…</property>
42           </object>
43         </child>
44         <child>
45           <object class="GtkAction" id="view_show_ft_manager">
46             <property name="icon-name">document-send</property>
47             <property name="name">view_show_ft_manager</property>
48             <property name="label" translatable="yes">_File Transfers</property>
49           </object>
50         </child>
51         <child>
52           <object class="GtkToggleAction" id="view_show_offline">
53             <property name="name">view_show_offline</property>
54             <property name="label" translatable="yes">_Offline Contacts</property>
55           </object>
56           <accelerator key="H" modifiers="GDK_CONTROL_MASK"/>
57         </child>
58         <child>
59           <object class="GtkToggleAction" id="view_show_protocols">
60             <property name="name">view_show_protocols</property>
61             <property name="label" translatable="yes">Show P_rotocols</property>
62           </object>
63         </child>
64         <child>
65           <object class="GtkAction" id="view_show_map">
66             <property name="name">view_show_map</property>
67             <property name="label" translatable="yes">Contacts on a _Map</property>
68           </object>
69         </child>
70         <child>
71           <object class="GtkAction" id="chat_quit">
72             <property name="stock_id">gtk-quit</property>
73             <property name="name">chat_quit</property>
74           </object>
75           <accelerator key="Q" modifiers="GDK_CONTROL_MASK"/>
76         </child>
77         <child>
78           <object class="GtkAction" id="edit">
79             <property name="name">edit</property>
80             <property name="label" translatable="yes">_Edit</property>
81           </object>
82         </child>
83         <child>
84           <object class="GtkAction" id="edit_context">
85             <property name="name">edit_context</property>
86             <property name="label" translatable="yes">Context</property>
87           </object>
88         </child>
89         <child>
90           <object class="GtkAction" id="edit_accounts">
91             <property name="name">edit_accounts</property>
92             <property name="label" translatable="yes">_Accounts</property>
93           </object>
94           <accelerator key="F4" modifiers=""/>
95         </child>
96         <child>
97           <object class="GtkAction" id="edit_personal_information">
98             <property name="name">edit_personal_information</property>
99             <property name="label" translatable="yes">_Personal Information</property>
100           </object>
101         </child>
102         <child>
103           <object class="GtkAction" id="edit_preferences">
104             <property name="stock_id">gtk-preferences</property>
105             <property name="name">edit_preferences</property>
106             <property name="label" translatable="yes">P_references</property>
107           </object>
108         </child>
109         <child>
110           <object class="GtkAction" id="edit_search_contacts">
111             <property name="name">edit_search_contacts</property>
112             <property name="label" translatable="yes">Find in Contact _List</property>
113           </object>
114         </child>
115         <child>
116           <object class="GtkAction" id="view">
117             <property name="name">view</property>
118             <property name="label" translatable="yes">_View</property>
119           </object>
120         </child>
121         <child>
122           <object class="GtkRadioAction" id="view_sort_by_name">
123             <property name="name">view_sort_by_name</property>
124             <property name="visible">True</property>
125             <property name="label" translatable="yes">Sort by _Name</property>
126             <property name="draw_as_radio">True</property>
127             <property name="value">1</property>
128             <property name="current-value">1</property>
129           </object>
130         </child>
131         <child>
132           <object class="GtkRadioAction" id="view_sort_by_status">
133             <property name="name">view_sort_by_status</property>
134             <property name="visible">True</property>
135             <property name="label" translatable="yes">Sort by _Status</property>
136             <property name="draw_as_radio">True</property>
137             <property name="group">view_sort_by_name</property>
138             <property name="value">0</property>
139           </object>
140         </child>
141         <child>
142           <object class="GtkRadioAction" id="view_normal_size_with_avatars">
143             <property name="name">view_normal_size_with_avatars</property>
144             <property name="visible">True</property>
145             <property name="label" translatable="yes">Normal Size With _Avatars</property>
146             <property name="draw_as_radio">True</property>
147             <property name="value">0</property>
148             <property name="current-value">0</property>
149           </object>
150           <accelerator key="1" modifiers="GDK_CONTROL_MASK"/>
151         </child>
152         <child>
153           <object class="GtkRadioAction" id="view_normal_size">
154             <property name="name">view_normal_size</property>
155             <property name="visible">True</property>
156             <property name="label" translatable="yes">N_ormal Size</property>
157             <property name="draw_as_radio">True</property>
158             <property name="group">view_normal_size_with_avatars</property>
159             <property name="value">1</property>
160           </object>
161           <accelerator key="2" modifiers="GDK_CONTROL_MASK"/>
162         </child>
163         <child>
164           <object class="GtkRadioAction" id="view_compact_size">
165             <property name="name">view_compact_size</property>
166             <property name="visible">True</property>
167             <property name="label" translatable="yes">_Compact Size</property>
168             <property name="draw_as_radio">True</property>
169             <property name="group">view_normal_size_with_avatars</property>
170             <property name="value">2</property>
171           </object>
172           <accelerator key="3" modifiers="GDK_CONTROL_MASK"/>
173         </child>
174         <child>
175           <object class="GtkAction" id="room">
176             <property name="name">room</property>
177             <property name="label" translatable="yes">_Room</property>
178           </object>
179         </child>
180         <child>
181           <object class="GtkAction" id="room_join_new">
182             <property name="name">room_join_new</property>
183             <property name="label" translatable="yes">_Join…</property>
184           </object>
185         </child>
186         <child>
187           <object class="GtkAction" id="room_join_favorites">
188             <property name="name">room_join_favorites</property>
189             <property name="label" translatable="yes">Join _Favorites</property>
190           </object>
191           <accelerator key="F5" modifiers=""/>
192         </child>
193         <child>
194           <object class="GtkAction" id="room_manage_favorites">
195             <property name="icon-name">system-users</property>
196             <property name="name">room_manage_favorites</property>
197             <property name="label" translatable="yes">Manage Favorites</property>
198           </object>
199         </child>
200         <child>
201           <object class="GtkAction" id="help">
202             <property name="name">help</property>
203             <property name="label" translatable="yes">_Help</property>
204           </object>
205         </child>
206         <child>
207           <object class="GtkAction" id="help_contents">
208             <property name="stock_id">gtk-help</property>
209             <property name="name">help_contents</property>
210             <property name="label" translatable="yes">_Contents</property>
211           </object>
212           <accelerator key="F1" modifiers=""/>
213         </child>
214         <child>
215           <object class="GtkAction" id="help_debug">
216             <property name="name">help_debug</property>
217             <property name="label" translatable="yes">_Debug</property>
218           </object>
219         </child>
220         <child>
221           <object class="GtkAction" id="help_about">
222             <property name="stock_id">gtk-about</property>
223             <property name="name">help_about</property>
224           </object>
225         </child>
226       </object>
227     </child>
228     <ui>
229       <menubar name="menubar">
230         <menu action="chat">
231           <menuitem action="chat_new_message"/>
232           <menuitem action="chat_new_call"/>
233           <separator/>
234           <menuitem action="chat_add_contact"/>
235           <separator/>
236           <menuitem action="chat_quit"/>
237         </menu>
238         <menu action="edit">
239           <menuitem action="edit_context"/>
240           <separator name="edit_context_separator"/>
241           <menuitem action="edit_accounts"/>
242           <menuitem action="edit_personal_information"/>
243           <menuitem action="edit_search_contacts"/>
244           <separator/>
245           <menuitem action="edit_preferences"/>
246         </menu>
247         <menu action="view">
248           <menuitem action="view_show_offline"/>
249           <menuitem action="view_show_protocols"/>
250           <separator/>
251           <menuitem action="view_sort_by_name"/>
252           <menuitem action="view_sort_by_status"/>
253           <separator/>
254           <menuitem action="view_normal_size_with_avatars"/>
255           <menuitem action="view_normal_size"/>
256           <menuitem action="view_compact_size"/>
257           <separator/>
258           <menuitem action="view_history"/>
259           <menuitem action="view_show_ft_manager"/>
260           <menuitem action="view_show_map"/>
261         </menu>
262         <menu action="room">
263           <menuitem action="room_join_new"/>
264           <menuitem action="room_join_favorites"/>
265           <separator/>
266           <separator name="room_separator"/>
267           <menuitem action="room_manage_favorites"/>
268         </menu>
269         <menu action="help">
270           <menuitem action="help_contents"/>
271           <menuitem action="help_debug"/>
272           <menuitem action="help_about"/>
273         </menu>
274       </menubar>
275     </ui>
276   </object>
277       <object class="GtkVBox" id="main_vbox">
278         <property name="visible">True</property>
279         <child>
280           <object class="GtkMenuBar" constructor="ui_manager" id="menubar">
281             <property name="visible">True</property>
282           </object>
283           <packing>
284             <property name="expand">False</property>
285             <property name="fill">False</property>
286           </packing>
287         </child>
288         <child>
289           <object class="GtkToolbar" id="presence_toolbar">
290             <property name="visible">True</property>
291             <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
292           </object>
293           <packing>
294             <property name="expand">False</property>
295             <property name="fill">False</property>
296             <property name="position">1</property>
297           </packing>
298         </child>
299         <child>
300           <object class="GtkVBox" id="errors_vbox">
301             <child>
302               <placeholder/>
303             </child>
304           </object>
305           <packing>
306             <property name="expand">False</property>
307             <property name="fill">False</property>
308             <property name="position">2</property>
309           </packing>
310         </child>
311         <child>
312           <object class="GtkNotebook" id="notebook">
313             <property name="visible">True</property>
314             <property name="can_focus">True</property>
315             <property name="show_tabs">False</property>
316             <property name="show_border">False</property>
317             <child>
318               <object class="GtkScrolledWindow" id="roster_scrolledwindow">
319                 <property name="visible">True</property>
320                 <property name="can_focus">True</property>
321                 <property name="has_focus">True</property>
322                 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
323                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
324                 <child>
325                   <placeholder/>
326                 </child>
327               </object>
328               <packing>
329                 <property name="position">0</property>
330               </packing>
331             </child>
332             <child>
333               <object class="GtkLabel" id="no_entry_label">
334                 <property name="visible">True</property>
335                 <property name="yalign">0.30000001192092896</property>
336               </object>
337               <packing>
338                 <property name="position">1</property>
339               </packing>
340             </child>
341           </object>
342           <packing>
343             <property name="position">3</property>
344           </packing>
345         </child>
346       </object>
347 </interface>