]> git.0d.be Git - empathy.git/blob - src/empathy-main-window.ui
Add menu option to display FT Managers
[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_history">
23             <property name="icon-name">document-open-recent</property>
24             <property name="name">chat_history</property>
25             <property name="label" translatable="yes">_View Previous Conversations</property>
26           </object>
27           <accelerator key="F3" modifiers=""/>
28         </child>
29         <child>
30           <object class="GtkAction" id="chat_add_contact">
31             <property name="stock_id">gtk-add</property>
32             <property name="name">chat_add_contact</property>
33             <property name="label" translatable="yes">_Add Contact...</property>
34           </object>
35         </child>
36         <child>
37           <object class="GtkAction" id="chat_show_ft_manager">
38             <property name="icon-name">document-send</property>
39             <property name="name">chat_show_ft_manager</property>
40             <property name="label" translatable="yes">Show _File Transfers</property>
41           </object>
42         </child>
43         <child>
44           <object class="GtkToggleAction" id="chat_show_offline">
45             <property name="name">chat_show_offline</property>
46             <property name="label" translatable="yes">Show _Offline Contacts</property>
47           </object>
48           <accelerator key="H" modifiers="GDK_CONTROL_MASK"/>
49         </child>
50         <child>
51           <object class="GtkAction" id="chat_quit">
52             <property name="stock_id">gtk-quit</property>
53             <property name="name">chat_quit</property>
54           </object>
55           <accelerator key="Q" modifiers="GDK_CONTROL_MASK"/>
56         </child>
57         <child>
58           <object class="GtkAction" id="edit">
59             <property name="name">edit</property>
60             <property name="label" translatable="yes">_Edit</property>
61           </object>
62         </child>
63         <child>
64           <object class="GtkAction" id="edit_context">
65             <property name="name">edit_context</property>
66             <property name="label" translatable="yes">Context</property>
67           </object>
68         </child>
69         <child>
70           <object class="GtkAction" id="edit_accounts">
71             <property name="name">edit_accounts</property>
72             <property name="label" translatable="yes">_Accounts</property>
73           </object>
74           <accelerator key="F4" modifiers=""/>
75         </child>
76         <child>
77           <object class="GtkAction" id="edit_personal_information">
78             <property name="name">edit_personal_information</property>
79             <property name="label" translatable="yes">_Personal Information</property>
80           </object>
81         </child>
82         <child>
83           <object class="GtkAction" id="edit_preferences">
84             <property name="stock_id">gtk-preferences</property>
85             <property name="name">edit_preferences</property>
86             <property name="label" translatable="yes">_Preferences</property>
87           </object>
88         </child>
89         <child>
90           <object class="GtkAction" id="room">
91             <property name="name">room</property>
92             <property name="label" translatable="yes">_Room</property>
93           </object>
94         </child>
95         <child>
96           <object class="GtkAction" id="room_join_new">
97             <property name="name">room_join_new</property>
98             <property name="label" translatable="yes">_Join...</property>
99           </object>
100         </child>
101         <child>
102           <object class="GtkAction" id="room_join_favorites">
103             <property name="name">room_join_favorites</property>
104             <property name="label" translatable="yes">Join _Favorites</property>
105           </object>
106           <accelerator key="F5" modifiers=""/>
107         </child>
108         <child>
109           <object class="GtkAction" id="room_manage_favorites">
110             <property name="icon-name">system-users</property>
111             <property name="name">room_manage_favorites</property>
112             <property name="label" translatable="yes">Manage Favorites</property>
113           </object>
114         </child>
115         <child>
116           <object class="GtkAction" id="help">
117             <property name="name">help</property>
118             <property name="label" translatable="yes">_Help</property>
119           </object>
120         </child>
121         <child>
122           <object class="GtkAction" id="help_contents">
123             <property name="stock_id">gtk-help</property>
124             <property name="name">help_contents</property>
125             <property name="label" translatable="yes">_Contents</property>
126           </object>
127           <accelerator key="F1" modifiers=""/>
128         </child>
129         <child>
130           <object class="GtkAction" id="help_about">
131             <property name="stock_id">gtk-about</property>
132             <property name="name">help_about</property>
133           </object>
134         </child>
135       </object>
136     </child>
137     <ui>
138       <menubar name="menubar">
139         <menu action="chat">
140           <menuitem action="chat_new_message"/>
141           <menuitem action="chat_history"/>
142           <separator/>
143           <menuitem action="chat_add_contact"/>
144           <separator/>
145           <menuitem action="chat_show_ft_manager"/>
146           <separator/>
147           <menuitem action="chat_show_offline"/>
148           <separator/>
149           <menuitem action="chat_quit"/>
150         </menu>
151         <menu action="edit">
152           <menuitem action="edit_context"/>
153           <separator name="edit_context_separator"/>
154           <menuitem action="edit_accounts"/>
155           <menuitem action="edit_personal_information"/>
156           <separator/>
157           <menuitem action="edit_preferences"/>
158         </menu>
159         <menu action="room">
160           <menuitem action="room_join_new"/>
161           <menuitem action="room_join_favorites"/>
162           <separator/>
163           <separator name="room_separator"/>
164           <menuitem action="room_manage_favorites"/>
165         </menu>
166         <menu action="help">
167           <menuitem action="help_contents"/>
168           <menuitem action="help_about"/>
169         </menu>
170       </menubar>
171     </ui>
172   </object>
173   <object class="GtkWindow" id="main_window">
174     <property name="title" translatable="yes">Contact List</property>
175     <property name="role">contact_list</property>
176     <property name="default_width">225</property>
177     <property name="default_height">325</property>
178     <child>
179       <object class="GtkVBox" id="main_vbox">
180         <property name="visible">True</property>
181         <child>
182           <object class="GtkMenuBar" constructor="ui_manager" id="menubar">
183             <property name="visible">True</property>
184           </object>
185           <packing>
186             <property name="expand">False</property>
187             <property name="fill">False</property>
188           </packing>
189         </child>
190         <child>
191           <object class="GtkToolbar" id="presence_toolbar">
192             <property name="visible">True</property>
193             <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
194           </object>
195           <packing>
196             <property name="expand">False</property>
197             <property name="fill">False</property>
198             <property name="position">1</property>
199           </packing>
200         </child>
201         <child>
202           <object class="GtkVBox" id="errors_vbox">
203             <child>
204               <placeholder/>
205             </child>
206           </object>
207           <packing>
208             <property name="expand">False</property>
209             <property name="fill">False</property>
210             <property name="position">2</property>
211           </packing>
212         </child>
213         <child>
214           <object class="GtkScrolledWindow" id="roster_scrolledwindow">
215             <property name="visible">True</property>
216             <property name="can_focus">True</property>
217             <property name="has_focus">True</property>
218             <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
219             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
220             <property name="shadow_type">GTK_SHADOW_IN</property>
221             <child>
222               <placeholder/>
223             </child>
224           </object>
225           <packing>
226             <property name="position">3</property>
227           </packing>
228         </child>
229       </object>
230     </child>
231   </object>
232 </interface>