aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.ui
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-04-16 20:27:44 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-04-16 20:27:44 +0800
commit36ccb3786fa69009a63f14a498005b8d95449c72 (patch)
treee06d0a91e4d828047e960ab05acf1587be60bd4a /src/empathy-main-window.ui
parent6f51d8c8c6a7c6f0d436ef3e88d16084bef687bb (diff)
downloadgsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar
gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.gz
gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.bz2
gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.lz
gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.xz
gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.zst
gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.zip
Convert glade files to GtkBuilder format
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2840
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r--src/empathy-main-window.ui220
1 files changed, 220 insertions, 0 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui
new file mode 100644
index 000000000..76c6428cd
--- /dev/null
+++ b/src/empathy-main-window.ui
@@ -0,0 +1,220 @@
+<?xml version="1.0"?>
+<!--*- mode: xml -*-->
+<interface>
+ <object class="GtkUIManager" id="uimanager1">
+ <child>
+ <object class="GtkActionGroup" id="actiongroup1">
+ <child>
+ <object class="GtkAction" id="chat">
+ <property name="name">chat</property>
+ <property name="label" translatable="yes">_Chat</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="chat_new_message">
+ <property name="name">chat_new_message</property>
+ <property name="label" translatable="yes">_New Conversation...</property>
+ </object>
+ <accelerator key="N" modifiers="GDK_CONTROL_MASK"/>
+ </child>
+ <child>
+ <object class="GtkAction" id="chat_history">
+ <property name="name">chat_history</property>
+ <property name="label" translatable="yes">_View Previous Conversations</property>
+ </object>
+ <accelerator key="F3" modifiers=""/>
+ </child>
+ <child>
+ <object class="GtkAction" id="chat_add_contact">
+ <property name="stock_id">gtk-add</property>
+ <property name="name">chat_add_contact</property>
+ <property name="label" translatable="yes">_Add Contact...</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkToggleAction" id="chat_show_offline">
+ <property name="name">chat_show_offline</property>
+ <property name="label" translatable="yes">Show _Offline Contacts</property>
+ </object>
+ <accelerator key="H" modifiers="GDK_CONTROL_MASK"/>
+ </child>
+ <child>
+ <object class="GtkAction" id="chat_quit">
+ <property name="stock_id">gtk-quit</property>
+ <property name="name">chat_quit</property>
+ </object>
+ <accelerator key="Q" modifiers="GDK_CONTROL_MASK"/>
+ </child>
+ <child>
+ <object class="GtkAction" id="edit">
+ <property name="name">edit</property>
+ <property name="label" translatable="yes">_Edit</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="edit_context">
+ <property name="name">edit_context</property>
+ <property name="label" translatable="yes">Context</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="edit_accounts">
+ <property name="name">edit_accounts</property>
+ <property name="label" translatable="yes">_Accounts</property>
+ </object>
+ <accelerator key="F4" modifiers=""/>
+ </child>
+ <child>
+ <object class="GtkAction" id="edit_personal_information">
+ <property name="name">edit_personal_information</property>
+ <property name="label" translatable="yes">_Personal Information</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="edit_preferences">
+ <property name="stock_id">gtk-preferences</property>
+ <property name="name">edit_preferences</property>
+ <property name="label" translatable="yes">_Preferences</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="room">
+ <property name="name">room</property>
+ <property name="label" translatable="yes">_Room</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="room_join_new">
+ <property name="name">room_join_new</property>
+ <property name="label" translatable="yes">Join _New...</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="room_join_favorites">
+ <property name="name">room_join_favorites</property>
+ <property name="label" translatable="yes">Join _Favorites</property>
+ </object>
+ <accelerator key="F5" modifiers=""/>
+ </child>
+ <child>
+ <object class="GtkAction" id="room_manage_favorites">
+ <property name="name">room_manage_favorites</property>
+ <property name="label" translatable="yes">Manage Favorites</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="help">
+ <property name="name">help</property>
+ <property name="label" translatable="yes">_Help</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkAction" id="help_contents">
+ <property name="stock_id">gtk-help</property>
+ <property name="name">help_contents</property>
+ <property name="label" translatable="yes">_Contents</property>
+ </object>
+ <accelerator key="F1" modifiers=""/>
+ </child>
+ <child>
+ <object class="GtkAction" id="help_about">
+ <property name="stock_id">gtk-about</property>
+ <property name="name">help_about</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <ui>
+ <menubar name="menubar2">
+ <menu action="chat">
+ <menuitem action="chat_new_message"/>
+ <menuitem action="chat_history"/>
+ <separator/>
+ <menuitem action="chat_add_contact"/>
+ <separator/>
+ <menuitem action="chat_show_offline"/>
+ <separator/>
+ <menuitem action="chat_quit"/>
+ </menu>
+ <menu action="edit">
+ <menuitem action="edit_context"/>
+ <separator/>
+ <menuitem action="edit_accounts"/>
+ <menuitem action="edit_personal_information"/>
+ <separator/>
+ <menuitem action="edit_preferences"/>
+ </menu>
+ <menu action="room">
+ <menuitem action="room_join_new"/>
+ <menuitem action="room_join_favorites"/>
+ <separator/>
+ <separator/>
+ <menuitem action="room_manage_favorites"/>
+ </menu>
+ <menu action="help">
+ <menuitem action="help_contents"/>
+ <menuitem action="help_about"/>
+ </menu>
+ </menubar>
+ </ui>
+ </object>
+ <object class="GtkWindow" id="main_window">
+ <property name="title" translatable="yes">Contact List</property>
+ <property name="role">contact_list</property>
+ <property name="default_width">225</property>
+ <property name="default_height">325</property>
+ <child>
+ <object class="GtkVBox" id="main_vbox">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkMenuBar" constructor="uimanager1" id="menubar2">
+ <property name="visible">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolbar" id="presence_toolbar">
+ <property name="visible">True</property>
+ <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkVBox" id="errors_vbox">
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkScrolledWindow" id="roster_scrolledwindow">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="has_focus">True</property>
+ <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+ <property name="shadow_type">GTK_SHADOW_IN</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>