From 36ccb3786fa69009a63f14a498005b8d95449c72 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 16 Apr 2009 12:27:44 +0000 Subject: Convert glade files to GtkBuilder format From: Xavier Claessens svn path=/trunk/; revision=2840 --- libempathy-gtk/empathy-account-widget-aim.glade | 190 ------ libempathy-gtk/empathy-account-widget-aim.ui | 193 ++++++ .../empathy-account-widget-generic.glade | 89 --- libempathy-gtk/empathy-account-widget-generic.ui | 85 +++ .../empathy-account-widget-groupwise.glade | 192 ------ libempathy-gtk/empathy-account-widget-groupwise.ui | 195 ++++++ libempathy-gtk/empathy-account-widget-icq.glade | 218 ------- libempathy-gtk/empathy-account-widget-icq.ui | 221 +++++++ libempathy-gtk/empathy-account-widget-irc.glade | 449 -------------- libempathy-gtk/empathy-account-widget-irc.ui | 440 ++++++++++++++ libempathy-gtk/empathy-account-widget-jabber.glade | 337 ----------- libempathy-gtk/empathy-account-widget-jabber.ui | 342 +++++++++++ libempathy-gtk/empathy-account-widget-msn.glade | 192 ------ libempathy-gtk/empathy-account-widget-msn.ui | 195 ++++++ libempathy-gtk/empathy-account-widget-salut.glade | 219 ------- libempathy-gtk/empathy-account-widget-salut.ui | 215 +++++++ libempathy-gtk/empathy-account-widget-sip.glade | 208 ------- libempathy-gtk/empathy-account-widget-sip.ui | 210 +++++++ libempathy-gtk/empathy-account-widget-yahoo.glade | 287 --------- libempathy-gtk/empathy-account-widget-yahoo.ui | 288 +++++++++ libempathy-gtk/empathy-chat.glade | 120 ---- libempathy-gtk/empathy-chat.ui | 119 ++++ libempathy-gtk/empathy-contact-dialogs.glade | 92 --- libempathy-gtk/empathy-contact-dialogs.ui | 93 +++ libempathy-gtk/empathy-contact-widget.glade | 558 ------------------ libempathy-gtk/empathy-contact-widget.ui | 556 ++++++++++++++++++ libempathy-gtk/empathy-log-window.glade | 311 ---------- libempathy-gtk/empathy-log-window.ui | 302 ++++++++++ libempathy-gtk/empathy-new-message-dialog.glade | 184 ------ libempathy-gtk/empathy-new-message-dialog.ui | 185 ++++++ libempathy-gtk/empathy-presence-chooser.glade | 132 ----- libempathy-gtk/empathy-presence-chooser.ui | 133 +++++ libempathy-gtk/empathy-spell-dialog.glade | 130 ---- libempathy-gtk/empathy-spell-dialog.ui | 131 +++++ src/empathy-accounts-dialog.glade | 399 ------------- src/empathy-accounts-dialog.ui | 391 ++++++++++++ src/empathy-call-window.glade | 145 ----- src/empathy-call-window.ui | 140 +++++ src/empathy-chat-window.glade | 359 ------------ src/empathy-chat-window.ui | 326 +++++++++++ src/empathy-chatrooms-window.glade | 307 ---------- src/empathy-chatrooms-window.ui | 305 ++++++++++ src/empathy-ft-manager.glade | 89 --- src/empathy-ft-manager.ui | 90 +++ src/empathy-import-dialog.glade | 72 --- src/empathy-import-dialog.ui | 73 +++ src/empathy-main-window.glade | 299 ---------- src/empathy-main-window.ui | 220 +++++++ src/empathy-new-chatroom-dialog.glade | 272 --------- src/empathy-new-chatroom-dialog.ui | 273 +++++++++ src/empathy-preferences.glade | 652 --------------------- src/empathy-preferences.ui | 620 ++++++++++++++++++++ src/empathy-status-icon.glade | 59 -- src/empathy-status-icon.ui | 53 ++ 54 files changed, 6394 insertions(+), 6561 deletions(-) delete mode 100644 libempathy-gtk/empathy-account-widget-aim.glade create mode 100644 libempathy-gtk/empathy-account-widget-aim.ui delete mode 100644 libempathy-gtk/empathy-account-widget-generic.glade create mode 100644 libempathy-gtk/empathy-account-widget-generic.ui delete mode 100644 libempathy-gtk/empathy-account-widget-groupwise.glade create mode 100644 libempathy-gtk/empathy-account-widget-groupwise.ui delete mode 100644 libempathy-gtk/empathy-account-widget-icq.glade create mode 100644 libempathy-gtk/empathy-account-widget-icq.ui delete mode 100644 libempathy-gtk/empathy-account-widget-irc.glade create mode 100644 libempathy-gtk/empathy-account-widget-irc.ui delete mode 100644 libempathy-gtk/empathy-account-widget-jabber.glade create mode 100644 libempathy-gtk/empathy-account-widget-jabber.ui delete mode 100644 libempathy-gtk/empathy-account-widget-msn.glade create mode 100644 libempathy-gtk/empathy-account-widget-msn.ui delete mode 100644 libempathy-gtk/empathy-account-widget-salut.glade create mode 100644 libempathy-gtk/empathy-account-widget-salut.ui delete mode 100644 libempathy-gtk/empathy-account-widget-sip.glade create mode 100644 libempathy-gtk/empathy-account-widget-sip.ui delete mode 100644 libempathy-gtk/empathy-account-widget-yahoo.glade create mode 100644 libempathy-gtk/empathy-account-widget-yahoo.ui delete mode 100644 libempathy-gtk/empathy-chat.glade create mode 100644 libempathy-gtk/empathy-chat.ui delete mode 100644 libempathy-gtk/empathy-contact-dialogs.glade create mode 100644 libempathy-gtk/empathy-contact-dialogs.ui delete mode 100644 libempathy-gtk/empathy-contact-widget.glade create mode 100644 libempathy-gtk/empathy-contact-widget.ui delete mode 100644 libempathy-gtk/empathy-log-window.glade create mode 100644 libempathy-gtk/empathy-log-window.ui delete mode 100644 libempathy-gtk/empathy-new-message-dialog.glade create mode 100644 libempathy-gtk/empathy-new-message-dialog.ui delete mode 100644 libempathy-gtk/empathy-presence-chooser.glade create mode 100644 libempathy-gtk/empathy-presence-chooser.ui delete mode 100644 libempathy-gtk/empathy-spell-dialog.glade create mode 100644 libempathy-gtk/empathy-spell-dialog.ui delete mode 100644 src/empathy-accounts-dialog.glade create mode 100644 src/empathy-accounts-dialog.ui delete mode 100644 src/empathy-call-window.glade create mode 100644 src/empathy-call-window.ui delete mode 100644 src/empathy-chat-window.glade create mode 100644 src/empathy-chat-window.ui delete mode 100644 src/empathy-chatrooms-window.glade create mode 100644 src/empathy-chatrooms-window.ui delete mode 100644 src/empathy-ft-manager.glade create mode 100644 src/empathy-ft-manager.ui delete mode 100644 src/empathy-import-dialog.glade create mode 100644 src/empathy-import-dialog.ui delete mode 100644 src/empathy-main-window.glade create mode 100644 src/empathy-main-window.ui delete mode 100644 src/empathy-new-chatroom-dialog.glade create mode 100644 src/empathy-new-chatroom-dialog.ui delete mode 100644 src/empathy-preferences.glade create mode 100644 src/empathy-preferences.ui delete mode 100644 src/empathy-status-icon.glade create mode 100644 src/empathy-status-icon.ui diff --git a/libempathy-gtk/empathy-account-widget-aim.glade b/libempathy-gtk/empathy-account-widget-aim.glade deleted file mode 100644 index c12ea7615..000000000 --- a/libempathy-gtk/empathy-account-widget-aim.glade +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - True - ICQ account settings - False - - - True - 6 - - - True - 2 - 3 - 12 - 6 - - - True - 0 - Pass_word: - True - entry_password - - - 1 - 2 - GTK_FILL - - - - - - True - 0 - Screen _Name: - True - entry_screenname - - - GTK_FILL - - - - - - True - True - Forget password and clear the entry. - 0 - - - True - gtk-clear - 1 - - - - - 2 - 3 - 1 - 2 - - - - - - - True - True - - - 1 - 3 - - - - - - True - True - False - - - 1 - 2 - 1 - 2 - - - - - - False - False - - - - - True - True - - - True - 2 - 2 - 12 - 6 - - - True - True - 5222 0 65555 1 10 0 - 1 - True - - - 1 - 2 - 1 - 2 - - - - - - True - 0 - _Port: - True - spinbutton_port - - - 1 - 2 - GTK_FILL - - - - - - True - True - - - 1 - 2 - - - - - - True - 0 - _Server: - True - entry_server - - - GTK_FILL - - - - - - - - True - <b>Advanced</b> - True - - - label_item - - - - - False - False - 1 - - - - - - diff --git a/libempathy-gtk/empathy-account-widget-aim.ui b/libempathy-gtk/empathy-account-widget-aim.ui new file mode 100644 index 000000000..6536b9039 --- /dev/null +++ b/libempathy-gtk/empathy-account-widget-aim.ui @@ -0,0 +1,193 @@ + + + + + 65555 + 0 + 10 + 1 + 0 + 5222 + + + True + ICQ account settings + False + + + True + 6 + + + True + 2 + 3 + 12 + 6 + + + True + 0 + Pass_word: + True + entry_password + + + 1 + 2 + GTK_FILL + + + + + + True + 0 + Screen _Name: + True + entry_screenname + + + GTK_FILL + + + + + + True + True + Forget password and clear the entry. + + + True + gtk-clear + 1 + + + + + 2 + 3 + 1 + 2 + + + + + + + True + True + + + 1 + 3 + + + + + + True + True + False + + + 1 + 2 + 1 + 2 + + + + + + False + False + + + + + True + True + + + True + 2 + 2 + 12 + 6 + + + True + True + adjustment1 + 1 + True + + + 1 + 2 + 1 + 2 + + + + + + True + 0 + _Port: + True + spinbutton_port + + + 1 + 2 + GTK_FILL + + + + + + True + True + + + 1 + 2 + + + + + + True + 0 + _Server: + True + entry_server + + + GTK_FILL + + + + + + + + True + <b>Advanced</b> + True + + + + + False + False + 1 + + + + + + diff --git a/libempathy-gtk/empathy-account-widget-generic.glade b/libempathy-gtk/empathy-account-widget-generic.glade deleted file mode 100644 index e0ac01a98..000000000 --- a/libempathy-gtk/empathy-account-widget-generic.glade +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - True - generic account settings - False - - - True - 6 - - - True - 3 - 12 - 6 - - - - - - - - - - - - False - False - - - - - True - True - - - True - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - - - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - GTK_RESIZE_QUEUE - - - True - 3 - 12 - 6 - - - - - - - - - - - - - - - - - - True - <b>Advanced</b> - True - - - label_item - - - - - 1 - - - - - - diff --git a/libempathy-gtk/empathy-account-widget-generic.ui b/libempathy-gtk/empathy-account-widget-generic.ui new file mode 100644 index 000000000..fd9a609f2 --- /dev/null +++ b/libempathy-gtk/empathy-account-widget-generic.ui @@ -0,0 +1,85 @@ + + + + + True + generic account settings + False + + + True + 6 + + + True + 3 + 12 + 6 + + + + + + + + + + + + False + False + + + + + True + True + + + True + True + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + + + True + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + GTK_RESIZE_QUEUE + + + True + 3 + 12 + 6 + + + + + + + + + + + + + + + + + + True + <b>Advanced</b> + True + + + + + 1 + + + + + + diff --git a/libempathy-gtk/empathy-account-widget-groupwise.glade b/libempathy-gtk/empathy-account-widget-groupwise.glade deleted file mode 100644 index ef47f2d7a..000000000 --- a/libempathy-gtk/empathy-account-widget-groupwise.glade +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - True - groupwise account settings - False - - - True - 6 - - - True - 2 - 2 - 6 - 6 - - - True - 2 - - - True - True - False - - - - - True - True - Forget password and clear the entry. - 0 - - - True - gtk-clear - 1 - - - - - False - False - 1 - - - - - 1 - 2 - 1 - 2 - - - - - - True - 0 - Pass_word: - True - - - 1 - 2 - GTK_FILL - - - - - - True - 0 - Login I_D: - True - entry_id - - - GTK_FILL - - - - - - True - True - - - 1 - 2 - - - - - - False - - - - - True - True - - - True - 2 - 2 - 6 - 6 - - - True - 0 - _Port: - True - spinbutton_port - - - 1 - 2 - GTK_FILL - - - - - - True - 0 - _Server: - True - entry_server - - - GTK_FILL - - - - - - True - True - - - 1 - 2 - - - - - - True - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - 0 0 65535 1 10 0 - 1 - True - - - 1 - 2 - 1 - 2 - - - - - - - - True - <b>Advanced</b> - True - - - label_item - - - - - False - False - 1 - - - - - - diff --git a/libempathy-gtk/empathy-account-widget-groupwise.ui b/libempathy-gtk/empathy-account-widget-groupwise.ui new file mode 100644 index 000000000..a782250f0 --- /dev/null +++ b/libempathy-gtk/empathy-account-widget-groupwise.ui @@ -0,0 +1,195 @@ + + + + + 65535 + 0 + 10 + 1 + 0 + 0 + + + True + groupwise account settings + False + + + True + 6 + + + True + 2 + 2 + 6 + 6 + + + True + 2 + + + True + True + False + + + + + True + True + Forget password and clear the entry. + + + True + gtk-clear + 1 + + + + + False + False + 1 + + + + + 1 + 2 + 1 + 2 + + + + + + True + 0 + Pass_word: + True + + + 1 + 2 + GTK_FILL + + + + + + True + 0 + Login I_D: + True + entry_id + + + GTK_FILL + + + + + + True + True + + + 1 + 2 + + + + + + False + + + + + True + True + + + True + 2 + 2 + 6 + 6 + + + True + 0 + _Port: + True + spinbutton_port + + + 1 + 2 + GTK_FILL + + + + + + True + 0 + _Server: + True + entry_server + + + GTK_FILL + + + + + + True + True + + + 1 + 2 + + + + + + True + True + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + adjustment1 + 1 + True + + + 1 + 2 + 1 + 2 + + + + + + + + True + <b>Advanced</b> + True + + + + + False + False + 1 + + + + + + diff --git a/libempathy-gtk/empathy-account-widget-icq.glade b/libempathy-gtk/empathy-account-widget-icq.glade deleted file mode 100644 index 83613c39b..000000000 --- a/libempathy-gtk/empathy-account-widget-icq.glade +++ /dev/null @@ -1,218 +0,0 @@ - - - - - - True - ICQ account settings - False - - - True - 6 - - - True - 2 - 3 - 12 - 6 - - - True - 0 - Pass_word: - True - entry_password - - - 1 - 2 - GTK_FILL - - - - - - True - 0 - ICQ _UIN: - True - entry_uin - - - GTK_FILL - - - - - - True - True - Forget password and clear the entry. - 0 - - - True - gtk-clear - 1 - - - - - 2 - 3 - 1 - 2 - - - - - - - True - True - - - 1 - 3 - - - - - - True - True - False - - - 1 - 2 - 1 - 2 - - - - - - False - False - - - - - True - True - - - True - 3 - 2 - 12 - 6 - - - True - 0 - _Charset: - True - entry_charset - - - GTK_FILL - - - - - - True - True - 5222 0 65555 1 10 0 - 1 - True - - - 1 - 2 - 2 - 3 - - - - - - True - True - - - 1 - 2 - 1 - 2 - - - - - - True - 0 - _Port: - True - spinbutton_port - - - 2 - 3 - GTK_FILL - - - - - - True - 0 - _Server: - True - entry_server - - - 1 - 2 - GTK_FILL - - - - - - True - True - - - 1 - 2 - - - - - - - - True - <b>Advanced</b> - True - - - label_item - - - - - False - False - 1 - - - - - - diff --git a/libempathy-gtk/empathy-account-widget-icq.ui b/libempathy-gtk/empathy-account-widget-icq.ui new file mode 100644 index 000000000..1712466cd --- /dev/null +++ b/libempathy-gtk/empathy-account-widget-icq.ui @@ -0,0 +1,221 @@ + + + + + 65555 + 0 + 10 + 1 + 0 + 5222 + + + True + ICQ account settings + False + + + True + 6 + + + True + 2 + 3 + 12 + 6 + + + True + 0 + Pass_word: + True + entry_password + + + 1 + 2 + GTK_FILL + + + + + + True + 0 + ICQ _UIN: + True + entry_uin + + + GTK_FILL + + + + + + True + True + Forget password and clear the entry. + + + True + gtk-clear + 1 + + + + + 2 + 3 + 1 + 2 + + + + + + + True + True + + + 1 + 3 + + + + + + True + True + False + + + 1 + 2 + 1 + 2 + + + + + + False + False + + + + + True + True + + + True + 3 + 2 + 12 + 6 + + + True + 0 + _Charset: + True + entry_charset + + + GTK_FILL + + + + + + True + True + adjustment1 + 1 + True + + + 1 + 2 + 2 + 3 + + + + + + True + True + + + 1 + 2 + 1 + 2 + + + + + + True + 0 + _Port: + True + spinbutton_port + + + 2 + 3 + GTK_FILL + + + + + + True + 0 + _Server: + True + entry_server + + + 1 + 2 + GTK_FILL + + + + + + True + True + + + 1 + 2 + + + + + + + + True + <b>Advanced</b> + True + + + + + False + False + 1 + + + + + + diff --git a/libempathy-gtk/empathy-account-widget-irc.glade b/libempathy-gtk/empathy-account-widget-irc.glade deleted file mode 100644 index 3e9899f6a..000000000 --- a/libempathy-gtk/empathy-account-widget-irc.glade +++ /dev/null @@ -1,449 +0,0 @@ - - - - - - irc account settings - False - - - True - 5 - 2 - 12 - 6 - - - True - True - - - 1 - 2 - 4 - 5 - - - - - - True - 0 - Quit message: - - - 4 - 5 - GTK_FILL - - - - - - True - True - - - 1 - 2 - 3 - 4 - - - - - - True - True - False - - - 1 - 2 - 2 - 3 - - - - - - True - 0 - Password: - - - 2 - 3 - GTK_FILL - - - - - - True - 0 - Real name: - - - 3 - 4 - GTK_FILL - - - - - - True - True - - - 1 - 2 - 1 - 2 - - - - - - True - 0 - Nickname: - True - entry_nick - - - 1 - 2 - GTK_FILL - - - - - - True - 2 - - - True - - - - - - True - True - Create a new IRC network - 0 - - - True - gtk-add - - - - - False - False - 1 - - - - - True - True - Edit the selected IRC network - 0 - - - True - gtk-edit - - - - - False - False - 2 - - - - - True - True - Remove the selected IRC network - 0 - - - True - gtk-remove - - - - - False - False - 3 - - - - - 1 - 2 - GTK_FILL - GTK_FILL - - - - - True - 0 - Network: - True - - - GTK_FILL - - - - - - - - True - 5 - Network - GTK_WIN_POS_CENTER_ON_PARENT - gtk-edit - GDK_WINDOW_TYPE_HINT_DIALOG - True - True - False - - - True - 2 - - - True - 0 - GTK_SHADOW_NONE - - - True - 6 - 12 - - - True - 2 - 2 - 12 - 6 - - - True - 0 - Network: - - - GTK_FILL - - - - - - True - 0 - Charset: - - - 1 - 2 - GTK_FILL - - - - - - True - True - - - 1 - 2 - - - - - - True - - - 1 - 2 - 1 - 2 - GTK_FILL - GTK_FILL - - - - - - - - - True - <b>Network</b> - True - - - label_item - - - - - 1 - - - - - True - 0 - GTK_SHADOW_NONE - - - True - 6 - 12 - - - True - 1 - 2 - 6 - 6 - - - True - True - GTK_POLICY_NEVER - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - True - True - False - - - - - GTK_FILL - - - - - True - 6 - GTK_BUTTONBOX_START - - - True - True - True - gtk-add - True - 0 - - - - - True - True - True - gtk-remove - True - 0 - - - 1 - - - - - True - True - True - gtk-go-up - True - 0 - - - 2 - - - - - True - True - True - gtk-go-down - True - 0 - - - 3 - - - - - 1 - 2 - GTK_FILL - - - - - - - - - True - <b>Servers</b> - True - - - label_item - - - - - 2 - - - - - True - GTK_BUTTONBOX_END - - - True - True - True - gtk-close - True - -7 - - - - - False - GTK_PACK_END - - - - - - diff --git a/libempathy-gtk/empathy-account-widget-irc.ui b/libempathy-gtk/empathy-account-widget-irc.ui new file mode 100644 index 000000000..a35528524 --- /dev/null +++ b/libempathy-gtk/empathy-account-widget-irc.ui @@ -0,0 +1,440 @@ + + + + + irc account settings + False + + + True + 5 + 2 + 12 + 6 + + + True + True + + + 1 + 2 + 4 + 5 + + + + + + True + 0 + Quit message: + + + 4 + 5 + GTK_FILL + + + + + + True + True + + + 1 + 2 + 3 + 4 + + + + + + True + True + False + + + 1 + 2 + 2 + 3 + + + + + + True + 0 + Password: + + + 2 + 3 + GTK_FILL + + + + + + True + 0 + Real name: + + + 3 + 4 + GTK_FILL + + + + + + True + True + + + 1 + 2 + 1 + 2 + + + + + + True + 0 + Nickname: + True + entry_nick + + + 1 + 2 + GTK_FILL + + + + + + True + 2 + + + True + + + + + True + True + Create a new IRC network + + + True + gtk-add + + + + + False + False + 1 + + + + + True + True + Edit the selected IRC network + + + True + gtk-edit + + + + + False + False + 2 + + + + + True + True + Remove the selected IRC network + + + True + gtk-remove + + + + + False + False + 3 + + + + + 1 + 2 + GTK_FILL + GTK_FILL + + + + + True + 0 + Network: + True + + + GTK_FILL + + + + + + + + True + 5 + Network + GTK_WIN_POS_CENTER_ON_PARENT + gtk-edit + GDK_WINDOW_TYPE_HINT_DIALOG + True + True + False + + + True + 2 + + + True + 0 + GTK_SHADOW_NONE + + + True + 6 + 12 + + + True + 2 + 2 + 12 + 6 + + + True + 0 + Network: + + + GTK_FILL + + + + + + True + 0 + Charset: + + + 1 + 2 + GTK_FILL + + + + + + True + True + + + 1 + 2 + + + + + + True + + + 1 + 2 + 1 + 2 + GTK_FILL + GTK_FILL + + + + + + + + + True + <b>Network</b> + True + + + + + 1 + + + + + True + 0 + GTK_SHADOW_NONE + + + True + 6 + 12 + + + True + 1 + 2 + 6 + 6 + + + True + True + GTK_POLICY_NEVER + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + True + True + False + + + + + GTK_FILL + + + + + True + 6 + GTK_BUTTONBOX_START + + + True + True + True + gtk-add + True + + + + + True + True + True + gtk-remove + True + + + 1 + + + + + True + True + True + gtk-go-up + True + + + 2 + + + + + True + True + True + gtk-go-down + True + + + 3 + + + + + 1 + 2 + GTK_FILL + + + + + + + + + True + <b>Servers</b> + True + + + + + 2 + + + + + True + GTK_BUTTONBOX_END + + + True + True + True + gtk-close + True + + + + + False + GTK_PACK_END + + + + + + button_add + button_remove + button_up + button_down + button_close + + + diff --git a/libempathy-gtk/empathy-account-widget-jabber.glade b/libempathy-gtk/empathy-account-widget-jabber.glade deleted file mode 100644 index 6e221e380..000000000 --- a/libempathy-gtk/empathy-account-widget-jabber.glade +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - True - jabber account settings - False - - - True - 6 - - - True - 2 - 3 - 12 - 6 - - - True - True - False - - - 1 - 2 - 1 - 2 - - - - - - True - True - - - 1 - 3 - - - - - - True - 0 - Login I_D: - True - entry_id - - - GTK_FILL - - - - - - True - True - Forget password and clear the entry. - 0 - - - True - gtk-clear - 1 - - - - - 2 - 3 - 1 - 2 - GTK_FILL - - - - - - True - 0 - Pass_word: - True - entry_password - - - 1 - 2 - GTK_FILL - - - - - - False - False - - - - - True - True - - - True - - - True - 4 - 3 - 12 - 6 - - - True - True - - - 1 - 3 - 2 - 3 - - - - - - True - True - 0 -128 127 1 10 0 - 1 - - - 1 - 3 - 3 - 4 - - - - - - True - True - _Ignore SSL certificate errors - True - 0 - True - - - 3 - 1 - 2 - GTK_FILL - - - - - - True - 0 - Pri_ority: - True - spinbutton_priority - - - 3 - 4 - GTK_FILL - - - - - - True - 0 - Reso_urce: - True - entry_resource - - - 2 - 3 - GTK_FILL - - - - - - True - True - _Encryption required (TLS/SSL) - True - 0 - True - - - 3 - GTK_FILL - - - - - - - - True - 0 - GTK_SHADOW_NONE - - - True - 12 - - - True - 3 - 2 - 6 - 6 - - - True - True - 5222 0 65555 1 10 0 - 1 - True - - - 1 - 2 - 1 - 2 - - - - - - True - True - - - 1 - 2 - - - - - - True - True - Use old SS_L - True - 0 - True - - - 2 - 2 - 3 - GTK_FILL - - - - - - True - 0 - _Port: - True - spinbutton_port - - - 1 - 2 - GTK_FILL - - - - - - True - 0 - _Server: - True - entry_server - - - GTK_FILL - - - - - - - - - - True - <b>Override server settings</b> - True - - - label_item - - - - - 1 - - - - - - - True - <b>Advanced</b> - True - - - label_item - - - - - False - False - 1 - - - - - - diff --git a/libempathy-gtk/empathy-account-widget-jabber.ui b/libempathy-gtk/empathy-account-widget-jabber.ui new file mode 100644 index 000000000..9f52f6890 --- /dev/null +++ b/libempathy-gtk/empathy-account-widget-jabber.ui @@ -0,0 +1,342 @@ + + + + + 127 + -128 + 10 + 1 + 0 + 0 + + + 65555 + 0 + 10 + 1 + 0 + 5222 + + + True + jabber account settings + False + + + True + 6 + + + True + 2 + 3 + 12 + 6 + + + True + True + False + + + 1 + 2 + 1 + 2 + + + + + + True + True + + + 1 + 3 + + + + + + True + 0 + Login I_D: + True + entry_id + + + GTK_FILL + + + + + + True + True + Forget password and clear the entry. + + + True + gtk-clear + 1 + + + + + 2 + 3 + 1 + 2 + GTK_FILL + + + + + + True + 0 + Pass_word: + True + entry_password + + + 1 + 2 + GTK_FILL + + + + + + False + False + + + + + True + True + + + True + + + True + 4 + 3 + 12 + 6 + + + True + True + + + 1 + 3 + 2 + 3 + + + + + + True + True + adjustment1 + 1 + + + 1 + 3 + 3 + 4 + + + + + + True + True + _Ignore SSL certificate errors + True + True + + + 3 + 1 + 2 + GTK_FILL + + + + + + True + 0 + Pri_ority: + True + spinbutton_priority + + + 3 + 4 + GTK_FILL + + + + + + True + 0 + Reso_urce: + True + entry_resource + + + 2 + 3 + GTK_FILL + + + + + + True + True + _Encryption required (TLS/SSL) + True + True + + + 3 + GTK_FILL + + + + + + + + True + 0 + GTK_SHADOW_NONE + + + True + 12 + + + True + 3 + 2 + 6 + 6 + + + True + True + adjustment2 + 1 + True + + + 1 + 2 + 1 + 2 + + + + + + True + True + + + 1 + 2 + + + + + + True + True + Use old SS_L + True + True + + + 2 + 2 + 3 + GTK_FILL + + + + + + True + 0 + _Port: + True + spinbutton_port + + + 1 + 2 + GTK_FILL + + + + + + True + 0 + _Server: + True + entry_server + + + GTK_FILL + + + + + + + + + + True + <b>Override server settings</b> + True + + + + + 1 + + + + + + + True + <b>Advanced</b> + True + + + + + False + False + 1 + + + + + + diff --git a/libempathy-gtk/empathy-account-widget-msn.glade b/libempathy-gtk/empathy-account-widget-msn.glade deleted file mode 100644 index 81a02052e..000000000 --- a/libempathy-gtk/empathy-account-widget-msn.glade +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - True - msn account settings - False - - - True - 6 - - - True - 2 - 2 - 6 - 6 - - - True - 2 - - - True - True - False - - - - - True - True - Forget password and clear the entry. - 0 - - - True - gtk-clear - 1 - - - - - False - False - 1 - - - - - 1 - 2 - 1 - 2 - - - - - - True - 0 - Pass_word: - True - - - 1 - 2 - GTK_FILL - - - - - - True - 0 - Login I_D: - True - entry_id - - - GTK_FILL - - - - - - True - True - - - 1 - 2 - - - - - - False - - - - - True - True - - - True - 2 - 2 - 6 - 6 - - - True - 0 - _Port: - True - spinbutton_port - - - 1 - 2 - GTK_FILL - - - - - - True - 0 - _Server: - True - entry_server - - - GTK_FILL - - - - - - True - True - - - 1 - 2 - - - - - - True - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - 0 0 65535 1 10 0 - 1 - True - - - 1 - 2 - 1 - 2 - - - - - - - - True - <b>Advanced</b> - True - - - label_item - - - - - False - False - 1 - - - - - - diff --git a/libempathy-gtk/empathy-account-widget-msn.ui b/libempathy-gtk/empathy-account-widget-msn.ui new file mode 100644 index 000000000..c91c33724 --- /dev/null +++ b/libempathy-gtk/empathy-account-widget-msn.ui @@ -0,0 +1,195 @@ + + + + + 65535 + 0 + 10 + 1 + 0 + 0 + + + True + msn account settings + False + + + True + 6 + + + True + 2 + 2 + 6 + 6 + + + True + 2 + + + True + True + False + + + + + True + True + Forget password and clear the entry. + + + True + gtk-clear + 1 + + + + + False + False + 1 + + + + + 1 + 2 + 1 + 2 + + + + + + True + 0 + Pass_word: + True + + + 1 + 2 + GTK_FILL + + + + + + True + 0 + Login I_D: + True + entry_id + + + GTK_FILL + + + + + + True + True + + + 1 + 2 + + + + + + False + + + + + True + True + + + True + 2 + 2 + 6 + 6 + + + True + 0 + _Port: + True + spinbutton_port + + + 1 + 2 + GTK_FILL + + + + + + True + 0 + _Server: + True + entry_server + + + GTK_FILL + + + + + + True + True + + + 1 + 2 + + + + + + True + True + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + adjustment1 + 1 + True + + + 1 + 2 + 1 + 2 + + + + + + + + True + <b>Advanced</b> + True + + + + + False + False + 1 + + + + + + diff --git a/libempathy-gtk/empathy-account-widget-salut.glade b/libempathy-gtk/empathy-account-widget-salut.glade deleted file mode 100644 index 57fd822e3..000000000 --- a/libempathy-gtk/empathy-account-widget-salut.glade +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - True - salut account settings - False - - - True - 6 - - - True - 3 - 3 - 12 - 6 - - - True - True - - - 1 - 3 - 2 - 3 - - - - - - True - True - - - 1 - 3 - 1 - 2 - - - - - - True - True - - - 1 - 3 - - - - - - True - 0 - _Nickname: - True - entry_nickname - - - 2 - 3 - GTK_FILL - - - - - - True - 0 - _Last Name: - True - entry_last_name - - - 1 - 2 - GTK_FILL - - - - - - True - 0 - _First Name: - True - entry_first_name - - - GTK_FILL - - - - - - False - False - - - - - True - True - - - True - 3 - 3 - 12 - 6 - - - True - True - - - 1 - 3 - - - - - - True - 0 - _Published Name: - True - entry_published - - - GTK_FILL - - - - - - True - True - - - 1 - 3 - 2 - 3 - - - - - - True - True - - - 1 - 3 - 1 - 2 - - - - - - True - 0 - _Jabber ID: - True - entry_jid - - - 2 - 3 - GTK_FILL - - - - - - True - 0 - _Email: - True - entry_email - - - 1 - 2 - GTK_FILL - - - - - - - - True - <b>Advanced</b> - True - - - label_item - - - - - False - False - 1 - - - - - - diff --git a/libempathy-gtk/empathy-account-widget-salut.ui b/libempathy-gtk/empathy-account-widget-salut.ui new file mode 100644 index 000000000..6766a390b --- /dev/null +++ b/libempathy-gtk/empathy-account-widget-salut.ui @@ -0,0 +1,215 @@ + + + + + True + salut account settings + False + + + True + 6 + + + True + 3 + 3 + 12 + 6 + + + True + True + + + 1 + 3 + 2 + 3 + + + + + + True + True + + + 1 + 3 + 1 + 2 + + + + + + True + True + + + 1 + 3 + + + + + + True + 0 + _Nickname: + True + entry_nickname + + + 2 + 3 + GTK_FILL + + + + + + True + 0 + _Last Name: + True + entry_last_name + + + 1 + 2 + GTK_FILL + + + + + + True + 0 + _First Name: + True + entry_first_name + + + GTK_FILL + + + + + + False + False + + + + + True + True + + + True + 3 + 3 + 12 + 6 + + + True + True + + + 1 + 3 + + + + + + True + 0 + _Published Name: + True + entry_published + + + GTK_FILL + + + + + + True + True + + + 1 + 3 + 2 + 3 + + + + + + True + True + + + 1 + 3 + 1 + 2 + + + + + + True + 0 + _Jabber ID: + True + entry_jid + + + 2 + 3 + GTK_FILL + + + + + + True + 0 + _Email: + True + entry_email + + + 1 + 2 + GTK_FILL + + + + + + + + True + <b>Advanced</b> + True + + + + + False + False + 1 + + + + + + diff --git a/libempathy-gtk/empathy-account-widget-sip.glade b/libempathy-gtk/empathy-account-widget-sip.glade deleted file mode 100644 index 3d026de1c..000000000 --- a/libempathy-gtk/empathy-account-widget-sip.glade +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - False - - - True - - - True - 2 - 2 - 12 - 6 - - - True - 0 - Pass_word: - True - entry_password - - - 1 - 2 - GTK_FILL - - - - - - True - True - - - 1 - 2 - - - - - - True - 0 - _Username: - True - entry_password - - - GTK_FILL - - - - - - True - - - True - True - - - - - True - True - Forget password and clear the entry. - 0 - - - True - gtk-clear - 1 - - - - - False - 1 - - - - - 1 - 2 - 1 - 2 - - - - - - False - False - - - - - True - True - - - True - 0 - 12 - - - True - 3 - 2 - 6 - 6 - - - True - True - - - 1 - 2 - 1 - 2 - - - - - True - 0 - STUN port: - spinbutton_stun-port - - - 2 - 3 - GTK_FILL - - - - - - True - 0 - STUN Server: - entry_stun-server - - - 1 - 2 - GTK_FILL - - - - - - True - True - 0 0 65535 1 10 0 - 1 - - - 1 - 2 - 2 - 3 - - - - - True - True - Discover STUN - True - 0 - True - - - 2 - GTK_FILL - - - - - - - - - - True - <b>Advanced</b> - True - - - label_item - - - - - False - False - 1 - - - - - - diff --git a/libempathy-gtk/empathy-account-widget-sip.ui b/libempathy-gtk/empathy-account-widget-sip.ui new file mode 100644 index 000000000..df25b843e --- /dev/null +++ b/libempathy-gtk/empathy-account-widget-sip.ui @@ -0,0 +1,210 @@ + + + + + 65535 + 0 + 10 + 1 + 0 + 0 + + + False + + + True + + + True + 2 + 2 + 12 + 6 + + + True + 0 + Pass_word: + True + entry_password + + + 1 + 2 + GTK_FILL + + + + + + True + True + + + 1 + 2 + + + + + + True + 0 + _Username: + True + entry_password + + + GTK_FILL + + + + + + True + + + True + True + + + + + True + True + Forget password and clear the entry. + + + True + gtk-clear + 1 + + + + + False + 1 + + + + + 1 + 2 + 1 + 2 + + + + + + False + False + + + + + True + True + + + True + 0 + 12 + + + True + 3 + 2 + 6 + 6 + + + True + True + + + 1 + 2 + 1 + 2 + + + + + True + 0 + STUN port: + spinbutton_stun-port + + + 2 + 3 + GTK_FILL + + + + + + True + 0 + STUN Server: + entry_stun-server + + + 1 + 2 + GTK_FILL + + + + + + True + True + adjustment1 + 1 + + + 1 + 2 + 2 + 3 + + + + + True + True + Discover STUN + True + True + + + 2 + GTK_FILL + + + + + + + + + + True + <b>Advanced</b> + True + + + + + False + False + 1 + + + + + + diff --git a/libempathy-gtk/empathy-account-widget-yahoo.glade b/libempathy-gtk/empathy-account-widget-yahoo.glade deleted file mode 100644 index ca64533ee..000000000 --- a/libempathy-gtk/empathy-account-widget-yahoo.glade +++ /dev/null @@ -1,287 +0,0 @@ - - - - - - True - Yahoo! account settings - False - - - True - 6 - - - True - 2 - 3 - 12 - 6 - - - True - 0 - Pass_word: - True - entry_password - - - 1 - 2 - GTK_FILL - - - - - - True - True - Forget password and clear the entry. - 0 - - - True - gtk-clear - 1 - - - - - 2 - 3 - 1 - 2 - GTK_FILL - - - - - - True - 0 - Yahoo I_D: - True - entry_id - - - GTK_FILL - - - - - - True - True - - - 1 - 3 - - - - - - True - True - False - - - 1 - 2 - 1 - 2 - - - - - - False - False - - - - - True - True - - - True - - - True - 6 - 2 - 12 - 6 - - - True - True - _Ignore conference and chatroom invitations - True - 0 - True - - - 2 - GTK_FILL - - - - - - True - 0 - _Room List locale: - True - entry_locale - - - 1 - 2 - GTK_FILL - - - - - - True - 0 - _Charset: - True - entry_charset - - - 2 - 3 - GTK_FILL - - - - - - True - True - - - 1 - 2 - 1 - 2 - - - - - - True - True - - - 1 - 2 - 2 - 3 - - - - - - True - 0 - _Server: - True - entry_server - - - 3 - 4 - GTK_FILL - - - - - - True - 0 - _Port: - True - spinbutton_port - - - 4 - 5 - GTK_FILL - - - - - - True - True - - - 1 - 2 - 3 - 4 - - - - - - True - True - 5050 1 65555 1 10 0 - 1 - True - - - 1 - 2 - 4 - 5 - - - - - - True - True - Use _Yahoo Japan - True - 0 - True - - - 2 - 5 - 6 - GTK_FILL - - - - - - - - - - True - <b>Advanced</b> - True - - - label_item - - - - - False - False - 1 - - - - - - diff --git a/libempathy-gtk/empathy-account-widget-yahoo.ui b/libempathy-gtk/empathy-account-widget-yahoo.ui new file mode 100644 index 000000000..439ff91db --- /dev/null +++ b/libempathy-gtk/empathy-account-widget-yahoo.ui @@ -0,0 +1,288 @@ + + + + + 65555 + 1 + 10 + 1 + 0 + 5050 + + + True + Yahoo! account settings + False + + + True + 6 + + + True + 2 + 3 + 12 + 6 + + + True + 0 + Pass_word: + True + entry_password + + + 1 + 2 + GTK_FILL + + + + + + True + True + Forget password and clear the entry. + + + True + gtk-clear + 1 + + + + + 2 + 3 + 1 + 2 + GTK_FILL + + + + + + True + 0 + Yahoo I_D: + True + entry_id + + + GTK_FILL + + + + + + True + True + + + 1 + 3 + + + + + + True + True + False + + + 1 + 2 + 1 + 2 + + + + + + False + False + + + + + True + True + + + True + + + True + 6 + 2 + 12 + 6 + + + True + True + _Ignore conference and chatroom invitations + True + True + + + 2 + GTK_FILL + + + + + + True + 0 + _Room List locale: + True + entry_locale + + + 1 + 2 + GTK_FILL + + + + + + True + 0 + _Charset: + True + entry_charset + + + 2 + 3 + GTK_FILL + + + + + + True + True + + + 1 + 2 + 1 + 2 + + + + + + True + True + + + 1 + 2 + 2 + 3 + + + + + + True + 0 + _Server: + True + entry_server + + + 3 + 4 + GTK_FILL + + + + + + True + 0 + _Port: + True + spinbutton_port + + + 4 + 5 + GTK_FILL + + + + + + True + True + + + 1 + 2 + 3 + 4 + + + + + + True + True + adjustment1 + 1 + True + + + 1 + 2 + 4 + 5 + + + + + + True + True + Use _Yahoo Japan + True + True + + + 2 + 5 + 6 + GTK_FILL + + + + + + + + + + True + <b>Advanced</b> + True + + + + + False + False + 1 + + + + + + diff --git a/libempathy-gtk/empathy-chat.glade b/libempathy-gtk/empathy-chat.glade deleted file mode 100644 index f313c2f55..000000000 --- a/libempathy-gtk/empathy-chat.glade +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - True - 6 - Group Chat - system-users - - - True - 4 - 6 - - - True - 6 - - - True - 0 - 0 - <b>Topic:</b> - True - - - False - False - - - - - True - True - 0 - True - True - True - PANGO_ELLIPSIZE_END - True - - - 1 - - - - - False - False - 2 - - - - - True - True - - - True - 6 - - - True - True - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - - - - - - True - True - GTK_POLICY_NEVER - GTK_POLICY_NEVER - GTK_SHADOW_IN - - - - - - False - 1 - - - - - True - True - - - - - 200 - True - True - GTK_POLICY_NEVER - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - - - - False - True - - - - - 1 - - - - - - diff --git a/libempathy-gtk/empathy-chat.ui b/libempathy-gtk/empathy-chat.ui new file mode 100644 index 000000000..6a5fc4659 --- /dev/null +++ b/libempathy-gtk/empathy-chat.ui @@ -0,0 +1,119 @@ + + + + + True + 6 + Group Chat + system-users + + + True + 4 + 6 + + + True + 6 + + + True + 0 + 0 + <b>Topic:</b> + True + + + False + False + + + + + True + True + 0 + True + True + True + PANGO_ELLIPSIZE_END + True + + + 1 + + + + + False + False + 2 + + + + + True + True + + + True + 6 + + + True + True + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + + + + + + True + True + GTK_POLICY_NEVER + GTK_POLICY_NEVER + GTK_SHADOW_IN + + + + + + False + 1 + + + + + True + True + + + + + 200 + True + True + GTK_POLICY_NEVER + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + + + + False + True + + + + + 1 + + + + + + diff --git a/libempathy-gtk/empathy-contact-dialogs.glade b/libempathy-gtk/empathy-contact-dialogs.glade deleted file mode 100644 index 75d8af6a8..000000000 --- a/libempathy-gtk/empathy-contact-dialogs.glade +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - 5 - Subscription Request - subscription_request - False - GTK_WIN_POS_CENTER_ON_PARENT - GDK_WINDOW_TYPE_HINT_DIALOG - False - - - True - 2 - - - True - 5 - 12 - - - True - 0 - gtk-dialog-question - 6 - - - False - False - - - - - - - - 1 - - - - - True - GTK_BUTTONBOX_END - - - True - True - True - Decide _Later - True - -6 - - - - - True - True - True - gtk-no - True - -9 - - - 1 - - - - - True - True - True - True - gtk-yes - True - -8 - - - 2 - - - - - False - GTK_PACK_END - - - - - - diff --git a/libempathy-gtk/empathy-contact-dialogs.ui b/libempathy-gtk/empathy-contact-dialogs.ui new file mode 100644 index 000000000..0986de1f5 --- /dev/null +++ b/libempathy-gtk/empathy-contact-dialogs.ui @@ -0,0 +1,93 @@ + + + + + 5 + Subscription Request + subscription_request + False + GTK_WIN_POS_CENTER_ON_PARENT + GDK_WINDOW_TYPE_HINT_DIALOG + False + + + True + 2 + + + True + 5 + 12 + + + True + 0 + gtk-dialog-question + 6 + + + False + False + + + + + + + + 1 + + + + + True + GTK_BUTTONBOX_END + + + True + True + True + Decide _Later + True + + + + + True + True + True + gtk-no + True + + + 1 + + + + + True + True + True + True + gtk-yes + True + + + 2 + + + + + False + GTK_PACK_END + + + + + + button19 + button20 + button21 + + + diff --git a/libempathy-gtk/empathy-contact-widget.glade b/libempathy-gtk/empathy-contact-widget.glade deleted file mode 100644 index 721ebe3fe..000000000 --- a/libempathy-gtk/empathy-contact-widget.glade +++ /dev/null @@ -1,558 +0,0 @@ - - - - - - True - Contact information - - - 6 - - - True - 6 - - - True - 0 - <b>Contact</b> - True - - - False - False - - - - - True - 12 - - - True - 6 - - - True - 6 - - - True - 3 - 2 - 6 - 6 - - - - - - - - - - - - True - 0 - Account: - - - GTK_FILL - - - - - - True - 0 - Identifier: - - - 1 - 2 - GTK_FILL - - - - - - True - 0 - Alias: - - - 2 - 3 - GTK_FILL - - - - - - - - True - 6 - - - True - gtk-missing-image - - - False - False - - - - - True - True - 0 - True - True - True - - - 1 - - - - - 1 - - - - - - - True - - - - - - False - False - 1 - - - - - - - False - False - 1 - - - - - False - - - - - 6 - - - True - 0 - <b>Groups</b> - True - - - False - False - - - - - True - 12 - - - True - 6 - - - True - 0 - Select the groups you want this contact to appear in. Note that you can select more than one group or no groups. - True - True - - - False - False - - - - - True - 12 - - - True - True - - - - - True - False - True - _Add Group - True - 0 - - - False - False - 1 - - - - - False - False - 1 - - - - - 100 - True - True - GTK_POLICY_NEVER - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - True - True - False - False - - - - - 2 - - - - - - - 1 - - - - - 1 - - - - - 6 - - - True - 0 - <b>Contact Details</b> - True - - - False - False - - - - - True - 12 - - - True - 6 - - - 4 - 2 - 12 - 6 - - - - - - - - - - - - - - - 0 - Fullname: - - - GTK_FILL - - - - - - 0 - Email: - - - 1 - 2 - GTK_FILL - - - - - - 0 - Web site: - - - 2 - 3 - GTK_FILL - - - - - - 0 - Birthday: - - - 3 - 4 - GTK_FILL - - - - - - - - True - 6 - - - True - gtk-dialog-info - - - False - False - - - - - True - 0 - Information requested... - True - True - - - 1 - - - - - False - False - 1 - - - - - - - False - False - 1 - - - - - False - 2 - - - - - 6 - - - True - 0 - <b>Client Information</b> - True - - - False - False - - - - - True - 12 - - - True - 6 - - - 3 - 2 - 12 - 6 - - - 0 - 0 - OS: - - - 2 - 3 - GTK_FILL - - - - - 0 - 0 - Version: - - - 1 - 2 - GTK_FILL - - - - - 0 - 0 - Client: - - - GTK_FILL - - - - - True - 0 - 2 - True - True - - - 1 - 2 - - - - - - True - 0 - 2 - True - True - - - 1 - 2 - 1 - 2 - - - - - - True - 0 - 2 - True - True - - - 1 - 2 - 2 - 3 - - - - - - False - - - - - True - 6 - - - True - gtk-dialog-info - - - False - False - - - - - True - 0 - Information requested... - True - True - - - 1 - - - - - False - False - 1 - - - - - - - False - False - 1 - - - - - False - 3 - - - - - - diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui new file mode 100644 index 000000000..8d6266288 --- /dev/null +++ b/libempathy-gtk/empathy-contact-widget.ui @@ -0,0 +1,556 @@ + + + + + True + Contact information + + + 6 + + + True + 6 + + + True + 0 + <b>Contact</b> + True + + + False + False + + + + + True + 12 + + + True + 6 + + + True + 6 + + + True + 3 + 2 + 6 + 6 + + + + + + + + + + + + True + 0 + Account: + + + GTK_FILL + + + + + + True + 0 + Identifier: + + + 1 + 2 + GTK_FILL + + + + + + True + 0 + Alias: + + + 2 + 3 + GTK_FILL + + + + + + + + True + 6 + + + True + gtk-missing-image + + + False + False + + + + + True + True + 0 + True + True + True + + + 1 + + + + + 1 + + + + + + + True + + + + + + False + False + 1 + + + + + + + False + False + 1 + + + + + False + + + + + 6 + + + True + 0 + <b>Groups</b> + True + + + False + False + + + + + True + 12 + + + True + 6 + + + True + 0 + Select the groups you want this contact to appear in. Note that you can select more than one group or no groups. + True + True + + + False + False + + + + + True + 12 + + + True + True + + + + + True + False + True + _Add Group + True + + + False + False + 1 + + + + + False + False + 1 + + + + + 100 + True + True + GTK_POLICY_NEVER + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + True + True + False + False + + + + + 2 + + + + + + + 1 + + + + + 1 + + + + + 6 + + + True + 0 + <b>Contact Details</b> + True + + + False + False + + + + + True + 12 + + + True + 6 + + + 4 + 2 + 12 + 6 + + + + + + + + + + + + + + + 0 + Fullname: + + + GTK_FILL + + + + + + 0 + Email: + + + 1 + 2 + GTK_FILL + + + + + + 0 + Web site: + + + 2 + 3 + GTK_FILL + + + + + + 0 + Birthday: + + + 3 + 4 + GTK_FILL + + + + + + + + True + 6 + + + True + gtk-dialog-info + + + False + False + + + + + True + 0 + Information requested... + True + True + + + 1 + + + + + False + False + 1 + + + + + + + False + False + 1 + + + + + False + 2 + + + + + 6 + + + True + 0 + <b>Client Information</b> + True + + + False + False + + + + + True + 12 + + + True + 6 + + + 3 + 2 + 12 + 6 + + + 0 + 0 + OS: + + + 2 + 3 + GTK_FILL + + + + + 0 + 0 + Version: + + + 1 + 2 + GTK_FILL + + + + + 0 + 0 + Client: + + + GTK_FILL + + + + + True + 0 + 2 + True + True + + + 1 + 2 + + + + + + True + 0 + 2 + True + True + + + 1 + 2 + 1 + 2 + + + + + + True + 0 + 2 + True + True + + + 1 + 2 + 2 + 3 + + + + + + False + + + + + True + 6 + + + True + gtk-dialog-info + + + False + False + + + + + True + 0 + Information requested... + True + True + + + 1 + + + + + False + False + 1 + + + + + + + False + False + 1 + + + + + False + 3 + + + + + + diff --git a/libempathy-gtk/empathy-log-window.glade b/libempathy-gtk/empathy-log-window.glade deleted file mode 100644 index 4f0c55d35..000000000 --- a/libempathy-gtk/empathy-log-window.glade +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - Previous Conversations - log - 640 - 450 - document-open-recent - - - True - True - 2 - - - True - 12 - 6 - - - True - 12 - - - True - _For: - True - entry_find - - - False - False - - - - - True - True - True - True - - - 1 - - - - - True - False - True - True - True - gtk-find - True - False - 0 - - - False - False - 2 - - - - - False - False - - - - - True - True - 120 - - - True - True - GTK_POLICY_NEVER - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - True - True - False - - - - - False - True - - - - - True - 6 - - - True - True - GTK_POLICY_NEVER - GTK_SHADOW_IN - - - - - - - - True - 12 - - - - - - True - False - True - gtk-go-back - True - False - 0 - - - False - False - GTK_PACK_END - 2 - - - - - True - False - True - gtk-go-forward - True - False - 0 - - - False - False - GTK_PACK_END - 1 - - - - - False - False - 1 - - - - - True - True - - - - - 1 - - - - - - - True - Search - - - tab - False - - - - - True - 12 - 2 - 2 - 6 - 6 - - - True - 6 - - - - - - GTK_FILL - GTK_FILL - - - - - True - True - GTK_POLICY_NEVER - GTK_SHADOW_IN - - - - - - 1 - 2 - 1 - 2 - - - - - True - 6 - - - 150 - True - True - GTK_POLICY_NEVER - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - True - True - False - - - - - - - True - True - - - False - False - 1 - - - - - 1 - 2 - GTK_FILL - - - - - True - 6 - - - True - gtk-find - - - False - False - - - - - True - True - True - - - 1 - - - - - 1 - 2 - GTK_FILL - GTK_FILL - - - - - 1 - - - - - True - Conversations - - - tab - 1 - False - - - - - - diff --git a/libempathy-gtk/empathy-log-window.ui b/libempathy-gtk/empathy-log-window.ui new file mode 100644 index 000000000..d38618c24 --- /dev/null +++ b/libempathy-gtk/empathy-log-window.ui @@ -0,0 +1,302 @@ + + + + + Previous Conversations + log + 640 + 450 + document-open-recent + + + True + True + 2 + + + True + 12 + 6 + + + True + 12 + + + True + _For: + True + entry_find + + + False + False + + + + + True + True + True + True + + + 1 + + + + + True + False + True + True + True + gtk-find + True + False + + + False + False + 2 + + + + + False + False + + + + + True + True + 120 + + + True + True + GTK_POLICY_NEVER + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + True + True + False + + + + + False + True + + + + + True + 6 + + + True + True + GTK_POLICY_NEVER + GTK_SHADOW_IN + + + + + + + + True + 12 + + + + + + True + False + True + gtk-go-back + True + False + + + False + False + GTK_PACK_END + 2 + + + + + True + False + True + gtk-go-forward + True + False + + + False + False + GTK_PACK_END + 1 + + + + + False + False + 1 + + + + + True + True + + + + + 1 + + + + + + + True + Search + + + False + + + + + True + 12 + 2 + 2 + 6 + 6 + + + True + 6 + + + + + + GTK_FILL + GTK_FILL + + + + + True + True + GTK_POLICY_NEVER + GTK_SHADOW_IN + + + + + + 1 + 2 + 1 + 2 + + + + + True + 6 + + + 150 + True + True + GTK_POLICY_NEVER + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + True + True + False + + + + + + + True + True + + + False + False + 1 + + + + + 1 + 2 + GTK_FILL + + + + + True + 6 + + + True + gtk-find + + + False + False + + + + + True + True + True + + + 1 + + + + + 1 + 2 + GTK_FILL + GTK_FILL + + + + + + + True + Conversations + + + 1 + False + + + + + + diff --git a/libempathy-gtk/empathy-new-message-dialog.glade b/libempathy-gtk/empathy-new-message-dialog.glade deleted file mode 100644 index d6317f8d4..000000000 --- a/libempathy-gtk/empathy-new-message-dialog.glade +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - 5 - New Conversation - False - new_message - GTK_WIN_POS_CENTER_ON_PARENT - GDK_WINDOW_TYPE_HINT_DIALOG - False - - - True - 2 - - - True - 2 - 2 - 6 - 6 - - - - - - True - 0 - Account: - - - - - - - - True - 0 - Contact ID: - - - 1 - 2 - - - - - - True - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - True - - - 1 - 2 - 1 - 2 - - - - - 1 - - - - - True - GTK_BUTTONBOX_END - - - True - True - gtk-cancel - True - -6 - - - - - True - True - True - 1 - - - True - 0 - 0 - - - True - 2 - - - True - audio-input-microphone - - - False - False - - - - - True - C_all - True - - - False - False - 1 - - - - - - - - - 1 - - - - - True - True - True - True - 2 - - - True - 0 - 0 - - - True - 2 - - - True - im-message-new - - - False - False - - - - - True - C_hat - True - - - False - False - 1 - - - - - - - - - 2 - - - - - False - GTK_PACK_END - - - - - - diff --git a/libempathy-gtk/empathy-new-message-dialog.ui b/libempathy-gtk/empathy-new-message-dialog.ui new file mode 100644 index 000000000..e24095fba --- /dev/null +++ b/libempathy-gtk/empathy-new-message-dialog.ui @@ -0,0 +1,185 @@ + + + + + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + 5 + New Conversation + False + new_message + GTK_WIN_POS_CENTER_ON_PARENT + GDK_WINDOW_TYPE_HINT_DIALOG + False + + + True + 2 + + + True + 2 + 2 + 6 + 6 + + + + + + True + 0 + Account: + + + + + + + + True + 0 + Contact ID: + + + 1 + 2 + + + + + + True + True + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + True + + + 1 + 2 + 1 + 2 + + + + + 1 + + + + + True + GTK_BUTTONBOX_END + + + True + True + gtk-cancel + True + + + + + True + True + True + + + True + 0 + 0 + + + True + 2 + + + True + audio-input-microphone + + + False + False + + + + + True + C_all + True + + + False + False + 1 + + + + + + + + + 1 + + + + + True + True + True + True + + + True + 0 + 0 + + + True + 2 + + + True + im-message-new + + + False + False + + + + + True + C_hat + True + + + False + False + 1 + + + + + + + + + 2 + + + + + False + GTK_PACK_END + + + + + + button1 + button_call + button_chat + + + diff --git a/libempathy-gtk/empathy-presence-chooser.glade b/libempathy-gtk/empathy-presence-chooser.glade deleted file mode 100644 index ba79529f6..000000000 --- a/libempathy-gtk/empathy-presence-chooser.glade +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - True - 5 - Custom message - False - GDK_WINDOW_TYPE_HINT_DIALOG - False - - - True - - - True - 5 - 3 - 2 - 6 - 6 - - - True - - - 1 - 2 - GTK_FILL - GTK_FILL - - - - - True - - - - - - - 1 - 2 - 1 - 2 - GTK_FILL - GTK_FILL - - - - - True - True - Save message - True - 0 - True - - - 2 - 2 - 3 - - - - - - True - 0 - Message: - - - 1 - 2 - GTK_FILL - - - - - - True - 0 - Status: - - - GTK_FILL - - - - - - 1 - - - - - True - GTK_BUTTONBOX_END - - - True - True - True - gtk-cancel - True - -6 - - - - - True - True - True - gtk-apply - True - -10 - - - 1 - - - - - False - GTK_PACK_END - - - - - - diff --git a/libempathy-gtk/empathy-presence-chooser.ui b/libempathy-gtk/empathy-presence-chooser.ui new file mode 100644 index 000000000..32b34ad0c --- /dev/null +++ b/libempathy-gtk/empathy-presence-chooser.ui @@ -0,0 +1,133 @@ + + + + + True + 5 + Custom message + False + GDK_WINDOW_TYPE_HINT_DIALOG + False + + + True + + + True + 5 + 3 + 2 + 6 + 6 + + + True + + + 1 + 2 + GTK_FILL + GTK_FILL + + + + + True + + + + + + + 1 + 2 + 1 + 2 + GTK_FILL + GTK_FILL + + + + + True + True + Save message + True + True + + + 2 + 2 + 3 + + + + + + True + 0 + Message: + + + 1 + 2 + GTK_FILL + + + + + + True + 0 + Status: + + + GTK_FILL + + + + + + 1 + + + + + True + GTK_BUTTONBOX_END + + + True + True + True + gtk-cancel + True + + + + + True + True + True + gtk-apply + True + + + 1 + + + + + False + GTK_PACK_END + + + + + + checkbutton_save + closebutton1 + button1 + + + diff --git a/libempathy-gtk/empathy-spell-dialog.glade b/libempathy-gtk/empathy-spell-dialog.glade deleted file mode 100644 index 3ce1d5b56..000000000 --- a/libempathy-gtk/empathy-spell-dialog.glade +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - 5 - Spell Checker - True - GTK_WIN_POS_CENTER_ON_PARENT - 275 - 225 - GDK_WINDOW_TYPE_HINT_DIALOG - False - - - True - 2 - - - True - 5 - 6 - - - True - 0 - Suggestions for the word: - True - True - - - False - False - - - - - True - True - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - True - True - False - - - - - 1 - - - - - 1 - - - - - True - GTK_BUTTONBOX_END - - - True - True - True - gtk-cancel - True - -6 - - - - - True - False - True - True - -5 - - - True - 0 - 0 - - - True - 2 - - - True - gtk-convert - - - False - False - - - - - True - _Replace - True - - - False - False - 1 - - - - - - - - - 1 - - - - - False - GTK_PACK_END - - - - - - diff --git a/libempathy-gtk/empathy-spell-dialog.ui b/libempathy-gtk/empathy-spell-dialog.ui new file mode 100644 index 000000000..382346c1a --- /dev/null +++ b/libempathy-gtk/empathy-spell-dialog.ui @@ -0,0 +1,131 @@ + + + + + 5 + Spell Checker + True + GTK_WIN_POS_CENTER_ON_PARENT + 275 + 225 + GDK_WINDOW_TYPE_HINT_DIALOG + False + + + True + 2 + + + True + 5 + 6 + + + True + 0 + Suggestions for the word: + True + True + + + False + False + + + + + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + True + True + False + + + + + 1 + + + + + 1 + + + + + True + GTK_BUTTONBOX_END + + + True + True + True + gtk-cancel + True + + + + + True + False + True + True + + + True + 0 + 0 + + + True + 2 + + + True + gtk-convert + + + False + False + + + + + True + _Replace + True + + + False + False + 1 + + + + + + + + + 1 + + + + + False + GTK_PACK_END + + + + + + button_cancel + button_replace + + + diff --git a/src/empathy-accounts-dialog.glade b/src/empathy-accounts-dialog.glade deleted file mode 100644 index e81daa9bf..000000000 --- a/src/empathy-accounts-dialog.glade +++ /dev/null @@ -1,399 +0,0 @@ - - - - - - 5 - Accounts - accounts - GDK_WINDOW_TYPE_HINT_DIALOG - False - - - True - 2 - - - True - 6 - 18 - - - True - 6 - - - True - True - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - 250 - 200 - True - True - False - - - - - - - True - 6 - True - - - True - 6 - True - - - True - True - gtk-add - True - 0 - - - - - True - True - gtk-remove - True - 0 - - - 1 - - - - - False - False - - - - - True - True - Import Accounts... - 0 - - - 1 - - - - - False - 1 - - - - - False - False - - - - - 415 - True - 18 - - - True - 18 - - - True - 6 - - - True - True - <big><b>Gmail</b></big> - True - True - - - - - True - 0 - gtk-cut - 6 - - - False - False - 1 - - - - - False - False - - - - - True - 0 - GTK_SHADOW_NONE - - - True - 6 - 20 - - - - - - - - True - <b>Settings</b> - True - - - label_item - - - - - 1 - - - - - - - 0 - GTK_SHADOW_NONE - - - True - 6 - 20 - - - True - 12 - - - True - 6 - - - True - Type: - - - False - False - - - - - - - - - - True - True - I already have an account I want to use - True - 0 - True - True - - - 2 - - - - - True - 6 - - - True - True - 0 - - - True - 0 - 0 - - - True - 2 - - - True - gtk-new - - - False - False - - - - - True - Cr_eate - True - - - False - False - 1 - - - - - - - - - False - False - GTK_PACK_END - 1 - - - - - True - True - gtk-cancel - True - 0 - - - False - False - GTK_PACK_END - - - - - False - False - GTK_PACK_END - 1 - - - - - - - - - True - <b>New Account</b> - True - - - label_item - - - - - False - 1 - - - - - 0 - GTK_SHADOW_NONE - - - True - 6 - 12 - - - True - To add a new account, you first have to install a backend for each protocol you want to use. - True - - - - - - - True - <b>No protocol installed</b> - True - - - label_item - - - - - False - False - 2 - - - - - 1 - - - - - 1 - - - - - True - GTK_BUTTONBOX_END - - - True - True - True - gtk-help - True - -11 - - - True - - - - - True - True - True - gtk-close - True - -7 - - - 1 - - - - - False - GTK_PACK_END - - - - - - diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui new file mode 100644 index 000000000..67879f718 --- /dev/null +++ b/src/empathy-accounts-dialog.ui @@ -0,0 +1,391 @@ + + + + + 5 + Accounts + accounts + GDK_WINDOW_TYPE_HINT_DIALOG + False + + + True + 2 + + + True + 6 + 18 + + + True + 6 + + + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + 250 + 200 + True + True + False + + + + + + + True + 6 + True + + + True + 6 + True + + + True + True + gtk-add + True + + + + + True + True + gtk-remove + True + + + 1 + + + + + False + False + + + + + True + True + Import Accounts... + + + 1 + + + + + False + 1 + + + + + False + False + + + + + 415 + True + 18 + + + True + 18 + + + True + 6 + + + True + True + <big><b>Gmail</b></big> + True + True + + + + + True + 0 + gtk-cut + 6 + + + False + False + 1 + + + + + False + False + + + + + True + 0 + GTK_SHADOW_NONE + + + True + 6 + 20 + + + + + + + + True + <b>Settings</b> + True + + + + + 1 + + + + + + + 0 + GTK_SHADOW_NONE + + + True + 6 + 20 + + + True + 12 + + + True + 6 + + + True + Type: + + + False + False + + + + + + + + + + True + True + I already have an account I want to use + True + True + True + + + 2 + + + + + True + 6 + + + True + True + + + True + 0 + 0 + + + True + 2 + + + True + gtk-new + + + False + False + + + + + True + Cr_eate + True + + + False + False + 1 + + + + + + + + + False + False + GTK_PACK_END + 1 + + + + + True + True + gtk-cancel + True + + + False + False + GTK_PACK_END + + + + + False + False + GTK_PACK_END + 1 + + + + + + + + + True + <b>New Account</b> + True + + + + + False + 1 + + + + + 0 + GTK_SHADOW_NONE + + + True + 6 + 12 + + + True + To add a new account, you first have to install a backend for each protocol you want to use. + True + + + + + + + True + <b>No protocol installed</b> + True + + + + + False + False + 2 + + + + + 1 + + + + + 1 + + + + + True + GTK_BUTTONBOX_END + + + True + True + True + gtk-help + True + + + True + + + + + True + True + True + gtk-close + True + + + 1 + + + + + False + GTK_PACK_END + + + + + + button_add + button_remove + button_import + checkbutton_register + button_create + button_back + button_help + button_close + + + diff --git a/src/empathy-call-window.glade b/src/empathy-call-window.glade deleted file mode 100644 index 712f10538..000000000 --- a/src/empathy-call-window.glade +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - True - - - True - - - True - _Call - True - - - True - - - True - Send video - True - - - - - True - Hang up - True - - - True - gtk-cancel - 1 - - - - - - - - - - - True - _View - True - - - True - - - True - Video preview - True - - - - - - - - - False - - - - - True - - - True - True - Hang up - gtk-cancel - - - True - - - - - True - - - True - - - - - True - Send Audio - gnome-stock-mic - - - True - - - - - True - Send video - camera-web - - - True - - - - - False - 1 - - - - - True - True - - - - - - - - - 2 - - - - - True - 2 - - - False - 3 - - - - - - diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui new file mode 100644 index 000000000..6d1bbf6e1 --- /dev/null +++ b/src/empathy-call-window.ui @@ -0,0 +1,140 @@ + + + + + + + + + menuitem1 + _Call + + + + + send_video + Send video + + + + + gtk-cancel + menuhangup + Hang up + + + + + menuitem3 + _View + + + + + show_preview + Video preview + + + + + + + + + + + + + + + + + + + + True + + + True + + + False + + + + + True + + + True + True + Hang up + gtk-cancel + + + True + + + + + True + + + True + + + + + True + Send Audio + gnome-stock-mic + + + True + + + + + True + Send video + camera-web + + + True + + + + + False + 1 + + + + + True + True + + + + + + + + + 2 + + + + + True + 2 + + + False + 3 + + + + + + diff --git a/src/empathy-chat-window.glade b/src/empathy-chat-window.glade deleted file mode 100644 index b62a5c219..000000000 --- a/src/empathy-chat-window.glade +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - Chat - chat - 350 - 250 - - - True - - - True - - - True - _Conversation - True - - - - - True - C_lear - True - - - - True - gtk-clear - 1 - - - - - - - True - Insert _Smiley - True - - - True - 1 - face-smile - - - - - - - True - _Contact - True - - - - - True - _Favorite Chatroom - True - - - - - True - - - - - True - gtk-close - True - True - - - - - - - - - - True - _Edit - True - - - - - True - gtk-cut - True - True - - - - - - True - gtk-copy - True - True - - - - - - True - gtk-paste - True - True - - - - - - - - - - True - _Tabs - True - - - - - True - _Previous Tab - True - - - - - - True - _Next Tab - True - - - - - - True - - - - - True - Move Tab _Left - True - - - - - True - Move Tab _Right - True - - - - - True - _Detach Tab - True - - - - - - - - - True - _Help - True - - - - - True - _Contents - True - - - - True - gtk-help - 1 - - - - - - - True - gtk-about - True - True - - - - - - - - - False - False - - - - - - - - - - 5 - Invite - True - GTK_WIN_POS_CENTER_ON_PARENT - 275 - 225 - GDK_WINDOW_TYPE_HINT_DIALOG - False - - - True - - - True - 5 - 18 - - - True - 6 - - - True - 0 - Select who would you like to invite: - True - True - - - False - False - - - - - True - True - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - True - True - False - - - - - 1 - - - - - - - True - 6 - - - True - 0 - Invitation _message: - True - True - True - entry - - - False - False - - - - - True - True - True - 40 - You have been invited to join a chat conference. - - - False - False - 1 - - - - - False - False - 1 - - - - - 1 - - - - - True - GTK_BUTTONBOX_END - - - True - True - True - gtk-cancel - True - -6 - - - - - True - False - True - True - True - In_vite - True - -5 - - - 1 - - - - - False - GTK_PACK_END - - - - - - diff --git a/src/empathy-chat-window.ui b/src/empathy-chat-window.ui new file mode 100644 index 000000000..741bfee4c --- /dev/null +++ b/src/empathy-chat-window.ui @@ -0,0 +1,326 @@ + + + + + + + + + menu_conv + _Conversation + + + + + gtk-clear + menu_conv_clear + C_lear + + + + + + menu_conv_insert_smiley + Insert _Smiley + + + + + menu_conv_contact + _Contact + + + + + menu_conv_favorite + _Favorite Chatroom + + + + + gtk-close + menu_conv_close + + + + + + menu_edit + _Edit + + + + + gtk-cut + menu_edit_cut + + + + + + gtk-copy + menu_edit_copy + + + + + + gtk-paste + menu_edit_paste + + + + + + menu_tabs + _Tabs + + + + + menu_tabs_prev + _Previous Tab + + + + + + menu_tabs_next + _Next Tab + + + + + + menu_tabs_left + Move Tab _Left + + + + + menu_tabs_right + Move Tab _Right + + + + + menu_tabs_detach + _Detach Tab + + + + + menu_help + _Help + + + + + gtk-help + menu_help_contents + _Contents + + + + + + gtk-about + menu_help_about + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Chat + chat + 350 + 250 + + + True + + + True + + + False + False + + + + + + + + + + 5 + Invite + True + GTK_WIN_POS_CENTER_ON_PARENT + 275 + 225 + GDK_WINDOW_TYPE_HINT_DIALOG + False + + + True + + + True + 5 + 18 + + + True + 6 + + + True + 0 + Select who would you like to invite: + True + True + + + False + False + + + + + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + True + True + False + + + + + 1 + + + + + + + True + 6 + + + True + 0 + Invitation _message: + True + True + True + entry + + + False + False + + + + + True + True + True + 40 + You have been invited to join a chat conference. + + + False + False + 1 + + + + + False + False + 1 + + + + + 1 + + + + + True + GTK_BUTTONBOX_END + + + True + True + True + gtk-cancel + True + + + + + True + False + True + True + True + In_vite + True + + + 1 + + + + + False + GTK_PACK_END + + + + + + button_cancel + button_invite + + + diff --git a/src/empathy-chatrooms-window.glade b/src/empathy-chatrooms-window.glade deleted file mode 100644 index ccccc81b0..000000000 --- a/src/empathy-chatrooms-window.glade +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - True - 5 - Edit Favorite Room - False - chatrooms - gtk-edit - GDK_WINDOW_TYPE_HINT_DIALOG - False - - - True - 2 - - - True - 5 - 5 - 2 - 12 - 6 - - - - - - True - True - Join this chat room when Empathy starts and you are connected - Join room on start_up - True - 0 - True - - - 1 - 2 - 4 - 5 - GTK_FILL - - - - - - True - True - 25 - - - 1 - 2 - - - - - - True - 0 - N_ame: - True - entry_name - - - GTK_FILL - - - - - - True - 0 - _Nickname: - True - entry_nickname - - - 1 - 2 - GTK_FILL - - - - - - True - 0 - S_erver: - True - entry_server - - - 2 - 3 - GTK_FILL - - - - - - True - 0 - _Room: - True - entry_room - - - 3 - 4 - GTK_FILL - - - - - - True - True - - - 1 - 2 - 1 - 2 - - - - - - True - True - - - 1 - 2 - 2 - 3 - - - - - - True - True - - - 1 - 2 - 3 - 4 - - - - - - 1 - - - - - True - GTK_BUTTONBOX_END - - - True - True - True - gtk-cancel - True - -6 - - - - - True - True - True - gtk-save - True - -5 - - - 1 - - - - - False - GTK_PACK_END - - - - - - - True - 12 - Manage Favorite Rooms - GTK_WIN_POS_CENTER_ON_PARENT - - - True - 12 - - - True - 18 - - - True - 12 - - - True - 0 - Account: - - - False - - - - - - - - False - - - - - 150 - True - True - GTK_POLICY_NEVER - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - True - True - True - - - - - 1 - - - - - - - True - 6 - GTK_BUTTONBOX_END - - - True - True - True - gtk-remove - True - 0 - - - - - True - False - True - True - gtk-edit - True - 0 - - - 1 - - - - - True - True - True - gtk-close - True - 0 - - - 2 - - - - - False - False - 1 - - - - - - diff --git a/src/empathy-chatrooms-window.ui b/src/empathy-chatrooms-window.ui new file mode 100644 index 000000000..e92de5934 --- /dev/null +++ b/src/empathy-chatrooms-window.ui @@ -0,0 +1,305 @@ + + + + + True + 5 + Edit Favorite Room + False + chatrooms + gtk-edit + GDK_WINDOW_TYPE_HINT_DIALOG + False + + + True + 2 + + + True + 5 + 5 + 2 + 12 + 6 + + + + + + True + True + Join this chat room when Empathy starts and you are connected + Join room on start_up + True + True + + + 1 + 2 + 4 + 5 + GTK_FILL + + + + + + True + True + 25 + + + 1 + 2 + + + + + + True + 0 + N_ame: + True + entry_name + + + GTK_FILL + + + + + + True + 0 + _Nickname: + True + entry_nickname + + + 1 + 2 + GTK_FILL + + + + + + True + 0 + S_erver: + True + entry_server + + + 2 + 3 + GTK_FILL + + + + + + True + 0 + _Room: + True + entry_room + + + 3 + 4 + GTK_FILL + + + + + + True + True + + + 1 + 2 + 1 + 2 + + + + + + True + True + + + 1 + 2 + 2 + 3 + + + + + + True + True + + + 1 + 2 + 3 + 4 + + + + + + 1 + + + + + True + GTK_BUTTONBOX_END + + + True + True + True + gtk-cancel + True + + + + + True + True + True + gtk-save + True + + + 1 + + + + + False + GTK_PACK_END + + + + + + checkbutton_auto_connect + button_cancel + button_save + + + + True + 12 + Manage Favorite Rooms + GTK_WIN_POS_CENTER_ON_PARENT + + + True + 12 + + + True + 18 + + + True + 12 + + + True + 0 + Account: + + + False + + + + + + + + False + + + + + 150 + True + True + GTK_POLICY_NEVER + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + True + True + True + + + + + 1 + + + + + + + True + 6 + GTK_BUTTONBOX_END + + + True + True + True + gtk-remove + True + + + + + True + False + True + True + gtk-edit + True + + + 1 + + + + + True + True + True + gtk-close + True + + + 2 + + + + + False + False + 1 + + + + + + diff --git a/src/empathy-ft-manager.glade b/src/empathy-ft-manager.glade deleted file mode 100644 index 2a386145a..000000000 --- a/src/empathy-ft-manager.glade +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - 620 - 250 - 5 - File transfers - empathy-ft-manager - document-send - GDK_WINDOW_TYPE_HINT_NORMAL - False - - - True - 2 - - - 100 - True - True - 5 - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - True - True - - - - - 1 - - - - - True - GTK_BUTTONBOX_END - - - True - True - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - Remove completed, canceled and failed file transfers from the list - gtk-clear - True - 3 - - - - - True - True - True - gtk-open - True - 1 - - - 1 - - - - - True - True - True - gtk-stop - True - 2 - - - 2 - - - - - False - GTK_PACK_END - - - - - - diff --git a/src/empathy-ft-manager.ui b/src/empathy-ft-manager.ui new file mode 100644 index 000000000..1e3c4af7d --- /dev/null +++ b/src/empathy-ft-manager.ui @@ -0,0 +1,90 @@ + + + + + 620 + 250 + 5 + File transfers + empathy-ft-manager + document-send + GDK_WINDOW_TYPE_HINT_NORMAL + False + + + True + 2 + + + 100 + True + True + 5 + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + True + True + + + + + 1 + + + + + True + GTK_BUTTONBOX_END + + + True + True + True + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + Remove completed, canceled and failed file transfers from the list + gtk-clear + True + + + + + True + True + True + gtk-open + True + + + 1 + + + + + True + True + True + gtk-stop + True + + + 2 + + + + + False + GTK_PACK_END + + + + + + clear_button + open_button + abort_button + + + diff --git a/src/empathy-import-dialog.glade b/src/empathy-import-dialog.glade deleted file mode 100644 index 4521d2e89..000000000 --- a/src/empathy-import-dialog.glade +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - 5 - Import Accounts - True - GTK_WIN_POS_CENTER_ON_PARENT - GDK_WINDOW_TYPE_HINT_DIALOG - False - - - True - 2 - - - True - True - GTK_POLICY_NEVER - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - 200 - True - True - False - - - - - 1 - - - - - True - GTK_BUTTONBOX_END - - - True - True - True - gtk-cancel - True - 0 - - - - - True - True - True - gtk-ok - True - -5 - - - 1 - - - - - False - GTK_PACK_END - - - - - - diff --git a/src/empathy-import-dialog.ui b/src/empathy-import-dialog.ui new file mode 100644 index 000000000..38ba434e4 --- /dev/null +++ b/src/empathy-import-dialog.ui @@ -0,0 +1,73 @@ + + + + + 5 + Import Accounts + True + GTK_WIN_POS_CENTER_ON_PARENT + GDK_WINDOW_TYPE_HINT_DIALOG + False + + + True + 2 + + + True + True + GTK_POLICY_NEVER + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + 200 + True + True + False + + + + + 1 + + + + + True + GTK_BUTTONBOX_END + + + True + True + True + gtk-cancel + True + + + + + True + True + True + gtk-ok + True + + + 1 + + + + + False + GTK_PACK_END + + + + + + button_cancel + button_ok + + + diff --git a/src/empathy-main-window.glade b/src/empathy-main-window.glade deleted file mode 100644 index 737105d23..000000000 --- a/src/empathy-main-window.glade +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - Contact List - contact_list - 225 - 325 - - - True - - - True - - - True - _Chat - True - - - - - True - _New Conversation... - True - - - - True - 1 - im-message-new - - - - - - - True - _View Previous Conversations - True - - - - True - 1 - document-open-recent - - - - - - - True - - - - - True - _Add Contact... - True - - - True - gtk-add - 1 - - - - - - - True - - - - - True - Show _Offline Contacts - True - - - - - - True - - - - - True - gtk-quit - True - True - - - - - - - - - - True - _Edit - True - - - - - True - Context - True - - - - - True - - - - - True - _Accounts - True - - - - - - True - _Personal Information - True - - - True - 1 - user-info - - - - - - - True - - - - - True - _Preferences - True - - - True - gtk-preferences - 1 - - - - - - - - - - - True - _Room - True - - - - - True - Join _New... - True - - - - - True - Join _Favorites - True - - - - - - True - - - - - True - - - - - True - Manage Favorites - True - - - True - 1 - system-users - - - - - - - - - - - True - _Help - True - - - - - True - _Contents - True - - - - True - gtk-help - 1 - - - - - - - True - gtk-about - True - True - - - - - - - - - False - False - - - - - True - GTK_TOOLBAR_BOTH - - - False - False - 1 - - - - - - - - - - False - False - 2 - - - - - True - True - True - GTK_POLICY_NEVER - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - - - - 3 - - - - - - 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 @@ + + + + + + + + + chat + _Chat + + + + + chat_new_message + _New Conversation... + + + + + + chat_history + _View Previous Conversations + + + + + + gtk-add + chat_add_contact + _Add Contact... + + + + + chat_show_offline + Show _Offline Contacts + + + + + + gtk-quit + chat_quit + + + + + + edit + _Edit + + + + + edit_context + Context + + + + + edit_accounts + _Accounts + + + + + + edit_personal_information + _Personal Information + + + + + gtk-preferences + edit_preferences + _Preferences + + + + + room + _Room + + + + + room_join_new + Join _New... + + + + + room_join_favorites + Join _Favorites + + + + + + room_manage_favorites + Manage Favorites + + + + + help + _Help + + + + + gtk-help + help_contents + _Contents + + + + + + gtk-about + help_about + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Contact List + contact_list + 225 + 325 + + + True + + + True + + + False + False + + + + + True + GTK_TOOLBAR_BOTH + + + False + False + 1 + + + + + + + + + + False + False + 2 + + + + + True + True + True + GTK_POLICY_NEVER + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + + + + 3 + + + + + + diff --git a/src/empathy-new-chatroom-dialog.glade b/src/empathy-new-chatroom-dialog.glade deleted file mode 100644 index 98984f7f7..000000000 --- a/src/empathy-new-chatroom-dialog.glade +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - True - 5 - Join New - join_new_chatroom - False - 350 - GDK_WINDOW_TYPE_HINT_DIALOG - False - - - True - 6 - - - True - 5 - 18 - - - True - 3 - 3 - 6 - 6 - - - - - - - - - True - True - Enter the room name to join here or click on one or more rooms in the list. - True - 32 - - - 1 - 3 - 2 - 3 - - - - - - True - True - Re_fresh - True - 0 - - - 2 - 3 - 1 - 2 - GTK_FILL - - - - - - True - True - Enter the server which hosts the room, or leave it empty if the room is on the current account's server - 25 - - - 1 - 2 - 1 - 2 - - - - - - True - 0 - _Room: - True - entry_room - - - 2 - 3 - GTK_FILL - - - - - - True - 0 - _Server: - True - entry_server - - - 1 - 2 - GTK_FILL - - - - - - True - 0 - Account: - - - GTK_FILL - - - - - - - - True - 6 - - - True - 6 - - - True - 3 - - - True - 2 - gtk-find - - - False - False - - - - - True - 0 - Browse: - True - - - 1 - - - - - - - - - - - - 150 - True - True - GTK_POLICY_NEVER - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - True - True - This list represents all chat rooms hosted on the server you have entered. - False - - - - - 1 - - - - - 1 - - - - - False - False - 1 - - - - - True - GTK_BUTTONBOX_END - - - True - True - True - gtk-close - True - -7 - - - - - True - False - True - True - True - -5 - - - True - 0 - 0 - - - True - 2 - - - True - gtk-execute - - - False - False - - - - - True - Join - True - - - False - False - 1 - - - - - - - - - 1 - - - - - False - GTK_PACK_END - - - - - - diff --git a/src/empathy-new-chatroom-dialog.ui b/src/empathy-new-chatroom-dialog.ui new file mode 100644 index 000000000..04927be2c --- /dev/null +++ b/src/empathy-new-chatroom-dialog.ui @@ -0,0 +1,273 @@ + + + + + True + 5 + Join New + join_new_chatroom + False + 350 + GDK_WINDOW_TYPE_HINT_DIALOG + False + + + True + 6 + + + True + 5 + 18 + + + True + 3 + 3 + 6 + 6 + + + + + + + + + True + True + Enter the room name to join here or click on one or more rooms in the list. + True + 32 + + + 1 + 3 + 2 + 3 + + + + + + True + True + Re_fresh + True + + + 2 + 3 + 1 + 2 + GTK_FILL + + + + + + True + True + Enter the server which hosts the room, or leave it empty if the room is on the current account's server + 25 + + + 1 + 2 + 1 + 2 + + + + + + True + 0 + _Room: + True + entry_room + + + 2 + 3 + GTK_FILL + + + + + + True + 0 + _Server: + True + entry_server + + + 1 + 2 + GTK_FILL + + + + + + True + 0 + Account: + + + GTK_FILL + + + + + + + + True + 6 + + + True + 6 + + + True + 3 + + + True + 2 + gtk-find + + + False + False + + + + + True + 0 + Browse: + True + + + 1 + + + + + + + + + + + + 150 + True + True + GTK_POLICY_NEVER + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + True + True + This list represents all chat rooms hosted on the server you have entered. + False + + + + + 1 + + + + + 1 + + + + + False + False + 1 + + + + + True + GTK_BUTTONBOX_END + + + True + True + True + gtk-close + True + + + + + True + False + True + True + True + + + True + 0 + 0 + + + True + 2 + + + True + gtk-execute + + + False + False + + + + + True + Join + True + + + False + False + 1 + + + + + + + + + 1 + + + + + False + GTK_PACK_END + + + + + + togglebutton_refresh + button_cancel + button_join + + + diff --git a/src/empathy-preferences.glade b/src/empathy-preferences.glade deleted file mode 100644 index c7c5ace4b..000000000 --- a/src/empathy-preferences.glade +++ /dev/null @@ -1,652 +0,0 @@ - - - - - - 5 - Preferences - preferences - GTK_WIN_POS_CENTER_ON_PARENT - gtk-preferences - GDK_WINDOW_TYPE_HINT_DIALOG - False - - - True - 2 - - - True - True - 5 - - - True - 12 - 18 - - - True - 0 - GTK_SHADOW_NONE - - - True - 6 - 12 - - - True - 6 - - - True - True - Show co_mpact contact list - True - 0 - True - - - False - False - - - - - True - True - Avatars are user chosen images shown in the contact list - Show _avatars - True - 0 - True - True - - - False - False - 1 - - - - - True - True - Show _smileys as images - True - 0 - True - True - - - False - False - 2 - - - - - - - - - True - <b>Appearance</b> - True - - - label_item - - - - - False - False - - - - - True - 0 - GTK_SHADOW_NONE - - - True - 6 - 12 - - - True - - - True - True - _Open new chats in separate windows - True - 0 - True - - - False - False - - - - - True - True - Automatically _connect on startup - True - 0 - True - True - - - 1 - - - - - - - - - True - <b>Behavior</b> - True - - - label_item - - - - - False - False - 1 - - - - - True - 0 - GTK_SHADOW_NONE - - - True - 6 - 12 - - - True - - - True - True - Sort by _name - True - 0 - True - - - False - False - - - - - True - True - Sort by s_tate - True - 0 - True - radiobutton_contact_list_sort_by_name - - - False - False - 1 - - - - - - - - - True - <b>Contact List</b> - True - - - label_item - - - - - 2 - - - - - - - True - General - - - tab - False - - - - - True - 12 - 6 - - - True - True - _Enable bubble notifications - True - 0 - True - - - False - False - - - - - True - 12 - - - True - 6 - - - True - True - Disable notifications when _away or busy - True - 0 - True - - - - - True - True - Enable notifications when the _chat is not focused - True - 0 - True - - - 1 - - - - - - - False - 1 - - - - - 1 - - - - - True - Notifications - - - tab - 4 - False - - - - - True - 12 - 18 - - - True - 6 - - - True - True - _Enable sound notifications - True - 0 - True - - - False - False - - - - - True - 12 - - - True - True - Disable sounds when _away or busy - True - 0 - True - - - - - 1 - - - - - False - - - - - True - 6 - - - True - 0 - <b>Play sound for events</b> - True - - - False - False - - - - - True - 12 - - - True - True - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - True - True - False - - - - - - - 1 - - - - - 1 - - - - - 2 - - - - - True - Sounds - - - tab - 2 - False - - - - - True - 12 - 18 - - - True - 0 - GTK_SHADOW_NONE - - - True - 6 - 12 - - - True - 6 - - - True - - - True - 6 - - - True - False - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - - - True - True - False - - - - - - - - - - - True - 6 - - - True - 0 - gtk-dialog-info - - - False - - - - - True - 0 - <small>The list of languages reflects only the languages for which you have a dictionary installed.</small> - True - True - - - 1 - - - - - False - 1 - - - - - - - - - True - <b>Enable spell checking for languages:</b> - True - - - label_item - - - - - - - - - - 3 - - - - - True - Spell Checking - - - tab - 3 - False - - - - - True - 12 - 18 - - - True - 0 - GTK_SHADOW_NONE - - - True - 6 - 12 - - - True - 6 - - - True - 12 - - - True - Chat Th_eme: - True - combobox_chat_theme - - - False - False - - - - - True - - - - False - False - 1 - - - - - - - - - - - True - <b>Appearance</b> - True - - - label_item - - - - - False - False - - - - - 4 - - - - - True - Themes - - - tab - 4 - False - - - - - 1 - - - - - True - GTK_BUTTONBOX_END - - - True - True - True - gtk-close - True - -6 - - - - - False - GTK_PACK_END - - - - - - diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui new file mode 100644 index 000000000..afc294c54 --- /dev/null +++ b/src/empathy-preferences.ui @@ -0,0 +1,620 @@ + + + + + 5 + Preferences + preferences + GTK_WIN_POS_CENTER_ON_PARENT + gtk-preferences + GDK_WINDOW_TYPE_HINT_DIALOG + False + + + True + 2 + + + True + True + 5 + + + True + 12 + 18 + + + True + 0 + GTK_SHADOW_NONE + + + True + 6 + 12 + + + True + 6 + + + True + True + Show co_mpact contact list + True + True + + + False + False + + + + + True + True + Avatars are user chosen images shown in the contact list + Show _avatars + True + True + True + + + False + False + 1 + + + + + True + True + Show _smileys as images + True + True + True + + + False + False + 2 + + + + + + + + + True + <b>Appearance</b> + True + + + + + False + False + + + + + True + 0 + GTK_SHADOW_NONE + + + True + 6 + 12 + + + True + + + True + True + _Open new chats in separate windows + True + True + + + False + False + + + + + True + True + Automatically _connect on startup + True + True + True + + + 1 + + + + + + + + + True + <b>Behavior</b> + True + + + + + False + False + 1 + + + + + True + 0 + GTK_SHADOW_NONE + + + True + 6 + 12 + + + True + + + True + True + Sort by _name + True + True + + + False + False + + + + + True + True + Sort by s_tate + True + True + radiobutton_contact_list_sort_by_name + + + False + False + 1 + + + + + + + + + True + <b>Contact List</b> + True + + + + + 2 + + + + + + + True + General + + + False + + + + + True + 12 + 6 + + + True + True + _Enable bubble notifications + True + True + + + False + False + + + + + True + 12 + + + True + 6 + + + True + True + Disable notifications when _away or busy + True + True + + + + + True + True + Enable notifications when the _chat is not focused + True + True + + + 1 + + + + + + + False + 1 + + + + + + + True + Notifications + + + 4 + False + + + + + True + 12 + 18 + + + True + 6 + + + True + True + _Enable sound notifications + True + True + + + False + False + + + + + True + 12 + + + True + True + Disable sounds when _away or busy + True + True + + + + + 1 + + + + + False + + + + + True + 6 + + + True + 0 + <b>Play sound for events</b> + True + + + False + False + + + + + True + 12 + + + True + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + True + True + False + + + + + + + 1 + + + + + 1 + + + + + + + True + Sounds + + + 2 + False + + + + + True + 12 + 18 + + + True + 0 + GTK_SHADOW_NONE + + + True + 6 + 12 + + + True + 6 + + + True + + + True + 6 + + + True + False + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + + + True + True + False + + + + + + + + + + + True + 6 + + + True + 0 + gtk-dialog-info + + + False + + + + + True + 0 + <small>The list of languages reflects only the languages for which you have a dictionary installed.</small> + True + True + + + 1 + + + + + False + 1 + + + + + + + + + True + <b>Enable spell checking for languages:</b> + True + + + + + + + + + + + + True + Spell Checking + + + 3 + False + + + + + True + 12 + 18 + + + True + 0 + GTK_SHADOW_NONE + + + True + 6 + 12 + + + True + 6 + + + True + 12 + + + True + Chat Th_eme: + True + combobox_chat_theme + + + False + False + + + + + True + + + False + False + 1 + + + + + + + + + + + True + <b>Appearance</b> + True + + + + + False + False + + + + + + + True + Themes + + + 4 + False + + + + + 1 + + + + + True + GTK_BUTTONBOX_END + + + True + True + True + gtk-close + True + + + + + False + GTK_PACK_END + + + + + + checkbutton_compact_contact_list + checkbutton_show_avatars + checkbutton_show_smileys + checkbutton_separate_chat_windows + checkbutton_autoconnect + radiobutton_contact_list_sort_by_name + radiobutton_contact_list_sort_by_state + checkbutton_notifications_enabled + checkbutton_notifications_disabled_away + checkbutton_notifications_focus + checkbutton_sounds_enabled + checkbutton_sounds_disabled_away + button_close + + + diff --git a/src/empathy-status-icon.glade b/src/empathy-status-icon.glade deleted file mode 100644 index ab0f09f84..000000000 --- a/src/empathy-status-icon.glade +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - True - _Show Contact List - True - - - - - True - - - - - True - _New Conversation... - True - - - True - 1 - im-message-new - - - - - - - True - Status - True - - - - - True - - - - - True - _Quit - True - - - True - gtk-quit - 1 - - - - - - diff --git a/src/empathy-status-icon.ui b/src/empathy-status-icon.ui new file mode 100644 index 000000000..2cfff903b --- /dev/null +++ b/src/empathy-status-icon.ui @@ -0,0 +1,53 @@ + + + + + + + + + tray_show_list + _Show Contact List + + + + + tray_new_message + _New Conversation... + + + + + tray_status + Status + + + + + gtk-quit + tray_quit + _Quit + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3