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