]> git.0d.be Git - empathy.git/commitdiff
Merge branch 'master' into mc5
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Sat, 1 Aug 2009 08:33:18 +0000 (10:33 +0200)
committerCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Sat, 1 Aug 2009 08:33:18 +0000 (10:33 +0200)
102 files changed:
configure.ac
data/Makefile.am
data/aim.profile [deleted file]
data/ekiga.profile [deleted file]
data/fwd.profile [deleted file]
data/gadugadu.profile [deleted file]
data/groupwise.profile [deleted file]
data/gtalk.profile [deleted file]
data/icq.profile [deleted file]
data/irc.profile [deleted file]
data/jabber.profile [deleted file]
data/msn-haze.profile [deleted file]
data/msn.profile [deleted file]
data/qq.profile [deleted file]
data/salut.profile [deleted file]
data/sametime.profile [deleted file]
data/sipphone.profile [deleted file]
data/sofiasip.profile [deleted file]
data/yahoo.profile [deleted file]
libempathy-gtk/Makefile.am
libempathy-gtk/empathy-account-chooser.c
libempathy-gtk/empathy-account-widget-irc.c
libempathy-gtk/empathy-account-widget-irc.h
libempathy-gtk/empathy-account-widget-irc.ui
libempathy-gtk/empathy-account-widget-local-xmpp.ui [new file with mode: 0644]
libempathy-gtk/empathy-account-widget-private.h [new file with mode: 0644]
libempathy-gtk/empathy-account-widget-salut.ui [deleted file]
libempathy-gtk/empathy-account-widget-sip.c
libempathy-gtk/empathy-account-widget-sip.h
libempathy-gtk/empathy-account-widget.c
libempathy-gtk/empathy-account-widget.h
libempathy-gtk/empathy-chat.c
libempathy-gtk/empathy-contact-dialogs.c
libempathy-gtk/empathy-contact-list-view.c
libempathy-gtk/empathy-irc-network-dialog.c
libempathy-gtk/empathy-log-window.c
libempathy-gtk/empathy-new-message-dialog.c
libempathy-gtk/empathy-profile-chooser.c [deleted file]
libempathy-gtk/empathy-profile-chooser.h [deleted file]
libempathy-gtk/empathy-protocol-chooser.c [new file with mode: 0644]
libempathy-gtk/empathy-protocol-chooser.h [new file with mode: 0644]
libempathy-gtk/empathy-share-my-desktop.c
libempathy-gtk/empathy-theme-adium.c
libempathy-gtk/empathy-ui-utils.c
libempathy-gtk/empathy-ui-utils.h
libempathy/Makefile.am
libempathy/empathy-account-manager.c
libempathy/empathy-account-manager.h
libempathy/empathy-account-priv.h [deleted file]
libempathy/empathy-account-settings.c [new file with mode: 0644]
libempathy/empathy-account-settings.h [new file with mode: 0644]
libempathy/empathy-account.c
libempathy/empathy-account.h
libempathy/empathy-call-handler.c
libempathy/empathy-chatroom-manager.c
libempathy/empathy-chatroom.c
libempathy/empathy-connection-managers.c [new file with mode: 0644]
libempathy/empathy-connection-managers.h [new file with mode: 0644]
libempathy/empathy-contact.c
libempathy/empathy-dispatcher.c
libempathy/empathy-dispatcher.h
libempathy/empathy-ft-handler.c
libempathy/empathy-idle.c
libempathy/empathy-idle.h
libempathy/empathy-log-manager.c
libempathy/empathy-log-manager.h
libempathy/empathy-log-store-empathy.c
libempathy/empathy-tp-chat.c
libempathy/empathy-tp-contact-factory.c
libempathy/empathy-tp-contact-list.c
libempathy/empathy-tp-file.c
libempathy/empathy-tp-roomlist.c
libempathy/empathy-utils.c
libempathy/empathy-utils.h
megaphone/src/megaphone-applet.c
nothere/src/nothere-applet.c
po/POTFILES.in
python/pyempathy/pyempathy.defs
python/pyempathygtk/pyempathygtk.defs
python/pyempathygtk/pyempathygtk.override
python/update-binding.sh
src/Makefile.am
src/empathy-accounts-dialog.c
src/empathy-accounts-dialog.h
src/empathy-accounts-dialog.ui
src/empathy-chat-window.c
src/empathy-chatrooms-window.c
src/empathy-debug-dialog.c
src/empathy-event-manager.c
src/empathy-import-dialog.c
src/empathy-main-window.c
src/empathy-new-chatroom-dialog.c
src/empathy-status-icon.c
src/empathy-tube-dispatch.c
src/empathy.c
tests/.gitignore
tests/Makefile.am
tests/check-empathy-chatroom-manager.c
tests/check-empathy-chatroom.c
tests/check-empathy-helpers.c
tests/test-empathy-profile-chooser.c [deleted file]
tests/test-empathy-protocol-chooser.c [new file with mode: 0644]

index 682f6a7a14880715fd51d01ceedf3616e29ccaaf..62e08f0a4160706634caaef9778a0af0645212e0 100644 (file)
@@ -30,7 +30,6 @@ GTK_REQUIRED=2.16.0
 GCONF_REQUIRED=1.2.0
 LIBPANELAPPLET_REQUIRED=2.10.0
 TELEPATHY_GLIB_REQUIRED=0.7.31
-MISSION_CONTROL_REQUIRED=4.61
 ENCHANT_REQUIRED=1.2.0
 ISO_CODES_REQUIRED=0.35
 LIBNOTIFY_REQUIRED=0.4.4
@@ -95,7 +94,6 @@ PKG_CHECK_MODULES(LIBEMPATHY,
    gio-unix-2.0 >= $GLIB_REQUIRED
    libxml-2.0
    telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
-   libmissioncontrol >= $MISSION_CONTROL_REQUIRED
    telepathy-farsight
    farsight2-0.10
    gstreamer-0.10
@@ -111,7 +109,6 @@ PKG_CHECK_MODULES(LIBEMPATHYGTK,
    gtk+-2.0 >= $GTK_REQUIRED
    libcanberra-gtk >= $LIBCANBERRA_GTK_REQUIRED
    telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
-   libmissioncontrol >= $MISSION_CONTROL_REQUIRED
    farsight2-0.10
    gstreamer-0.10
    gstreamer-interfaces-0.10
@@ -127,7 +124,6 @@ PKG_CHECK_MODULES(EMPATHY,
    libebook-1.2
    dbus-glib-1
    telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
-   libmissioncontrol >= $MISSION_CONTROL_REQUIRED
    telepathy-farsight
    gstreamer-0.10
 ])
@@ -319,7 +315,7 @@ if test "x$enable_megaphone" != "xno"; then
       glib-2.0 >= $GLIB_REQUIRED
       gtk+-2.0 >= $GTK_REQUIRED
       gconf-2.0 >= $GCONF_REQUIRED
-      libmissioncontrol >= $MISSION_CONTROL_REQUIRED
+      telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
    ], have_megaphone="yes", have_megaphone="no")
 else
    have_megaphone=no
@@ -346,7 +342,7 @@ if test "x$enable_nothere" != "xno"; then
       glib-2.0 >= $GLIB_REQUIRED
       gtk+-2.0 >= $GTK_REQUIRED
       gconf-2.0 >= $GCONF_REQUIRED
-      libmissioncontrol >= $MISSION_CONTROL_REQUIRED
+      telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
    ], have_nothere="yes", have_nothere="no")
 else
    have_nothere=no
@@ -397,7 +393,6 @@ if test "x$enable_python" != "xno"; then
       gobject-2.0
       gconf-2.0 >= $GCONF_REQUIRED
       libxml-2.0
-      libmissioncontrol >= $MISSION_CONTROL_REQUIRED
       gtk+-2.0 >= $GTK_REQUIRED
       gstreamer-0.10
       gstreamer-interfaces-0.10
index 52108fbe7f725ef73640b27f65ac94e85eec4ed4..2182ed0f526e8fb09ba144a0c0b1d566ec57a6b5 100644 (file)
@@ -1,25 +1,5 @@
 SUBDIRS = icons
 
-profiledir = $(datadir)/mission-control/profiles
-profile_DATA =                                 \
-       aim.profile                     \
-       icq.profile                     \
-       jabber.profile                  \
-       salut.profile                   \
-       yahoo.profile                   \
-       gtalk.profile                   \
-       irc.profile                     \
-       msn.profile                     \
-       msn-haze.profile                \
-       sofiasip.profile                \
-       ekiga.profile                   \
-       fwd.profile                     \
-       sipphone.profile                \
-       groupwise.profile               \
-       gadugadu.profile                \
-       qq.profile                      \
-       sametime.profile
-
 desktopdir = $(datadir)/applications
 desktop_in_files = empathy.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@@ -45,7 +25,6 @@ htmldir = $(datadir)/empathy
 html_DATA = Template.html
 
 EXTRA_DIST =                           \
-       $(profile_DATA)                 \
        $(desktop_in_files)             \
        $(desktop_DATA)                 \
        $(schemas_in_files)             \
diff --git a/data/aim.profile b/data/aim.profile
deleted file mode 100644 (file)
index ae7dbae..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-[Profile]
-Manager=haze
-Protocol=aim
-IconName = im-aim
-DisplayName=AIM
-ConfigurationUI = aim
-Capabilities = chat-p2p, supports-alias, supports-avatars, supports-roster
-VCardDefault = 1
-VCardField = X-AIM
-SupportedPresences = away,hidden,do-not-disturb
diff --git a/data/ekiga.profile b/data/ekiga.profile
deleted file mode 100644 (file)
index 1acc710..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-[Profile]
-Manager = sofiasip
-Protocol = sip
-DisplayName = Ekiga.net (SIP)
-IconName = im-ekiga
-ConfigurationUI = sofiasip
-VCardDefault = 1
-VCardField = X-SIP
-Capabilities = chat-p2p, voice-p2p, split-account, video-p2p
-DefaultAccountDomain = ekiga.net
-Default-priority = 1
-Default-stun-server = stun.ekiga.net
-Default-discover-stun = false
-
diff --git a/data/fwd.profile b/data/fwd.profile
deleted file mode 100644 (file)
index af05b2c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-[Profile]
-Manager = sofiasip
-Protocol = sip
-DisplayName = FreeWorldDialup (SIP)
-IconName = im-sip
-ConfigurationUI = sofiasip
-VCardDefault = 1
-VCardField = X-SIP
-Capabilities = chav-p2p, voice-p2p, split-account, video-p2p
-DefaultAccountDomain = fwd.pulver.com
-Default-priority = 1
-Default-proxy-address = fwd.pulver.com
-Default-stun-server = stun.fwdnet.net
-Default-discover-stun = false
-
diff --git a/data/gadugadu.profile b/data/gadugadu.profile
deleted file mode 100644 (file)
index ca2f5b7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-[Profile]
-Manager=haze
-Protocol=gadugadu
-DisplayName=Gadu Gadu
-IconName = im-gadugadu
-ConfigurationUI = gadugadu
-Capabilities = chat-p2p, contact-search, supports-alias, supports-roster
-VCardDefault = 1
-VCardField = X-GADUGADU
-SupportedPresences = offline,available,away,hidden
-
diff --git a/data/groupwise.profile b/data/groupwise.profile
deleted file mode 100644 (file)
index 3e47ec2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-[Profile]
-Manager=haze
-Protocol=groupwise
-IconName = im-nov
-DisplayName=GroupWise
-ConfigurationUI = groupwise
-Capabilities = chat-p2p, supports-alias, supports-roster
-VCardDefault = 1
-VCardField = X-Groupwise
-SupportedPresences = away,hidden,do-not-disturb
-
diff --git a/data/gtalk.profile b/data/gtalk.profile
deleted file mode 100644 (file)
index 21eadc0..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-[Profile]
-Manager = gabble
-Protocol = jabber
-DisplayName = Google Talk
-IconName = im-google-talk
-ConfigurationUI = jabber
-VCardDefault = 0
-VCardField = X-JABBER
-Capabilities = chat-p2p, voice-p2p, split-account, chat-room, chat-room-list, supports-avatars, supports-alias, supports-roster
-DefaultAccountDomain = gmail.com
-Default-server = talk.google.com
-Default-port = 5223
-Default-old-ssl = 1
-Default-ignore-ssl-errors = 1
-Default-fallback-conference-server = conference.jabber.org
-SupportedPresences = away,extended-away,do-not-disturb
diff --git a/data/icq.profile b/data/icq.profile
deleted file mode 100644 (file)
index 0f4622e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-[Profile]
-Manager=haze
-Protocol=icq
-IconName = im-icq
-DisplayName=ICQ
-ConfigurationUI = icq
-Capabilities = chat-p2p, supports-alias, supports-avatars, supports-roster
-VCardDefault = 1
-VCardField = X-ICQ
-SupportedPresences = away,hidden,do-not-disturb
-
diff --git a/data/irc.profile b/data/irc.profile
deleted file mode 100644 (file)
index 05bf5ed..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-[Profile]
-Manager = idle
-Protocol = irc
-DisplayName = IRC
-IconName = im-irc
-ConfigurationUI = irc
-VCardField = X-IRC
-Capabilities = chat-p2p, chat-room, chat-room-list
-SupportedPresences = away
diff --git a/data/jabber.profile b/data/jabber.profile
deleted file mode 100644 (file)
index c3cb57a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-[Profile]
-Manager = gabble
-Protocol = jabber
-DisplayName = Jabber
-IconName = im-xmpp
-ConfigurationUI = jabber
-VCardDefault = 1
-VCardField = X-JABBER
-Capabilities = chat-p2p, chat-room, chat-room-list, voice-p2p, contact-search, split-account, registration-ui, supports-avatars, supports-alias, supports-roster
-DefaultAccountDomain = jabber.org
-Default-fallback-conference-server = conference.jabber.org
-SupportedPresences = away,extended-away,hidden,do-not-disturb
diff --git a/data/msn-haze.profile b/data/msn-haze.profile
deleted file mode 100644 (file)
index 1968252..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-[Profile]
-Manager=haze
-Protocol=msn
-DisplayName=MSN (Haze)
-IconName = im-msn
-ConfigurationUI = haze
-SupportsInvisible = 0
-Capabilities = chat-p2p, split-account, supports-alias, supports-avatars, supports-roster
-DefaultAccountDomain = hotmail.com
-VCardDefault = 1
-VCardField = X-MSN
-SupportedPresences = away,hidden,do-not-disturb
-
diff --git a/data/msn.profile b/data/msn.profile
deleted file mode 100644 (file)
index 9bdd051..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-[Profile]
-Manager=butterfly
-Protocol=msn
-DisplayName=MSN
-IconName = im-msn
-ConfigurationUI = msn
-SupportsInvisible = 1
-Capabilities = chat-p2p, split-account, supports-avatars, supports-alias
-DefaultAccountDomain = hotmail.com
-VCardDefault = 1
-VCardField = X-MSN
-SupportedPresences = offline,available,away,extended-away,hidden,do-not-disturb
-
diff --git a/data/qq.profile b/data/qq.profile
deleted file mode 100644 (file)
index 9a52d24..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-[Profile]
-Manager=haze
-Protocol=qq
-DisplayName=QQ
-IconName = im-qq
-ConfigurationUI = qq
-Capabilities = chat-p2p, chat-room, contact-search, supports-alias, supports-roster
-VCardDefault = 1
-VCardField = X-QQ
-SupportedPresences = offline,available,away,hidden
-
diff --git a/data/salut.profile b/data/salut.profile
deleted file mode 100644 (file)
index acd483c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-[Profile]
-Manager = salut
-Protocol = local-xmpp
-DisplayName = Salut
-IconName = im-local-xmpp
-ConfigurationUI = local-xmpp
-VCardField = X-LOCAL-XMPP
-Capabilities = chat-p2p, contact-search, supports-alias, supports-roster
-SupportedPresences = away,extended-away,hidden,do-not-disturb
diff --git a/data/sametime.profile b/data/sametime.profile
deleted file mode 100644 (file)
index aec7989..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-[Profile]
-Manager=haze
-Protocol=sametime
-IconName = im-meanwhile
-DisplayName = Sametime
-ConfigurationUI = sametime
-Capabilities = chat-p2p, supports-alias, supports-roster
-VCardDefault = 1
-VCardField = X-Sametime
-SupportedPresences = away,hidden,do-not-disturb
-
diff --git a/data/sipphone.profile b/data/sipphone.profile
deleted file mode 100644 (file)
index 4904a74..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-[Profile]
-Manager = sofiasip
-Protocol = sip
-DisplayName = Sipphone.com (SIP)
-IconName = im-sip
-ConfigurationUI = sofiasip
-VCardDefault = 1
-VCardField = X-SIP
-Capabilities = voice-p2p, split-account, video-p2p
-DefaultAccountDomain = proxy01.sipphone.com
-Default-priority = 1
-Default-stun-server = stun01.sipphone.com
-Default-proxy = 198.65.166.131
-Default-discover-stun = false
-Default-transport = udp
-
diff --git a/data/sofiasip.profile b/data/sofiasip.profile
deleted file mode 100644 (file)
index e49f9a0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-[Profile]
-Manager = sofiasip
-Protocol = sip
-DisplayName = SIP
-IconName = im-sip
-ConfigurationUI = sofiasip
-VCardDefault = 1
-VCardField = X-SIP
-Capabilities = chat-p2p, voice-p2p, split-account
-
diff --git a/data/yahoo.profile b/data/yahoo.profile
deleted file mode 100644 (file)
index f4173d1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-[Profile]
-Manager=haze
-Protocol=yahoo
-DisplayName=Yahoo
-IconName = im-yahoo
-ConfigurationUI = yahoo
-Capabilities = chat-p2p, supports-alias, supports-avatars, supports-roster
-VCardDefault = 1
-VCardField = X-YAHOO
-SupportedPresences = away,hidden,do-not-disturb
-
index 4c80e9f985e0076ab3d499fbdad589f72347718c..70e11e4128384a1e949cf6713ebe6182e9dc1814 100644 (file)
@@ -53,7 +53,7 @@ libempathy_gtk_handwritten_source =                   \
        empathy-log-window.c                    \
        empathy-new-message-dialog.c            \
        empathy-presence-chooser.c              \
-       empathy-profile-chooser.c               \
+       empathy-protocol-chooser.c              \
        empathy-smiley-manager.c                \
        empathy-sound.c                         \
        empathy-spell.c                         \
@@ -70,6 +70,7 @@ libempathy_gtk_la_SOURCES =                   \
 
 # do not distribute generated files
 nodist_libempathy_gtk_la_SOURCES =\
+       empathy-account-widget-private.h        \
        $(BUILT_SOURCES)
 
 libempathy_gtk_la_LIBADD =                     \
@@ -115,7 +116,7 @@ libempathy_gtk_headers =                    \
        empathy-log-window.h                    \
        empathy-new-message-dialog.h            \
        empathy-presence-chooser.h              \
-       empathy-profile-chooser.h               \
+       empathy-protocol-chooser.h              \
        empathy-smiley-manager.h                \
        empathy-sound.h                         \
        empathy-spell.h                         \
@@ -145,7 +146,7 @@ ui_DATA =                                   \
        empathy-account-widget-jabber.ui        \
        empathy-account-widget-msn.ui           \
        empathy-account-widget-sip.ui           \
-       empathy-account-widget-salut.ui         \
+       empathy-account-widget-local-xmpp.ui    \
        empathy-account-widget-irc.ui           \
        empathy-account-widget-icq.ui           \
        empathy-account-widget-yahoo.ui         \
index 34ebc7eac40181df36caef69013cbf6a079515c3..a91b0eb2961f57bc3d1219bd0bbc5e204548f91f 100644 (file)
@@ -29,8 +29,6 @@
 #include <glib/gi18n-lib.h>
 #include <gtk/gtk.h>
 
-#include <libmissioncontrol/mission-control.h>
-
 #include <libempathy/empathy-account-manager.h>
 #include <libempathy/empathy-utils.h>
 
@@ -547,7 +545,7 @@ account_chooser_find_account_foreach (GtkTreeModel *model,
 
        gtk_tree_model_get (model, iter, COL_ACCOUNT_POINTER, &account, -1);
 
-       if (empathy_account_equal (account, data->account)) {
+       if (account == data->account) {
                data->found = TRUE;
                *(data->iter) = *iter;
                g_object_unref (account);
@@ -617,7 +615,7 @@ account_chooser_update_iter (EmpathyAccountChooser *chooser,
                            COL_ACCOUNT_POINTER, &account,
                            -1);
 
-       icon_name = empathy_icon_name_from_account (account);
+       icon_name = empathy_account_get_icon_name (account);
        if (priv->filter) {
                is_enabled = priv->filter (account, priv->filter_data);
        }
@@ -690,10 +688,8 @@ account_chooser_set_account_foreach (GtkTreeModel   *model,
        if ((data->account == NULL) != (account == NULL)) {
                equal = FALSE;
        }
-       else if (data->account == account) {
-               equal = TRUE;
-       } else {
-               equal = empathy_account_equal (data->account, account);
+       else {
+               equal = (data->account == account);
        }
 
        if (account) {
@@ -779,7 +775,7 @@ empathy_account_chooser_filter_is_connected (EmpathyAccount *account,
 {
        TpConnectionStatus  status;
 
-       g_object_get (account, "status", &status, NULL);
+       g_object_get (account, "connection-status", &status, NULL);
 
        return status == TP_CONNECTION_STATUS_CONNECTED;
 }
index c0699b23a70fec490a0a9e78853d556d2b6e1d2c..932e2f81dcf7f8394ae52fb98da309013de38bf7 100644 (file)
 #include <glib/gi18n-lib.h>
 #include <gtk/gtk.h>
 
-#include <libmissioncontrol/mc-protocol.h>
-
 #include <libempathy/empathy-utils.h>
 #include <libempathy/empathy-irc-network-manager.h>
 
 #include "empathy-irc-network-dialog.h"
 #include "empathy-account-widget.h"
+#include "empathy-account-widget-private.h"
 #include "empathy-account-widget-irc.h"
 #include "empathy-ui-utils.h"
 
@@ -43,7 +42,7 @@
 #define IRC_NETWORKS_FILENAME "irc-networks.xml"
 
 typedef struct {
-  EmpathyAccount *account;
+  EmpathyAccountWidget *self;
   EmpathyIrcNetworkManager *network_manager;
 
   GtkWidget *vbox_settings;
@@ -61,17 +60,19 @@ account_widget_irc_destroy_cb (GtkWidget *widget,
                                EmpathyAccountWidgetIrc *settings)
 {
   g_object_unref (settings->network_manager);
-  g_object_unref (settings->account);
   g_slice_free (EmpathyAccountWidgetIrc, settings);
 }
 
 static void
 unset_server_params (EmpathyAccountWidgetIrc *settings)
 {
+  EmpathyAccountSettings *ac_settings;
+
+  g_object_get (settings->self, "settings", &ac_settings, NULL);
   DEBUG ("Unset server, port and use-ssl");
-  empathy_account_unset_param (settings->account, "server");
-  empathy_account_unset_param (settings->account, "port");
-  empathy_account_unset_param (settings->account, "use-ssl");
+  empathy_account_settings_unset (ac_settings, "server");
+  empathy_account_settings_unset (ac_settings, "port");
+  empathy_account_settings_unset (ac_settings, "use-ssl");
 }
 
 static void
@@ -82,6 +83,9 @@ update_server_params (EmpathyAccountWidgetIrc *settings)
   EmpathyIrcNetwork *network;
   GSList *servers;
   gchar *charset;
+  EmpathyAccountSettings *ac_settings;
+
+  g_object_get (settings->self, "settings", &ac_settings, NULL);
 
   if (!gtk_combo_box_get_active_iter (
         GTK_COMBO_BOX (settings->combobox_network), &iter))
@@ -97,7 +101,7 @@ update_server_params (EmpathyAccountWidgetIrc *settings)
 
   g_object_get (network, "charset", &charset, NULL);
   DEBUG ("Setting charset to %s", charset);
-  empathy_account_set_param_string (settings->account, "charset", charset);
+  empathy_account_settings_set_string (ac_settings, "charset", charset);
   g_free (charset);
 
   servers = empathy_irc_network_get_servers (network);
@@ -116,11 +120,11 @@ update_server_params (EmpathyAccountWidgetIrc *settings)
           NULL);
 
       DEBUG ("Setting server to %s", address);
-      empathy_account_set_param_string (settings->account, "server", address);
+      empathy_account_settings_set_string (ac_settings, "server", address);
       DEBUG ("Setting port to %u", port);
-      empathy_account_set_param_int (settings->account, "port", port);
+      empathy_account_settings_set_uint32 (ac_settings, "port", port);
       DEBUG ("Setting use-ssl to %s", ssl ? "TRUE": "FALSE" );
-      empathy_account_set_param_boolean (settings->account, "use-ssl", ssl);
+      empathy_account_settings_set_boolean (ac_settings, "use-ssl", ssl);
 
       g_free (address);
     }
@@ -323,25 +327,30 @@ fill_networks_model (EmpathyAccountWidgetIrc *settings,
 static void
 account_widget_irc_setup (EmpathyAccountWidgetIrc *settings)
 {
-  gchar *nick = NULL;
-  gchar *fullname = NULL;
-  gchar *server = NULL;
+  const gchar *nick = NULL;
+  const gchar *fullname = NULL;
+  const gchar *server = NULL;
   gint port = 6667;
-  gchar *charset;
+  const gchar *charset;
   gboolean ssl = FALSE;
   EmpathyIrcNetwork *network = NULL;
+  EmpathyAccountSettings *ac_settings;
+
+  g_object_get (settings->self, "settings", &ac_settings, NULL);
 
-  nick = empathy_account_get_param_string (settings->account, "account");
-  fullname = empathy_account_get_param_string (settings->account, "fullname");
-  server = empathy_account_get_param_string (settings->account, "server");
-  charset = empathy_account_get_param_string (settings->account, "charset");
-  port = empathy_account_get_param_int (settings->account, "port");
-  ssl = empathy_account_get_param_boolean (settings->account, "use-ssl");
+  nick = empathy_account_settings_get_string (ac_settings, "account");
+  fullname = empathy_account_settings_get_string (ac_settings,
+      "fullname");
+  server = empathy_account_settings_get_string (ac_settings, "server");
+  charset = empathy_account_settings_get_string (ac_settings, "charset");
+  port = empathy_account_settings_get_uint32 (ac_settings, "port");
+  ssl = empathy_account_settings_get_boolean (ac_settings, "use-ssl");
 
   if (!nick)
     {
       nick = g_strdup (g_get_user_name ());
-      empathy_account_set_param_string (settings->account, "account", nick);
+      empathy_account_settings_set_string (ac_settings,
+        "account", nick);
     }
 
   if (!fullname)
@@ -351,7 +360,8 @@ account_widget_irc_setup (EmpathyAccountWidgetIrc *settings)
         {
           fullname = g_strdup (nick);
         }
-      empathy_account_set_param_string (settings->account, "fullname", fullname);
+      empathy_account_settings_set_string (ac_settings,
+          "fullname", fullname);
     }
 
   if (server != NULL)
@@ -404,33 +414,19 @@ account_widget_irc_setup (EmpathyAccountWidgetIrc *settings)
 
 
   fill_networks_model (settings, network);
-
-  g_free (nick);
-  g_free (fullname);
-  g_free (server);
-  g_free (charset);
 }
 
-/**
- * empathy_account_widget_irc_new:
- * @account: the #EmpathyAccount to configure
- *
- * Creates a new IRC account widget to configure a given #EmpathyAccount
- *
- * Returns: The toplevel container of the configuration widget
- */
-GtkWidget *
-empathy_account_widget_irc_new (EmpathyAccount *account)
+void
+empathy_account_widget_irc_build (EmpathyAccountWidget *self,
+                                const char *filename)
 {
   EmpathyAccountWidgetIrc *settings;
   gchar *dir, *user_file_with_path, *global_file_with_path;
-  GtkBuilder *gui;
   GtkListStore *store;
   GtkCellRenderer *renderer;
-  gchar *filename;
 
   settings = g_slice_new0 (EmpathyAccountWidgetIrc);
-  settings->account = g_object_ref (account);
+  settings->self = self;
 
   dir = g_build_filename (g_get_user_config_dir (), PACKAGE_NAME, NULL);
   g_mkdir_with_parents (dir, S_IRUSR | S_IWUSR | S_IXUSR);
@@ -453,13 +449,11 @@ empathy_account_widget_irc_new (EmpathyAccount *account)
   g_free (global_file_with_path);
   g_free (user_file_with_path);
 
-  filename = empathy_file_lookup ("empathy-account-widget-irc.ui",
-      "libempathy-gtk");
-  gui = empathy_builder_get_file (filename,
-      "vbox_irc_settings", &settings->vbox_settings,
+  self->ui_details->gui = empathy_builder_get_file (filename,
+      "vbox_irc", &self->ui_details->widget,
+      "table_irc_settings", &settings->vbox_settings,
       "combobox_network", &settings->combobox_network,
       NULL);
-  g_free (filename);
 
   /* Fill the networks combobox */
   store = gtk_list_store_new (2, G_TYPE_OBJECT, G_TYPE_STRING);
@@ -483,22 +477,24 @@ empathy_account_widget_irc_new (EmpathyAccount *account)
 
   account_widget_irc_setup (settings);
 
-  empathy_account_widget_handle_params (account, gui,
+  empathy_account_widget_handle_params (self,
       "entry_nick", "account",
       "entry_fullname", "fullname",
       "entry_password", "password",
       "entry_quit_message", "quit-message",
       NULL);
 
-  empathy_builder_connect (gui, settings,
-      "vbox_irc_settings", "destroy", account_widget_irc_destroy_cb,
-      "button_network", "clicked", account_widget_irc_button_edit_network_clicked_cb,
-      "button_add_network", "clicked", account_widget_irc_button_add_network_clicked_cb,
-      "button_remove_network", "clicked", account_widget_irc_button_remove_clicked_cb,
-      "combobox_network", "changed", account_widget_irc_combobox_network_changed_cb,
+  empathy_builder_connect (self->ui_details->gui, settings,
+      "table_irc_settings", "destroy", account_widget_irc_destroy_cb,
+      "button_network", "clicked",
+          account_widget_irc_button_edit_network_clicked_cb,
+      "button_add_network", "clicked",
+          account_widget_irc_button_add_network_clicked_cb,
+      "button_remove_network", "clicked",
+          account_widget_irc_button_remove_clicked_cb,
+      "combobox_network", "changed",
+          account_widget_irc_combobox_network_changed_cb,
       NULL);
 
-  empathy_account_widget_set_default_focus (gui, "entry_nick");
-
-  return empathy_builder_unref_and_keep_widget (gui, settings->vbox_settings);
+  self->ui_details->default_focus = g_strdup ("entry_nick");
 }
index 40e58bbc313e337d36241cc49c080317790c2d0e..a7678712080c48572cf620b771e75750d8b12bec 100644 (file)
 #define __EMPATHY_ACCOUNT_WIDGET_IRC_H__
 
 #include <gtk/gtk.h>
-#include <libempathy/empathy-account.h>
+#include <libempathy-gtk/empathy-account-widget.h>
 
 G_BEGIN_DECLS
 
-GtkWidget * empathy_account_widget_irc_new (EmpathyAccount *account);
+void empathy_account_widget_irc_build (EmpathyAccountWidget *self,
+                                       const char *filename);
 
 G_END_DECLS
 
index abb1c9362b9d20bb7e431e6a6ae3a8466ab0fce1..a4f7faa7f234a69035fa33ac6926440e86f6f6a1 100644 (file)
       <action-widget response="-7">button_close</action-widget>
     </action-widgets>
   </object>
-  <object class="GtkTable" id="vbox_irc_settings">
+  <object class="GtkVBox" id="vbox_irc">
     <property name="visible">True</property>
-    <property name="n_rows">5</property>
-    <property name="n_columns">2</property>
-    <property name="column_spacing">12</property>
-    <property name="row_spacing">6</property>
+    <property name="orientation">vertical</property>
     <child>
-      <object class="GtkEntry" id="entry_quit_message">
+      <object class="GtkTable" id="table_irc_settings">
         <property name="visible">True</property>
-        <property name="can_focus">True</property>
-        <property name="invisible_char">&#x25CF;</property>
-      </object>
-      <packing>
-        <property name="left_attach">1</property>
-        <property name="right_attach">2</property>
-        <property name="top_attach">4</property>
-        <property name="bottom_attach">5</property>
-        <property name="y_options"></property>
-      </packing>
-    </child>
-    <child>
-      <object class="GtkLabel" id="label_quit_message">
-        <property name="visible">True</property>
-        <property name="xalign">0</property>
-        <property name="label" translatable="yes">Quit message:</property>
-      </object>
-      <packing>
-        <property name="top_attach">4</property>
-        <property name="bottom_attach">5</property>
-        <property name="x_options">GTK_FILL</property>
-        <property name="y_options"></property>
-      </packing>
-    </child>
-    <child>
-      <object class="GtkEntry" id="entry_fullname">
-        <property name="visible">True</property>
-        <property name="can_focus">True</property>
-        <property name="invisible_char">&#x25CF;</property>
-      </object>
-      <packing>
-        <property name="left_attach">1</property>
-        <property name="right_attach">2</property>
-        <property name="top_attach">3</property>
-        <property name="bottom_attach">4</property>
-        <property name="y_options"></property>
-      </packing>
-    </child>
-    <child>
-      <object class="GtkEntry" id="entry_password">
-        <property name="visible">True</property>
-        <property name="can_focus">True</property>
-        <property name="visibility">False</property>
-        <property name="invisible_char">&#x25CF;</property>
-      </object>
-      <packing>
-        <property name="left_attach">1</property>
-        <property name="right_attach">2</property>
-        <property name="top_attach">2</property>
-        <property name="bottom_attach">3</property>
-        <property name="y_options"></property>
-      </packing>
-    </child>
-    <child>
-      <object class="GtkLabel" id="label_password">
-        <property name="visible">True</property>
-        <property name="xalign">0</property>
-        <property name="label" translatable="yes">Password:</property>
-      </object>
-      <packing>
-        <property name="top_attach">2</property>
-        <property name="bottom_attach">3</property>
-        <property name="x_options">GTK_FILL</property>
-        <property name="y_options"></property>
-      </packing>
-    </child>
-    <child>
-      <object class="GtkLabel" id="label_fullname">
-        <property name="visible">True</property>
-        <property name="xalign">0</property>
-        <property name="label" translatable="yes">Real name:</property>
-      </object>
-      <packing>
-        <property name="top_attach">3</property>
-        <property name="bottom_attach">4</property>
-        <property name="x_options">GTK_FILL</property>
-        <property name="y_options"></property>
-      </packing>
-    </child>
-    <child>
-      <object class="GtkEntry" id="entry_nick">
-        <property name="visible">True</property>
-        <property name="can_focus">True</property>
-        <property name="invisible_char">&#x25CF;</property>
-      </object>
-      <packing>
-        <property name="left_attach">1</property>
-        <property name="right_attach">2</property>
-        <property name="top_attach">1</property>
-        <property name="bottom_attach">2</property>
-        <property name="y_options"></property>
-      </packing>
-    </child>
-    <child>
-      <object class="GtkLabel" id="label_nick">
-        <property name="visible">True</property>
-        <property name="xalign">0</property>
-        <property name="label" translatable="yes">Nickname:</property>
-        <property name="use_underline">True</property>
-        <property name="mnemonic_widget">entry_nick</property>
-      </object>
-      <packing>
-        <property name="top_attach">1</property>
-        <property name="bottom_attach">2</property>
-        <property name="x_options">GTK_FILL</property>
-        <property name="y_options"></property>
-      </packing>
-    </child>
-    <child>
-      <object class="GtkHBox" id="hbox174">
-        <property name="visible">True</property>
-        <property name="spacing">2</property>
+        <property name="n_rows">5</property>
+        <property name="n_columns">2</property>
+        <property name="column_spacing">12</property>
+        <property name="row_spacing">6</property>
         <child>
-          <object class="GtkComboBox" id="combobox_network">
+          <object class="GtkEntry" id="entry_quit_message">
             <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="invisible_char">&#x25CF;</property>
           </object>
           <packing>
-            <property name="position">0</property>
+            <property name="left_attach">1</property>
+            <property name="right_attach">2</property>
+            <property name="top_attach">4</property>
+            <property name="bottom_attach">5</property>
+            <property name="y_options"></property>
           </packing>
         </child>
         <child>
-          <object class="GtkButton" id="button_add_network">
+          <object class="GtkLabel" id="label_quit_message">
+            <property name="visible">True</property>
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">Quit message:</property>
+          </object>
+          <packing>
+            <property name="top_attach">4</property>
+            <property name="bottom_attach">5</property>
+            <property name="x_options">GTK_FILL</property>
+            <property name="y_options"></property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkEntry" id="entry_fullname">
             <property name="visible">True</property>
             <property name="can_focus">True</property>
-            <property name="receives_default">True</property>
-            <child>
-              <object class="GtkImage" id="image2">
-                <property name="visible">True</property>
-                <property name="stock">gtk-add</property>
-              </object>
-            </child>
+            <property name="invisible_char">&#x25CF;</property>
           </object>
           <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">1</property>
+            <property name="left_attach">1</property>
+            <property name="right_attach">2</property>
+            <property name="top_attach">3</property>
+            <property name="bottom_attach">4</property>
+            <property name="y_options"></property>
           </packing>
         </child>
         <child>
-          <object class="GtkButton" id="button_network">
+          <object class="GtkEntry" id="entry_password">
             <property name="visible">True</property>
             <property name="can_focus">True</property>
-            <property name="receives_default">True</property>
-            <child>
-              <object class="GtkImage" id="image834">
-                <property name="visible">True</property>
-                <property name="stock">gtk-edit</property>
-              </object>
-            </child>
+            <property name="visibility">False</property>
+            <property name="invisible_char">&#x25CF;</property>
           </object>
           <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">2</property>
+            <property name="left_attach">1</property>
+            <property name="right_attach">2</property>
+            <property name="top_attach">2</property>
+            <property name="bottom_attach">3</property>
+            <property name="y_options"></property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel" id="label_password">
+            <property name="visible">True</property>
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">Password:</property>
+          </object>
+          <packing>
+            <property name="top_attach">2</property>
+            <property name="bottom_attach">3</property>
+            <property name="x_options">GTK_FILL</property>
+            <property name="y_options"></property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel" id="label_fullname">
+            <property name="visible">True</property>
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">Real name:</property>
+          </object>
+          <packing>
+            <property name="top_attach">3</property>
+            <property name="bottom_attach">4</property>
+            <property name="x_options">GTK_FILL</property>
+            <property name="y_options"></property>
           </packing>
         </child>
         <child>
-          <object class="GtkButton" id="button_remove_network">
+          <object class="GtkEntry" id="entry_nick">
             <property name="visible">True</property>
             <property name="can_focus">True</property>
-            <property name="receives_default">True</property>
+            <property name="invisible_char">&#x25CF;</property>
+          </object>
+          <packing>
+            <property name="left_attach">1</property>
+            <property name="right_attach">2</property>
+            <property name="top_attach">1</property>
+            <property name="bottom_attach">2</property>
+            <property name="y_options"></property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel" id="label_nick">
+            <property name="visible">True</property>
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">Nickname:</property>
+            <property name="use_underline">True</property>
+            <property name="mnemonic_widget">entry_nick</property>
+          </object>
+          <packing>
+            <property name="top_attach">1</property>
+            <property name="bottom_attach">2</property>
+            <property name="x_options">GTK_FILL</property>
+            <property name="y_options"></property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkHBox" id="hbox174">
+            <property name="visible">True</property>
+            <property name="spacing">2</property>
+            <child>
+              <object class="GtkComboBox" id="combobox_network">
+                <property name="visible">True</property>
+              </object>
+              <packing>
+                <property name="position">0</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button_add_network">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <child>
+                  <object class="GtkImage" id="image2">
+                    <property name="visible">True</property>
+                    <property name="stock">gtk-add</property>
+                  </object>
+                </child>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
             <child>
-              <object class="GtkImage" id="image835">
+              <object class="GtkButton" id="button_network">
                 <property name="visible">True</property>
-                <property name="stock">gtk-remove</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <child>
+                  <object class="GtkImage" id="image834">
+                    <property name="visible">True</property>
+                    <property name="stock">gtk-edit</property>
+                  </object>
+                </child>
               </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">2</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkButton" id="button_remove_network">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <child>
+                  <object class="GtkImage" id="image835">
+                    <property name="visible">True</property>
+                    <property name="stock">gtk-remove</property>
+                  </object>
+                </child>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">False</property>
+                <property name="position">3</property>
+              </packing>
             </child>
           </object>
           <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">3</property>
+            <property name="left_attach">1</property>
+            <property name="right_attach">2</property>
+            <property name="x_options">GTK_FILL</property>
+            <property name="y_options">GTK_FILL</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel" id="label_network2">
+            <property name="visible">True</property>
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">Network:</property>
+            <property name="use_underline">True</property>
+          </object>
+          <packing>
+            <property name="x_options">GTK_FILL</property>
+            <property name="y_options"></property>
           </packing>
         </child>
       </object>
       <packing>
-        <property name="left_attach">1</property>
-        <property name="right_attach">2</property>
-        <property name="x_options">GTK_FILL</property>
-        <property name="y_options">GTK_FILL</property>
-      </packing>
-    </child>
-    <child>
-      <object class="GtkLabel" id="label_network2">
-        <property name="visible">True</property>
-        <property name="xalign">0</property>
-        <property name="label" translatable="yes">Network:</property>
-        <property name="use_underline">True</property>
-      </object>
-      <packing>
-        <property name="x_options">GTK_FILL</property>
-        <property name="y_options"></property>
+        <property name="position">0</property>
       </packing>
     </child>
   </object>
diff --git a/libempathy-gtk/empathy-account-widget-local-xmpp.ui b/libempathy-gtk/empathy-account-widget-local-xmpp.ui
new file mode 100644 (file)
index 0000000..ca63330
--- /dev/null
@@ -0,0 +1,219 @@
+<?xml version="1.0"?>
+<interface>
+  <requires lib="gtk+" version="2.16"/>
+  <!-- interface-naming-policy toplevel-contextual -->
+  <object class="GtkVBox" id="vbox_salut_settings">
+    <property name="visible">True</property>
+    <property name="orientation">vertical</property>
+    <property name="spacing">6</property>
+    <child>
+      <object class="GtkTable" id="table_common_settings">
+        <property name="visible">True</property>
+        <property name="n_rows">3</property>
+        <property name="n_columns">3</property>
+        <property name="column_spacing">12</property>
+        <property name="row_spacing">6</property>
+        <child>
+          <object class="GtkEntry" id="entry_nickname">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="invisible_char">&#x25CF;</property>
+          </object>
+          <packing>
+            <property name="left_attach">1</property>
+            <property name="right_attach">3</property>
+            <property name="top_attach">2</property>
+            <property name="bottom_attach">3</property>
+            <property name="y_options"></property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkEntry" id="entry_last_name">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="invisible_char">&#x25CF;</property>
+          </object>
+          <packing>
+            <property name="left_attach">1</property>
+            <property name="right_attach">3</property>
+            <property name="top_attach">1</property>
+            <property name="bottom_attach">2</property>
+            <property name="y_options"></property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkEntry" id="entry_first_name">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="invisible_char">&#x25CF;</property>
+          </object>
+          <packing>
+            <property name="left_attach">1</property>
+            <property name="right_attach">3</property>
+            <property name="y_options"></property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel" id="label_nickname">
+            <property name="visible">True</property>
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">_Nickname:</property>
+            <property name="use_underline">True</property>
+            <property name="mnemonic_widget">entry_nickname</property>
+          </object>
+          <packing>
+            <property name="top_attach">2</property>
+            <property name="bottom_attach">3</property>
+            <property name="x_options">GTK_FILL</property>
+            <property name="y_options"></property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel" id="label_last_name">
+            <property name="visible">True</property>
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">_Last Name:</property>
+            <property name="use_underline">True</property>
+            <property name="mnemonic_widget">entry_last_name</property>
+          </object>
+          <packing>
+            <property name="top_attach">1</property>
+            <property name="bottom_attach">2</property>
+            <property name="x_options">GTK_FILL</property>
+            <property name="y_options"></property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkLabel" id="label_first_name">
+            <property name="visible">True</property>
+            <property name="xalign">0</property>
+            <property name="label" translatable="yes">_First Name:</property>
+            <property name="use_underline">True</property>
+            <property name="mnemonic_widget">entry_first_name</property>
+          </object>
+          <packing>
+            <property name="x_options">GTK_FILL</property>
+            <property name="y_options"></property>
+          </packing>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">False</property>
+        <property name="position">0</property>
+      </packing>
+    </child>
+    <child>
+      <object class="GtkExpander" id="expander1">
+        <property name="visible">True</property>
+        <property name="can_focus">True</property>
+        <child>
+          <object class="GtkTable" id="table_advanced_settings">
+            <property name="visible">True</property>
+            <property name="n_rows">3</property>
+            <property name="n_columns">3</property>
+            <property name="column_spacing">12</property>
+            <property name="row_spacing">6</property>
+            <child>
+              <object class="GtkEntry" id="entry_published">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="invisible_char">&#x25CF;</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">3</property>
+                <property name="y_options"></property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label_published">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">_Published Name:</property>
+                <property name="use_underline">True</property>
+                <property name="mnemonic_widget">entry_published</property>
+              </object>
+              <packing>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options"></property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry_jid">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="invisible_char">&#x25CF;</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">3</property>
+                <property name="top_attach">2</property>
+                <property name="bottom_attach">3</property>
+                <property name="y_options"></property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="entry_email">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="invisible_char">&#x25CF;</property>
+              </object>
+              <packing>
+                <property name="left_attach">1</property>
+                <property name="right_attach">3</property>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="y_options"></property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label_jid">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">_Jabber ID:</property>
+                <property name="use_underline">True</property>
+                <property name="mnemonic_widget">entry_jid</property>
+              </object>
+              <packing>
+                <property name="top_attach">2</property>
+                <property name="bottom_attach">3</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options"></property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkLabel" id="label_email">
+                <property name="visible">True</property>
+                <property name="xalign">0</property>
+                <property name="label" translatable="yes">_Email:</property>
+                <property name="use_underline">True</property>
+                <property name="mnemonic_widget">entry_email</property>
+              </object>
+              <packing>
+                <property name="top_attach">1</property>
+                <property name="bottom_attach">2</property>
+                <property name="x_options">GTK_FILL</property>
+                <property name="y_options"></property>
+              </packing>
+            </child>
+          </object>
+        </child>
+        <child type="label">
+          <object class="GtkLabel" id="label1">
+            <property name="visible">True</property>
+            <property name="label" translatable="yes">Advanced</property>
+            <attributes>
+              <attribute name="weight" value="bold"/>
+            </attributes>
+          </object>
+        </child>
+      </object>
+      <packing>
+        <property name="expand">False</property>
+        <property name="fill">False</property>
+        <property name="position">1</property>
+      </packing>
+    </child>
+  </object>
+</interface>
diff --git a/libempathy-gtk/empathy-account-widget-private.h b/libempathy-gtk/empathy-account-widget-private.h
new file mode 100644 (file)
index 0000000..aaa24e5
--- /dev/null
@@ -0,0 +1,47 @@
+/*
+ * Copyright (C) 2009 Collabora Ltd.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA  02110-1301  USA
+ *
+ * Authors: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk>
+ */
+
+#ifndef __EMPATHY_ACCOUNT_WIDGET_PRIVATE_H__
+#define __EMPATHY_ACCOUNT_WIDGET_PRIVATE_H__
+
+#include <libempathy-gtk/empathy-account-widget.h>
+#include <glib.h>
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+struct _EmpathyAccountWidgetUIDetails {
+  GtkWidget *widget;
+  
+  GtkBuilder *gui;
+
+  char *default_focus;
+  gboolean add_forget;
+};
+
+
+void       empathy_account_widget_handle_params     (EmpathyAccountWidget *self,
+                                                    const gchar *first_widget,
+                                                    ...);
+
+G_END_DECLS
+
+#endif /* __EMPATHY_ACCOUNT_WIDGET_PRIVATE_H__ */
\ No newline at end of file
diff --git a/libempathy-gtk/empathy-account-widget-salut.ui b/libempathy-gtk/empathy-account-widget-salut.ui
deleted file mode 100644 (file)
index ca63330..0000000
+++ /dev/null
@@ -1,219 +0,0 @@
-<?xml version="1.0"?>
-<interface>
-  <requires lib="gtk+" version="2.16"/>
-  <!-- interface-naming-policy toplevel-contextual -->
-  <object class="GtkVBox" id="vbox_salut_settings">
-    <property name="visible">True</property>
-    <property name="orientation">vertical</property>
-    <property name="spacing">6</property>
-    <child>
-      <object class="GtkTable" id="table_common_settings">
-        <property name="visible">True</property>
-        <property name="n_rows">3</property>
-        <property name="n_columns">3</property>
-        <property name="column_spacing">12</property>
-        <property name="row_spacing">6</property>
-        <child>
-          <object class="GtkEntry" id="entry_nickname">
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="invisible_char">&#x25CF;</property>
-          </object>
-          <packing>
-            <property name="left_attach">1</property>
-            <property name="right_attach">3</property>
-            <property name="top_attach">2</property>
-            <property name="bottom_attach">3</property>
-            <property name="y_options"></property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkEntry" id="entry_last_name">
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="invisible_char">&#x25CF;</property>
-          </object>
-          <packing>
-            <property name="left_attach">1</property>
-            <property name="right_attach">3</property>
-            <property name="top_attach">1</property>
-            <property name="bottom_attach">2</property>
-            <property name="y_options"></property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkEntry" id="entry_first_name">
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="invisible_char">&#x25CF;</property>
-          </object>
-          <packing>
-            <property name="left_attach">1</property>
-            <property name="right_attach">3</property>
-            <property name="y_options"></property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkLabel" id="label_nickname">
-            <property name="visible">True</property>
-            <property name="xalign">0</property>
-            <property name="label" translatable="yes">_Nickname:</property>
-            <property name="use_underline">True</property>
-            <property name="mnemonic_widget">entry_nickname</property>
-          </object>
-          <packing>
-            <property name="top_attach">2</property>
-            <property name="bottom_attach">3</property>
-            <property name="x_options">GTK_FILL</property>
-            <property name="y_options"></property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkLabel" id="label_last_name">
-            <property name="visible">True</property>
-            <property name="xalign">0</property>
-            <property name="label" translatable="yes">_Last Name:</property>
-            <property name="use_underline">True</property>
-            <property name="mnemonic_widget">entry_last_name</property>
-          </object>
-          <packing>
-            <property name="top_attach">1</property>
-            <property name="bottom_attach">2</property>
-            <property name="x_options">GTK_FILL</property>
-            <property name="y_options"></property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkLabel" id="label_first_name">
-            <property name="visible">True</property>
-            <property name="xalign">0</property>
-            <property name="label" translatable="yes">_First Name:</property>
-            <property name="use_underline">True</property>
-            <property name="mnemonic_widget">entry_first_name</property>
-          </object>
-          <packing>
-            <property name="x_options">GTK_FILL</property>
-            <property name="y_options"></property>
-          </packing>
-        </child>
-      </object>
-      <packing>
-        <property name="expand">False</property>
-        <property name="fill">False</property>
-        <property name="position">0</property>
-      </packing>
-    </child>
-    <child>
-      <object class="GtkExpander" id="expander1">
-        <property name="visible">True</property>
-        <property name="can_focus">True</property>
-        <child>
-          <object class="GtkTable" id="table_advanced_settings">
-            <property name="visible">True</property>
-            <property name="n_rows">3</property>
-            <property name="n_columns">3</property>
-            <property name="column_spacing">12</property>
-            <property name="row_spacing">6</property>
-            <child>
-              <object class="GtkEntry" id="entry_published">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="invisible_char">&#x25CF;</property>
-              </object>
-              <packing>
-                <property name="left_attach">1</property>
-                <property name="right_attach">3</property>
-                <property name="y_options"></property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkLabel" id="label_published">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">_Published Name:</property>
-                <property name="use_underline">True</property>
-                <property name="mnemonic_widget">entry_published</property>
-              </object>
-              <packing>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options"></property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkEntry" id="entry_jid">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="invisible_char">&#x25CF;</property>
-              </object>
-              <packing>
-                <property name="left_attach">1</property>
-                <property name="right_attach">3</property>
-                <property name="top_attach">2</property>
-                <property name="bottom_attach">3</property>
-                <property name="y_options"></property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkEntry" id="entry_email">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="invisible_char">&#x25CF;</property>
-              </object>
-              <packing>
-                <property name="left_attach">1</property>
-                <property name="right_attach">3</property>
-                <property name="top_attach">1</property>
-                <property name="bottom_attach">2</property>
-                <property name="y_options"></property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkLabel" id="label_jid">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">_Jabber ID:</property>
-                <property name="use_underline">True</property>
-                <property name="mnemonic_widget">entry_jid</property>
-              </object>
-              <packing>
-                <property name="top_attach">2</property>
-                <property name="bottom_attach">3</property>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options"></property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkLabel" id="label_email">
-                <property name="visible">True</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">_Email:</property>
-                <property name="use_underline">True</property>
-                <property name="mnemonic_widget">entry_email</property>
-              </object>
-              <packing>
-                <property name="top_attach">1</property>
-                <property name="bottom_attach">2</property>
-                <property name="x_options">GTK_FILL</property>
-                <property name="y_options"></property>
-              </packing>
-            </child>
-          </object>
-        </child>
-        <child type="label">
-          <object class="GtkLabel" id="label1">
-            <property name="visible">True</property>
-            <property name="label" translatable="yes">Advanced</property>
-            <attributes>
-              <attribute name="weight" value="bold"/>
-            </attributes>
-          </object>
-        </child>
-      </object>
-      <packing>
-        <property name="expand">False</property>
-        <property name="fill">False</property>
-        <property name="position">1</property>
-      </packing>
-    </child>
-  </object>
-</interface>
index 05e917e5371bdd21a4cd7fdb14f8128fd21f40cf..fedbf2aa6f1aa0f8ac714c605d550e4f6708080d 100644 (file)
 #include <glib/gi18n-lib.h>
 #include <gtk/gtk.h>
 
-#include <libmissioncontrol/mc-protocol.h>
-
 #include <libempathy/empathy-utils.h>
 
 #include "empathy-account-widget.h"
+#include "empathy-account-widget-private.h"
 #include "empathy-account-widget-sip.h"
 #include "empathy-ui-utils.h"
 
 typedef struct {
-  EmpathyAccount *account;
-
+  EmpathyAccountWidget *self;
   GtkWidget *vbox_settings;
 
   GtkWidget *entry_stun_server;
@@ -50,7 +48,6 @@ static void
 account_widget_sip_destroy_cb (GtkWidget *widget,
                                EmpathyAccountWidgetSip *settings)
 {
-  g_object_unref (settings->account);
   g_slice_free (EmpathyAccountWidgetSip, settings);
 }
 
@@ -66,35 +63,23 @@ account_widget_sip_discover_stun_toggled_cb (
   gtk_widget_set_sensitive (settings->spinbutton_stun_part, !active);
 }
 
-/**
- * empathy_account_widget_sip_new:
- * @account: the #EmpathyAccount to configure
- *
- * Creates a new SIP account widget to configure a given #EmpathyAccount
- *
- * Returns: The toplevel container of the configuration widget
- */
-GtkWidget *
-empathy_account_widget_sip_new (EmpathyAccount *account)
+void
+empathy_account_widget_sip_build (EmpathyAccountWidget *self,
+                                  const char *filename)
 {
   EmpathyAccountWidgetSip *settings;
-  GtkBuilder *gui;
-  gchar *filename;
 
   settings = g_slice_new0 (EmpathyAccountWidgetSip);
-  settings->account = g_object_ref (account);
+  settings->self = self;
 
-  filename = empathy_file_lookup ("empathy-account-widget-sip.ui",
-      "libempathy-gtk");
-  gui = empathy_builder_get_file (filename,
+  self->ui_details->gui = empathy_builder_get_file (filename,
       "vbox_sip_settings", &settings->vbox_settings,
       "entry_stun-server", &settings->entry_stun_server,
       "spinbutton_stun-port", &settings->spinbutton_stun_part,
       "checkbutton_discover-stun", &settings->checkbutton_discover_stun,
       NULL);
-  g_free (filename);
 
-  empathy_account_widget_handle_params (account, gui,
+  empathy_account_widget_handle_params (self,
       "entry_userid", "account",
       "entry_password", "password",
       "checkbutton_discover-stun", "discover-stun",
@@ -102,19 +87,18 @@ empathy_account_widget_sip_new (EmpathyAccount *account)
       "spinbutton_stun-port", "stun-port",
       NULL);
 
-  empathy_account_widget_add_forget_button (account, gui,
-                                            "button_forget",
-                                            "entry_password");
-
-  account_widget_sip_discover_stun_toggled_cb (settings->checkbutton_discover_stun,
-                                               settings);
+  account_widget_sip_discover_stun_toggled_cb (
+    settings->checkbutton_discover_stun,
+    settings);
 
-  empathy_builder_connect (gui, settings,
+  empathy_builder_connect (self->ui_details->gui, settings,
       "vbox_sip_settings", "destroy", account_widget_sip_destroy_cb,
-      "checkbutton_discover-stun", "toggled", account_widget_sip_discover_stun_toggled_cb,
+      "checkbutton_discover-stun", "toggled",
+          account_widget_sip_discover_stun_toggled_cb,
       NULL);
 
-  empathy_account_widget_set_default_focus (gui, "entry_userid");
+  self->ui_details->add_forget = TRUE;
+  self->ui_details->default_focus = g_strdup ("entry_userid");
 
-  return empathy_builder_unref_and_keep_widget (gui, settings->vbox_settings);
+  self->ui_details->widget = settings->vbox_settings;
 }
index 69f60aacc7bfbc62e05769ba78761b783c0a6e38..435ad6ea1f23d18ca71f9cb41063a6fc345d4c3a 100644 (file)
 #define __EMPATHY_ACCOUNT_WIDGET_SIP_H__
 
 #include <gtk/gtk.h>
-#include <libempathy/empathy-account.h>
+#include <libempathy-gtk/empathy-account-widget.h>
 
 G_BEGIN_DECLS
 
-GtkWidget * empathy_account_widget_sip_new (EmpathyAccount *account);
+void empathy_account_widget_sip_build (EmpathyAccountWidget *self,
+                                       const char *filename);
 
 G_END_DECLS
 
index 0c2c351775f9f670877fe3643d9125b87b76fc82..6d5b2b279d4a2a5ada70a1767faf28d200727f2b 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Copyright (C) 2006-2007 Imendio AB
- * Copyright (C) 2007-2008 Collabora Ltd.
+ * Copyright (C) 2007-2009 Collabora Ltd.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -20,6 +20,7 @@
  *
  * Authors: Xavier Claessens <xclaesse@gmail.com>
  *          Martyn Russell <martyn@imendio.com>
+ *          Cosimo Cecchi <cosimo.cecchi@collabora.co.uk>
  */
 
 #include <config.h>
 #include <gtk/gtk.h>
 #include <glib/gi18n-lib.h>
 
-#include <libmissioncontrol/mc-protocol.h>
-
 #include <libempathy/empathy-utils.h>
 #include <libempathy/empathy-account.h>
 
+#include <telepathy-glib/connection-manager.h>
+#include <telepathy-glib/util.h>
+#include <dbus/dbus-protocol.h>
+
 #include "empathy-account-widget.h"
+#include "empathy-account-widget-private.h"
+#include "empathy-account-widget-sip.h"
+#include "empathy-account-widget-irc.h"
 #include "empathy-ui-utils.h"
 
 #define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT
 #include <libempathy/empathy-debug.h>
 
+G_DEFINE_TYPE (EmpathyAccountWidget, empathy_account_widget, G_TYPE_OBJECT)
+
+typedef struct {
+  char *protocol;
+  EmpathyAccountSettings *settings;
+
+  GtkWidget *apply_button;
+  GtkWidget *entry_password;
+  GtkWidget *button_forget;
+  GtkWidget *spinbutton_port;
+
+  gboolean dispose_run;
+} EmpathyAccountWidgetPriv;
+
+enum {
+  PROP_PROTOCOL = 1,
+  PROP_SETTINGS
+};
+
+#define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyAccountWidget)
+
+static void
+account_widget_handle_apply_sensitivity (EmpathyAccountWidget *self)
+{
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
+
+  gtk_widget_set_sensitive (priv->apply_button,
+      empathy_account_settings_is_valid (priv->settings));
+}
+
 static gboolean
-account_widget_entry_focus_cb (GtkWidget     *widget,
-                              GdkEventFocus *event,
-                              EmpathyAccount     *account)
-{
-       const gchar *str;
-       const gchar *param_name;
-
-       str = gtk_entry_get_text (GTK_ENTRY (widget));
-       param_name = g_object_get_data (G_OBJECT (widget), "param_name");
-
-       if (EMP_STR_EMPTY (str)) {
-               gchar *value = NULL;
-
-               empathy_account_unset_param (account, param_name);
-               value = empathy_account_get_param_string (account, param_name);
-               DEBUG ("Unset %s and restore to %s", param_name, value);
-               gtk_entry_set_text (GTK_ENTRY (widget), value ? value : "");
-               g_free (value);
-       } else {
-               McProfile   *profile;
-               const gchar *domain = NULL;
-               gchar       *dup_str = NULL;
-
-               profile = empathy_account_get_profile (account);
-               if (mc_profile_get_capabilities (profile) &
-                   MC_PROFILE_CAPABILITY_SPLIT_ACCOUNT) {
-                       domain = mc_profile_get_default_account_domain (profile);
-               }
-
-               if (domain && !strstr (str, "@") &&
-                   strcmp (param_name, "account") == 0) {
-                       DEBUG ("Adding @%s suffix to account", domain);
-                       str = dup_str = g_strconcat (str, "@", domain, NULL);
-                       gtk_entry_set_text (GTK_ENTRY (widget), str);
-               }
-               DEBUG ("Setting %s to %s", param_name,
-                       strstr (param_name, "password") ? "***" : str);
-               empathy_account_set_param_string (account, param_name, str);
-               g_free (dup_str);
-               g_object_unref (profile);
-       }
-
-       return FALSE;
+account_widget_entry_focus_cb (GtkWidget *widget,
+    GdkEventFocus *event,
+    EmpathyAccountWidget *self)
+{
+  const gchar *str;
+  const gchar *param_name;
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
+
+  str = gtk_entry_get_text (GTK_ENTRY (widget));
+  param_name = g_object_get_data (G_OBJECT (widget), "param_name");
+
+  if (EMP_STR_EMPTY (str))
+    {
+      const gchar *value = NULL;
+
+      empathy_account_settings_unset (priv->settings, param_name);
+      value = empathy_account_settings_get_string (priv->settings, param_name);
+      DEBUG ("Unset %s and restore to %s", param_name, value);
+      gtk_entry_set_text (GTK_ENTRY (widget), value ? value : "");
+    }
+  else
+    {
+      DEBUG ("Setting %s to %s", param_name,
+          strstr (param_name, "password") ? "***" : str);
+      empathy_account_settings_set_string (priv->settings, param_name, str);
+    }
+
+  account_widget_handle_apply_sensitivity (self);
+
+  return FALSE;
 }
 
 static void
 account_widget_int_changed_cb (GtkWidget *widget,
-                              EmpathyAccount *account)
+    EmpathyAccountWidget *self)
 {
-       const gchar *param_name;
-       gint         value;
-
-       value = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (widget));
-       param_name = g_object_get_data (G_OBJECT (widget), "param_name");
-
-       if (value == 0) {
-               empathy_account_unset_param (account, param_name);
-               value = empathy_account_get_param_int (account, param_name);
-               DEBUG ("Unset %s and restore to %d", param_name, value);
-               gtk_spin_button_set_value (GTK_SPIN_BUTTON (widget), value);
-       } else {
-               DEBUG ("Setting %s to %d", param_name, value);
-               empathy_account_set_param_int (account, param_name, value);
-       }
+  const gchar *param_name;
+  gint value;
+  const gchar *signature;
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
+
+  value = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (widget));
+  param_name = g_object_get_data (G_OBJECT (widget), "param_name");
+
+  signature = empathy_settings_get_dbus_signature (priv->settings, param_name);
+  g_return_if_fail (signature != NULL);
+
+  DEBUG ("Setting %s to %d", param_name, value);
+
+  switch ((int)*signature)
+    {
+    case DBUS_TYPE_INT16:
+    case DBUS_TYPE_INT32:
+      empathy_account_settings_set_int32 (priv->settings, param_name, value);
+      break;
+    case DBUS_TYPE_INT64:
+      empathy_account_settings_set_int64 (priv->settings, param_name, value);
+      break;
+    case DBUS_TYPE_UINT16:
+    case DBUS_TYPE_UINT32:
+      empathy_account_settings_set_uint32 (priv->settings, param_name, value);
+      break;
+    case DBUS_TYPE_UINT64:
+      empathy_account_settings_set_uint64 (priv->settings, param_name, value);
+      break;
+    default:
+      g_return_if_reached ();
+    }
+
+  account_widget_handle_apply_sensitivity (self);
 }
 
 static void
 account_widget_checkbutton_toggled_cb (GtkWidget *widget,
-                                      EmpathyAccount *account)
+    EmpathyAccountWidget *self)
 {
-       gboolean     value;
-       gboolean     default_value;
-       const gchar *param_name;
-
-       value = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (widget));
-       param_name = g_object_get_data (G_OBJECT (widget), "param_name");
-
-       /* FIXME: This is ugly! checkbox don't have a "not-set" value so we
-        * always unset the param and set the value if different from the
-        * default value. */
-       empathy_account_unset_param (account, param_name);
-       default_value = empathy_account_get_param_boolean (account, param_name);
-
-       if (default_value == value) {
-               DEBUG ("Unset %s and restore to %d", param_name, default_value);
-       } else {
-               DEBUG ("Setting %s to %d", param_name, value);
-               empathy_account_set_param_boolean (account, param_name, value);
-       }
+  gboolean     value;
+  gboolean     default_value;
+  const gchar *param_name;
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
+
+  value = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (widget));
+  param_name = g_object_get_data (G_OBJECT (widget), "param_name");
+
+  /* FIXME: This is ugly! checkbox don't have a "not-set" value so we
+   * always unset the param and set the value if different from the
+   * default value. */
+  empathy_account_settings_unset (priv->settings, param_name);
+  default_value = empathy_account_settings_get_boolean (priv->settings, param_name);
+
+  if (default_value == value)
+    {
+      DEBUG ("Unset %s and restore to %d", param_name, default_value);
+    }
+  else
+    {
+      DEBUG ("Setting %s to %d", param_name, value);
+      empathy_account_settings_set_boolean (priv->settings, param_name, value);
+    }
+
+  account_widget_handle_apply_sensitivity (self);
 }
 
 static void
 account_widget_forget_clicked_cb (GtkWidget *button,
-                                 GtkWidget *entry)
+    EmpathyAccountWidget *self)
 {
-       EmpathyAccount   *account;
-       const gchar *param_name;
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
+  const gchar *param_name;
+
+  param_name = g_object_get_data (G_OBJECT (priv->entry_password), "param_name");
 
-       param_name = g_object_get_data (G_OBJECT (entry), "param_name");
-       account = g_object_get_data (G_OBJECT (entry), "account");
+  DEBUG ("Unset %s", param_name);
+  empathy_account_settings_unset (priv->settings, param_name);
+  gtk_entry_set_text (GTK_ENTRY (priv->entry_password), "");
 
-       DEBUG ("Unset %s", param_name);
-       empathy_account_unset_param (account, param_name);
-       gtk_entry_set_text (GTK_ENTRY (entry), "");
+  account_widget_handle_apply_sensitivity (self);
 }
 
 static void
 account_widget_password_changed_cb (GtkWidget *entry,
-                                   GtkWidget *button)
+    EmpathyAccountWidget *self)
 {
-       const gchar *str;
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
+  const gchar *str;
 
-       str = gtk_entry_get_text (GTK_ENTRY (entry));
-       gtk_widget_set_sensitive (button, !EMP_STR_EMPTY (str));
+  str = gtk_entry_get_text (GTK_ENTRY (entry));
+  gtk_widget_set_sensitive (priv->button_forget, !EMP_STR_EMPTY (str));
 }
 
 static void
 account_widget_jabber_ssl_toggled_cb (GtkWidget *checkbutton_ssl,
-                                     GtkWidget *spinbutton_port)
+    EmpathyAccountWidget *self)
 {
-       EmpathyAccount *account;
-       gboolean   value;
-       gint       port = 0;
-
-       value = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (checkbutton_ssl));
-       account = g_object_get_data (G_OBJECT (spinbutton_port), "account");
-       port = empathy_account_get_param_int (account, "port");
-
-       if (value) {
-               if (port == 5222 || port == 0) {
-                       port = 5223;
-               }
-       } else {
-               if (port == 5223 || port == 0) {
-                       port = 5222;
-               }
-       }
-
-       gtk_spin_button_set_value (GTK_SPIN_BUTTON (spinbutton_port), port);
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
+  gboolean   value;
+  gint32       port = 0;
+
+  value = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (checkbutton_ssl));
+  port = empathy_account_settings_get_uint32 (priv->settings, "port");
+
+  if (value)
+    {
+      if (port == 5222 || port == 0)
+        port = 5223;
+    }
+  else
+    {
+      if (port == 5223 || port == 0)
+        port = 5222;
+    }
+
+  gtk_spin_button_set_value (GTK_SPIN_BUTTON (priv->spinbutton_port), port);
 }
 
 static void
-account_widget_setup_widget (GtkWidget   *widget,
-                            EmpathyAccount   *account,
-                            const gchar *param_name)
-{
-       g_object_set_data_full (G_OBJECT (widget), "param_name",
-                               g_strdup (param_name), g_free);
-       g_object_set_data_full (G_OBJECT (widget), "account",
-                               g_object_ref (account), g_object_unref);
-
-       if (GTK_IS_SPIN_BUTTON (widget)) {
-               gint value = 0;
-
-               value = empathy_account_get_param_int (account, param_name);
-               gtk_spin_button_set_value (GTK_SPIN_BUTTON (widget), value);
-
-               g_signal_connect (widget, "value-changed",
-                                 G_CALLBACK (account_widget_int_changed_cb),
-                                 account);
-       }
-       else if (GTK_IS_ENTRY (widget)) {
-               gchar *str = NULL;
-
-               str = empathy_account_get_param_string (account, param_name);
-               gtk_entry_set_text (GTK_ENTRY (widget), str ? str : "");
-               g_free (str);
-
-               if (strstr (param_name, "password")) {
-                       gtk_entry_set_visibility (GTK_ENTRY (widget), FALSE);
-               }
-
-               g_signal_connect (widget, "focus-out-event",
-                                 G_CALLBACK (account_widget_entry_focus_cb),
-                                 account);
-       }
-       else if (GTK_IS_TOGGLE_BUTTON (widget)) {
-               gboolean value = FALSE;
-
-               value = empathy_account_get_param_boolean (account, param_name);
-               gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget), value);
-
-               g_signal_connect (widget, "toggled",
-                                 G_CALLBACK (account_widget_checkbutton_toggled_cb),
-                                 account);
-       } else {
-               DEBUG ("Unknown type of widget for param %s", param_name);
-       }
+account_widget_setup_widget (EmpathyAccountWidget *self,
+    GtkWidget *widget,
+    const gchar *param_name)
+{
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
+
+  g_object_set_data_full (G_OBJECT (widget), "param_name",
+      g_strdup (param_name), g_free);
+
+  if (GTK_IS_SPIN_BUTTON (widget))
+    {
+      gint value = 0;
+      const gchar *signature;
+
+      signature = empathy_settings_get_dbus_signature (priv->settings, param_name);
+      g_return_if_fail (signature != NULL);
+
+      switch ((int)*signature)
+        {
+        case DBUS_TYPE_INT16:
+        case DBUS_TYPE_INT32:
+          value = empathy_account_settings_get_int32 (priv->settings, param_name);
+          break;
+        case DBUS_TYPE_INT64:
+          value = empathy_account_settings_get_int64 (priv->settings, param_name);
+          break;
+        case DBUS_TYPE_UINT16:
+        case DBUS_TYPE_UINT32:
+          value = empathy_account_settings_get_uint32 (priv->settings, param_name);
+          break;
+        case DBUS_TYPE_UINT64:
+          value = empathy_account_settings_get_uint64 (priv->settings, param_name);
+          break;
+        default:
+          g_return_if_reached ();
+        }
+
+      gtk_spin_button_set_value (GTK_SPIN_BUTTON (widget), value);
+
+      g_signal_connect (widget, "value-changed",
+          G_CALLBACK (account_widget_int_changed_cb),
+          self);
+    }
+  else if (GTK_IS_ENTRY (widget))
+    {
+      const gchar *str = NULL;
+
+      str = empathy_account_settings_get_string (priv->settings, param_name);
+      gtk_entry_set_text (GTK_ENTRY (widget), str ? str : "");
+
+      if (strstr (param_name, "password"))
+        {
+          gtk_entry_set_visibility (GTK_ENTRY (widget), FALSE);
+        }
+
+      g_signal_connect (widget, "focus-out-event",
+          G_CALLBACK (account_widget_entry_focus_cb),
+          self);
+    }
+  else if (GTK_IS_TOGGLE_BUTTON (widget))
+    {
+      gboolean value = FALSE;
+
+      value = empathy_account_settings_get_boolean (priv->settings, param_name);
+      gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget), value);
+
+      g_signal_connect (widget, "toggled",
+          G_CALLBACK (account_widget_checkbutton_toggled_cb),
+          self);
+    }
+  else
+    {
+      DEBUG ("Unknown type of widget for param %s", param_name);
+    }
 }
 
 static gchar *
 account_widget_generic_format_param_name (const gchar *param_name)
 {
-       gchar *str;
-       gchar *p;
+  gchar *str;
+  gchar *p;
 
-       str = g_strdup (param_name);
+  str = g_strdup (param_name);
 
-       if (str && g_ascii_isalpha (str[0])) {
-               str[0] = g_ascii_toupper (str[0]);
-       }
+  if (str && g_ascii_isalpha (str[0]))
+    str[0] = g_ascii_toupper (str[0]);
 
-       while ((p = strchr (str, '-')) != NULL) {
-               if (p[1] != '\0' && g_ascii_isalpha (p[1])) {
-                       p[0] = ' ';
-                       p[1] = g_ascii_toupper (p[1]);
-               }
+  while ((p = strchr (str, '-')) != NULL)
+    {
+      if (p[1] != '\0' && g_ascii_isalpha (p[1]))
+        {
+          p[0] = ' ';
+          p[1] = g_ascii_toupper (p[1]);
+        }
 
-               p++;
-       }
+      p++;
+    }
 
-       return str;
+  return str;
 }
 
 static void
-accounts_widget_generic_setup (EmpathyAccount *account,
-                              GtkWidget *table_common_settings,
-                              GtkWidget *table_advanced_settings)
-{
-       McProtocol *protocol;
-       McProfile  *profile;
-       GSList     *params, *l;
-
-       profile = empathy_account_get_profile (account);
-       protocol = mc_profile_get_protocol (profile);
-
-       if (!protocol) {
-               /* The CM is not installed, MC shouldn't list them
-                * see SF bug #1688779
-                * FIXME: We should display something asking the user to
-                * install the CM
-                */
-               g_object_unref (profile);
-               return;
-       }
-
-       params = mc_protocol_get_params (protocol);
-
-       for (l = params; l; l = l->next) {
-               McProtocolParam *param;
-               GtkWidget       *table_settings;
-               guint            n_rows = 0;
-               GtkWidget       *widget = NULL;
-               gchar           *param_name_formatted;
-
-               param = l->data;
-               if (param->flags & MC_PROTOCOL_PARAM_REQUIRED) {
-                       table_settings = table_common_settings;
-               } else {
-                       table_settings = table_advanced_settings;
-               }
-               param_name_formatted = account_widget_generic_format_param_name (param->name);
-               g_object_get (table_settings, "n-rows", &n_rows, NULL);
-               gtk_table_resize (GTK_TABLE (table_settings), ++n_rows, 2);
-
-               if (param->signature[0] == 's') {
-                       gchar *str;
-
-                       str = g_strdup_printf (_("%s:"), param_name_formatted);
-                       widget = gtk_label_new (str);
-                       gtk_misc_set_alignment (GTK_MISC (widget), 0, 0.5);
-                       g_free (str);
-
-                       gtk_table_attach (GTK_TABLE (table_settings),
-                                         widget,
-                                         0, 1,
-                                         n_rows - 1, n_rows,
-                                         GTK_FILL, 0,
-                                         0, 0);
-                       gtk_widget_show (widget);
-
-                       widget = gtk_entry_new ();
-                       if (strcmp (param->name, "account") == 0) {
-                               g_signal_connect (widget, "realize",
-                                       G_CALLBACK (gtk_widget_grab_focus),
-                                       NULL);
-                       }
-                       gtk_table_attach (GTK_TABLE (table_settings),
-                                         widget,
-                                         1, 2,
-                                         n_rows - 1, n_rows,
-                                         GTK_FILL | GTK_EXPAND, 0,
-                                         0, 0);
-                       gtk_widget_show (widget);
-               }
-               /* int types: ynqiuxt. double type is 'd' */
-               else if (param->signature[0] == 'y' ||
-                        param->signature[0] == 'n' ||
-                        param->signature[0] == 'q' ||
-                        param->signature[0] == 'i' ||
-                        param->signature[0] == 'u' ||
-                        param->signature[0] == 'x' ||
-                        param->signature[0] == 't' ||
-                        param->signature[0] == 'd') {
-                       gchar   *str = NULL;
-                       gdouble  minint = 0;
-                       gdouble  maxint = 0;
-                       gdouble  step = 1;
-
-                       switch (param->signature[0]) {
-                       case 'y': minint = G_MININT8;  maxint = G_MAXINT8;   break;
-                       case 'n': minint = G_MININT16; maxint = G_MAXINT16;  break;
-                       case 'q': minint = 0;          maxint = G_MAXUINT16; break;
-                       case 'i': minint = G_MININT32; maxint = G_MAXINT32;  break;
-                       case 'u': minint = 0;          maxint = G_MAXUINT32; break;
-                       case 'x': minint = G_MININT64; maxint = G_MAXINT64;  break;
-                       case 't': minint = 0;          maxint = G_MAXUINT64; break;
-                       case 'd': minint = G_MININT32; maxint = G_MAXINT32; step = 0.1; break;
-                       }
-
-                       str = g_strdup_printf (_("%s:"), param_name_formatted);
-                       widget = gtk_label_new (str);
-                       gtk_misc_set_alignment (GTK_MISC (widget), 0, 0.5);
-                       g_free (str);
-
-                       gtk_table_attach (GTK_TABLE (table_settings),
-                                         widget,
-                                         0, 1,
-                                         n_rows - 1, n_rows,
-                                         GTK_FILL, 0,
-                                         0, 0);
-                       gtk_widget_show (widget);
-
-                       widget = gtk_spin_button_new_with_range (minint, maxint, step);
-                       gtk_table_attach (GTK_TABLE (table_settings),
-                                         widget,
-                                         1, 2,
-                                         n_rows - 1, n_rows,
-                                         GTK_FILL | GTK_EXPAND, 0,
-                                         0, 0);
-                       gtk_widget_show (widget);
-               }
-               else if (param->signature[0] == 'b') {
-                       widget = gtk_check_button_new_with_label (param_name_formatted);
-                       gtk_table_attach (GTK_TABLE (table_settings),
-                                         widget,
-                                         0, 2,
-                                         n_rows - 1, n_rows,
-                                         GTK_FILL | GTK_EXPAND, 0,
-                                         0, 0);
-                       gtk_widget_show (widget);
-               } else {
-                       DEBUG ("Unknown signature for param %s: %s",
-                               param_name_formatted, param->signature);
-               }
-
-               if (widget) {
-                       account_widget_setup_widget (widget, account, param->name);
-               }
-
-               g_free (param_name_formatted);
-       }
-
-       mc_protocol_free_params_list (params);
-       g_object_unref (profile);
-       g_object_unref (protocol);
+accounts_widget_generic_setup (EmpathyAccountWidget *self,
+    GtkWidget *table_common_settings,
+    GtkWidget *table_advanced_settings)
+{
+  TpConnectionManagerParam *params, *param;
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
+
+  params = empathy_account_settings_get_tp_params (priv->settings);
+
+  for (param = params; param != NULL && param->name != NULL; param++)
+    {
+      GtkWidget       *table_settings;
+      guint            n_rows = 0;
+      GtkWidget       *widget = NULL;
+      gchar           *param_name_formatted;
+
+      if (param->flags & TP_CONN_MGR_PARAM_FLAG_REQUIRED)
+        table_settings = table_common_settings;
+      else
+        table_settings = table_advanced_settings;
+
+      param_name_formatted = account_widget_generic_format_param_name (param->name);
+      g_object_get (table_settings, "n-rows", &n_rows, NULL);
+      gtk_table_resize (GTK_TABLE (table_settings), ++n_rows, 2);
+
+      if (param->dbus_signature[0] == 's')
+        {
+          gchar *str;
+
+          str = g_strdup_printf (_("%s:"), param_name_formatted);
+          widget = gtk_label_new (str);
+          gtk_misc_set_alignment (GTK_MISC (widget), 0, 0.5);
+          g_free (str);
+
+          gtk_table_attach (GTK_TABLE (table_settings),
+              widget,
+              0, 1,
+              n_rows - 1, n_rows,
+              GTK_FILL, 0,
+              0, 0);
+          gtk_widget_show (widget);
+
+          widget = gtk_entry_new ();
+          if (strcmp (param->name, "account") == 0)
+            {
+              g_signal_connect (widget, "realize",
+                  G_CALLBACK (gtk_widget_grab_focus),
+                  NULL);
+            }
+          gtk_table_attach (GTK_TABLE (table_settings),
+              widget,
+              1, 2,
+              n_rows - 1, n_rows,
+              GTK_FILL | GTK_EXPAND, 0,
+              0, 0);
+          gtk_widget_show (widget);
+        }
+      /* int types: ynqiuxt. double type is 'd' */
+      else if (param->dbus_signature[0] == 'y' ||
+          param->dbus_signature[0] == 'n' ||
+          param->dbus_signature[0] == 'q' ||
+          param->dbus_signature[0] == 'i' ||
+          param->dbus_signature[0] == 'u' ||
+          param->dbus_signature[0] == 'x' ||
+          param->dbus_signature[0] == 't' ||
+          param->dbus_signature[0] == 'd')
+        {
+          gchar   *str = NULL;
+          gdouble  minint = 0;
+          gdouble  maxint = 0;
+          gdouble  step = 1;
+
+          switch (param->dbus_signature[0])
+            {
+            case 'y': minint = G_MININT8;  maxint = G_MAXINT8;   break;
+            case 'n': minint = G_MININT16; maxint = G_MAXINT16;  break;
+            case 'q': minint = 0;          maxint = G_MAXUINT16; break;
+            case 'i': minint = G_MININT32; maxint = G_MAXINT32;  break;
+            case 'u': minint = 0;          maxint = G_MAXUINT32; break;
+            case 'x': minint = G_MININT64; maxint = G_MAXINT64;  break;
+            case 't': minint = 0;          maxint = G_MAXUINT64; break;
+            case 'd': minint = G_MININT32; maxint = G_MAXINT32; step = 0.1; break;
+            }
+
+          str = g_strdup_printf (_("%s:"), param_name_formatted);
+          widget = gtk_label_new (str);
+          gtk_misc_set_alignment (GTK_MISC (widget), 0, 0.5);
+          g_free (str);
+
+          gtk_table_attach (GTK_TABLE (table_settings),
+              widget,
+              0, 1,
+              n_rows - 1, n_rows,
+              GTK_FILL, 0,
+              0, 0);
+          gtk_widget_show (widget);
+
+          widget = gtk_spin_button_new_with_range (minint, maxint, step);
+          gtk_table_attach (GTK_TABLE (table_settings),
+              widget,
+              1, 2,
+              n_rows - 1, n_rows,
+              GTK_FILL | GTK_EXPAND, 0,
+              0, 0);
+          gtk_widget_show (widget);
+        }
+      else if (param->dbus_signature[0] == 'b')
+        {
+          widget = gtk_check_button_new_with_label (param_name_formatted);
+          gtk_table_attach (GTK_TABLE (table_settings),
+              widget,
+              0, 2,
+              n_rows - 1, n_rows,
+              GTK_FILL | GTK_EXPAND, 0,
+              0, 0);
+          gtk_widget_show (widget);
+        }
+      else
+        {
+          DEBUG ("Unknown signature for param %s: %s",
+              param_name_formatted, param->dbus_signature);
+        }
+
+      if (widget)
+        account_widget_setup_widget (self, widget, param->name);
+
+      g_free (param_name_formatted);
+    }
 }
 
 static void
-account_widget_handle_params_valist (EmpathyAccount   *account,
-                                    GtkBuilder  *gui,
-                                    const gchar *first_widget,
-                                    va_list      args)
+account_widget_handle_params_valist (EmpathyAccountWidget *self,
+    const gchar *first_widget,
+    va_list args)
 {
-       GObject *object;
-       const gchar *name;
+  GObject *object;
+  const gchar *name;
 
-       for (name = first_widget; name; name = va_arg (args, const gchar *)) {
-               const gchar *param_name;
+  for (name = first_widget; name; name = va_arg (args, const gchar *))
+    {
+      const gchar *param_name;
 
-               param_name = va_arg (args, const gchar *);
-               object = gtk_builder_get_object (gui, name);
+      param_name = va_arg (args, const gchar *);
+      object = gtk_builder_get_object (self->ui_details->gui, name);
 
-               if (!object) {
-                       g_warning ("Builder is missing object '%s'.", name);
-                       continue;
-               }
+      if (!object)
+        {
+          g_warning ("Builder is missing object '%s'.", name);
+          continue;
+        }
 
-               account_widget_setup_widget (GTK_WIDGET (object), account, param_name);
-       }
+      account_widget_setup_widget (self, GTK_WIDGET (object), param_name);
+    }
 }
 
-void
-empathy_account_widget_handle_params (EmpathyAccount   *account,
-                                     GtkBuilder  *gui,
-                                     const gchar *first_widget,
-                                     ...)
+static void
+account_widget_apply_clicked_cb (GtkWidget *button,
+    EmpathyAccountWidget *self)
 {
-       va_list args;
-
-       g_return_if_fail (GTK_IS_BUILDER (gui));
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
 
-       va_start (args, first_widget);
-       account_widget_handle_params_valist (account, gui, first_widget, args);
-       va_end (args);
+  empathy_account_settings_apply_async (priv->settings, NULL, NULL);
 }
 
-void
-empathy_account_widget_add_forget_button (EmpathyAccount   *account,
-                                         GtkBuilder  *gui,
-                                         const gchar *button,
-                                         const gchar *entry)
+static void
+account_widget_setup_generic (EmpathyAccountWidget *self)
 {
-       GtkWidget *button_forget;
-       GtkWidget *entry_password;
-       gchar   *password = NULL;
+  GtkWidget *table_common_settings;
+  GtkWidget *table_advanced_settings;
 
-       button_forget = GTK_WIDGET (gtk_builder_get_object (gui, button));
-       entry_password = GTK_WIDGET (gtk_builder_get_object (gui, entry));
+  table_common_settings = GTK_WIDGET (gtk_builder_get_object (self->ui_details->gui,
+          "table_common_settings"));
+  table_advanced_settings = GTK_WIDGET (gtk_builder_get_object (self->ui_details->gui,
+          "table_advanced_settings"));
 
-       password = empathy_account_get_param_string (account, "password");
-       gtk_widget_set_sensitive (button_forget, !EMP_STR_EMPTY (password));
-       g_free (password);
+  accounts_widget_generic_setup (self, table_common_settings,
+      table_advanced_settings);
 
-       g_signal_connect (button_forget, "clicked",
-                         G_CALLBACK (account_widget_forget_clicked_cb),
-                         entry_password);
-       g_signal_connect (entry_password, "changed",
-                         G_CALLBACK (account_widget_password_changed_cb),
-                         button_forget);
+  g_object_unref (self->ui_details->gui);
 }
 
-void
-empathy_account_widget_set_default_focus (GtkBuilder  *gui,
-                                         const gchar *entry)
+static void
+account_widget_settings_ready_cb (EmpathyAccountSettings *settings,
+    GParamSpec *pspec,
+    gpointer user_data)
 {
-       GObject *default_focus_entry;
+  EmpathyAccountWidget *self = user_data;
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
 
-       default_focus_entry = gtk_builder_get_object (gui, entry);
-       g_signal_connect (default_focus_entry, "realize",
-                         G_CALLBACK (gtk_widget_grab_focus),
-                         NULL);
+  if (empathy_account_settings_is_ready (priv->settings))
+    account_widget_setup_generic (self);
 }
 
-GtkWidget *
-empathy_account_widget_generic_new (EmpathyAccount *account)
+static void
+account_widget_build_generic (EmpathyAccountWidget *self,
+    const char *filename)
 {
-       GtkBuilder *gui;
-       GtkWidget *widget;
-       GtkWidget *table_common_settings;
-       GtkWidget *table_advanced_settings;
-       gchar     *filename;
-
-       filename = empathy_file_lookup ("empathy-account-widget-generic.ui",
-                                       "libempathy-gtk");
-       gui = empathy_builder_get_file (filename,
-                                       "vbox_generic_settings", &widget,
-                                       "table_common_settings", &table_common_settings,
-                                       "table_advanced_settings", &table_advanced_settings,
-                                       NULL);
-       g_free (filename);
-
-       accounts_widget_generic_setup (account, table_common_settings, table_advanced_settings);
-
-       return empathy_builder_unref_and_keep_widget (gui, widget);
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
+  self->ui_details->gui = empathy_builder_get_file (filename,
+      "vbox_generic_settings", &self->ui_details->widget,
+      NULL);
+
+  g_object_ref (self->ui_details->gui);
+
+  if (empathy_account_settings_is_ready (priv->settings))
+    account_widget_setup_generic (self);
+  else
+    g_signal_connect (priv->settings, "notify::ready",
+        G_CALLBACK (account_widget_settings_ready_cb), self);
 }
 
-GtkWidget *
-empathy_account_widget_salut_new (EmpathyAccount *account)
+static void
+account_widget_build_salut (EmpathyAccountWidget *self,
+    const char *filename)
 {
-       GtkBuilder *gui;
-       GtkWidget *widget;
-       gchar     *filename;
-
-       filename = empathy_file_lookup ("empathy-account-widget-salut.ui",
-                                       "libempathy-gtk");
-       gui = empathy_builder_get_file (filename,
-                                       "vbox_salut_settings", &widget,
-                                       NULL);
-       g_free (filename);
-
-       empathy_account_widget_handle_params (account, gui,
-                       "entry_published", "published-name",
-                       "entry_nickname", "nickname",
-                       "entry_first_name", "first-name",
-                       "entry_last_name", "last-name",
-                       "entry_email", "email",
-                       "entry_jid", "jid",
-                       NULL);
+  self->ui_details->gui = empathy_builder_get_file (filename,
+      "vbox_salut_settings", &self->ui_details->widget,
+      NULL);
+
+  empathy_account_widget_handle_params (self,
+      "entry_published", "published-name",
+      "entry_nickname", "nickname",
+      "entry_first_name", "first-name",
+      "entry_last_name", "last-name",
+      "entry_email", "email",
+      "entry_jid", "jid",
+      NULL);
+
+  self->ui_details->default_focus = g_strdup ("entry_nickname");
+}
 
-       empathy_account_widget_set_default_focus (gui, "entry_nickname");
+static void
+account_widget_build_msn (EmpathyAccountWidget *self,
+    const char *filename)
+{
+  self->ui_details->gui = empathy_builder_get_file (filename,
+      "vbox_msn_settings", &self->ui_details->widget,
+      NULL);
+
+  empathy_account_widget_handle_params (self,
+      "entry_id", "account",
+      "entry_password", "password",
+      "entry_server", "server",
+      "spinbutton_port", "port",
+      NULL);
+
+  self->ui_details->default_focus = g_strdup ("entry_id");
+  self->ui_details->add_forget = TRUE;
+}
 
-       return empathy_builder_unref_and_keep_widget (gui, widget);
+static void
+account_widget_build_jabber (EmpathyAccountWidget *self,
+    const char *filename)
+{
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
+  GtkWidget *spinbutton_port;
+  GtkWidget *checkbutton_ssl;
+
+  self->ui_details->gui = empathy_builder_get_file (filename,
+      "vbox_jabber_settings", &self->ui_details->widget,
+      "spinbutton_port", &spinbutton_port,
+      "checkbutton_ssl", &checkbutton_ssl,
+      NULL);
+
+  empathy_account_widget_handle_params (self,
+      "entry_id", "account",
+      "entry_password", "password",
+      "entry_resource", "resource",
+      "entry_server", "server",
+      "spinbutton_port", "port",
+      "spinbutton_priority", "priority",
+      "checkbutton_ssl", "old-ssl",
+      "checkbutton_ignore_ssl_errors", "ignore-ssl-errors",
+      "checkbutton_encryption", "require-encryption",
+      NULL);
+
+  self->ui_details->default_focus = g_strdup ("entry_id");
+  self->ui_details->add_forget = TRUE;
+  priv->spinbutton_port = spinbutton_port;
+
+  g_signal_connect (checkbutton_ssl, "toggled",
+      G_CALLBACK (account_widget_jabber_ssl_toggled_cb),
+      self);
 }
 
-GtkWidget *
-empathy_account_widget_msn_new (EmpathyAccount *account)
+static void
+account_widget_build_icq (EmpathyAccountWidget *self,
+    const char *filename)
 {
-       GtkBuilder *gui;
-       GtkWidget *widget;
-       gchar     *filename;
+  GtkWidget *spinbutton_port;
+
+  self->ui_details->gui = empathy_builder_get_file (filename,
+      "vbox_icq_settings", &self->ui_details->widget,
+      "spinbutton_port", &spinbutton_port,
+      NULL);
+
+  empathy_account_widget_handle_params (self,
+      "entry_uin", "account",
+      "entry_password", "password",
+      "entry_server", "server",
+      "spinbutton_port", "port",
+      "entry_charset", "charset",
+      NULL);
+
+  self->ui_details->default_focus = g_strdup ("entry_uin");
+  self->ui_details->add_forget = TRUE;
+}
 
-       filename = empathy_file_lookup ("empathy-account-widget-msn.ui",
-                                       "libempathy-gtk");
-       gui = empathy_builder_get_file (filename,
-                                       "vbox_msn_settings", &widget,
-                                       NULL);
-       g_free (filename);
+static void
+account_widget_build_aim (EmpathyAccountWidget *self,
+    const char *filename)
+{
+  GtkWidget *spinbutton_port;
+
+  self->ui_details->gui = empathy_builder_get_file (filename,
+      "vbox_aim_settings", &self->ui_details->widget,
+      "spinbutton_port", &spinbutton_port,
+      NULL);
+
+  empathy_account_widget_handle_params (self,
+      "entry_screenname", "account",
+      "entry_password", "password",
+      "entry_server", "server",
+      "spinbutton_port", "port",
+      NULL);
+
+  self->ui_details->default_focus = g_strdup ("entry_screenname");
+  self->ui_details->add_forget = TRUE;
+}
 
-       empathy_account_widget_handle_params (account, gui,
-                       "entry_id", "account",
-                       "entry_password", "password",
-                       "entry_server", "server",
-                       "spinbutton_port", "port",
-                       NULL);
+static void
+account_widget_build_yahoo (EmpathyAccountWidget *self,
+    const char *filename)
+{
+  self->ui_details->gui = empathy_builder_get_file (filename,
+      "vbox_yahoo_settings", &self->ui_details->widget,
+      NULL);
+
+  empathy_account_widget_handle_params (self,
+      "entry_id", "account",
+      "entry_password", "password",
+      "entry_server", "server",
+      "entry_locale", "room-list-locale",
+      "entry_charset", "charset",
+      "spinbutton_port", "port",
+      "checkbutton_yahoojp", "yahoojp",
+      "checkbutton_ignore_invites", "ignore-invites",
+      NULL);
+
+  self->ui_details->default_focus = g_strdup ("entry_id");
+  self->ui_details->add_forget = TRUE;
+}
 
-       empathy_account_widget_add_forget_button (account, gui,
-                                                 "button_forget",
-                                                 "entry_password");
+static void
+account_widget_build_groupwise (EmpathyAccountWidget *self,
+    const char *filename)
+{
+  self->ui_details->gui = empathy_builder_get_file (filename,
+      "vbox_groupwise_settings", &self->ui_details->widget,
+      NULL);
+
+  empathy_account_widget_handle_params (self,
+      "entry_id", "account",
+      "entry_password", "password",
+      "entry_server", "server",
+      "spinbutton_port", "port",
+      NULL);
+
+  self->ui_details->default_focus = g_strdup ("entry_id");
+  self->ui_details->add_forget = TRUE;
+}
 
-       empathy_account_widget_set_default_focus (gui, "entry_id");
+static void
+account_widget_destroy_cb (GtkWidget *widget,
+    EmpathyAccountWidget *self)
+{
+  g_object_unref (self);
+}
 
-       return empathy_builder_unref_and_keep_widget (gui, widget);
+static void
+do_set_property (GObject *object,
+    guint prop_id,
+    const GValue *value,
+    GParamSpec *pspec)
+{
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (object);
+
+  switch (prop_id)
+    {
+    case PROP_PROTOCOL:
+      priv->protocol = g_value_dup_string (value);
+      break;
+    case PROP_SETTINGS:
+      priv->settings = g_value_dup_object (value);
+      break;
+    default:
+      G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+    }
 }
 
-GtkWidget *
-empathy_account_widget_jabber_new (EmpathyAccount *account)
-{
-       GtkBuilder *gui;
-       GtkWidget *widget;
-       GtkWidget *spinbutton_port;
-       GtkWidget *checkbutton_ssl;
-       gchar     *filename;
-
-       filename = empathy_file_lookup ("empathy-account-widget-jabber.ui",
-                                       "libempathy-gtk");
-       gui = empathy_builder_get_file (filename,
-                                       "vbox_jabber_settings", &widget,
-                                       "spinbutton_port", &spinbutton_port,
-                                       "checkbutton_ssl", &checkbutton_ssl,
-                                       NULL);
-       g_free (filename);
-
-       empathy_account_widget_handle_params (account, gui,
-                       "entry_id", "account",
-                       "entry_password", "password",
-                       "entry_resource", "resource",
-                       "entry_server", "server",
-                       "spinbutton_port", "port",
-                       "spinbutton_priority", "priority",
-                       "checkbutton_ssl", "old-ssl",
-                       "checkbutton_ignore_ssl_errors", "ignore-ssl-errors",
-                       "checkbutton_encryption", "require-encryption",
-                       NULL);
-
-       empathy_account_widget_add_forget_button (account, gui,
-                                                 "button_forget",
-                                                 "entry_password");
-
-       empathy_account_widget_set_default_focus (gui, "entry_id");
-
-       g_signal_connect (checkbutton_ssl, "toggled",
-                         G_CALLBACK (account_widget_jabber_ssl_toggled_cb),
-                         spinbutton_port);
-
-       return empathy_builder_unref_and_keep_widget (gui, widget);
+static void
+do_get_property (GObject *object,
+    guint prop_id,
+    GValue *value,
+    GParamSpec *pspec)
+{
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (object);
+
+  switch (prop_id)
+    {
+    case PROP_PROTOCOL:
+      g_value_set_string (value, priv->protocol);
+      break;
+    case PROP_SETTINGS:
+      g_value_set_object (value, priv->settings);
+      break;
+    default:
+      G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+    }
 }
 
-GtkWidget *
-empathy_account_widget_icq_new (EmpathyAccount *account)
+static void
+do_constructed (GObject *obj)
 {
-       GtkBuilder *gui;
-       GtkWidget *widget;
-       GtkWidget *spinbutton_port;
-       gchar     *filename;
+  EmpathyAccountWidget *self = EMPATHY_ACCOUNT_WIDGET (obj);
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
+  char *uiname, *filename;
+
+  uiname = g_strconcat ("empathy-account-widget-", priv->protocol,
+      ".ui", NULL);
+  filename = empathy_file_lookup (uiname, "libempathy-gtk");
+
+  if (!tp_strdiff (priv->protocol, "local-xmpp"))
+    account_widget_build_salut (self, filename);
+  else if (!tp_strdiff (priv->protocol, "msn"))
+    account_widget_build_msn (self, filename);
+  else if (!tp_strdiff (priv->protocol, "jabber"))
+    account_widget_build_jabber (self, filename);
+  else if (!tp_strdiff (priv->protocol, "icq"))
+    account_widget_build_icq (self, filename);
+  else if (!tp_strdiff (priv->protocol, "aim"))
+    account_widget_build_aim (self, filename);
+  else if (!tp_strdiff (priv->protocol, "yahoo"))
+    account_widget_build_yahoo (self, filename);
+  else if (!tp_strdiff (priv->protocol, "groupwise"))
+    account_widget_build_groupwise (self, filename);
+  else if (!tp_strdiff (priv->protocol, "irc"))
+    empathy_account_widget_irc_build (self, filename);
+  else if (!tp_strdiff (priv->protocol, "sip"))
+    empathy_account_widget_sip_build (self, filename);
+  else if (!tp_strdiff (priv->protocol, "generic"))
+    account_widget_build_generic (self, filename);
+  else
+    {
+      g_free (uiname);
+      g_free (filename);
+      g_critical ("Unknown protocol, can't build the account widget");
+      return;
+    }
+
+  g_free (uiname);
+  g_free (filename);
+
+  /* handle default focus */
+  if (self->ui_details->default_focus != NULL)
+    {
+      GObject *default_focus_entry;
+
+      default_focus_entry = gtk_builder_get_object
+        (self->ui_details->gui, self->ui_details->default_focus);
+      g_signal_connect (default_focus_entry, "realize",
+          G_CALLBACK (gtk_widget_grab_focus),
+          NULL);
+    }
+
+  /* handle forget button */
+  if (self->ui_details->add_forget)
+    {
+      const gchar *password = NULL;
+
+      priv->button_forget = GTK_WIDGET (gtk_builder_get_object (self->ui_details->gui, "button_forget"));
+      priv->entry_password = GTK_WIDGET (gtk_builder_get_object (self->ui_details->gui, "entry_password"));
+
+      password = empathy_account_settings_get_string (priv->settings, "password");
+      gtk_widget_set_sensitive (priv->button_forget, !EMP_STR_EMPTY (password));
+
+      g_signal_connect (priv->button_forget, "clicked",
+          G_CALLBACK (account_widget_forget_clicked_cb),
+          self);
+      g_signal_connect (priv->entry_password, "changed",
+          G_CALLBACK (account_widget_password_changed_cb),
+          self);
+    }
+
+  /* handle apply button */
+  priv->apply_button = gtk_button_new_from_stock (GTK_STOCK_APPLY);
+  gtk_box_pack_end (GTK_BOX (self->ui_details->widget), priv->apply_button, FALSE, FALSE, 3);
+
+  g_signal_connect (priv->apply_button, "clicked",
+      G_CALLBACK (account_widget_apply_clicked_cb),
+      self);
+  account_widget_handle_apply_sensitivity (self);
+  gtk_widget_show (priv->apply_button);
+
+  /* hook up to widget destruction to unref ourselves */
+  g_signal_connect (self->ui_details->widget, "destroy",
+      G_CALLBACK (account_widget_destroy_cb), self);
+
+  empathy_builder_unref_and_keep_widget (self->ui_details->gui, self->ui_details->widget);
+}
 
-       filename = empathy_file_lookup ("empathy-account-widget-icq.ui",
-                                       "libempathy-gtk");
-       gui = empathy_builder_get_file (filename,
-                                       "vbox_icq_settings", &widget,
-                                       "spinbutton_port", &spinbutton_port,
-                                       NULL);
-       g_free (filename);
+static void
+do_dispose (GObject *obj)
+{
+  EmpathyAccountWidget *self = EMPATHY_ACCOUNT_WIDGET (obj);
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
 
-       empathy_account_widget_handle_params (account, gui,
-                       "entry_uin", "account",
-                       "entry_password", "password",
-                       "entry_server", "server",
-                       "spinbutton_port", "port",
-                       "entry_charset", "charset",
-                       NULL);
+  if (priv->dispose_run)
+    return;
 
-       empathy_account_widget_add_forget_button (account, gui,
-                                                 "button_forget",
-                                                 "entry_password");
+  priv->dispose_run = TRUE;
 
-       empathy_account_widget_set_default_focus (gui, "entry_uin");
+  if (priv->settings != NULL)
+    {
+      g_object_unref (priv->settings);
+      priv->settings = NULL;
+    }
 
-       return empathy_builder_unref_and_keep_widget (gui, widget);
+  if (G_OBJECT_CLASS (empathy_account_widget_parent_class)->dispose != NULL)
+    G_OBJECT_CLASS (empathy_account_widget_parent_class)->dispose (obj);
 }
 
-GtkWidget *
-empathy_account_widget_aim_new (EmpathyAccount *account)
+static void
+do_finalize (GObject *obj)
 {
-       GtkBuilder *gui;
-       GtkWidget *widget;
-       GtkWidget *spinbutton_port;
-       gchar     *filename;
+  EmpathyAccountWidget *self = EMPATHY_ACCOUNT_WIDGET (obj);
+  EmpathyAccountWidgetPriv *priv = GET_PRIV (self);
 
-       filename = empathy_file_lookup ("empathy-account-widget-aim.ui",
-                                       "libempathy-gtk");
-       gui = empathy_builder_get_file (filename,
-                                       "vbox_aim_settings", &widget,
-                                       "spinbutton_port", &spinbutton_port,
-                                       NULL);
-       g_free (filename);
+  g_free (self->ui_details->default_focus);
+  g_slice_free (EmpathyAccountWidgetUIDetails, self->ui_details);
 
-       empathy_account_widget_handle_params (account, gui,
-                       "entry_screenname", "account",
-                       "entry_password", "password",
-                       "entry_server", "server",
-                       "spinbutton_port", "port",
-                       NULL);
+  g_free (priv->protocol);
 
-       empathy_account_widget_add_forget_button (account, gui,
-                                                 "button_forget",
-                                                 "entry_password");
-
-       empathy_account_widget_set_default_focus (gui, "entry_screenname");
+  if (G_OBJECT_CLASS (empathy_account_widget_parent_class)->finalize != NULL)
+    G_OBJECT_CLASS (empathy_account_widget_parent_class)->finalize (obj);
+}
 
-       return empathy_builder_unref_and_keep_widget (gui, widget);
+static void
+empathy_account_widget_class_init (EmpathyAccountWidgetClass *klass)
+{
+  GObjectClass *oclass = G_OBJECT_CLASS (klass);
+  GParamSpec *param_spec;
+
+  oclass->get_property = do_get_property;
+  oclass->set_property = do_set_property;
+  oclass->constructed = do_constructed;
+  oclass->dispose = do_dispose;
+  oclass->finalize = do_finalize;
+
+  param_spec = g_param_spec_string ("protocol",
+      "protocol", "The protocol of the account",
+      NULL,
+      G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT_ONLY);
+  g_object_class_install_property (oclass, PROP_PROTOCOL, param_spec);
+
+  param_spec = g_param_spec_object ("settings",
+      "settings", "The settings of the account",
+      EMPATHY_TYPE_ACCOUNT_SETTINGS,
+      G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT_ONLY);
+  g_object_class_install_property (oclass, PROP_SETTINGS, param_spec);
+
+  g_type_class_add_private (klass, sizeof (EmpathyAccountWidgetPriv));
 }
 
-GtkWidget *
-empathy_account_widget_yahoo_new (EmpathyAccount *account)
+static void
+empathy_account_widget_init (EmpathyAccountWidget *self)
 {
-       GtkBuilder *gui;
-       GtkWidget *widget;
-       gchar     *filename;
+  EmpathyAccountWidgetPriv *priv =
+    G_TYPE_INSTANCE_GET_PRIVATE ((self), EMPATHY_TYPE_ACCOUNT_WIDGET,
+        EmpathyAccountWidgetPriv);
 
-       filename = empathy_file_lookup ("empathy-account-widget-yahoo.ui",
-                                       "libempathy-gtk");
-       gui = empathy_builder_get_file (filename,
-                                       "vbox_yahoo_settings", &widget,
-                                       NULL);
-       g_free (filename);
+  self->priv = priv;
+  priv->dispose_run = FALSE;
 
-       empathy_account_widget_handle_params (account, gui,
-                       "entry_id", "account",
-                       "entry_password", "password",
-                       "entry_server", "server",
-                       "entry_locale", "room-list-locale",
-                       "entry_charset", "charset",
-                       "spinbutton_port", "port",
-                       "checkbutton_yahoojp", "yahoojp",
-                       "checkbutton_ignore_invites", "ignore-invites",
-                       NULL);
+  self->ui_details = g_slice_new0 (EmpathyAccountWidgetUIDetails);
+}
 
-       empathy_account_widget_add_forget_button (account, gui,
-                                                 "button_forget",
-                                                 "entry_password");
+/* public methods */
 
-       empathy_account_widget_set_default_focus (gui, "entry_id");
+void
+empathy_account_widget_handle_params (EmpathyAccountWidget *self,
+    const gchar *first_widget,
+    ...)
+{
+  va_list args;
 
-       return empathy_builder_unref_and_keep_widget (gui, widget);
+  va_start (args, first_widget);
+  account_widget_handle_params_valist (self, first_widget, args);
+  va_end (args);
 }
 
 GtkWidget *
-empathy_account_widget_groupwise_new (EmpathyAccount *account)
+empathy_account_widget_new_for_protocol (const char *protocol,
+    EmpathyAccountSettings *settings)
 {
-       GtkBuilder *gui;
-       GtkWidget *widget;
-       gchar     *filename;
-
-       filename = empathy_file_lookup ("empathy-account-widget-groupwise.ui",
-                                       "libempathy-gtk");
-       gui = empathy_builder_get_file (filename,
-                                       "vbox_groupwise_settings", &widget,
-                                       NULL);
-       g_free (filename);
+  EmpathyAccountWidget *self;
+  EmpathyAccountWidgetPriv *priv;
 
-       empathy_account_widget_handle_params (account, gui,
-                       "entry_id", "account",
-                       "entry_password", "password",
-                       "entry_server", "server",
-                       "spinbutton_port", "port",
-                       NULL);
+  g_return_val_if_fail (EMPATHY_IS_ACCOUNT_SETTINGS (settings), NULL);
+  g_return_val_if_fail (settings != NULL, NULL);
 
-       empathy_account_widget_add_forget_button (account, gui,
-                                                 "button_forget",
-                                                 "entry_password");
+  self = g_object_new
+    (EMPATHY_TYPE_ACCOUNT_WIDGET, "protocol", protocol,
+        "settings", settings, NULL);
+  priv = GET_PRIV (self);
 
-       empathy_account_widget_set_default_focus (gui, "entry_id");
-
-       return empathy_builder_unref_and_keep_widget (gui, widget);
+  return self->ui_details->widget;
 }
-
index 7a76db9e067ba5a62b5c38995a44f68e7448a6ec..8a5f0f2c288d04c13cd46eb7a94a0093ac8ce422 100644 (file)
  *          Martyn Russell <martyn@imendio.com>
  */
 
-#ifndef __EMPATHY_ACCOUNT_WIDGET_GENERIC_H__
-#define __EMPATHY_ACCOUNT_WIDGET_GENERIC_H__
+#ifndef __EMPATHY_ACCOUNT_WIDGET_H__
+#define __EMPATHY_ACCOUNT_WIDGET_H__
 
 #include <gtk/gtk.h>
 
-#include <libempathy/empathy-account.h>
+#include <libempathy/empathy-account-settings.h>
 
 G_BEGIN_DECLS
 
-void       empathy_account_widget_handle_params     (EmpathyAccount   *account,
-                                                    GtkBuilder  *gui,
-                                                    const gchar *first_widget,
-                                                    ...);
-void       empathy_account_widget_add_forget_button (EmpathyAccount   *account,
-                                                    GtkBuilder  *gui,
-                                                    const gchar *button,
-                                                    const gchar *entry);
-void      empathy_account_widget_set_default_focus (GtkBuilder  *gui,
-                                                    const gchar *entry);
-GtkWidget *empathy_account_widget_generic_new       (EmpathyAccount   *account);
-GtkWidget *empathy_account_widget_salut_new         (EmpathyAccount   *account);
-GtkWidget *empathy_account_widget_msn_new           (EmpathyAccount   *account);
-GtkWidget *empathy_account_widget_jabber_new        (EmpathyAccount   *account);
-GtkWidget *empathy_account_widget_icq_new           (EmpathyAccount   *account);
-GtkWidget *empathy_account_widget_aim_new           (EmpathyAccount   *account);
-GtkWidget *empathy_account_widget_yahoo_new         (EmpathyAccount   *account);
-GtkWidget *empathy_account_widget_groupwise_new     (EmpathyAccount   *account);
+#define EMPATHY_TYPE_ACCOUNT_WIDGET empathy_account_widget_get_type()
+#define EMPATHY_ACCOUNT_WIDGET(obj) \
+  (G_TYPE_CHECK_INSTANCE_CAST ((obj), EMPATHY_TYPE_ACCOUNT_WIDGET, EmpathyAccountWidget))
+#define EMPATHY_ACCOUNT_WIDGET_CLASS(klass) \
+  (G_TYPE_CHECK_CLASS_CAST ((klass), EMPATHY_TYPE_ACCOUNT_WIDGET, EmpathyAccountWidgetClass))
+#define EMPATHY_IS_ACCOUNT_WIDGET(obj) \
+  (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EMPATHY_TYPE_ACCOUNT_WIDGET))
+#define EMPATHY_IS_ACCOUNT_WIDGET_CLASS(klass) \
+  (G_TYPE_CHECK_CLASS_TYPE ((klass), EMPATHY_TYPE_ACCOUNT_WIDGET))
+#define EMPATHY_ACCOUNT_WIDGET_GET_CLASS(obj) \
+  (G_TYPE_INSTANCE_GET_CLASS ((obj), EMPATHY_TYPE_ACCOUNT_WIDGET, EmpathyAccountWidgetClass))
+
+typedef struct _EmpathyAccountWidgetUIDetails EmpathyAccountWidgetUIDetails;
+
+typedef struct {
+  GObject parent;
+
+  EmpathyAccountWidgetUIDetails *ui_details;
+
+  /* private */
+  gpointer priv;
+} EmpathyAccountWidget;
+
+typedef struct {
+  GObjectClass parent_class;
+} EmpathyAccountWidgetClass;
+
+GType empathy_account_widget_get_type (void);
+
+GtkWidget *empathy_account_widget_new_for_protocol (const char *protocol,
+                                                    EmpathyAccountSettings *settings);
 
 G_END_DECLS
 
-#endif /* __EMPATHY_ACCOUNT_WIDGET_GENERIC_H__ */
+#endif /* __EMPATHY_ACCOUNT_WIDGET_H__ */
index a8ca745e29ead8b2fca9273aa90bf734c599c935..d52d7af939cd6013dc704900e9a837a2e7772e1d 100644 (file)
@@ -203,8 +203,9 @@ chat_new_connection_cb (EmpathyAccountManager *manager,
        EmpathyChatPriv *priv = GET_PRIV (chat);
        EmpathyAccount *account;
 
-       account = empathy_account_manager_get_account (manager, connection);
-       if (!priv->tp_chat && empathy_account_equal (account, priv->account) &&
+       account = empathy_account_manager_get_account_for_connection (manager,
+               connection);
+       if (!priv->tp_chat && account == priv->account &&
            priv->handle_type != TP_HANDLE_TYPE_NONE &&
            !EMP_STR_EMPTY (priv->id)) {
 
@@ -1766,7 +1767,8 @@ empathy_chat_set_tp_chat (EmpathyChat   *chat,
 
        priv->tp_chat = g_object_ref (tp_chat);
        connection = empathy_tp_chat_get_connection (priv->tp_chat);
-       priv->account = empathy_account_manager_get_account (priv->account_manager,
+       priv->account = empathy_account_manager_get_account_for_connection (
+                                                            priv->account_manager,
                                                             connection);
        g_object_ref (priv->account);
 
index 0ec8c8e3ee42ab4bc29197e40825fe32b7b482dd..ad466da50b1eb8f6a9087d21cee89fb557f28208 100644 (file)
@@ -27,8 +27,6 @@
 #include <gtk/gtk.h>
 #include <glib/gi18n-lib.h>
 
-#include <libmissioncontrol/mission-control.h>
-
 #include <libempathy/empathy-contact-manager.h>
 #include <libempathy/empathy-account-manager.h>
 #include <libempathy/empathy-contact-list.h>
@@ -339,6 +337,10 @@ can_add_contact_to_account (EmpathyAccount *account,
        if (connection == NULL)
                return FALSE;
 
+       if (connection == NULL) {
+               return FALSE;
+       }
+
        contact_manager = empathy_contact_manager_dup_singleton ();
        result = empathy_contact_manager_get_flags_for_connection (
                contact_manager, connection) & EMPATHY_CONTACT_LIST_CAN_ADD;
index 783d986d098ab0550af5da1a837469168c63b9a8..2ff27b1305eedf72eff1cf09c234bca0eac94d25 100644 (file)
@@ -302,7 +302,7 @@ contact_list_view_drag_data_received (GtkWidget         *view,
        account_id = strv[0];
        contact_id = strv[1];
   account_manager = empathy_account_manager_dup_singleton ();
-       account = empathy_account_manager_lookup (account_manager, account_id);
+       account = empathy_account_manager_get_account (account_manager, account_id);
        if (account) {
                TpConnection *connection;
 
index e6b4a6f7fac4a76c12b491f483cb3411fd561a8c..8d46764179e6cc31b5f5acc04f2ff03994b3f658 100644 (file)
@@ -27,8 +27,6 @@
 #include <glib/gi18n-lib.h>
 #include <gtk/gtk.h>
 
-#include <libmissioncontrol/mc-protocol.h>
-
 #include <libempathy/empathy-utils.h>
 #include <libempathy/empathy-account.h>
 
index f05017c9c22ba2eb83df8126abf83a159938d753..11ddca74b97d54aea390fece059eac019ae10b47 100644 (file)
@@ -419,7 +419,7 @@ log_window_find_populate (EmpathyLogWindow *window,
 
                date_readable = empathy_log_manager_get_date_readable (hit->date);
                account_name = empathy_account_get_display_name (hit->account);
-               account_icon = empathy_icon_name_from_account (hit->account);
+               account_icon = empathy_account_get_icon_name (hit->account);
 
                gtk_list_store_append (store, &iter);
                gtk_list_store_set (store, &iter,
@@ -774,7 +774,7 @@ log_window_chats_set_selected  (EmpathyLogWindow *window,
                                    COL_CHAT_IS_CHATROOM, &this_is_chatroom,
                                    -1);
 
-               if (empathy_account_equal (this_account, account) &&
+               if (this_account == account &&
                    strcmp (this_chat_id, chat_id) == 0 &&
                    this_is_chatroom == is_chatroom) {
                        gtk_tree_selection_select_iter (selection, &iter);
index 77b368bd9bd43162b342cfd2c775c5633fa97e0b..66b2adb2d70d94de251383d43883ebb2702c1e8a 100644 (file)
@@ -27,8 +27,6 @@
 #include <gtk/gtk.h>
 #include <glib/gi18n-lib.h>
 
-#include <libmissioncontrol/mission-control.h>
-
 #include <libempathy/empathy-call-factory.h>
 #include <libempathy/empathy-tp-contact-factory.h>
 #include <libempathy/empathy-contact-manager.h>
diff --git a/libempathy-gtk/empathy-profile-chooser.c b/libempathy-gtk/empathy-profile-chooser.c
deleted file mode 100644 (file)
index b3cbf90..0000000
+++ /dev/null
@@ -1,324 +0,0 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */
-/*
- * Copyright (C) 2007-2009 Collabora Ltd.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- *
- * Authors: Xavier Claessens <xclaesse@gmail.com>
- *          Jonny Lamb <jonny.lamb@collabora.co.uk>
- */
-
-#include <config.h>
-
-#include <string.h>
-
-#include <gtk/gtk.h>
-#include <libmissioncontrol/mc-profile.h>
-#include <libmissioncontrol/mc-protocol.h>
-
-#include <libempathy/empathy-utils.h>
-
-#include "empathy-profile-chooser.h"
-#include "empathy-ui-utils.h"
-
-/**
- * SECTION:empathy-profile-chooser
- * @title: EmpathyProfileChooser
- * @short_description: A widget used to choose from a list of profiles
- * @include: libempathy-gtk/empathy-profile-chooser.h
- *
- * #EmpathyProfileChooser is a widget which extends #GtkComboBox to provides a
- * chooser of available profiles.
- */
-
-/**
- * EmpathyProfileChooser:
- * @parent: parent object
- *
- * Widget which extends #GtkComboBox to provide a chooser of available
- * profiles.
- */
-
-#define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyProfileChooser)
-typedef struct
-{
-  GtkListStore *store;
-  gboolean dispose_run;
-} EmpathyProfileChooserPriv;
-
-enum
-{
-  COL_ICON,
-  COL_LABEL,
-  COL_PROFILE,
-  COL_COUNT
-};
-
-G_DEFINE_TYPE (EmpathyProfileChooser, empathy_profile_chooser,
-    GTK_TYPE_COMBO_BOX);
-
-static gint
-profile_chooser_sort_profile_value (McProfile *profile)
-{
-  guint i;
-  const gchar *profile_name;
-  const gchar *names[] = {
-    "jabber",
-    "salut",
-    "gtalk",
-    NULL
-  };
-
-  profile_name = mc_profile_get_unique_name (profile);
-
-  for (i = 0 ; names[i]; i++)
-    {
-      if (strcmp (profile_name, names[i]) == 0)
-        return i;
-    }
-
-  return i;
-}
-
-static gint
-profile_chooser_sort_func (GtkTreeModel *model,
-    GtkTreeIter  *iter_a,
-    GtkTreeIter  *iter_b,
-    gpointer      user_data)
-{
-  McProfile *profile_a;
-  McProfile *profile_b;
-  gint cmp;
-
-  gtk_tree_model_get (model, iter_a,
-      COL_PROFILE, &profile_a,
-      -1);
-  gtk_tree_model_get (model, iter_b,
-      COL_PROFILE, &profile_b,
-      -1);
-
-  cmp = profile_chooser_sort_profile_value (profile_a);
-  cmp -= profile_chooser_sort_profile_value (profile_b);
-  if (cmp == 0)
-    {
-      cmp = strcmp (mc_profile_get_display_name (profile_a),
-          mc_profile_get_display_name (profile_b));
-    }
-
-  g_object_unref (profile_a);
-  g_object_unref (profile_b);
-
-  return cmp;
-}
-
-static void
-profile_chooser_constructed (GObject *object)
-{
-  EmpathyProfileChooser *profile_chooser;
-  EmpathyProfileChooserPriv *priv;
-
-  GList *profiles, *l, *seen;
-  GtkCellRenderer *renderer;
-  GtkTreeIter iter;
-  gboolean iter_set = FALSE;
-  McManager *btf_cm;
-
-  priv = GET_PRIV (object);
-  profile_chooser = EMPATHY_PROFILE_CHOOSER (object);
-
-  /* set up combo box with new store */
-  priv->store = gtk_list_store_new (COL_COUNT,
-          G_TYPE_STRING,    /* Icon name */
-          G_TYPE_STRING,    /* Label     */
-          MC_TYPE_PROFILE); /* Profile   */
-
-  gtk_combo_box_set_model (GTK_COMBO_BOX (object),
-      GTK_TREE_MODEL (priv->store));
-
-  renderer = gtk_cell_renderer_pixbuf_new ();
-  gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (object), renderer, FALSE);
-  gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (object), renderer,
-      "icon-name", COL_ICON,
-      NULL);
-  g_object_set (renderer, "stock-size", GTK_ICON_SIZE_BUTTON, NULL);
-
-  renderer = gtk_cell_renderer_text_new ();
-  gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (object), renderer, TRUE);
-  gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (object), renderer,
-      "text", COL_LABEL,
-      NULL);
-
-  btf_cm = mc_manager_lookup ("butterfly");
-  profiles = mc_profiles_list ();
-  seen = NULL;
-  for (l = profiles; l; l = g_list_next (l))
-    {
-      McProfile   *profile;
-      McProtocol  *protocol;
-      const gchar *unique_name;
-
-      profile = l->data;
-
-      /* Check if the CM is installed, otherwise skip that profile.
-       * Workaround SF bug #1688779 */
-      protocol = mc_profile_get_protocol (profile);
-      if (!protocol)
-        continue;
-
-      g_object_unref (protocol);
-
-      /* Skip MSN-Haze if we have butterfly */
-      unique_name = mc_profile_get_unique_name (profile);
-      if (btf_cm && strcmp (unique_name, "msn-haze") == 0)
-        continue;
-
-      if (g_list_find_custom (seen, unique_name, (GCompareFunc) strcmp))
-        continue;
-
-      seen = g_list_append (seen, (char *) unique_name);
-
-      gtk_list_store_insert_with_values (priv->store, &iter, 0,
-          COL_ICON, mc_profile_get_icon_name (profile),
-          COL_LABEL, mc_profile_get_display_name (profile),
-          COL_PROFILE, profile,
-          -1);
-      iter_set = TRUE;
-    }
-
-  g_list_free (seen);
-
-  if (btf_cm)
-    g_object_unref (btf_cm);
-
-  /* Set the profile sort function */
-  gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (priv->store),
-      COL_PROFILE,
-      profile_chooser_sort_func,
-      NULL, NULL);
-  gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (priv->store),
-      COL_PROFILE,
-      GTK_SORT_ASCENDING);
-
-  if (iter_set)
-    gtk_combo_box_set_active_iter (GTK_COMBO_BOX (object), &iter);
-
-  mc_profiles_free_list (profiles);
-
-  if (G_OBJECT_CLASS (empathy_profile_chooser_parent_class)->constructed)
-    G_OBJECT_CLASS (empathy_profile_chooser_parent_class)->constructed (object);
-}
-
-static void
-empathy_profile_chooser_init (EmpathyProfileChooser *profile_chooser)
-{
-  EmpathyProfileChooserPriv *priv =
-    G_TYPE_INSTANCE_GET_PRIVATE (profile_chooser,
-        EMPATHY_TYPE_PROFILE_CHOOSER, EmpathyProfileChooserPriv);
-
-  priv->dispose_run = FALSE;
-
-  profile_chooser->priv = priv;
-}
-
-static void
-profile_chooser_dispose (GObject *object)
-{
-  EmpathyProfileChooser *profile_chooser = EMPATHY_PROFILE_CHOOSER (object);
-  EmpathyProfileChooserPriv *priv = GET_PRIV (profile_chooser);
-
-  if (priv->dispose_run)
-    return;
-
-  priv->dispose_run = TRUE;
-
-  if (priv->store)
-    {
-      g_object_unref (priv->store);
-      priv->store = NULL;
-    }
-
-  (G_OBJECT_CLASS (empathy_profile_chooser_parent_class)->dispose) (object);
-}
-
-static void
-empathy_profile_chooser_class_init (EmpathyProfileChooserClass *klass)
-{
-  GObjectClass *object_class = G_OBJECT_CLASS (klass);
-
-  object_class->constructed = profile_chooser_constructed;
-  object_class->dispose = profile_chooser_dispose;
-
-  g_type_class_add_private (object_class, sizeof (EmpathyProfileChooserPriv));
-}
-
-/**
- * empathy_profile_chooser_dup_selected:
- * @profile_chooser: an #EmpathyProfileChooser
- *
- * Returns a new reference to the selected #McProfile in @profile_chooser. The
- * returned #McProfile should be unrefed with g_object_unref() when finished
- * with.
- *
- * Return value: a new reference to the selected #McProfile
- */
-McProfile *
-empathy_profile_chooser_dup_selected (EmpathyProfileChooser *profile_chooser)
-{
-  EmpathyProfileChooserPriv *priv = GET_PRIV (profile_chooser);
-  GtkTreeIter iter;
-  McProfile *profile = NULL;
-
-  g_return_val_if_fail (EMPATHY_IS_PROFILE_CHOOSER (profile_chooser), NULL);
-
-  if (gtk_combo_box_get_active_iter (GTK_COMBO_BOX (profile_chooser), &iter))
-    {
-      gtk_tree_model_get (GTK_TREE_MODEL (priv->store), &iter,
-          COL_PROFILE, &profile,
-          -1);
-    }
-
-  return profile;
-}
-
-/**
- * empathy_profile_chooser_n_profiles:
- * @profile_chooser: an #EmpathyProfileChooser
- *
- * Returns the number of profiles in @profile_chooser.
- *
- * Return value: the number of profiles in @profile_chooser
- */
-gint
-empathy_profile_chooser_n_profiles (EmpathyProfileChooser *profile_chooser)
-{
-  EmpathyProfileChooserPriv *priv = GET_PRIV (profile_chooser);
-
-  g_return_val_if_fail (EMPATHY_IS_PROFILE_CHOOSER (profile_chooser), 0);
-
-  return gtk_tree_model_iter_n_children (GTK_TREE_MODEL (priv->store), NULL);
-}
-
-/**
- * empathy_profile_chooser_new:
- *
- * Creates a new #EmpathyProfileChooser widget.
- *
- * Return value: a new #EmpathyProfileChooser widget
- */
-GtkWidget *
-empathy_profile_chooser_new (void)
-{
-  return GTK_WIDGET (g_object_new (EMPATHY_TYPE_PROFILE_CHOOSER, NULL));
-}
diff --git a/libempathy-gtk/empathy-profile-chooser.h b/libempathy-gtk/empathy-profile-chooser.h
deleted file mode 100644 (file)
index 37d7241..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */
-/*
- * Copyright (C) 2007-2009 Collabora Ltd.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- *
- * Authors: Xavier Claessens <xclaesse@gmail.com>
- *          Jonny Lamb <jonny.lamb@collabora.co.uk
- */
-
-#ifndef __EMPATHY_PROFILE_CHOOSER_H__
-#define __EMPATHY_PROFILE_CHOOSER_H__
-
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <libmissioncontrol/mc-profile.h>
-
-G_BEGIN_DECLS
-
-#define EMPATHY_TYPE_PROFILE_CHOOSER (empathy_profile_chooser_get_type ())
-#define EMPATHY_PROFILE_CHOOSER(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), \
-    EMPATHY_TYPE_PROFILE_CHOOSER, EmpathyProfileChooser))
-#define EMPATHY_PROFILE_CHOOSER_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), \
-    EMPATHY_TYPE_PROFILE_CHOOSER, EmpathyProfileChooserClass))
-#define EMPATHY_IS_PROFILE_CHOOSER(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), \
-    EMPATHY_TYPE_PROFILE_CHOOSER))
-#define EMPATHY_IS_PROFILE_CHOOSER_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), \
-    EMPATHY_TYPE_PROFILE_CHOOSER))
-#define EMPATHY_PROFILE_CHOOSER_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), \
-    EMPATHY_TYPE_PROFILE_CHOOSER, EmpathyProfileChooserClass))
-
-typedef struct _EmpathyProfileChooser EmpathyProfileChooser;
-typedef struct _EmpathyProfileChooserClass EmpathyProfileChooserClass;
-
-struct _EmpathyProfileChooser
-{
-  GtkComboBox parent;
-
-  /*<private>*/
-  gpointer priv;
-};
-
-struct _EmpathyProfileChooserClass
-{
-  GtkComboBoxClass parent_class;
-};
-
-GType empathy_profile_chooser_get_type (void) G_GNUC_CONST;
-GtkWidget * empathy_profile_chooser_new (void);
-McProfile * empathy_profile_chooser_dup_selected (
-    EmpathyProfileChooser *profile_chooser);
-gint empathy_profile_chooser_n_profiles (
-    EmpathyProfileChooser *profile_chooser);
-
-G_END_DECLS
-#endif /*  __EMPATHY_PROFILE_CHOOSER_H__ */
diff --git a/libempathy-gtk/empathy-protocol-chooser.c b/libempathy-gtk/empathy-protocol-chooser.c
new file mode 100644 (file)
index 0000000..ecd26d8
--- /dev/null
@@ -0,0 +1,367 @@
+/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */
+/*
+ * Copyright (C) 2007-2009 Collabora Ltd.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ *
+ * Authors: Xavier Claessens <xclaesse@gmail.com>
+ *          Jonny Lamb <jonny.lamb@collabora.co.uk>
+ */
+
+#include <config.h>
+
+#include <string.h>
+
+#include <telepathy-glib/util.h>
+
+#include <gtk/gtk.h>
+
+#include <libempathy/empathy-utils.h>
+#include <libempathy/empathy-connection-managers.h>
+
+#include "empathy-protocol-chooser.h"
+#include "empathy-ui-utils.h"
+
+#define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT
+#include <libempathy/empathy-debug.h>
+
+/**
+ * SECTION:empathy-protocol-chooser
+ * @title: EmpathyProtocolChooser
+ * @short_description: A widget used to choose from a list of protocols
+ * @include: libempathy-gtk/empathy-protocol-chooser.h
+ *
+ * #EmpathyProtocolChooser is a widget which extends #GtkComboBox to provides a
+ * chooser of available protocols.
+ */
+
+/**
+ * EmpathyProtocolChooser:
+ * @parent: parent object
+ *
+ * Widget which extends #GtkComboBox to provide a chooser of available
+ * protocols.
+ */
+
+#define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyProtocolChooser)
+typedef struct
+{
+  GtkListStore *store;
+  gboolean dispose_run;
+  EmpathyConnectionManagers *cms;
+
+} EmpathyProtocolChooserPriv;
+
+enum
+{
+  COL_ICON,
+  COL_LABEL,
+  COL_CM,
+  COL_PROTOCOL,
+  COL_COUNT
+};
+
+G_DEFINE_TYPE (EmpathyProtocolChooser, empathy_protocol_chooser,
+    GTK_TYPE_COMBO_BOX);
+
+static gint
+protocol_chooser_sort_protocol_value (TpConnectionManagerProtocol *protocol)
+{
+  guint i;
+  const gchar *names[] = {
+    "jabber",
+    "salut",
+    "gtalk",
+    NULL
+  };
+
+  for (i = 0 ; names[i]; i++)
+    {
+      if (strcmp (protocol->name, names[i]) == 0)
+        return i;
+    }
+
+  return i;
+}
+
+static gint
+protocol_chooser_sort_func (GtkTreeModel *model,
+    GtkTreeIter  *iter_a,
+    GtkTreeIter  *iter_b,
+    gpointer      user_data)
+{
+  TpConnectionManagerProtocol *protocol_a;
+  TpConnectionManagerProtocol *protocol_b;
+  gint cmp;
+
+  gtk_tree_model_get (model, iter_a,
+      COL_PROTOCOL, &protocol_a,
+      -1);
+  gtk_tree_model_get (model, iter_b,
+      COL_PROTOCOL, &protocol_b,
+      -1);
+
+  cmp = protocol_chooser_sort_protocol_value (protocol_a);
+  cmp -= protocol_chooser_sort_protocol_value (protocol_b);
+  if (cmp == 0)
+    {
+      cmp = strcmp (protocol_a->name, protocol_b->name);
+    }
+
+  return cmp;
+}
+
+static const char *
+protocol_chooser_proto_name_to_display_name (const gchar *proto_name)
+{
+  int i;
+  
+  static struct {
+    const gchar *proto;
+    const gchar *display;
+  } names[] = {
+    { "jabber", "XMPP" },
+    { "msn", "MSN" },
+    { "local-xmpp", "Salut" },
+    { "irc", "IRC" },
+    { "icq", "ICQ" },
+    { "aim", "AIM" },
+    { "yahoo", "Yahoo" },
+    { "groupwise", "GroupWise" },
+    { "sip", "SIP" },
+    { NULL, NULL }
+  };
+
+  for (i = 0; names[i].proto != NULL; i++)
+    {
+      if (!tp_strdiff (proto_name, names[i].proto))
+        return names[i].display;
+    }
+
+  return NULL;
+}
+
+static void
+protocol_choosers_add_cm (EmpathyProtocolChooser *chooser,
+    TpConnectionManager *cm)
+{
+  EmpathyProtocolChooserPriv *priv = GET_PRIV (chooser);
+  const TpConnectionManagerProtocol * const *iter;
+
+  for (iter = cm->protocols; iter != NULL && *iter != NULL; iter++)
+    {
+      const TpConnectionManagerProtocol *proto = *iter;
+      gchar *icon_name;
+      const gchar *display_name;
+      gchar *display_name_set;
+
+      icon_name = empathy_protocol_icon_name (proto->name);
+      display_name = protocol_chooser_proto_name_to_display_name (proto->name);
+
+      if (display_name == NULL)
+        display_name = proto->name;
+
+      if (!tp_strdiff (cm->name, "haze"))
+        display_name_set = g_strdup_printf ("%s (Haze)", display_name);
+      else
+        display_name_set = g_strdup (display_name);
+
+      gtk_list_store_insert_with_values (priv->store, NULL, 0,
+          COL_ICON, icon_name,
+          COL_LABEL, display_name_set,
+          COL_CM, cm,
+          COL_PROTOCOL, proto,
+          -1);
+
+      g_free (display_name_set);
+      g_free (icon_name);
+    }
+}
+
+static void
+protocol_chooser_add_cms_list (EmpathyProtocolChooser *protocol_chooser,
+    GList *cms)
+{
+  GList *l;
+
+  for (l = cms; l != NULL; l = l->next)
+    protocol_choosers_add_cm (protocol_chooser, l->data);
+
+  gtk_combo_box_set_active (GTK_COMBO_BOX (protocol_chooser), 0);
+}
+
+static void
+protocol_chooser_cms_ready_cb (EmpathyConnectionManagers *cms,
+    GParamSpec *pspec,
+    EmpathyProtocolChooser *protocol_chooser)
+{
+  if (empathy_connection_managers_is_ready (cms))
+    protocol_chooser_add_cms_list
+        (protocol_chooser, empathy_connection_managers_get_cms (cms));
+}
+
+static void
+protocol_chooser_constructed (GObject *object)
+{
+  EmpathyProtocolChooser *protocol_chooser;
+  EmpathyProtocolChooserPriv *priv;
+  GtkCellRenderer *renderer;
+
+  priv = GET_PRIV (object);
+  protocol_chooser = EMPATHY_PROTOCOL_CHOOSER (object);
+
+  /* set up combo box with new store */
+  priv->store = gtk_list_store_new (COL_COUNT,
+          G_TYPE_STRING,    /* Icon name */
+          G_TYPE_STRING,    /* Label     */
+          G_TYPE_OBJECT,    /* CM */
+          G_TYPE_POINTER);  /* protocol   */
+
+  gtk_combo_box_set_model (GTK_COMBO_BOX (object),
+      GTK_TREE_MODEL (priv->store));
+
+  renderer = gtk_cell_renderer_pixbuf_new ();
+  gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (object), renderer, FALSE);
+  gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (object), renderer,
+      "icon-name", COL_ICON,
+      NULL);
+  g_object_set (renderer, "stock-size", GTK_ICON_SIZE_BUTTON, NULL);
+
+  renderer = gtk_cell_renderer_text_new ();
+  gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (object), renderer, TRUE);
+  gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (object), renderer,
+      "text", COL_LABEL,
+      NULL);
+
+  /* Set the protocol sort function */
+  gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (priv->store),
+      COL_PROTOCOL,
+      protocol_chooser_sort_func,
+      NULL, NULL);
+  gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (priv->store),
+      COL_PROTOCOL,
+      GTK_SORT_ASCENDING);
+
+  if (empathy_connection_managers_is_ready (priv->cms))
+    protocol_chooser_add_cms_list (protocol_chooser,
+        empathy_connection_managers_get_cms (priv->cms));
+  else
+    g_signal_connect (priv->cms, "notify::ready",
+        G_CALLBACK (protocol_chooser_cms_ready_cb), protocol_chooser);
+
+  if (G_OBJECT_CLASS (empathy_protocol_chooser_parent_class)->constructed)
+    G_OBJECT_CLASS (empathy_protocol_chooser_parent_class)->constructed (object);
+}
+
+static void
+empathy_protocol_chooser_init (EmpathyProtocolChooser *protocol_chooser)
+{
+  EmpathyProtocolChooserPriv *priv =
+    G_TYPE_INSTANCE_GET_PRIVATE (protocol_chooser,
+        EMPATHY_TYPE_PROTOCOL_CHOOSER, EmpathyProtocolChooserPriv);
+
+  priv->dispose_run = FALSE;
+  priv->cms = empathy_connection_managers_dup_singleton ();
+
+  protocol_chooser->priv = priv;
+}
+
+static void
+protocol_chooser_dispose (GObject *object)
+{
+  EmpathyProtocolChooser *protocol_chooser = EMPATHY_PROTOCOL_CHOOSER (object);
+  EmpathyProtocolChooserPriv *priv = GET_PRIV (protocol_chooser);
+
+  if (priv->dispose_run)
+    return;
+
+  priv->dispose_run = TRUE;
+
+  if (priv->store)
+    {
+      g_object_unref (priv->store);
+      priv->store = NULL;
+    }
+
+  if (priv->cms)
+    {
+      g_object_unref (priv->cms);
+      priv->cms = NULL;
+    }
+
+  (G_OBJECT_CLASS (empathy_protocol_chooser_parent_class)->dispose) (object);
+}
+
+static void
+empathy_protocol_chooser_class_init (EmpathyProtocolChooserClass *klass)
+{
+  GObjectClass *object_class = G_OBJECT_CLASS (klass);
+
+  object_class->constructed = protocol_chooser_constructed;
+  object_class->dispose = protocol_chooser_dispose;
+
+  g_type_class_add_private (object_class, sizeof (EmpathyProtocolChooserPriv));
+}
+
+/* public methods */
+
+/**
+ * empathy_protocol_chooser_get_selected_protocol:
+ * @protocol_chooser: an #EmpathyProtocolChooser
+ *
+ * Returns a pointer to the selected #TpConnectionManagerProtocol in
+ * @protocol_chooser.
+ *
+ * Return value: a pointer to the selected #TpConnectionManagerProtocol
+ */
+TpConnectionManager *
+empathy_protocol_chooser_dup_selected (
+    EmpathyProtocolChooser *protocol_chooser,
+    TpConnectionManagerProtocol **protocol)
+{
+  EmpathyProtocolChooserPriv *priv = GET_PRIV (protocol_chooser);
+  GtkTreeIter iter;
+  TpConnectionManager *cm = NULL;
+
+  g_return_val_if_fail (EMPATHY_IS_PROTOCOL_CHOOSER (protocol_chooser), NULL);
+
+  if (gtk_combo_box_get_active_iter (GTK_COMBO_BOX (protocol_chooser), &iter))
+    {
+      gtk_tree_model_get (GTK_TREE_MODEL (priv->store), &iter,
+          COL_CM, &cm,
+          -1);
+
+      if (protocol != NULL)
+        gtk_tree_model_get (GTK_TREE_MODEL (priv->store), &iter,
+            COL_PROTOCOL, protocol,
+            -1);
+    }
+
+  return cm;
+}
+
+/**
+ * empathy_protocol_chooser_new:
+ *
+ * Triggers the creation of a new #EmpathyProtocolChooser.
+ *
+ * Return value: a new #EmpathyProtocolChooser widget
+ */
+
+GtkWidget *
+empathy_protocol_chooser_new (void)
+{
+  return GTK_WIDGET (g_object_new (EMPATHY_TYPE_PROTOCOL_CHOOSER, NULL));
+}
diff --git a/libempathy-gtk/empathy-protocol-chooser.h b/libempathy-gtk/empathy-protocol-chooser.h
new file mode 100644 (file)
index 0000000..9d88195
--- /dev/null
@@ -0,0 +1,72 @@
+/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */
+/*
+ * Copyright (C) 2007-2009 Collabora Ltd.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ *
+ * Authors: Xavier Claessens <xclaesse@gmail.com>
+ *          Jonny Lamb <jonny.lamb@collabora.co.uk
+ */
+
+#ifndef __EMPATHY_PROTOCOL_CHOOSER_H__
+#define __EMPATHY_PROTOCOL_CHOOSER_H__
+
+#include <glib-object.h>
+#include <gtk/gtk.h>
+
+#include <telepathy-glib/connection-manager.h>
+
+G_BEGIN_DECLS
+
+#define EMPATHY_TYPE_PROTOCOL_CHOOSER (empathy_protocol_chooser_get_type ())
+#define EMPATHY_PROTOCOL_CHOOSER(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), \
+    EMPATHY_TYPE_PROTOCOL_CHOOSER, EmpathyProtocolChooser))
+#define EMPATHY_PROTOCOL_CHOOSER_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), \
+    EMPATHY_TYPE_PROTOCOL_CHOOSER, EmpathyProtocolChooserClass))
+#define EMPATHY_IS_PROTOCOL_CHOOSER(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), \
+    EMPATHY_TYPE_PROTOCOL_CHOOSER))
+#define EMPATHY_IS_PROTOCOL_CHOOSER_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), \
+    EMPATHY_TYPE_PROTOCOL_CHOOSER))
+#define EMPATHY_PROTOCOL_CHOOSER_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), \
+    EMPATHY_TYPE_PROTOCOL_CHOOSER, EmpathyProtocolChooserClass))
+
+typedef struct _EmpathyProtocolChooser EmpathyProtocolChooser;
+typedef struct _EmpathyProtocolChooserClass EmpathyProtocolChooserClass;
+
+struct _EmpathyProtocolChooser
+{
+  GtkComboBox parent;
+
+  /*<private>*/
+  gpointer priv;
+};
+
+struct _EmpathyProtocolChooserClass
+{
+  GtkComboBoxClass parent_class;
+};
+
+typedef void (* EmpathyProtocolChooserReadyCb) (GtkWidget *chooser,
+    GError *error,
+    gpointer user_data);
+
+GType empathy_protocol_chooser_get_type (void) G_GNUC_CONST;
+GtkWidget * empathy_protocol_chooser_new (void);
+TpConnectionManager *empathy_protocol_chooser_dup_selected (
+    EmpathyProtocolChooser *protocol_chooser,
+    TpConnectionManagerProtocol **protocol);
+
+G_END_DECLS
+#endif /*  __EMPATHY_PROTOCOL_CHOOSER_H__ */
index 4a5fce916c3b4c4678de8684d75ae8fa75beb15b..4c60e435fb24ab833f5ca865950fede5c68f7809 100644 (file)
@@ -23,6 +23,8 @@
 #include <dbus/dbus-glib.h>
 #include <telepathy-glib/util.h>
 #include <telepathy-glib/contact.h>
+#include <telepathy-glib/channel.h>
+#include <telepathy-glib/interfaces.h>
 #define DEBUG_FLAG EMPATHY_DEBUG_SHARE_DESKTOP
 #include <libempathy/empathy-debug.h>
 
index e9548f30350c18c8dc855117506dd8123af1af8f..2889aa304bf0526e0ba9e8e423dac157c29588ef 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <libempathy/empathy-time.h>
 #include <libempathy/empathy-utils.h>
-#include <libmissioncontrol/mc-profile.h>
 
 #include "empathy-theme-adium.h"
 #include "empathy-smiley-manager.h"
@@ -475,7 +474,6 @@ theme_adium_append_html (EmpathyThemeAdium *theme,
                } else if (theme_adium_match (&cur, "%time")) {
                        gchar *format = NULL;
                        gchar *end;
-
                        /* Time can be in 2 formats:
                         * %time% or %time{strftime format}%
                         * Extract the time format if provided. */
@@ -520,7 +518,6 @@ theme_adium_append_message (EmpathyChatView *view,
        EmpathyThemeAdiumPriv *priv = GET_PRIV (theme);
        EmpathyContact        *sender;
        EmpathyAccount        *account;
-       McProfile             *account_profile;
        gchar                 *dup_body = NULL;
        const gchar           *body;
        const gchar           *name;
@@ -544,8 +541,7 @@ theme_adium_append_message (EmpathyChatView *view,
        /* Get information */
        sender = empathy_message_get_sender (msg);
        account = empathy_contact_get_account (sender);
-       account_profile = empathy_account_get_profile (account);
-       service_name = mc_profile_get_display_name (account_profile);
+       service_name = empathy_account_get_protocol (account);
        timestamp = empathy_message_get_timestamp (msg);
        body = empathy_message_get_body (msg);
        dup_body = theme_adium_parse_body (theme, body);
index 8114cc21ead46f72f29397945d6d195f2e01629c..3dcefdcfbe67319ae70a7ce6f8cc763378b45093 100644 (file)
@@ -38,8 +38,6 @@
 #include <gtk/gtk.h>
 #include <gio/gio.h>
 
-#include <libmissioncontrol/mc-profile.h>
-
 #include "empathy-ui-utils.h"
 #include "empathy-images.h"
 #include "empathy-conf.h"
@@ -182,16 +180,6 @@ empathy_builder_unref_and_keep_widget (GtkBuilder *gui,
        return widget;
 }
 
-const gchar *
-empathy_icon_name_from_account (EmpathyAccount *account)
-{
-       McProfile *profile;
-
-       profile = empathy_account_get_profile (account);
-
-       return mc_profile_get_icon_name (profile);
-}
-
 const gchar *
 empathy_icon_name_for_presence (TpConnectionPresenceType presence)
 {
index 10f889b0cff66ee1fee600007c7de48272534ea4..312835f0c3c69dbf577045cf97d9c8e18c2d6a9c 100644 (file)
@@ -34,8 +34,6 @@
 
 #include <gtk/gtk.h>
 
-#include <libmissioncontrol/mc-profile.h>
-
 #include <libempathy/empathy-contact.h>
 #include <libempathy/empathy-account.h>
 #include <libempathy/empathy-ft-handler.h>
@@ -59,7 +57,6 @@ GtkWidget     *empathy_builder_unref_and_keep_widget    (GtkBuilder       *gui,
                                                         GtkWidget        *root);
 
 /* Pixbufs */
-const gchar * empathy_icon_name_from_account            (EmpathyAccount   *account);
 const gchar * empathy_icon_name_for_presence            (TpConnectionPresenceType  presence);
 const gchar * empathy_icon_name_for_contact             (EmpathyContact   *contact);
 GdkPixbuf *   empathy_pixbuf_from_data                  (gchar            *data,
index 27671543ac84491661b56f8a1b1218014255844a..cdaa144fcbce7b52e03276b662506a7fcda5a84b 100644 (file)
@@ -25,7 +25,7 @@ lib_LTLIBRARIES = libempathy.la
 
 libempathy_la_SOURCES =                                        \
        empathy-account.c                       \
-       empathy-account-priv.h                  \
+       empathy-account-settings.c                      \
        empathy-account-manager.c                       \
        empathy-chatroom.c                              \
        empathy-chatroom-manager.c                      \
@@ -36,6 +36,7 @@ libempathy_la_SOURCES =                                       \
        empathy-contact-list.c                          \
        empathy-contact-manager.c                       \
        empathy-contact-monitor.c                       \
+       empathy-connection-managers.c                   \
        empathy-debug.c                                 \
        empathy-debugger.c                              \
        empathy-dispatcher.c                            \
@@ -76,6 +77,7 @@ libempathy_la_LDFLAGS =               \
        -export-symbols-regex ^empathy_
 
 libempathy_headers =                           \
+       empathy-account-settings.h              \
        empathy-account.h               \
        empathy-account-manager.h               \
        empathy-chatroom.h                      \
@@ -87,6 +89,7 @@ libempathy_headers =                          \
        empathy-contact-list.h                  \
        empathy-contact-manager.h               \
        empathy-contact-monitor.h               \
+       empathy-connection-managers.h           \
        empathy-debug.h                         \
        empathy-debugger.h                      \
        empathy-dispatcher.h                    \
index fd8a21b1d5c95c9353e0c4bed622c0948ca6ed9f..18eff355ff49287f0ada6590a94dba0e97378164 100644 (file)
 
 #include "config.h"
 
-#include <libmissioncontrol/mc-account-monitor.h>
+#include <telepathy-glib/util.h>
+#include <telepathy-glib/account-manager.h>
+#include <telepathy-glib/enums.h>
+#include <telepathy-glib/defs.h>
+#include <telepathy-glib/dbus.h>
+#include <telepathy-glib/interfaces.h>
 
 #include "empathy-account-manager.h"
-#include "empathy-account-priv.h"
 #include "empathy-marshal.h"
 #include "empathy-utils.h"
 
 
 #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyAccountManager)
 
-typedef struct {
-  McAccountMonitor *monitor;
-  MissionControl   *mc;
+#define MC5_BUS_NAME "org.freedesktop.Telepathy.MissionControl5"
 
+typedef struct {
   /* (owned) unique name -> (reffed) EmpathyAccount */
   GHashTable       *accounts;
   int               connected;
   int               connecting;
   gboolean          dispose_run;
+  gboolean          ready;
+  TpAccountManager *tp_manager;
+  TpDBusDaemon *dbus;
+
+  /* global presence */
+  EmpathyAccount *global_account;
+
+  TpConnectionPresenceType global_presence;
+  gchar *global_status;
+  gchar *global_status_message;
+
+  /* desired global presence, could be different
+   * from the actual global one.
+   */
+  TpConnectionPresenceType desired_presence;
+  gchar *desired_status;
+  gchar *desired_status_message;
+
+  GHashTable *create_results;
 } EmpathyAccountManagerPriv;
 
 enum {
@@ -51,38 +73,20 @@ enum {
   ACCOUNT_DISABLED,
   ACCOUNT_CHANGED,
   ACCOUNT_CONNECTION_CHANGED,
-  ACCOUNT_PRESENCE_CHANGED,
+  GLOBAL_PRESENCE_CHANGED,
   NEW_CONNECTION,
   LAST_SIGNAL
 };
 
+enum {
+  PROP_READY = 1,
+};
+
 static guint signals[LAST_SIGNAL];
 static EmpathyAccountManager *manager_singleton = NULL;
 
 G_DEFINE_TYPE (EmpathyAccountManager, empathy_account_manager, G_TYPE_OBJECT);
 
-static TpConnectionPresenceType
-mc_presence_to_tp_presence (McPresence presence)
-{
-  switch (presence)
-    {
-      case MC_PRESENCE_OFFLINE:
-        return TP_CONNECTION_PRESENCE_TYPE_OFFLINE;
-      case MC_PRESENCE_AVAILABLE:
-        return TP_CONNECTION_PRESENCE_TYPE_AVAILABLE;
-      case MC_PRESENCE_AWAY:
-        return TP_CONNECTION_PRESENCE_TYPE_AWAY;
-      case MC_PRESENCE_EXTENDED_AWAY:
-        return TP_CONNECTION_PRESENCE_TYPE_EXTENDED_AWAY;
-      case MC_PRESENCE_HIDDEN:
-        return TP_CONNECTION_PRESENCE_TYPE_HIDDEN;
-      case MC_PRESENCE_DO_NOT_DISTURB:
-        return TP_CONNECTION_PRESENCE_TYPE_BUSY;
-      default:
-        return TP_CONNECTION_PRESENCE_TYPE_UNSET;
-    }
-}
-
 static void
 emp_account_connection_cb (EmpathyAccount *account,
   GParamSpec *spec,
@@ -97,6 +101,25 @@ emp_account_connection_cb (EmpathyAccount *account,
     g_signal_emit (manager, signals[NEW_CONNECTION], 0, connection);
 }
 
+static void
+emp_account_enabled_cb (EmpathyAccount *account,
+  GParamSpec *spec,
+  gpointer manager)
+{
+  EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
+
+  if (empathy_account_is_enabled (account))
+    {
+      g_signal_emit (manager, signals[ACCOUNT_ENABLED], 0, account);
+
+      /* set the desired global presence on the account */
+      empathy_account_request_presence (account, priv->desired_presence,
+          priv->desired_status, priv->desired_status_message);
+    }
+  else
+    g_signal_emit (manager, signals[ACCOUNT_DISABLED], 0, account);
+}
+
 static void
 emp_account_status_changed_cb (EmpathyAccount *account,
   TpConnectionStatus old,
@@ -136,270 +159,308 @@ emp_account_status_changed_cb (EmpathyAccount *account,
 }
 
 static void
-emp_account_presence_changed_cb (EmpathyAccount *account,
-  TpConnectionPresenceType old,
-  TpConnectionPresenceType new,
-  gpointer user_data)
-{
-  EmpathyAccountManager *manager = EMPATHY_ACCOUNT_MANAGER (user_data);
-  g_signal_emit (manager, signals[ACCOUNT_PRESENCE_CHANGED], 0,
-    account, new, old);
-}
-
-static EmpathyAccount *
-create_account (EmpathyAccountManager *manager,
-  const gchar *account_name,
-  McAccount *mc_account)
+emp_account_manager_update_global_presence (EmpathyAccountManager *manager)
 {
   EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
-  EmpathyAccount *account;
-  TpConnectionStatus status;
-  TpConnectionPresenceType presence;
-  McPresence mc_presence;
-  TpConnection *connection;
-  GError *error = NULL;
-
-  if ((account = g_hash_table_lookup (priv->accounts, account_name)) != NULL)
-    return account;
-
-  account = _empathy_account_new (mc_account);
-  g_hash_table_insert (priv->accounts, g_strdup (account_name),
-    account);
-
-  _empathy_account_set_enabled (account,
-      mc_account_is_enabled (mc_account));
-
-  g_signal_emit (manager, signals[ACCOUNT_CREATED], 0, account);
+  TpConnectionPresenceType presence = TP_CONNECTION_PRESENCE_TYPE_OFFLINE;
+  EmpathyAccount *account = NULL;
+  GHashTableIter iter;
+  gpointer value;
 
-  g_signal_connect (account, "notify::connection",
-    G_CALLBACK (emp_account_connection_cb), manager);
+  /* Make the global presence is equal to the presence of the account with the
+   * highest availability */
 
-  connection = mission_control_get_tpconnection (priv->mc,
-    mc_account, NULL);
-  _empathy_account_set_connection (account, connection);
+  g_hash_table_iter_init (&iter, priv->accounts);
+  while (g_hash_table_iter_next (&iter, NULL, &value))
+    {
+      EmpathyAccount *a = EMPATHY_ACCOUNT (value);
+      TpConnectionPresenceType p;
 
-  status = mission_control_get_connection_status (priv->mc,
-     mc_account, &error);
+      g_object_get (a, "presence", &p, NULL);
 
-  if (error != NULL)
-    {
-      status = TP_CONNECTION_STATUS_DISCONNECTED;
-      g_clear_error (&error);
+      if (tp_connection_presence_type_cmp_availability (p, presence) > 0)
+        {
+          account = a;
+          presence = p;
+        }
     }
 
-  mc_presence = mission_control_get_presence_actual (priv->mc, &error);
-  if (error != NULL)
-    {
-      presence = TP_CONNECTION_PRESENCE_TYPE_UNSET;
-      g_clear_error (&error);
-    }
-  else
+  priv->global_account = account;
+  g_free (priv->global_status);
+  g_free (priv->global_status_message);
+
+  if (account == NULL)
     {
-      presence = mc_presence_to_tp_presence (mc_presence);
+      priv->global_status = NULL;
+      priv->global_status_message = NULL;
+      return;
     }
 
-  g_signal_connect (account, "status-changed",
-    G_CALLBACK (emp_account_status_changed_cb), manager);
-
-  g_signal_connect (account, "presence-changed",
-    G_CALLBACK (emp_account_presence_changed_cb), manager);
-
-  _empathy_account_set_status (account, status,
-    TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED,
-    presence);
-
-  return account;
+  g_object_get (account,
+    "presence", &priv->global_presence,
+    "status", &priv->global_status,
+    "status-message", &priv->global_status_message,
+    NULL);
 }
 
 static void
-account_created_cb (McAccountMonitor *mon,
-                    gchar *account_name,
-                    EmpathyAccountManager *manager)
+emp_account_presence_changed_cb (EmpathyAccount *account,
+  TpConnectionPresenceType presence,
+  const gchar *status,
+  const gchar *status_message,
+  gpointer user_data)
 {
-  McAccount *mc_account = mc_account_lookup (account_name);
+  EmpathyAccountManager *manager = EMPATHY_ACCOUNT_MANAGER (user_data);
+  EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
 
-  if (mc_account != NULL)
-    create_account (manager, account_name, mc_account);
-}
+  if (tp_connection_presence_type_cmp_availability (presence,
+      priv->global_presence) > 0)
+    {
+      priv->global_account = account;
 
-static void
-account_deleted_cb (McAccountMonitor *mon,
-                    gchar *account_name,
-                    EmpathyAccountManager *manager)
-{
-  EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
-  EmpathyAccount *account;
+      priv->global_presence = presence;
+
+      g_free (priv->global_status);
+      priv->global_status = g_strdup (status);
 
-  account = g_hash_table_lookup (priv->accounts, account_name);
+      g_free (priv->global_status_message);
+      priv->global_status_message = g_strdup (status_message);
 
-  if (account)
+      goto signal;
+    }
+  else if (priv->global_account == account)
     {
-      g_signal_emit (manager, signals[ACCOUNT_DELETED], 0, account);
-      g_hash_table_remove (priv->accounts, account_name);
+      emp_account_manager_update_global_presence (manager);
+      goto signal;
     }
+
+  return;
+signal:
+    g_signal_emit (manager, signals[GLOBAL_PRESENCE_CHANGED], 0,
+      priv->global_presence, priv->global_status, priv->global_status_message);
 }
 
 static void
-account_changed_cb (McAccountMonitor *mon,
-                    gchar *account_name,
-                    EmpathyAccountManager *manager)
+emp_account_removed_cb (EmpathyAccount *account, gpointer user_data)
 {
+  EmpathyAccountManager *manager = EMPATHY_ACCOUNT_MANAGER (user_data);
   EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
-  EmpathyAccount *account;
 
-  account = g_hash_table_lookup (priv->accounts, account_name);
+  g_object_ref (account);
+  g_hash_table_remove (priv->accounts,
+    empathy_account_get_unique_name (account));
 
-  if (account != NULL)
-    g_signal_emit (manager, signals[ACCOUNT_CHANGED], 0, account);
+  g_signal_emit (manager, signals[ACCOUNT_DELETED], 0, account);
+  g_object_unref (account);
 }
 
 static void
-account_disabled_cb (McAccountMonitor *mon,
-                     gchar *account_name,
-                     EmpathyAccountManager *manager)
+empathy_account_manager_check_ready (EmpathyAccountManager *manager)
 {
   EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
-  EmpathyAccount *account;
+  GHashTableIter iter;
+  gpointer value;
 
-  account = g_hash_table_lookup (priv->accounts, account_name);
+  if (priv->ready)
+    return;
 
-  if (account)
+  g_hash_table_iter_init (&iter, priv->accounts);
+  while (g_hash_table_iter_next (&iter, NULL, &value))
     {
-      _empathy_account_set_enabled (account, FALSE);
-      g_signal_emit (manager, signals[ACCOUNT_DISABLED], 0, account);
+      EmpathyAccount *account = EMPATHY_ACCOUNT (value);
+      gboolean ready;
+
+      g_object_get (account, "ready", &ready, NULL);
+
+      if (!ready)
+        return;
     }
+
+  priv->ready = TRUE;
+  g_object_notify (G_OBJECT (manager), "ready");
 }
 
 static void
-account_enabled_cb (McAccountMonitor *mon,
-                    gchar *account_name,
-                    EmpathyAccountManager *manager)
+account_manager_account_ready_cb (GObject *obj,
+    GParamSpec *spec,
+    gpointer user_data)
 {
+  EmpathyAccountManager *manager = EMPATHY_ACCOUNT_MANAGER (user_data);
   EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
-  EmpathyAccount *account;
+  EmpathyAccount *account = EMPATHY_ACCOUNT (obj);
+  GSimpleAsyncResult *result;
+  gboolean ready;
 
-  account = g_hash_table_lookup (priv->accounts, account_name);
+  g_object_get (account, "ready", &ready, NULL);
+
+  if (!ready)
+    return;
 
-  if (account)
+  /* see if there's any pending callbacks for this account */
+  result = g_hash_table_lookup (priv->create_results, account);
+  if (result != NULL)
     {
-      _empathy_account_set_enabled (account, TRUE);
-      g_signal_emit (manager, signals[ACCOUNT_ENABLED], 0, account);
+      g_simple_async_result_set_op_res_gpointer (
+          G_SIMPLE_ASYNC_RESULT (result), account, NULL);
+
+      g_simple_async_result_complete (result);
+
+      g_hash_table_remove (priv->create_results, account);
+      g_object_unref (result);
     }
-}
 
-typedef struct {
-  TpConnectionStatus status;
-  TpConnectionPresenceType presence;
-  TpConnectionStatusReason reason;
-  gchar *unique_name;
-  EmpathyAccountManager *manager;
-  McAccount *mc_account;
-} ChangedSignalData;
+  g_signal_emit (manager, signals[ACCOUNT_CREATED], 0, account);
+
+  g_signal_connect (account, "notify::connection",
+    G_CALLBACK (emp_account_connection_cb), manager);
+
+  g_signal_connect (account, "notify::enabled",
+    G_CALLBACK (emp_account_enabled_cb), manager);
+
+  g_signal_connect (account, "status-changed",
+    G_CALLBACK (emp_account_status_changed_cb), manager);
+
+  g_signal_connect (account, "presence-changed",
+    G_CALLBACK (emp_account_presence_changed_cb), manager);
+
+  g_signal_connect (account, "removed",
+    G_CALLBACK (emp_account_removed_cb), manager);
 
-static gboolean
-account_status_changed_idle_cb (ChangedSignalData *signal_data)
+  empathy_account_manager_check_ready (manager);
+}
+
+static EmpathyAccount *
+account_manager_add_account (EmpathyAccountManager *manager,
+  const gchar *path)
 {
-  EmpathyAccount *account;
-  EmpathyAccountManager *manager = signal_data->manager;
   EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
+  EmpathyAccount *account;
 
-  account = g_hash_table_lookup (priv->accounts,
-    signal_data->unique_name);
+  account = g_hash_table_lookup (priv->accounts, path);
+  if (account != NULL)
+    return account;
 
-  if (account)
-    {
-      if (empathy_account_get_connection (account) == NULL)
-        {
-          TpConnection *connection;
+  account = empathy_account_new (priv->dbus, path);
+  g_hash_table_insert (priv->accounts, g_strdup (path), account);
 
-          connection = mission_control_get_tpconnection (priv->mc,
-             signal_data->mc_account, NULL);
+  g_signal_connect (account, "notify::ready",
+    G_CALLBACK (account_manager_account_ready_cb), manager);
 
-          if (connection != NULL)
-            {
-              _empathy_account_set_connection (account, connection);
-              g_object_unref (connection);
-            }
-        }
+  return account;
+}
+
+static void
+account_manager_got_all_cb (TpProxy *proxy,
+    GHashTable *properties,
+    const GError *error,
+    gpointer user_data,
+    GObject *weak_object)
+{
+  EmpathyAccountManager *manager = EMPATHY_ACCOUNT_MANAGER (weak_object);
+  GPtrArray *accounts;
+  int i;
 
-      _empathy_account_set_status (account, signal_data->status,
-        signal_data->reason,
-        signal_data->presence);
+  if (error != NULL)
+    {
+      DEBUG ("Failed to get account manager properties: %s", error->message);
+      return;
     }
 
-  g_object_unref (signal_data->manager);
-  g_object_unref (signal_data->mc_account);
-  g_free (signal_data->unique_name);
-  g_slice_free (ChangedSignalData, signal_data);
+  accounts = tp_asv_get_boxed (properties, "ValidAccounts",
+    EMPATHY_ARRAY_TYPE_OBJECT);
+
+  for (i = 0; i < accounts->len; i++)
+    {
+      gchar *name = g_ptr_array_index (accounts, i);
 
-  return FALSE;
+      account_manager_add_account (manager, name);
+    }
+
+  empathy_account_manager_check_ready (manager);
 }
 
 static void
-account_status_changed_cb (MissionControl *mc,
-                           TpConnectionStatus status,
-                           McPresence presence,
-                           TpConnectionStatusReason reason,
-                           const gchar *unique_name,
-                           EmpathyAccountManager *manager)
+account_validity_changed_cb (TpAccountManager *proxy,
+    const gchar *path,
+    gboolean valid,
+    gpointer user_data,
+    GObject *weak_object)
 {
-  ChangedSignalData *data;
+  EmpathyAccountManager *manager = EMPATHY_ACCOUNT_MANAGER (weak_object);
+
+  if (!valid)
+    return;
 
-  DEBUG ("Status of account %s became "
-    "status: %d presence: %d reason: %d", unique_name, status,
-    presence, reason);
+  account_manager_add_account (manager, path);
+}
 
-  data = g_slice_new0 (ChangedSignalData);
-  data->status = status;
-  data->presence = mc_presence_to_tp_presence (presence);
-  data->reason = reason;
-  data->unique_name = g_strdup (unique_name);
-  data->manager = g_object_ref (manager);
-  data->mc_account = mc_account_lookup (unique_name);
+static void
+account_manager_name_owner_cb (TpDBusDaemon *proxy,
+    const gchar *name,
+    const gchar *new_owner,
+    gpointer user_data)
+{
+  EmpathyAccountManager *manager = EMPATHY_ACCOUNT_MANAGER (user_data);
+  EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
 
-  g_idle_add ((GSourceFunc) account_status_changed_idle_cb, data);
+  tp_dbus_daemon_cancel_name_owner_watch (proxy, name,
+    account_manager_name_owner_cb, user_data);
+
+  priv->tp_manager = tp_account_manager_new (priv->dbus);
+
+  tp_cli_account_manager_connect_to_account_validity_changed (
+      priv->tp_manager,
+      account_validity_changed_cb,
+      NULL,
+      NULL,
+      G_OBJECT (manager),
+      NULL);
+
+  tp_cli_dbus_properties_call_get_all (priv->tp_manager, -1,
+    TP_IFACE_ACCOUNT_MANAGER,
+    account_manager_got_all_cb,
+    NULL,
+    NULL,
+    G_OBJECT (manager));
 }
 
 static void
 empathy_account_manager_init (EmpathyAccountManager *manager)
 {
   EmpathyAccountManagerPriv *priv;
-  GList *mc_accounts, *l;
+  TpProxy *mc5_proxy;
 
   priv = G_TYPE_INSTANCE_GET_PRIVATE (manager,
       EMPATHY_TYPE_ACCOUNT_MANAGER, EmpathyAccountManagerPriv);
 
   manager->priv = priv;
-  priv->monitor = mc_account_monitor_new ();
-  priv->mc = empathy_mission_control_dup_singleton ();
   priv->connected = priv->connecting = 0;
-  priv->dispose_run = FALSE;
+  priv->global_presence = TP_CONNECTION_PRESENCE_TYPE_UNSET;
 
   priv->accounts = g_hash_table_new_full (g_str_hash, g_str_equal,
       g_free, (GDestroyNotify) g_object_unref);
 
-  mc_accounts = mc_accounts_list ();
+  priv->create_results = g_hash_table_new (g_direct_hash, g_direct_equal);
+
+  priv->dbus = tp_dbus_daemon_dup (NULL);
 
-  for (l = mc_accounts; l; l = l->next)
-    account_created_cb (priv->monitor,
-      (char *) mc_account_get_unique_name (l->data), manager);
+  tp_dbus_daemon_watch_name_owner (priv->dbus,
+      TP_ACCOUNT_MANAGER_BUS_NAME,
+      account_manager_name_owner_cb,
+      manager,
+      NULL);
 
-  g_signal_connect (priv->monitor, "account-created",
-      G_CALLBACK (account_created_cb), manager);
-  g_signal_connect (priv->monitor, "account-deleted",
-      G_CALLBACK (account_deleted_cb), manager);
-  g_signal_connect (priv->monitor, "account-disabled",
-      G_CALLBACK (account_disabled_cb), manager);
-  g_signal_connect (priv->monitor, "account-enabled",
-      G_CALLBACK (account_enabled_cb), manager);
-  g_signal_connect (priv->monitor, "account-changed",
-      G_CALLBACK (account_changed_cb), manager);
+  /* trigger MC5 starting */
+  mc5_proxy = g_object_new (TP_TYPE_PROXY,
+    "dbus-daemon", priv->dbus,
+    "dbus-connection", tp_proxy_get_dbus_connection (TP_PROXY (priv->dbus)),
+    "bus-name", MC5_BUS_NAME,
+    "object-path", "/",
+    NULL);
 
-  dbus_g_proxy_connect_signal (DBUS_G_PROXY (priv->mc), "AccountStatusChanged",
-                               G_CALLBACK (account_status_changed_cb),
-                               manager, NULL);
+  tp_cli_dbus_peer_call_ping (mc5_proxy, -1, NULL, NULL, NULL, NULL);
 
-  mc_accounts_list_free (mc_accounts);
+  g_object_unref (mc5_proxy);
 }
 
 static void
@@ -408,8 +469,15 @@ do_finalize (GObject *obj)
   EmpathyAccountManager *manager = EMPATHY_ACCOUNT_MANAGER (obj);
   EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
 
+  g_hash_table_destroy (priv->create_results);
   g_hash_table_destroy (priv->accounts);
 
+  g_free (priv->global_status);
+  g_free (priv->global_status_message);
+
+  g_free (priv->desired_status);
+  g_free (priv->desired_status_message);
+
   G_OBJECT_CLASS (empathy_account_manager_parent_class)->finalize (obj);
 }
 
@@ -424,31 +492,35 @@ do_dispose (GObject *obj)
 
   priv->dispose_run = TRUE;
 
-  dbus_g_proxy_disconnect_signal (DBUS_G_PROXY (priv->mc),
-                                  "AccountStatusChanged",
-                                  G_CALLBACK (account_status_changed_cb),
-                                  obj);
-
-  if (priv->monitor)
+  if (priv->create_results != NULL &&
+      g_hash_table_size (priv->create_results) > 0)
     {
-      g_signal_handlers_disconnect_by_func (priv->monitor,
-                                            account_created_cb, obj);
-      g_signal_handlers_disconnect_by_func (priv->monitor,
-                                            account_deleted_cb, obj);
-      g_signal_handlers_disconnect_by_func (priv->monitor,
-                                            account_disabled_cb, obj);
-      g_signal_handlers_disconnect_by_func (priv->monitor,
-                                            account_enabled_cb, obj);
-      g_signal_handlers_disconnect_by_func (priv->monitor,
-                                            account_changed_cb, obj);
-      g_object_unref (priv->monitor);
-      priv->monitor = NULL;
+      /* the manager is being destroyed while there are account creation
+       * processes pending; this should not happen, but emit the callbacks
+       * with an error anyway.
+       */
+      GHashTableIter iter;
+      GSimpleAsyncResult *result;
+
+      g_hash_table_iter_init (&iter, priv->create_results);
+      while (g_hash_table_iter_next (&iter, NULL, (gpointer *) &result))
+       {
+         g_simple_async_result_set_error (result, G_IO_ERROR,
+              G_IO_ERROR_CANCELLED, "The account manager was disposed while "
+              "creating the account");
+         g_simple_async_result_complete (result);
+         g_object_unref (result);
+       }
     }
 
-  if (priv->mc)
-    g_object_unref (priv->mc);
+  tp_dbus_daemon_cancel_name_owner_watch (priv->dbus,
+      TP_ACCOUNT_MANAGER_BUS_NAME, account_manager_name_owner_cb, manager);
 
-  g_hash_table_remove_all (priv->accounts);
+  if (priv->dbus != NULL)
+    {
+      g_object_unref (priv->dbus);
+      priv->dbus = NULL;
+    }
 
   G_OBJECT_CLASS (empathy_account_manager_parent_class)->dispose (obj);
 }
@@ -476,6 +548,26 @@ do_constructor (GType type,
   return retval;
 }
 
+static void
+do_get_property (GObject *object,
+    guint prop_id,
+    GValue *value,
+    GParamSpec *pspec)
+{
+  EmpathyAccountManager *manager = EMPATHY_ACCOUNT_MANAGER (object);
+  EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
+
+  switch (prop_id)
+    {
+      case PROP_READY:
+        g_value_set_boolean (value, priv->ready);
+        break;
+      default:
+        G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+        break;
+    }
+}
+
 static void
 empathy_account_manager_class_init (EmpathyAccountManagerClass *klass)
 {
@@ -484,6 +576,14 @@ empathy_account_manager_class_init (EmpathyAccountManagerClass *klass)
   oclass->finalize = do_finalize;
   oclass->dispose = do_dispose;
   oclass->constructor = do_constructor;
+  oclass->get_property = do_get_property;
+
+  g_object_class_install_property (oclass, PROP_READY,
+    g_param_spec_boolean ("ready",
+      "Ready",
+      "Whether the initial state dump from the account manager is finished",
+      FALSE,
+      G_PARAM_STATIC_STRINGS | G_PARAM_READABLE));
 
   signals[ACCOUNT_CREATED] =
     g_signal_new ("account-created",
@@ -548,17 +648,17 @@ empathy_account_manager_class_init (EmpathyAccountManagerClass *klass)
                   G_TYPE_UINT,  /* actual connection */
                   G_TYPE_UINT); /* previous connection */
 
-  signals[ACCOUNT_PRESENCE_CHANGED] =
-    g_signal_new ("account-presence-changed",
+  signals[GLOBAL_PRESENCE_CHANGED] =
+    g_signal_new ("global-presence-changed",
                   G_TYPE_FROM_CLASS (klass),
                   G_SIGNAL_RUN_LAST,
                   0,
                   NULL, NULL,
-                  _empathy_marshal_VOID__OBJECT_INT_INT,
+                  _empathy_marshal_VOID__UINT_STRING_STRING,
                   G_TYPE_NONE,
-                  3, EMPATHY_TYPE_ACCOUNT,
-                  G_TYPE_INT,  /* actual presence */
-                  G_TYPE_INT); /* previous presence */
+                  3, G_TYPE_UINT, /* Presence type */
+                  G_TYPE_STRING,  /* status */
+                  G_TYPE_STRING); /* stauts message*/
 
   signals[NEW_CONNECTION] =
     g_signal_new ("new-connection",
@@ -581,14 +681,12 @@ empathy_account_manager_dup_singleton (void)
   return g_object_new (EMPATHY_TYPE_ACCOUNT_MANAGER, NULL);
 }
 
-EmpathyAccount *
-empathy_account_manager_create (EmpathyAccountManager *manager,
-  McProfile *profile)
+gboolean
+empathy_account_manager_is_ready (EmpathyAccountManager *manager)
 {
-  McAccount *mc_account = mc_account_create (profile);
-  return g_object_ref (create_account (manager,
-      mc_account_get_unique_name (mc_account),
-      mc_account));
+  EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
+
+  return priv->ready;
 }
 
 int
@@ -636,8 +734,9 @@ empathy_account_manager_get_count (EmpathyAccountManager *manager)
 }
 
 EmpathyAccount *
-empathy_account_manager_get_account (EmpathyAccountManager *manager,
-                                     TpConnection          *connection)
+empathy_account_manager_get_account_for_connection (
+    EmpathyAccountManager *manager,
+    TpConnection          *connection)
 {
   EmpathyAccountManagerPriv *priv;
   GHashTableIter iter;
@@ -660,18 +759,12 @@ empathy_account_manager_get_account (EmpathyAccountManager *manager,
 }
 
 EmpathyAccount *
-empathy_account_manager_lookup (EmpathyAccountManager *manager,
+empathy_account_manager_get_account (EmpathyAccountManager *manager,
     const gchar *unique_name)
 {
   EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
-  EmpathyAccount *account;
 
-  account = g_hash_table_lookup (priv->accounts, unique_name);
-
-  if (account != NULL)
-    g_object_ref (account);
-
-  return account;
+  return g_hash_table_lookup (priv->accounts, unique_name);
 }
 
 GList *
@@ -729,5 +822,140 @@ void
 empathy_account_manager_remove (EmpathyAccountManager *manager,
     EmpathyAccount *account)
 {
-  mc_account_delete (_empathy_account_get_mc_account (account));
+  /* FIXME */
 }
+
+
+void
+empathy_account_manager_request_global_presence (
+  EmpathyAccountManager *manager,
+  TpConnectionPresenceType type,
+  const gchar *status,
+  const gchar *message)
+{
+  EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
+  GHashTableIter iter;
+  gpointer value;
+
+  g_hash_table_iter_init (&iter, priv->accounts);
+  while (g_hash_table_iter_next (&iter, NULL, &value))
+    {
+      EmpathyAccount *account = EMPATHY_ACCOUNT (value);
+      gboolean ready;
+
+      g_object_get (account, "ready", &ready, NULL);
+
+      if (ready)
+        empathy_account_request_presence (account, type, status, message);
+    }
+
+  /* save the requested global presence, to use it in case we create
+   * new accounts.
+   */
+  priv->desired_presence = type;
+
+  if (tp_strdiff (priv->desired_status, status))
+    {
+      g_free (priv->desired_status);
+      priv->desired_status = g_strdup (status);
+    }
+
+  if (tp_strdiff (priv->desired_status_message, message))
+    {
+      g_free (priv->desired_status_message);
+      priv->desired_status_message = g_strdup (message);
+    }
+}
+
+TpConnectionPresenceType
+empathy_account_manager_get_global_presence (
+  EmpathyAccountManager *manager,
+  gchar **status,
+  gchar **message)
+{
+  EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
+
+  if (status != NULL)
+    *status = g_strdup (priv->global_status);
+  if (message != NULL)
+    *message = g_strdup (priv->global_status_message);
+
+  return priv->global_presence;
+}
+
+static void
+empathy_account_manager_created_cb (TpAccountManager *proxy,
+    const gchar *account_path,
+    const GError *error,
+    gpointer user_data,
+    GObject *weak_object)
+{
+  EmpathyAccountManager *manager = EMPATHY_ACCOUNT_MANAGER (weak_object);
+  EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
+  GSimpleAsyncResult *my_res = user_data;
+  EmpathyAccount *account;
+
+  if (error != NULL)
+    {
+      g_simple_async_result_set_from_error (my_res,
+          (GError *) error);
+      g_simple_async_result_complete (my_res);
+      g_object_unref (my_res);
+
+      return;
+    }
+
+  account = account_manager_add_account (manager, account_path);
+
+  g_hash_table_insert (priv->create_results, account, my_res);
+}
+
+void
+empathy_account_manager_create_account_async (EmpathyAccountManager *manager,
+    const gchar *connection_manager,
+    const gchar *protocol,
+    const gchar *display_name,
+    GHashTable *parameters,
+    GHashTable *properties,
+    GAsyncReadyCallback callback,
+    gpointer user_data)
+{
+  EmpathyAccountManagerPriv *priv = GET_PRIV (manager);
+  GSimpleAsyncResult *res;
+
+  res = g_simple_async_result_new
+    (G_OBJECT (manager), callback, user_data,
+     empathy_account_manager_create_account_finish);
+
+  tp_cli_account_manager_call_create_account (priv->tp_manager,
+      -1,
+      connection_manager,
+      protocol,
+      display_name,
+      parameters,
+      properties,
+      empathy_account_manager_created_cb,
+      res,
+      NULL,
+      G_OBJECT (manager));
+}
+
+EmpathyAccount *
+empathy_account_manager_create_account_finish (
+  EmpathyAccountManager *manager, GAsyncResult *result, GError **error)
+{
+  EmpathyAccount *retval;
+
+  if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (result),
+      error))
+    return NULL;
+
+  g_return_val_if_fail (g_simple_async_result_is_valid (result,
+    G_OBJECT (manager), empathy_account_manager_create_account_finish), NULL);
+
+  retval = EMPATHY_ACCOUNT (g_simple_async_result_get_op_res_gpointer (
+    G_SIMPLE_ASYNC_RESULT (result)));
+
+  return retval;
+}
+
index b04571ff81c8a3e5f4574b3d94f99f9e1f198eaf..1f73f635e71329140c253349737c29bc18cb0df5 100644 (file)
 
 G_BEGIN_DECLS
 
-#define EMPATHY_TYPE_ACCOUNT_MANAGER         (empathy_account_manager_get_type ())
-#define EMPATHY_ACCOUNT_MANAGER(o)           (G_TYPE_CHECK_INSTANCE_CAST ((o), EMPATHY_TYPE_ACCOUNT_MANAGER, EmpathyAccountManager))
-#define EMPATHY_ACCOUNT_MANAGER_CLASS(k)     (G_TYPE_CHECK_CLASS_CAST ((k), EMPATHY_TYPE_ACCOUNT_MANAGER, EmpathyAccountManagerClass))
-#define EMPATHY_IS_ACCOUNT_MANAGER(o)        (G_TYPE_CHECK_INSTANCE_TYPE ((o), EMPATHY_TYPE_ACCOUNT_MANAGER))
-#define EMPATHY_IS_ACCOUNT_MANAGER_CLASS(k)  (G_TYPE_CHECK_CLASS_TYPE ((k), EMPATHY_TYPE_ACCOUNT_MANAGER))
-#define EMPATHY_ACCOUNT_MANAGER_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EMPATHY_TYPE_ACCOUNT_MANAGER, EmpathyAccountManagerClass))
+#define EMPATHY_TYPE_ACCOUNT_MANAGER  (empathy_account_manager_get_type ())
+#define EMPATHY_ACCOUNT_MANAGER(o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), \
+  EMPATHY_TYPE_ACCOUNT_MANAGER, EmpathyAccountManager))
+#define EMPATHY_ACCOUNT_MANAGER_CLASS(k)  (G_TYPE_CHECK_CLASS_CAST ((k), \
+  EMPATHY_TYPE_ACCOUNT_MANAGER, EmpathyAccountManagerClass))
+#define EMPATHY_IS_ACCOUNT_MANAGER(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), \
+  EMPATHY_TYPE_ACCOUNT_MANAGER))
+#define EMPATHY_IS_ACCOUNT_MANAGER_CLASS(k)  (G_TYPE_CHECK_CLASS_TYPE ((k), \
+  EMPATHY_TYPE_ACCOUNT_MANAGER))
+#define EMPATHY_ACCOUNT_MANAGER_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), \
+  EMPATHY_TYPE_ACCOUNT_MANAGER, EmpathyAccountManagerClass))
 
 typedef struct _EmpathyAccountManager      EmpathyAccountManager;
 typedef struct _EmpathyAccountManagerClass EmpathyAccountManagerClass;
@@ -52,19 +57,19 @@ GType empathy_account_manager_get_type (void);
 /* public methods */
 
 EmpathyAccountManager * empathy_account_manager_dup_singleton (void);
-EmpathyAccount *        empathy_account_manager_create
-                                (EmpathyAccountManager *manager,
-                                 McProfile *profile);
+
+gboolean empathy_account_manager_is_ready (EmpathyAccountManager *manager);
+
 int                     empathy_account_manager_get_connected_accounts
                                 (EmpathyAccountManager *manager);
 int                     empathy_account_manager_get_connecting_accounts
                                 (EmpathyAccountManager *manager);
 int                     empathy_account_manager_get_count
                                 (EmpathyAccountManager *manager);
-EmpathyAccount *        empathy_account_manager_get_account
+EmpathyAccount *        empathy_account_manager_get_account_for_connection
                                 (EmpathyAccountManager *manager,
                                  TpConnection          *connection);
-EmpathyAccount *        empathy_account_manager_lookup
+EmpathyAccount *        empathy_account_manager_get_account
                                 (EmpathyAccountManager *manager,
                                  const gchar *unique_name);
 GList *                 empathy_account_manager_dup_accounts
@@ -75,6 +80,26 @@ void                    empathy_account_manager_remove (
                                  EmpathyAccountManager *manager,
                                  EmpathyAccount *account);
 
+void empathy_account_manager_request_global_presence (
+  EmpathyAccountManager *manager,
+  TpConnectionPresenceType type,
+  const gchar *status,
+  const gchar *message);
+
+TpConnectionPresenceType empathy_account_manager_get_global_presence (
+  EmpathyAccountManager *manager,
+  gchar **status,
+  gchar **message);
+
+void empathy_account_manager_create_account_async (
+  EmpathyAccountManager *manager, const gchar *connection_manager,
+  const gchar *protocol, const gchar *display_name,
+  GHashTable *parameters, GHashTable *properties,
+  GAsyncReadyCallback callback, gpointer user_data);
+
+EmpathyAccount * empathy_account_manager_create_account_finish (
+  EmpathyAccountManager *settings, GAsyncResult *result, GError **error);
+
 G_END_DECLS
 
 #endif /* __EMPATHY_ACCOUNT_MANAGER_H__ */
diff --git a/libempathy/empathy-account-priv.h b/libempathy/empathy-account-priv.h
deleted file mode 100644 (file)
index 8b656b4..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- * empathy-account-priv.h - Private Header for EmpathyAccount
- * Copyright (C) 2009 Collabora Ltd.
- * @author Sjoerd Simons <sjoerd.simons@collabora.co.uk>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- */
-
-#ifndef __EMPATHY_ACCOUNT_PRIV_H__
-#define __EMPATHY_ACCOUNT_PRIV_H__
-
-#include <glib.h>
-
-#include <libmissioncontrol/mc-account.h>
-#include "empathy-account.h"
-
-G_BEGIN_DECLS
-
-EmpathyAccount *_empathy_account_new (McAccount *account);
-void _empathy_account_set_status (EmpathyAccount *account,
-    TpConnectionStatus status,
-    TpConnectionStatusReason reason,
-    TpConnectionPresenceType presence);
-void _empathy_account_set_connection (EmpathyAccount *account,
-    TpConnection *connection);
-void _empathy_account_set_enabled (EmpathyAccount *account,
-    gboolean enabled);
-McAccount *_empathy_account_get_mc_account (EmpathyAccount *account);
-
-G_END_DECLS
-
-#endif /* #ifndef __EMPATHY_ACCOUNT_PRIV_H__*/
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c
new file mode 100644 (file)
index 0000000..df99ea1
--- /dev/null
@@ -0,0 +1,1086 @@
+/*
+ * empathy-account-settings.c - Source for EmpathyAccountSettings
+ * Copyright (C) 2009 Collabora Ltd.
+ * @author Sjoerd Simons <sjoerd.simons@collabora.co.uk>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
+
+#include <stdio.h>
+#include <stdlib.h>
+
+#include <telepathy-glib/util.h>
+
+#include "empathy-account-settings.h"
+#include "empathy-account-manager.h"
+#include "empathy-connection-managers.h"
+#include "empathy-utils.h"
+
+#define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyAccountSettings)
+
+G_DEFINE_TYPE(EmpathyAccountSettings, empathy_account_settings, G_TYPE_OBJECT)
+
+/* signal enum */
+#if 0
+enum
+{
+    LAST_SIGNAL
+};
+
+static guint signals[LAST_SIGNAL] = {0};
+#endif
+
+enum {
+  PROP_ACCOUNT = 1,
+  PROP_CM_NAME,
+  PROP_PROTOCOL,
+  PROP_DISPLAY_NAME,
+  PROP_READY
+};
+
+/* private structure */
+typedef struct _EmpathyAccountSettingsPriv EmpathyAccountSettingsPriv;
+
+struct _EmpathyAccountSettingsPriv
+{
+  gboolean dispose_has_run;
+  EmpathyConnectionManagers *managers;
+  EmpathyAccountManager *account_manager;
+  gulong account_manager_ready_id;
+
+  TpConnectionManager *manager;
+  const TpConnectionManagerProtocol *tp_protocol;
+
+  EmpathyAccount *account;
+  gchar *cm_name;
+  gchar *protocol;
+  gchar *display_name;
+  gboolean ready;
+
+  GHashTable *parameters;
+  GArray *unset_parameters;
+  GArray *required_params;
+
+  gulong managers_ready_id;
+  gulong account_ready_id;
+
+  GSimpleAsyncResult *apply_result;
+};
+
+static void
+empathy_account_settings_init (EmpathyAccountSettings *obj)
+{
+  EmpathyAccountSettingsPriv *priv = G_TYPE_INSTANCE_GET_PRIVATE ((obj),
+    EMPATHY_TYPE_ACCOUNT_SETTINGS, EmpathyAccountSettingsPriv);
+
+  obj->priv = priv;
+
+  /* allocate any data required by the object here */
+  priv->managers = empathy_connection_managers_dup_singleton ();
+  priv->account_manager = empathy_account_manager_dup_singleton ();
+
+  priv->parameters = tp_asv_new (NULL, NULL);
+  priv->unset_parameters = g_array_new (TRUE, FALSE, sizeof (gchar *));
+}
+
+static void empathy_account_settings_dispose (GObject *object);
+static void empathy_account_settings_finalize (GObject *object);
+static void empathy_account_settings_ready_cb (GObject *obj,
+  GParamSpec *spec, gpointer user_data);
+static void empathy_account_settings_check_readyness (
+    EmpathyAccountSettings *self);
+
+static void
+empathy_account_settings_set_property (GObject *object,
+    guint prop_id,
+    const GValue *value,
+    GParamSpec *pspec)
+{
+  EmpathyAccountSettings *settings = EMPATHY_ACCOUNT_SETTINGS (object);
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  switch (prop_id)
+    {
+      case PROP_ACCOUNT:
+        priv->account = g_value_dup_object (value);
+        break;
+      case PROP_CM_NAME:
+        priv->cm_name = g_value_dup_string (value);
+        break;
+      case PROP_PROTOCOL:
+        priv->protocol = g_value_dup_string (value);
+        break;
+      case PROP_DISPLAY_NAME:
+        priv->display_name = g_value_dup_string (value);
+        break;
+      default:
+        G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+        break;
+    }
+}
+
+static void
+empathy_account_settings_get_property (GObject *object,
+    guint prop_id,
+    GValue *value,
+    GParamSpec *pspec)
+{
+  EmpathyAccountSettings *settings = EMPATHY_ACCOUNT_SETTINGS (object);
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  switch (prop_id)
+    {
+      case PROP_ACCOUNT:
+        g_value_set_object (value, priv->account);
+        break;
+      case PROP_CM_NAME:
+        g_value_set_string (value, priv->cm_name);
+        break;
+      case PROP_PROTOCOL:
+        g_value_set_string (value, priv->protocol);
+        break;
+      case PROP_DISPLAY_NAME:
+        g_value_set_string (value, priv->display_name);
+        break;
+      case PROP_READY:
+        g_value_set_boolean (value, priv->ready);
+        break;
+      default:
+        G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+        break;
+    }
+}
+
+static void
+empathy_account_settings_constructed (GObject *object)
+{
+  EmpathyAccountSettings *self = EMPATHY_ACCOUNT_SETTINGS (object);
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (self);
+
+  if (priv->account != NULL)
+    {
+      g_free (priv->cm_name);
+      g_free (priv->protocol);
+      g_free (priv->display_name);
+
+      priv->cm_name =
+        g_strdup (empathy_account_get_connection_manager (priv->account));
+      priv->protocol =
+        g_strdup (empathy_account_get_protocol (priv->account));
+      priv->display_name =
+        g_strdup (empathy_account_get_display_name (priv->account));
+    }
+
+  g_assert (priv->cm_name != NULL && priv->protocol != NULL
+    && priv->display_name != NULL);
+
+  empathy_account_settings_check_readyness (self);
+
+  if (!priv->ready)
+    {
+      g_signal_connect (priv->account, "notify::ready",
+        G_CALLBACK (empathy_account_settings_ready_cb), self);
+      g_signal_connect (priv->managers, "notify::ready",
+        G_CALLBACK (empathy_account_settings_ready_cb), self);
+    }
+
+  if (G_OBJECT_CLASS (
+        empathy_account_settings_parent_class)->constructed != NULL)
+    G_OBJECT_CLASS (
+        empathy_account_settings_parent_class)->constructed (object);
+}
+
+
+static void
+empathy_account_settings_class_init (
+    EmpathyAccountSettingsClass *empathy_account_settings_class)
+{
+  GObjectClass *object_class = G_OBJECT_CLASS (empathy_account_settings_class);
+
+  g_type_class_add_private (empathy_account_settings_class, sizeof
+      (EmpathyAccountSettingsPriv));
+
+  object_class->dispose = empathy_account_settings_dispose;
+  object_class->finalize = empathy_account_settings_finalize;
+  object_class->set_property = empathy_account_settings_set_property;
+  object_class->get_property = empathy_account_settings_get_property;
+  object_class->constructed = empathy_account_settings_constructed;
+
+  g_object_class_install_property (object_class, PROP_ACCOUNT,
+    g_param_spec_object ("account",
+      "Account",
+      "The EmpathyAccount backing these settings",
+      EMPATHY_TYPE_ACCOUNT,
+      G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
+
+  g_object_class_install_property (object_class, PROP_CM_NAME,
+    g_param_spec_string ("connection-manager",
+      "connection-manager",
+      "The name of the connection manager this account uses",
+      NULL,
+      G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
+
+  g_object_class_install_property (object_class, PROP_PROTOCOL,
+    g_param_spec_string ("protocol",
+      "Protocol",
+      "The name of the protocol this account uses",
+      NULL,
+      G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
+
+  g_object_class_install_property (object_class, PROP_DISPLAY_NAME,
+    g_param_spec_string ("display-name",
+      "display-name",
+      "The display name account these settings belong to",
+      NULL,
+      G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
+
+  g_object_class_install_property (object_class, PROP_READY,
+    g_param_spec_boolean ("ready",
+      "Ready",
+      "Whether this account is ready to be used",
+      FALSE,
+      G_PARAM_STATIC_STRINGS | G_PARAM_READABLE));
+}
+
+static void
+empathy_account_settings_dispose (GObject *object)
+{
+  EmpathyAccountSettings *self = EMPATHY_ACCOUNT_SETTINGS (object);
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (self);
+
+  if (priv->dispose_has_run)
+    return;
+
+  priv->dispose_has_run = TRUE;
+
+  if (priv->managers_ready_id != 0)
+    g_signal_handler_disconnect (priv->managers, priv->managers_ready_id);
+  priv->managers_ready_id = 0;
+
+  if (priv->managers != NULL)
+    g_object_unref (priv->managers);
+  priv->managers = NULL;
+
+  if (priv->manager != NULL)
+    g_object_unref (priv->manager);
+  priv->manager = NULL;
+
+  if (priv->account_manager_ready_id != 0)
+    g_signal_handler_disconnect (priv->account_manager,
+        priv->account_manager_ready_id);
+  priv->account_manager_ready_id = 0;
+
+  if (priv->account_manager != NULL)
+    g_object_unref (priv->account_manager);
+  priv->account_manager = NULL;
+
+  if (priv->account_ready_id != 0)
+    g_signal_handler_disconnect (priv->account, priv->account_ready_id);
+  priv->account_ready_id = 0;
+
+  if (priv->account != NULL)
+    g_object_unref (priv->account);
+  priv->account = NULL;
+
+  /* release any references held by the object here */
+  if (G_OBJECT_CLASS (empathy_account_settings_parent_class)->dispose)
+    G_OBJECT_CLASS (empathy_account_settings_parent_class)->dispose (object);
+}
+
+static void
+empathy_account_settings_free_unset_parameters (
+    EmpathyAccountSettings *settings)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+  int i;
+
+  for (i = 0 ; i < priv->unset_parameters->len; i++)
+    g_free (g_array_index (priv->unset_parameters, gchar *, i));
+
+  g_array_set_size (priv->unset_parameters, 0);
+}
+
+static void
+empathy_account_settings_finalize (GObject *object)
+{
+  EmpathyAccountSettings *self = EMPATHY_ACCOUNT_SETTINGS (object);
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (self);
+
+  /* free any data held directly by the object here */
+  g_free (priv->cm_name);
+  g_free (priv->protocol);
+  g_free (priv->display_name);
+
+  g_hash_table_destroy (priv->parameters);
+
+  empathy_account_settings_free_unset_parameters (self);
+  g_array_free (priv->unset_parameters, TRUE);
+
+  G_OBJECT_CLASS (empathy_account_settings_parent_class)->finalize (object);
+}
+
+static void
+empathy_account_settings_check_readyness (EmpathyAccountSettings *self)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (self);
+
+  if (priv->ready)
+    return;
+
+  if (priv->account != NULL && !empathy_account_is_ready (priv->account))
+      return;
+
+  if (!empathy_connection_managers_is_ready (priv->managers))
+    return;
+
+  priv->manager = empathy_connection_managers_get_cm (
+    priv->managers, priv->cm_name);
+
+  if (priv->manager == NULL)
+    return;
+
+  priv->tp_protocol = tp_connection_manager_get_protocol (priv->manager,
+    priv->protocol);
+
+  if (priv->tp_protocol == NULL)
+    {
+      priv->manager = NULL;
+      return;
+    }
+
+  if (priv->required_params == NULL)
+    {
+      TpConnectionManagerParam *cur;
+      char *val;
+
+      priv->required_params = g_array_new (TRUE, FALSE, sizeof (gchar *));
+
+      for (cur = priv->tp_protocol->params; cur->name != NULL; cur++)
+        {
+          if (tp_connection_manager_param_is_required (cur))
+            {
+              val = g_strdup (cur->name);
+              g_array_append_val (priv->required_params, val);
+            }
+        }
+    }
+
+  g_object_ref (priv->manager);
+
+  priv->ready = TRUE;
+  g_object_notify (G_OBJECT (self), "ready");
+}
+
+static void
+empathy_account_settings_ready_cb (GObject *obj,
+    GParamSpec *spec,
+    gpointer user_data)
+{
+  EmpathyAccountSettings *settings = EMPATHY_ACCOUNT_SETTINGS (user_data);
+
+  empathy_account_settings_check_readyness (settings);
+}
+
+EmpathyAccountSettings *
+empathy_account_settings_new (const gchar *connection_manager,
+    const gchar *protocol,
+    const char *display_name)
+{
+  return g_object_new (EMPATHY_TYPE_ACCOUNT_SETTINGS,
+      "connection-manager", connection_manager,
+      "protocol", protocol,
+      "display-name", display_name,
+      NULL);
+}
+
+EmpathyAccountSettings *
+empathy_account_settings_new_for_account (EmpathyAccount *account)
+{
+  return g_object_new (EMPATHY_TYPE_ACCOUNT_SETTINGS,
+      "account", account,
+      NULL);
+}
+
+TpConnectionManagerParam *
+empathy_account_settings_get_tp_params (EmpathyAccountSettings *settings)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  g_return_val_if_fail (priv->tp_protocol != NULL, NULL);
+
+  return priv->tp_protocol->params;
+}
+
+gboolean
+empathy_account_settings_is_ready (EmpathyAccountSettings *settings)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  return priv->ready;
+}
+
+const gchar *
+empathy_account_settings_get_cm (EmpathyAccountSettings *settings)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  return priv->cm_name;
+}
+
+const gchar *
+empathy_account_settings_get_protocol (EmpathyAccountSettings *settings)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  return priv->protocol;
+}
+
+gchar *
+empathy_account_settings_get_icon_name (EmpathyAccountSettings *settings)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  if (priv->account != NULL)
+    return g_strdup (empathy_account_get_icon_name (priv->account));
+
+  if (priv->tp_protocol != NULL)
+    return g_strdup_printf ("im-%s", priv->tp_protocol->name);
+
+  return NULL;
+}
+
+const gchar *
+empathy_account_settings_get_display_name (EmpathyAccountSettings *settings)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  return priv->display_name;
+}
+
+EmpathyAccount *
+empathy_account_settings_get_account (EmpathyAccountSettings *settings)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  return priv->account;
+}
+
+static gboolean
+empathy_account_settings_is_unset (EmpathyAccountSettings *settings,
+    const gchar *param)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+  GArray *a;
+  int i;
+
+  a = priv->unset_parameters;
+
+  for (i = 0; i < a->len; i++)
+    {
+      if (!tp_strdiff (g_array_index (a, gchar *, i), param))
+        return TRUE;
+    }
+
+  return FALSE;
+}
+
+static TpConnectionManagerParam *
+empathy_account_settings_get_tp_param (EmpathyAccountSettings *settings,
+    const gchar *param)
+{
+  TpConnectionManagerParam *tp_params =
+      empathy_account_settings_get_tp_params (settings);
+  TpConnectionManagerParam *p;
+
+  for (p = tp_params; p != NULL && p->name != NULL; p++)
+    {
+      if (tp_strdiff (p->name, param))
+        continue;
+
+      return p;
+    }
+
+  return NULL;
+}
+
+const GValue *
+empathy_account_settings_get_default (EmpathyAccountSettings *settings,
+    const gchar *param)
+{
+  TpConnectionManagerParam *p;
+
+  p = empathy_account_settings_get_tp_param (settings, param);
+
+  if (p == NULL || !(p->flags & TP_CONN_MGR_PARAM_FLAG_HAS_DEFAULT))
+    return NULL;
+
+  return &(p->default_value);
+}
+
+const gchar *
+empathy_settings_get_dbus_signature (EmpathyAccountSettings *settings,
+    const gchar *param)
+{
+  TpConnectionManagerParam *p;
+
+  p = empathy_account_settings_get_tp_param (settings, param);
+
+  if (p == NULL)
+    return NULL;
+
+  return p->dbus_signature;
+}
+
+const GValue *
+empathy_account_settings_get (EmpathyAccountSettings *settings,
+    const gchar *param)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+  const GValue *result = NULL;
+
+  /* Lookup the update parameters we set */
+  result = tp_asv_lookup (priv->parameters, param);
+  if (result != NULL)
+    return result;
+
+  /* If the parameters isn't unset use the accounts setting if any */
+  if (priv->account != NULL
+      && !empathy_account_settings_is_unset (settings, param))
+    {
+      const GHashTable *parameters;
+
+      parameters = empathy_account_get_parameters (priv->account);
+      result = tp_asv_lookup (parameters, param);
+
+      if (result != NULL)
+        return result;
+    }
+
+  /* fallback to the default */
+  return empathy_account_settings_get_default (settings, param);
+}
+
+
+void
+empathy_account_settings_unset (EmpathyAccountSettings *settings,
+    const gchar *param)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+  gchar *v;
+  if (empathy_account_settings_is_unset (settings, param))
+    return;
+
+  v = g_strdup (param);
+
+  g_array_append_val (priv->unset_parameters, v);
+  g_hash_table_remove (priv->parameters, param);
+}
+
+const gchar *
+empathy_account_settings_get_string (EmpathyAccountSettings *settings,
+    const gchar *param)
+{
+  const GValue *v;
+
+  v = empathy_account_settings_get (settings, param);
+
+  if (v == NULL || !G_VALUE_HOLDS_STRING (v))
+    return NULL;
+
+  return g_value_get_string (v);
+}
+
+gint32
+empathy_account_settings_get_int32 (EmpathyAccountSettings *settings,
+    const gchar *param)
+{
+  const GValue *v;
+  gint32 ret = 0;
+
+  v = empathy_account_settings_get (settings, param);
+
+  if (v == NULL)
+    return 0;
+
+  switch G_VALUE_TYPE (v)
+    {
+      case G_TYPE_UCHAR:
+        ret = g_value_get_uchar (v);
+        break;
+      case G_TYPE_INT:
+        ret = g_value_get_int (v);
+        break;
+      case G_TYPE_UINT:
+        ret = CLAMP (G_MININT32, g_value_get_uint (v), G_MAXINT32);
+        break;
+      case G_TYPE_INT64:
+        ret = CLAMP (G_MININT32, g_value_get_int64 (v), G_MAXINT32);
+        break;
+      case G_TYPE_UINT64:
+        ret = CLAMP (G_MININT32, g_value_get_uint64 (v), G_MAXINT32);
+        break;
+      default:
+        ret = 0;
+        break;
+    }
+
+  return ret;
+}
+
+gint64
+empathy_account_settings_get_int64 (EmpathyAccountSettings *settings,
+    const gchar *param)
+{
+  const GValue *v;
+  gint64 ret = 0;
+
+  v = empathy_account_settings_get (settings, param);
+  if (v == NULL)
+    return 0;
+
+  switch G_VALUE_TYPE (v)
+    {
+      case G_TYPE_UCHAR:
+        ret = g_value_get_uchar (v);
+        break;
+      case G_TYPE_INT:
+        ret = g_value_get_int (v);
+        break;
+      case G_TYPE_UINT:
+        ret = g_value_get_uint (v);
+        break;
+      case G_TYPE_INT64:
+        ret = g_value_get_int64 (v);
+        break;
+      case G_TYPE_UINT64:
+        ret = CLAMP (G_MININT64, g_value_get_uint64 (v), G_MAXINT64);
+        break;
+      default:
+        ret = 0;
+        break;
+    }
+
+  return ret;
+}
+
+guint32
+empathy_account_settings_get_uint32 (EmpathyAccountSettings *settings,
+    const gchar *param)
+{
+  const GValue *v;
+  guint32 ret;
+
+  v = empathy_account_settings_get (settings, param);
+
+  switch G_VALUE_TYPE (v)
+    {
+      case G_TYPE_UCHAR:
+        ret = g_value_get_uchar (v);
+        break;
+      case G_TYPE_INT:
+        ret = MAX (0, g_value_get_int (v));
+        break;
+      case G_TYPE_UINT:
+        ret = g_value_get_uint (v);
+        break;
+      case G_TYPE_INT64:
+        ret = CLAMP (0, g_value_get_int64 (v), G_MAXUINT32);
+        break;
+      case G_TYPE_UINT64:
+        ret = CLAMP (0, g_value_get_uint64 (v), G_MAXUINT32);
+        break;
+      default:
+        ret = 0;
+        break;
+    }
+
+  return ret;
+}
+
+guint64
+empathy_account_settings_get_uint64 (EmpathyAccountSettings *settings,
+    const gchar *param)
+{
+  const GValue *v;
+  guint64 ret = 0;
+
+  v = empathy_account_settings_get (settings, param);
+
+  if (v == NULL || !G_VALUE_HOLDS_INT (v))
+    return 0;
+
+  switch G_VALUE_TYPE (v)
+    {
+      case G_TYPE_UCHAR:
+        ret = g_value_get_uchar (v);
+        break;
+      case G_TYPE_INT:
+        ret = MAX (0, g_value_get_int (v));
+        break;
+      case G_TYPE_UINT:
+        ret = g_value_get_uint (v);
+        break;
+      case G_TYPE_INT64:
+        ret = MAX (0, g_value_get_int64 (v));
+        break;
+      case G_TYPE_UINT64:
+        ret = CLAMP (0, g_value_get_uint64 (v), G_MAXUINT64);
+        break;
+      default:
+        ret = 0;
+        break;
+    }
+
+  return ret;
+}
+
+gboolean
+empathy_account_settings_get_boolean (EmpathyAccountSettings *settings,
+    const gchar *param)
+{
+  const GValue *v;
+
+  v = empathy_account_settings_get (settings, param);
+
+  if (v == NULL || !G_VALUE_HOLDS_BOOLEAN (v))
+    return FALSE;
+
+  return g_value_get_boolean (v);
+}
+
+void
+empathy_account_settings_set_string (EmpathyAccountSettings *settings,
+    const gchar *param,
+    const gchar *value)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  tp_asv_set_string (priv->parameters, param, value);
+}
+
+void
+empathy_account_settings_set_int32 (EmpathyAccountSettings *settings,
+    const gchar *param,
+    gint32 value)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  tp_asv_set_int32 (priv->parameters, param, value);
+}
+
+void
+empathy_account_settings_set_int64 (EmpathyAccountSettings *settings,
+    const gchar *param,
+    gint64 value)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  tp_asv_set_int64 (priv->parameters, param, value);
+}
+
+void
+empathy_account_settings_set_uint32 (EmpathyAccountSettings *settings,
+    const gchar *param,
+    guint32 value)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  tp_asv_set_uint32 (priv->parameters, param, value);
+}
+
+void
+empathy_account_settings_set_uint64 (EmpathyAccountSettings *settings,
+    const gchar *param,
+    guint64 value)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  tp_asv_set_uint64 (priv->parameters, param, value);
+}
+
+void
+empathy_account_settings_set_boolean (EmpathyAccountSettings *settings,
+    const gchar *param,
+    gboolean value)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  tp_asv_set_boolean (priv->parameters, param, value);
+}
+
+static void
+account_settings_display_name_set_cb (GObject *src,
+    GAsyncResult *res,
+    gpointer user_data)
+{
+  GError *error = NULL;
+  EmpathyAccount *account = EMPATHY_ACCOUNT (src);
+  GSimpleAsyncResult *set_result = user_data;
+
+  empathy_account_set_display_name_finish (account, res, &error);
+
+  if (error != NULL)
+    {
+      g_simple_async_result_set_from_error (set_result, error);
+      g_error_free (error);
+    }
+
+  g_simple_async_result_complete (set_result);
+  g_object_unref (set_result);
+}
+
+void
+empathy_account_settings_set_display_name_async (
+  EmpathyAccountSettings *settings,
+  const gchar *name,
+  GAsyncReadyCallback callback,
+  gpointer user_data)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+  GSimpleAsyncResult *result;
+
+  result = g_simple_async_result_new (G_OBJECT (settings),
+      callback, user_data, empathy_account_settings_set_display_name_finish);
+
+  if (priv->account == NULL)
+    {
+      if (priv->display_name != NULL)
+        g_free (priv->display_name);
+
+      priv->display_name = g_strdup (name);
+
+      g_simple_async_result_complete_in_idle (result);
+
+      return;
+    }
+
+  empathy_account_set_display_name_async (priv->account, name,
+      account_settings_display_name_set_cb, result);
+}
+
+gboolean
+empathy_account_settings_set_display_name_finish (
+  EmpathyAccountSettings *settings,
+  GAsyncResult *result,
+  GError **error)
+{
+  if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (result),
+      error))
+    return FALSE;
+
+  g_return_val_if_fail (g_simple_async_result_is_valid (result,
+    G_OBJECT (settings), empathy_account_settings_set_display_name_finish), FALSE);
+
+  return TRUE;
+}
+
+static void
+empathy_account_settings_account_updated (GObject *source,
+    GAsyncResult *result,
+    gpointer user_data)
+{
+  EmpathyAccountSettings *settings = EMPATHY_ACCOUNT_SETTINGS (user_data);
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+  GSimpleAsyncResult *r;
+  GError *error = NULL;
+
+  if (!empathy_account_update_settings_finish (EMPATHY_ACCOUNT (source),
+    result, &error))
+    {
+      g_simple_async_result_set_from_error (priv->apply_result, error);
+      g_error_free (error);
+    }
+
+  r = priv->apply_result;
+  priv->apply_result = NULL;
+
+  g_simple_async_result_complete (r);
+  g_object_unref (r);
+}
+
+static void
+empathy_account_settings_created_cb (GObject *source,
+    GAsyncResult *result,
+    gpointer user_data)
+{
+  EmpathyAccountSettings *settings = EMPATHY_ACCOUNT_SETTINGS (user_data);
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+  EmpathyAccount *account;
+  GError *error = NULL;
+  GSimpleAsyncResult *r;
+
+  account = empathy_account_manager_create_account_finish (
+    EMPATHY_ACCOUNT_MANAGER (source), result, &error);
+
+  if (account == NULL)
+    {
+      g_simple_async_result_set_from_error (priv->apply_result, error);
+    }
+  else
+    {
+      priv->account = g_object_ref (account);
+    }
+
+  r = priv->apply_result;
+  priv->apply_result = NULL;
+
+  g_simple_async_result_complete (r);
+  g_object_unref (r);
+}
+
+
+static void
+empathy_account_settings_do_create_account (EmpathyAccountSettings *settings)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+  GHashTable *properties;
+
+  properties = g_hash_table_new (NULL, NULL);
+
+  empathy_account_manager_create_account_async (priv->account_manager,
+    priv->cm_name, priv->protocol, priv->display_name,
+    priv->parameters, properties,
+    empathy_account_settings_created_cb,
+    settings);
+
+  g_hash_table_unref (properties);
+}
+
+static void
+empathy_account_settings_manager_ready_cb (EmpathyAccountManager *manager,
+    GParamSpec *spec,
+    gpointer user_data)
+{
+  EmpathyAccountSettings *settings = EMPATHY_ACCOUNT_SETTINGS (user_data);
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  if (empathy_account_manager_is_ready (manager))
+    {
+      g_assert (priv->apply_result != NULL && priv->account == NULL);
+      g_signal_handler_disconnect (priv->account_manager,
+        priv->account_manager_ready_id);
+      priv->account_manager_ready_id = 0;
+
+      empathy_account_settings_do_create_account (settings);
+    }
+}
+
+void
+empathy_account_settings_apply_async (EmpathyAccountSettings *settings,
+    GAsyncReadyCallback callback,
+    gpointer user_data)
+{
+  EmpathyAccountSettingsPriv *priv = GET_PRIV (settings);
+
+  if (priv->apply_result != NULL)
+    {
+      g_simple_async_report_error_in_idle (G_OBJECT (settings),
+        callback, user_data,
+        G_IO_ERROR, G_IO_ERROR_PENDING, "Applying already in progress");
+      return;
+    }
+
+  priv->apply_result = g_simple_async_result_new (G_OBJECT (settings),
+      callback, user_data, empathy_account_settings_apply_finish);
+
+  if (priv->account == NULL)
+    {
+      if (empathy_account_manager_is_ready (priv->account_manager))
+        empathy_account_settings_do_create_account (settings);
+      else
+        priv->account_manager_ready_id = g_signal_connect (
+            priv->account_manager,
+            "notify::ready",
+            G_CALLBACK (empathy_account_settings_manager_ready_cb),
+            settings);
+    }
+  else
+    {
+      empathy_account_update_settings_async (priv->account,
+        priv->parameters, (const gchar **)priv->unset_parameters->data,
+        empathy_account_settings_account_updated, settings);
+
+      g_hash_table_remove_all (priv->parameters);
+      empathy_account_settings_free_unset_parameters (settings);
+    }
+}
+
+gboolean
+empathy_account_settings_apply_finish (EmpathyAccountSettings *settings,
+    GAsyncResult *result,
+    GError **error)
+{
+  if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (result),
+      error))
+    return FALSE;
+
+  g_return_val_if_fail (g_simple_async_result_is_valid (result,
+    G_OBJECT (settings), empathy_account_settings_apply_finish), FALSE);
+
+  return TRUE;
+}
+
+gboolean
+empathy_account_settings_has_account (EmpathyAccountSettings *settings,
+    EmpathyAccount *account)
+{
+  EmpathyAccountSettingsPriv *priv;
+
+  g_return_val_if_fail (EMPATHY_IS_ACCOUNT_SETTINGS (settings), FALSE);
+  g_return_val_if_fail (EMPATHY_IS_ACCOUNT (account), FALSE);
+
+  priv = GET_PRIV (settings);
+
+  return (account == priv->account);
+}
+
+gboolean
+empathy_account_settings_is_valid (EmpathyAccountSettings *settings)
+{
+  EmpathyAccountSettingsPriv *priv;
+  int idx;
+  gchar *current;
+  gboolean missed = FALSE;
+
+  g_return_val_if_fail (EMPATHY_IS_ACCOUNT_SETTINGS (settings), FALSE);
+
+  priv = GET_PRIV (settings);
+
+  for (idx = 0; idx < priv->required_params->len; idx++)
+    {
+      current = g_array_index (priv->required_params, gchar *, idx);
+
+      /* first, look if it's set in our own parameters */
+      if (tp_asv_lookup (priv->parameters, current))
+        continue;
+
+      /* if we did not unset the parameter, look if it's in the account */
+      if (priv->account != NULL &&
+          !empathy_account_settings_is_unset (settings, current))
+        {
+          const GHashTable *account_params;
+
+          account_params = empathy_account_get_parameters (priv->account);
+          if (tp_asv_lookup (account_params, current))
+            continue;
+        }
+
+      missed = TRUE;
+      break;
+    }
+
+  return !missed;
+}
diff --git a/libempathy/empathy-account-settings.h b/libempathy/empathy-account-settings.h
new file mode 100644 (file)
index 0000000..8ae6922
--- /dev/null
@@ -0,0 +1,160 @@
+/*
+ * empathy-account-settings.h - Header for EmpathyAccountSettings
+ * Copyright (C) 2009 Collabora Ltd.
+ * @author Sjoerd Simons <sjoerd.simons@collabora.co.uk>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
+#ifndef __EMPATHY_ACCOUNT_SETTINGS_H__
+#define __EMPATHY_ACCOUNT_SETTINGS_H__
+
+#include <glib-object.h>
+#include <gio/gio.h>
+
+#include <libempathy/empathy-account.h>
+#include <telepathy-glib/connection-manager.h>
+
+G_BEGIN_DECLS
+
+typedef struct _EmpathyAccountSettings EmpathyAccountSettings;
+typedef struct _EmpathyAccountSettingsClass EmpathyAccountSettingsClass;
+
+struct _EmpathyAccountSettingsClass {
+    GObjectClass parent_class;
+};
+
+struct _EmpathyAccountSettings {
+    GObject parent;
+    gpointer priv;
+};
+
+GType empathy_account_settings_get_type (void);
+
+/* TYPE MACROS */
+#define EMPATHY_TYPE_ACCOUNT_SETTINGS \
+  (empathy_account_settings_get_type ())
+#define EMPATHY_ACCOUNT_SETTINGS(obj) \
+  (G_TYPE_CHECK_INSTANCE_CAST((obj), \
+    EMPATHY_TYPE_ACCOUNT_SETTINGS, EmpathyAccountSettings))
+#define EMPATHY_ACCOUNT_SETTINGS_CLASS(klass) \
+  (G_TYPE_CHECK_CLASS_CAST((klass), EMPATHY_TYPE_ACCOUNT_SETTINGS, \
+    EmpathyAccountSettingsClass))
+#define EMPATHY_IS_ACCOUNT_SETTINGS(obj) \
+  (G_TYPE_CHECK_INSTANCE_TYPE((obj), EMPATHY_TYPE_ACCOUNT_SETTINGS))
+#define EMPATHY_IS_ACCOUNT_SETTINGS_CLASS(klass) \
+  (G_TYPE_CHECK_CLASS_TYPE((klass), EMPATHY_TYPE_ACCOUNT_SETTINGS))
+#define EMPATHY_ACCOUNT_SETTINGS_GET_CLASS(obj) \
+  (G_TYPE_INSTANCE_GET_CLASS ((obj), EMPATHY_TYPE_ACCOUNT_SETTINGS, \
+    EmpathyAccountSettingsClass))
+
+EmpathyAccountSettings * empathy_account_settings_new (
+    const gchar *connection_manager,
+    const gchar *protocol,
+    const char *display_name);
+
+EmpathyAccountSettings * empathy_account_settings_new_for_account (
+    EmpathyAccount *account);
+
+gboolean empathy_account_settings_is_ready (EmpathyAccountSettings *settings);
+
+const gchar *empathy_account_settings_get_cm (EmpathyAccountSettings *settings);
+const gchar *empathy_account_settings_get_protocol (
+    EmpathyAccountSettings *settings);
+
+EmpathyAccount *empathy_account_settings_get_account (
+    EmpathyAccountSettings *settings);
+
+gboolean empathy_account_settings_has_account (
+    EmpathyAccountSettings *settings, EmpathyAccount *account);
+
+TpConnectionManagerParam *empathy_account_settings_get_tp_params (
+    EmpathyAccountSettings *settings);
+
+void empathy_account_settings_unset (EmpathyAccountSettings *settings,
+    const gchar *param);
+
+const GValue *empathy_account_settings_get (EmpathyAccountSettings *settings,
+  const gchar *param);
+
+const gchar *
+empathy_settings_get_dbus_signature (EmpathyAccountSettings *setting,
+  const gchar *param);
+
+const GValue *
+empathy_account_settings_get_default (EmpathyAccountSettings *settings,
+  const gchar *param);
+
+const gchar *empathy_account_settings_get_string (
+    EmpathyAccountSettings *settings,
+    const gchar *param);
+
+gint32 empathy_account_settings_get_int32 (EmpathyAccountSettings *settings,
+    const gchar *param);
+gint64 empathy_account_settings_get_int64 (EmpathyAccountSettings *settings,
+    const gchar *param);
+guint32 empathy_account_settings_get_uint32 (EmpathyAccountSettings *settings,
+    const gchar *param);
+guint64 empathy_account_settings_get_uint64 (EmpathyAccountSettings *settings,
+    const gchar *param);
+gboolean empathy_account_settings_get_boolean (EmpathyAccountSettings *settings,
+    const gchar *param);
+
+void empathy_account_settings_set_string (EmpathyAccountSettings *settings,
+    const gchar *param, const gchar *value);
+
+void empathy_account_settings_set_int32 (EmpathyAccountSettings *settings,
+    const gchar *param, gint32 value);
+void empathy_account_settings_set_int64 (EmpathyAccountSettings *settings,
+    const gchar *param, gint64 value);
+void empathy_account_settings_set_uint32 (EmpathyAccountSettings *settings,
+    const gchar *param, guint32 value);
+void empathy_account_settings_set_uint64 (EmpathyAccountSettings *settings,
+    const gchar *param, guint64 value);
+
+void empathy_account_settings_set_boolean (EmpathyAccountSettings *settings,
+    const gchar *param, gboolean value);
+
+gchar *empathy_account_settings_get_icon_name (
+  EmpathyAccountSettings *settings);
+
+const gchar *empathy_account_settings_get_display_name (
+  EmpathyAccountSettings *settings);
+
+void empathy_account_settings_set_display_name_async (
+  EmpathyAccountSettings *settings,
+  const gchar *name,
+  GAsyncReadyCallback callback,
+  gpointer user_data);
+
+gboolean empathy_account_settings_set_display_name_finish (
+  EmpathyAccountSettings *settings,
+  GAsyncResult *result,
+  GError **error);
+
+void empathy_account_settings_apply_async (EmpathyAccountSettings *settings,
+  GAsyncReadyCallback callback,
+  gpointer user_data);
+
+gboolean empathy_account_settings_apply_finish (
+  EmpathyAccountSettings *settings,
+  GAsyncResult *result,
+  GError **error);
+
+gboolean empathy_account_settings_is_valid (EmpathyAccountSettings *settings);
+
+G_END_DECLS
+
+#endif /* #ifndef __EMPATHY_ACCOUNT_SETTINGS_H__*/
index e0a8e756b442f79da8d17d9625a4a1f0d33b0d81..ffb6e6786c798a8c58e3a62516d8d0405f22f34c 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include <telepathy-glib/enums.h>
+#include <telepathy-glib/dbus.h>
+#include <telepathy-glib/account.h>
+#include <telepathy-glib/gtypes.h>
+#include <telepathy-glib/util.h>
+#include <telepathy-glib/interfaces.h>
 
 #define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT
 #include <libempathy/empathy-debug.h>
 
+#include <glib/gi18n-lib.h>
+
 #include "empathy-account.h"
-#include "empathy-account-priv.h"
 #include "empathy-utils.h"
 #include "empathy-marshal.h"
 
+#define UNIQUE_NAME_PREFIX "/org/freedesktop/Telepathy/Account/"
+
 /* signals */
 enum {
   STATUS_CHANGED,
   PRESENCE_CHANGED,
+  REMOVED,
   LAST_SIGNAL
 };
 
@@ -45,10 +54,14 @@ static guint signals[LAST_SIGNAL];
 enum {
   PROP_ENABLED = 1,
   PROP_PRESENCE,
+  PROP_STATUS,
+  PROP_STATUS_MESSAGE,
+  PROP_READY,
   PROP_CONNECTION_STATUS,
   PROP_CONNECTION_STATUS_REASON,
   PROP_CONNECTION,
   PROP_UNIQUE_NAME,
+  PROP_DBUS_DAEMON,
   PROP_DISPLAY_NAME
 };
 
@@ -64,19 +77,37 @@ struct _EmpathyAccountPriv
   TpConnection *connection;
   guint connection_invalidated_id;
 
-  TpConnectionStatus status;
+  TpConnectionStatus connection_status;
   TpConnectionStatusReason reason;
+
   TpConnectionPresenceType presence;
+  gchar *status;
+  gchar *message;
 
   gboolean enabled;
+  gboolean valid;
+  gboolean ready;
+  gboolean removed;
   /* Timestamp when the connection got connected in seconds since the epoch */
   glong connect_time;
 
-  McAccount *mc_account;
+  gchar *cm_name;
+  gchar *proto_name;
+  gchar *icon_name;
+
+  gchar *unique_name;
+  gchar *display_name;
+  TpDBusDaemon *dbus;
+
+  TpAccount *account;
+  GHashTable *parameters;
 };
 
 #define GET_PRIV(obj)  EMPATHY_GET_PRIV (obj, EmpathyAccount)
 
+static void _empathy_account_set_connection (EmpathyAccount *account,
+    TpConnection *connection);
+
 static void
 empathy_account_init (EmpathyAccount *obj)
 {
@@ -87,7 +118,33 @@ empathy_account_init (EmpathyAccount *obj)
 
   obj->priv = priv;
 
-  priv->status = TP_CONNECTION_STATUS_DISCONNECTED;
+  priv->connection_status = TP_CONNECTION_STATUS_DISCONNECTED;
+}
+
+static void
+empathy_account_set_property (GObject *object,
+    guint prop_id,
+    const GValue *value,
+    GParamSpec *pspec)
+{
+  EmpathyAccount *account = EMPATHY_ACCOUNT (object);
+  EmpathyAccountPriv *priv = GET_PRIV (account);
+
+  switch (prop_id)
+    {
+      case PROP_ENABLED:
+        empathy_account_set_enabled (account, g_value_get_boolean (value));
+        break;
+      case PROP_UNIQUE_NAME:
+        priv->unique_name = g_value_dup_string (value);
+        break;
+      case PROP_DBUS_DAEMON:
+        priv->dbus = g_value_get_object (value);
+        break;
+      default:
+        G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+        break;
+    }
 }
 
 static void
@@ -104,11 +161,20 @@ empathy_account_get_property (GObject *object,
       case PROP_ENABLED:
         g_value_set_boolean (value, priv->enabled);
         break;
+      case PROP_READY:
+        g_value_set_boolean (value, priv->ready);
+        break;
       case PROP_PRESENCE:
         g_value_set_uint (value, priv->presence);
         break;
+      case PROP_STATUS:
+        g_value_set_string (value, priv->status);
+        break;
+      case PROP_STATUS_MESSAGE:
+        g_value_set_string (value, priv->message);
+        break;
       case PROP_CONNECTION_STATUS:
-        g_value_set_uint (value, priv->status);
+        g_value_set_uint (value, priv->connection_status);
         break;
       case PROP_CONNECTION_STATUS_REASON:
         g_value_set_uint (value, priv->reason);
@@ -125,12 +191,304 @@ empathy_account_get_property (GObject *object,
         g_value_set_string (value,
             empathy_account_get_display_name (account));
         break;
+      case PROP_DBUS_DAEMON:
+        g_value_set_string (value,
+            empathy_account_get_display_name (account));
+        break;
       default:
         G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
         break;
     }
 }
 
+static void
+empathy_account_update (EmpathyAccount *account,
+    GHashTable *properties)
+{
+  EmpathyAccountPriv *priv = GET_PRIV (account);
+  const gchar *conn_path;
+  GValueArray *arr;
+  TpConnectionStatus old_s = priv->connection_status;
+  gboolean presence_changed = FALSE;
+
+  if (g_hash_table_lookup (properties, "ConnectionStatus") != NULL)
+    priv->connection_status =
+      tp_asv_get_int32 (properties, "ConnectionStatus", NULL);
+
+  if (g_hash_table_lookup (properties, "ConnectionStatusReason") != NULL)
+    priv->reason = tp_asv_get_int32 (properties,
+      "ConnectionStatusReason", NULL);
+
+  if (g_hash_table_lookup (properties, "CurrentPresence") != NULL)
+    {
+      presence_changed = TRUE;
+      arr = tp_asv_get_boxed (properties, "CurrentPresence",
+        TP_STRUCT_TYPE_SIMPLE_PRESENCE);
+      priv->presence = g_value_get_uint (g_value_array_get_nth (arr, 0));
+
+      g_free (priv->status);
+      priv->status = g_value_dup_string (g_value_array_get_nth (arr, 1));
+
+      g_free (priv->message);
+      priv->message = g_value_dup_string (g_value_array_get_nth (arr, 2));
+    }
+
+  if (g_hash_table_lookup (properties, "DisplayName") != NULL)
+    priv->display_name =
+      g_strdup (tp_asv_get_string (properties, "DisplayName"));
+
+  if (g_hash_table_lookup (properties, "Enabled") != NULL)
+    {
+      gboolean enabled = tp_asv_get_boolean (properties, "Enabled", NULL);
+      if (priv->enabled != enabled)
+        {
+          priv->enabled = enabled;
+          g_object_notify (G_OBJECT (account), "enabled");
+        }
+    }
+
+  if (g_hash_table_lookup (properties, "Valid") != NULL)
+    priv->valid = tp_asv_get_boolean (properties, "Valid", NULL);
+
+  if (g_hash_table_lookup (properties, "Parameters") != NULL)
+    {
+      GHashTable *parameters;
+
+      parameters = tp_asv_get_boxed (properties, "Parameters",
+        TP_HASH_TYPE_STRING_VARIANT_MAP);
+
+      priv->parameters = g_boxed_copy (TP_HASH_TYPE_STRING_VARIANT_MAP,
+        parameters);
+    }
+
+  if (!priv->ready)
+    {
+      priv->ready = TRUE;
+      g_object_notify (G_OBJECT (account), "ready");
+    }
+
+  if (priv->connection_status != old_s)
+    {
+      if (priv->connection_status == TP_CONNECTION_STATUS_CONNECTED)
+        {
+          GTimeVal val;
+          g_get_current_time (&val);
+
+          priv->connect_time = val.tv_sec;
+        }
+
+      g_signal_emit (account, signals[STATUS_CHANGED], 0,
+        old_s, priv->connection_status, priv->reason);
+
+      g_object_notify (G_OBJECT (account), "status");
+    }
+
+  if (presence_changed)
+    {
+      g_signal_emit (account, signals[PRESENCE_CHANGED], 0,
+        priv->presence, priv->status, priv->message);
+      g_object_notify (G_OBJECT (account), "presence");
+      g_object_notify (G_OBJECT (account), "status");
+      g_object_notify (G_OBJECT (account), "status-message");
+    }
+
+  if (g_hash_table_lookup (properties, "Connection") != NULL)
+    {
+      conn_path = tp_asv_get_object_path (properties, "Connection");
+
+      if (tp_strdiff (conn_path, "/") && priv->connection == NULL)
+        {
+          TpConnection *conn;
+          GError *error = NULL;
+          conn = tp_connection_new (priv->dbus, NULL, conn_path, &error);
+
+          if (conn == NULL)
+            {
+              DEBUG ("Failed to create a new TpConnection: %s",
+                error->message);
+              g_error_free (error);
+            }
+
+          _empathy_account_set_connection (account, conn);
+        }
+    }
+}
+
+static void
+empathy_account_properties_changed (TpAccount *proxy,
+    GHashTable *properties,
+    gpointer user_data,
+    GObject *weak_object)
+{
+  EmpathyAccount *account = EMPATHY_ACCOUNT (weak_object);
+  EmpathyAccountPriv *priv = GET_PRIV (account);
+
+  if (!priv->ready)
+    return;
+
+  empathy_account_update (account, properties);
+}
+
+static void
+empathy_account_removed_cb (TpAccount *proxy,
+    gpointer user_data,
+    GObject *weak_object)
+{
+  EmpathyAccount *account = EMPATHY_ACCOUNT (weak_object);
+  EmpathyAccountPriv *priv = GET_PRIV (account);
+
+  if (priv->removed)
+    return;
+
+  priv->removed = TRUE;
+
+  g_signal_emit (account, signals[REMOVED], 0);
+}
+
+static void
+empathy_account_got_all_cb (TpProxy *proxy,
+    GHashTable *properties,
+    const GError *error,
+    gpointer user_data,
+    GObject *weak_object)
+{
+  EmpathyAccount *account = EMPATHY_ACCOUNT (weak_object);
+
+  DEBUG ("Got initial set of properties for %s",
+    empathy_account_get_unique_name (account));
+
+  if (error != NULL)
+    {
+      DEBUG ("Failed to get the initial set of account properties: %s",
+        error->message);
+      return;
+    }
+
+  empathy_account_update (account, properties);
+}
+
+static gchar *
+empathy_account_unescape_protocol (const gchar *protocol, gssize len)
+{
+  gchar  *result, *escape;
+  /* Bad implementation might accidentally use tp_escape_as_identifier,
+   * which escapes - in the wrong way... */
+  if ((escape = g_strstr_len (protocol, len, "_2d")) != NULL)
+    {
+      GString *str;
+      const gchar *input;
+
+      str = g_string_new ("");
+      input = protocol;
+      do {
+        g_string_append_len (str, input, escape - input);
+        g_string_append_c (str, '-');
+
+        len -= escape - input + 3;
+        input = escape + 3;
+      } while ((escape = g_strstr_len (input, len, "_2d")) != NULL);
+
+      g_string_append_len (str, input, len);
+
+      result = g_string_free (str, FALSE);
+    }
+  else
+    {
+      result = g_strndup (protocol, len);
+    }
+
+  g_strdelimit (result, "_", '-');
+
+  return result;
+}
+
+static gboolean
+empathy_account_parse_unique_name (const gchar *bus_name,
+    gchar **protocol, gchar **manager)
+{
+  const gchar *proto, *proto_end;
+  const gchar *cm, *cm_end;
+
+  g_return_val_if_fail (
+    g_str_has_prefix (bus_name, UNIQUE_NAME_PREFIX), FALSE);
+
+  cm = bus_name + strlen (UNIQUE_NAME_PREFIX);
+
+  for (cm_end = cm; *cm_end != '/' && *cm_end != '\0'; cm_end++)
+    /* pass */;
+
+  if (*cm_end == '\0')
+    return FALSE;
+
+  if (cm_end == '\0')
+    return FALSE;
+
+  proto = cm_end + 1;
+
+  for (proto_end = proto; *proto_end != '/' && *proto_end != '\0'; proto_end++)
+    /* pass */;
+
+  if (*proto_end == '\0')
+    return FALSE;
+
+  if (protocol != NULL)
+    {
+      *protocol = empathy_account_unescape_protocol (proto, proto_end - proto);
+    }
+
+  if (manager != NULL)
+    *manager = g_strndup (cm, cm_end - cm);
+
+  return TRUE;
+}
+
+static void
+account_invalidated_cb (TpProxy *proxy, guint domain, gint code,
+  gchar *message, gpointer user_data)
+{
+  EmpathyAccount *account = EMPATHY_ACCOUNT (user_data);
+  EmpathyAccountPriv *priv = GET_PRIV (account);
+
+  if (priv->removed)
+    return;
+
+  priv->removed = TRUE;
+
+  g_signal_emit (account, signals[REMOVED], 0);
+}
+
+static void
+empathy_account_constructed (GObject *object)
+{
+  EmpathyAccount *account = EMPATHY_ACCOUNT (object);
+  EmpathyAccountPriv *priv = GET_PRIV (account);
+
+  priv->account = tp_account_new (priv->dbus, priv->unique_name, NULL);
+
+  g_signal_connect (priv->account, "invalidated",
+    G_CALLBACK (account_invalidated_cb), object);
+
+  empathy_account_parse_unique_name (priv->unique_name,
+    &(priv->proto_name), &(priv->cm_name));
+
+  priv->icon_name = empathy_protocol_icon_name (priv->proto_name);
+
+  tp_cli_account_connect_to_account_property_changed (priv->account,
+    empathy_account_properties_changed,
+    NULL, NULL, object, NULL);
+
+  tp_cli_account_connect_to_removed (priv->account,
+    empathy_account_removed_cb,
+    NULL, NULL, object, NULL);
+
+  tp_cli_dbus_properties_call_get_all (priv->account, -1,
+    TP_IFACE_ACCOUNT,
+    empathy_account_got_all_cb,
+    NULL,
+    NULL,
+    G_OBJECT (account));
+}
+
 static void empathy_account_dispose (GObject *object);
 static void empathy_account_finalize (GObject *object);
 
@@ -142,15 +500,24 @@ empathy_account_class_init (EmpathyAccountClass *empathy_account_class)
   g_type_class_add_private (empathy_account_class,
     sizeof (EmpathyAccountPriv));
 
+  object_class->set_property = empathy_account_set_property;
   object_class->get_property = empathy_account_get_property;
   object_class->dispose = empathy_account_dispose;
   object_class->finalize = empathy_account_finalize;
+  object_class->constructed = empathy_account_constructed;
 
   g_object_class_install_property (object_class, PROP_ENABLED,
     g_param_spec_boolean ("enabled",
       "Enabled",
       "Whether this account is enabled or not",
       FALSE,
+      G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE));
+
+  g_object_class_install_property (object_class, PROP_READY,
+    g_param_spec_boolean ("ready",
+      "Ready",
+      "Whether this account is ready to be used",
+      FALSE,
       G_PARAM_STATIC_STRINGS | G_PARAM_READABLE));
 
   g_object_class_install_property (object_class, PROP_PRESENCE,
@@ -162,8 +529,22 @@ empathy_account_class_init (EmpathyAccountClass *empathy_account_class)
       TP_CONNECTION_PRESENCE_TYPE_UNSET,
       G_PARAM_STATIC_STRINGS | G_PARAM_READABLE));
 
+  g_object_class_install_property (object_class, PROP_STATUS,
+    g_param_spec_string ("status",
+      "Status",
+      "The Status string of the account",
+      NULL,
+      G_PARAM_STATIC_STRINGS | G_PARAM_READABLE));
+
+  g_object_class_install_property (object_class, PROP_STATUS_MESSAGE,
+    g_param_spec_string ("status-message",
+      "status-message",
+      "The Status message string of the account",
+      NULL,
+      G_PARAM_STATIC_STRINGS | G_PARAM_READABLE));
+
   g_object_class_install_property (object_class, PROP_CONNECTION_STATUS,
-    g_param_spec_uint ("status",
+    g_param_spec_uint ("connection-status",
       "ConnectionStatus",
       "The accounts connections status type",
       0,
@@ -192,7 +573,14 @@ empathy_account_class_init (EmpathyAccountClass *empathy_account_class)
       "UniqueName",
       "The accounts unique name",
       NULL,
-      G_PARAM_STATIC_STRINGS | G_PARAM_READABLE));
+      G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
+
+  g_object_class_install_property (object_class, PROP_DBUS_DAEMON,
+    g_param_spec_object ("dbus-daemon",
+      "dbus-daemon",
+      "The Tp Dbus daemon on which this account exists",
+      TP_TYPE_DBUS_DAEMON,
+      G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
 
   g_object_class_install_property (object_class, PROP_DISPLAY_NAME,
     g_param_spec_string ("display-name",
@@ -212,8 +600,30 @@ empathy_account_class_init (EmpathyAccountClass *empathy_account_class)
     G_TYPE_FROM_CLASS (object_class),
     G_SIGNAL_RUN_LAST,
     0, NULL, NULL,
-    _empathy_marshal_VOID__UINT_UINT,
-    G_TYPE_NONE, 2, G_TYPE_UINT, G_TYPE_UINT);
+    _empathy_marshal_VOID__UINT_STRING_STRING,
+    G_TYPE_NONE, 3, G_TYPE_UINT, G_TYPE_STRING, G_TYPE_STRING);
+
+  signals[REMOVED] = g_signal_new ("removed",
+    G_TYPE_FROM_CLASS (object_class),
+    G_SIGNAL_RUN_LAST,
+    0, NULL, NULL,
+    g_cclosure_marshal_VOID__VOID,
+    G_TYPE_NONE, 0);
+}
+
+static void
+empathy_account_free_connection (EmpathyAccount *account)
+{
+  EmpathyAccountPriv *priv = GET_PRIV (account);
+
+  if (priv->connection_invalidated_id != 0)
+    g_signal_handler_disconnect (priv->connection,
+        priv->connection_invalidated_id);
+  priv->connection_invalidated_id = 0;
+
+  if (priv->connection != NULL)
+    g_object_unref (priv->connection);
+  priv->connection = NULL;
 }
 
 void
@@ -227,14 +637,7 @@ empathy_account_dispose (GObject *object)
 
   priv->dispose_has_run = TRUE;
 
-  if (priv->connection_invalidated_id != 0)
-    g_signal_handler_disconnect (priv->connection,
-        priv->connection_invalidated_id);
-  priv->connection_invalidated_id = 0;
-
-  if (priv->connection != NULL)
-    g_object_unref (priv->connection);
-  priv->connection = NULL;
+  empathy_account_free_connection (self);
 
   /* release any references held by the object here */
   if (G_OBJECT_CLASS (empathy_account_parent_class)->dispose != NULL)
@@ -244,6 +647,16 @@ empathy_account_dispose (GObject *object)
 void
 empathy_account_finalize (GObject *object)
 {
+  EmpathyAccountPriv *priv = GET_PRIV (object);
+
+  g_free (priv->status);
+  g_free (priv->message);
+
+  g_free (priv->cm_name);
+  g_free (priv->proto_name);
+  g_free (priv->icon_name);
+  g_free (priv->display_name);
+
   /* free any data held directly by the object here */
   if (G_OBJECT_CLASS (empathy_account_parent_class)->finalize != NULL)
     G_OBJECT_CLASS (empathy_account_parent_class)->finalize (object);
@@ -255,7 +668,7 @@ empathy_account_is_just_connected (EmpathyAccount *account)
   EmpathyAccountPriv *priv = GET_PRIV (account);
   GTimeVal val;
 
-  if (priv->status != TP_CONNECTION_STATUS_CONNECTED)
+  if (priv->connection_status != TP_CONNECTION_STATUS_CONNECTED)
     return FALSE;
 
   g_get_current_time (&val);
@@ -295,7 +708,7 @@ empathy_account_get_unique_name (EmpathyAccount *account)
 {
   EmpathyAccountPriv *priv = GET_PRIV (account);
 
-  return mc_account_get_unique_name (priv->mc_account);
+  return priv->unique_name;
 }
 
 /**
@@ -309,7 +722,7 @@ empathy_account_get_display_name (EmpathyAccount *account)
 {
   EmpathyAccountPriv *priv = GET_PRIV (account);
 
-  return mc_account_get_display_name (priv->mc_account);
+  return priv->display_name;
 }
 
 gboolean
@@ -317,154 +730,66 @@ empathy_account_is_valid (EmpathyAccount *account)
 {
   EmpathyAccountPriv *priv = GET_PRIV (account);
 
-  return mc_account_is_complete (priv->mc_account);
-}
-
-void
-empathy_account_set_enabled (EmpathyAccount *account, gboolean enabled)
-{
-  EmpathyAccountPriv *priv = GET_PRIV (account);
-
-  mc_account_set_enabled (priv->mc_account, enabled);
+  return priv->valid;
 }
 
-gboolean
-empathy_account_is_enabled (EmpathyAccount *account)
+const gchar *
+empathy_account_get_connection_manager (EmpathyAccount *account)
 {
   EmpathyAccountPriv *priv = GET_PRIV (account);
 
-  return priv->enabled;
+  return priv->cm_name;
 }
 
-void
-empathy_account_unset_param (EmpathyAccount *account, const gchar *param)
+const gchar *
+empathy_account_get_protocol (EmpathyAccount *account)
 {
   EmpathyAccountPriv *priv = GET_PRIV (account);
 
-  mc_account_unset_param (priv->mc_account, param);
+  return priv->proto_name;
 }
 
-gchar *
-empathy_account_get_param_string (EmpathyAccount *account, const gchar *param)
+const gchar *
+empathy_account_get_icon_name (EmpathyAccount *account)
 {
   EmpathyAccountPriv *priv = GET_PRIV (account);
-  gchar *value = NULL;
 
-  mc_account_get_param_string (priv->mc_account, param, &value);
-  return value;
+  return priv->icon_name;
 }
 
-gint
-empathy_account_get_param_int (EmpathyAccount *account, const gchar *param)
+const GHashTable *
+empathy_account_get_parameters (EmpathyAccount *account)
 {
   EmpathyAccountPriv *priv = GET_PRIV (account);
-  int value;
 
-  mc_account_get_param_int (priv->mc_account, param, &value);
-  return value;
+  return priv->parameters;
 }
 
 gboolean
-empathy_account_get_param_boolean (EmpathyAccount *account, const gchar *param)
-{
-  EmpathyAccountPriv *priv = GET_PRIV (account);
-  gboolean value;
-
-  mc_account_get_param_boolean (priv->mc_account, param, &value);
-  return value;
-}
-
-void
-empathy_account_set_param_string (EmpathyAccount *account,
-  const gchar *param,
-  const gchar *value)
+empathy_account_is_enabled (EmpathyAccount *account)
 {
   EmpathyAccountPriv *priv = GET_PRIV (account);
-  mc_account_set_param_string (priv->mc_account, param, value);
-}
 
-void
-empathy_account_set_param_int (EmpathyAccount *account,
-  const gchar *param,
-  gint value)
-{
-  EmpathyAccountPriv *priv = GET_PRIV (account);
-  mc_account_set_param_int (priv->mc_account, param, value);
+  return priv->enabled;
 }
 
-void
-empathy_account_set_param_boolean (EmpathyAccount *account,
-  const gchar *param,
-  gboolean value)
+gboolean
+empathy_account_is_ready (EmpathyAccount *account)
 {
   EmpathyAccountPriv *priv = GET_PRIV (account);
-  mc_account_set_param_boolean (priv->mc_account, param, value);
-}
 
-void
-empathy_account_set_display_name (EmpathyAccount *account,
-    const gchar *display_name)
-{
-  EmpathyAccountPriv *priv = GET_PRIV (account);
-  mc_account_set_display_name (priv->mc_account, display_name);
+  return priv->ready;
 }
 
-McProfile *
-empathy_account_get_profile (EmpathyAccount *account)
-{
-  EmpathyAccountPriv *priv = GET_PRIV (account);
-  return mc_account_get_profile (priv->mc_account);
-}
 
 EmpathyAccount *
-_empathy_account_new (McAccount *mc_account)
-{
-  EmpathyAccount *account;
-  EmpathyAccountPriv *priv;
-
-  account = g_object_new (EMPATHY_TYPE_ACCOUNT, NULL);
-  priv = GET_PRIV (account);
-  priv->mc_account = mc_account;
-
-  return account;
-}
-
-void
-_empathy_account_set_status (EmpathyAccount *account,
-    TpConnectionStatus status,
-    TpConnectionStatusReason reason,
-    TpConnectionPresenceType presence)
+empathy_account_new (TpDBusDaemon *dbus,
+    const gchar *unique_name)
 {
-  EmpathyAccountPriv *priv = GET_PRIV (account);
-  TpConnectionStatus old_s = priv->status;
-  TpConnectionPresenceType old_p = priv->presence;
-
-  priv->status = status;
-  priv->presence = presence;
-
-  if (priv->status != old_s)
-    {
-      if (priv->status == TP_CONNECTION_STATUS_CONNECTED)
-        {
-          GTimeVal val;
-          g_get_current_time (&val);
-
-          priv->connect_time = val.tv_sec;
-        }
-
-      priv->reason = reason;
-      g_signal_emit (account, signals[STATUS_CHANGED], 0,
-        old_s, priv->status, reason);
-
-      g_object_notify (G_OBJECT (account), "status");
-    }
-
-  if (priv->presence != old_p)
-    {
-      g_signal_emit (account, signals[PRESENCE_CHANGED], 0,
-        old_p, priv->presence);
-      g_object_notify (G_OBJECT (account), "presence");
-    }
+  return EMPATHY_ACCOUNT (g_object_new (EMPATHY_TYPE_ACCOUNT,
+    "dbus-daemon", dbus,
+    "unique-name", unique_name,
+    NULL));
 }
 
 static void
@@ -473,13 +798,12 @@ empathy_account_connection_ready_cb (TpConnection *connection,
     gpointer user_data)
 {
   EmpathyAccount *account = EMPATHY_ACCOUNT (user_data);
-  EmpathyAccountPriv *priv = GET_PRIV (account);
 
   if (error != NULL)
     {
       DEBUG ("(%s) Connection failed to become ready: %s",
         empathy_account_get_unique_name (account), error->message);
-      priv->connection = NULL;
+      empathy_account_free_connection (account);
     }
   else
     {
@@ -517,7 +841,7 @@ _empathy_account_connection_invalidated_cb (TpProxy *self,
   g_object_notify (G_OBJECT (account), "connection");
 }
 
-void
+static void
 _empathy_account_set_connection (EmpathyAccount *account,
     TpConnection *connection)
 {
@@ -548,6 +872,7 @@ _empathy_account_set_connection (EmpathyAccount *account,
           G_CALLBACK (_empathy_account_connection_invalidated_cb),
           account);
 
+      DEBUG ("Readying connection for %s", priv->unique_name);
       /* notify a change in the connection property when it's ready */
       tp_connection_call_when_ready (priv->connection,
         empathy_account_connection_ready_cb, account);
@@ -555,21 +880,226 @@ _empathy_account_set_connection (EmpathyAccount *account,
 }
 
 void
-_empathy_account_set_enabled (EmpathyAccount *account,
+empathy_account_set_enabled (EmpathyAccount *account,
     gboolean enabled)
 {
   EmpathyAccountPriv *priv = GET_PRIV (account);
+  GValue value = {0, };
 
   if (priv->enabled == enabled)
     return;
 
-  priv->enabled = enabled;
-  g_object_notify (G_OBJECT (account), "enabled");
+  g_value_init (&value, G_TYPE_BOOLEAN);
+  g_value_set_boolean (&value, enabled);
+
+  tp_cli_dbus_properties_call_set (TP_PROXY (priv->account),
+    -1,
+    TP_IFACE_ACCOUNT,
+    "Enabled",
+    &value,
+    NULL,
+    NULL,
+    NULL,
+    NULL);
+
+  g_value_unset (&value);
 }
 
-McAccount *
-_empathy_account_get_mc_account (EmpathyAccount *account)
+static void
+empathy_account_requested_presence_cb (TpProxy *proxy,
+  const GError *error,
+  gpointer user_data,
+  GObject *weak_object)
+{
+  if (error)
+    DEBUG ("Failed to set the requested presence: %s", error->message);
+}
+
+
+void
+empathy_account_request_presence (EmpathyAccount *account,
+  TpConnectionPresenceType type,
+  const gchar *status,
+  const gchar *message)
 {
   EmpathyAccountPriv *priv = GET_PRIV (account);
-  return priv->mc_account;
+  GValue value = {0, };
+  GValueArray *arr;
+
+  g_value_init (&value, TP_STRUCT_TYPE_SIMPLE_PRESENCE);
+  g_value_take_boxed (&value, dbus_g_type_specialized_construct
+    (TP_STRUCT_TYPE_SIMPLE_PRESENCE));
+  arr = (GValueArray *) g_value_get_boxed (&value);
+
+  g_value_set_uint (arr->values, type);
+  g_value_set_static_string (arr->values + 1, status);
+  g_value_set_static_string (arr->values + 2, message);
+
+  tp_cli_dbus_properties_call_set (TP_PROXY (priv->account),
+    -1,
+    TP_IFACE_ACCOUNT,
+    "RequestedPresence",
+    &value,
+    empathy_account_requested_presence_cb,
+    NULL,
+    NULL,
+    G_OBJECT (account));
+
+  g_value_unset (&value);
 }
+
+static void
+empathy_account_updated_cb (TpAccount *proxy,
+    const gchar **reconnect_required,
+    const GError *error,
+    gpointer user_data,
+    GObject *weak_object)
+{
+  GSimpleAsyncResult *result = G_SIMPLE_ASYNC_RESULT (user_data);
+
+  if (error != NULL)
+    {
+      g_simple_async_result_set_from_error (result, (GError *) error);
+    }
+
+  g_simple_async_result_complete (result);
+  g_object_unref (G_OBJECT (result));
+}
+
+void
+empathy_account_update_settings_async (EmpathyAccount *account,
+  GHashTable *parameters, const gchar **unset_parameters,
+  GAsyncReadyCallback callback, gpointer user_data)
+{
+  EmpathyAccountPriv *priv = GET_PRIV (account);
+  GSimpleAsyncResult *result = g_simple_async_result_new (G_OBJECT (account),
+      callback, user_data, empathy_account_update_settings_finish);
+
+  tp_cli_account_call_update_parameters (priv->account,
+      -1,
+      parameters,
+      unset_parameters,
+      empathy_account_updated_cb,
+      result,
+      NULL,
+      G_OBJECT (account));
+}
+
+gboolean
+empathy_account_update_settings_finish (EmpathyAccount *account,
+  GAsyncResult *result, GError **error)
+{
+  if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (result),
+      error))
+    return FALSE;
+
+  g_return_val_if_fail (g_simple_async_result_is_valid (result,
+    G_OBJECT (account), empathy_account_update_settings_finish), FALSE);
+
+  return TRUE;
+}
+
+static void
+account_display_name_set_cb (TpProxy *proxy,
+    const GError *error,
+    gpointer user_data,
+    GObject *weak_object)
+{
+  GSimpleAsyncResult *result = user_data;
+
+  if (error != NULL)
+    g_simple_async_result_set_from_error (result, (GError *) error);
+
+  g_simple_async_result_complete (result);
+  g_object_unref (result);
+}
+
+void
+empathy_account_set_display_name_async (EmpathyAccount *account,
+    const char *display_name,
+    GAsyncReadyCallback callback,
+    gpointer user_data)
+{
+  GSimpleAsyncResult *result;
+  GValue value = {0, };
+  EmpathyAccountPriv *priv = GET_PRIV (account);
+
+  if (display_name == NULL)
+    {
+      g_simple_async_report_error_in_idle (G_OBJECT (account),
+          callback, user_data, G_IO_ERROR, G_IO_ERROR_INVALID_ARGUMENT,
+          _("Can't set an empty display name"));
+      return;
+    }
+
+  result = g_simple_async_result_new (G_OBJECT (account), callback,
+      user_data, empathy_account_set_display_name_finish);
+
+  g_value_init (&value, G_TYPE_STRING);
+  g_value_set_string (&value, display_name);
+
+  tp_cli_dbus_properties_call_set (priv->account, -1, TP_IFACE_ACCOUNT,
+      "DisplayName", &value, account_display_name_set_cb, result, NULL,
+      G_OBJECT (account));
+}
+
+gboolean
+empathy_account_set_display_name_finish (EmpathyAccount *account,
+    GAsyncResult *result, GError **error)
+{
+  if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (result),
+          error) ||
+      !g_simple_async_result_is_valid (result, G_OBJECT (account),
+          empathy_account_set_display_name_finish))
+    return FALSE;
+
+  return TRUE;
+}
+
+static void
+empathy_account_remove_cb (TpAccount *proxy,
+    const GError *error,
+    gpointer user_data,
+    GObject *weak_object)
+{
+  GSimpleAsyncResult *result = G_SIMPLE_ASYNC_RESULT (user_data);
+
+  if (error != NULL)
+    {
+      g_simple_async_result_set_from_error (result, (GError *) error);
+    }
+
+  g_simple_async_result_complete (result);
+  g_object_unref (G_OBJECT (result));
+}
+
+void
+empathy_account_remove_async (EmpathyAccount *account,
+  GAsyncReadyCallback callback, gpointer user_data)
+{
+  EmpathyAccountPriv *priv = GET_PRIV (account);
+  GSimpleAsyncResult *result = g_simple_async_result_new (G_OBJECT (account),
+      callback, user_data, empathy_account_remove_finish);
+
+  tp_cli_account_call_remove (priv->account,
+      -1,
+      empathy_account_remove_cb,
+      result,
+      NULL,
+      G_OBJECT (account));
+}
+
+gboolean
+empathy_account_remove_finish (EmpathyAccount *account,
+  GAsyncResult *result, GError **error)
+{
+  if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (result),
+      error))
+    return FALSE;
+
+  g_return_val_if_fail (g_simple_async_result_is_valid (result,
+    G_OBJECT (account), empathy_account_update_settings_finish), FALSE);
+
+  return TRUE;
+}
+
index 75babd826c0c2979cae11f0a767d3e43cf8929e5..67939d748860a63f42b1ce6d7731ec74dbd17552 100644 (file)
@@ -22,9 +22,9 @@
 #define __EMPATHY_ACCOUNT_H__
 
 #include <glib-object.h>
+#include <gio/gio.h>
 
 #include <telepathy-glib/connection.h>
-#include <libmissioncontrol/mc-profile.h>
 
 G_BEGIN_DECLS
 
@@ -61,33 +61,43 @@ TpConnection *empathy_account_get_connection (EmpathyAccount *account);
 const gchar *empathy_account_get_unique_name (EmpathyAccount *account);
 const gchar *empathy_account_get_display_name (EmpathyAccount *account);
 
+const gchar *empathy_account_get_connection_manager (EmpathyAccount *account);
+const gchar *empathy_account_get_protocol (EmpathyAccount *account);
+const gchar *empathy_account_get_icon_name (EmpathyAccount *account);
+
 void empathy_account_set_enabled (EmpathyAccount *account,
   gboolean enabled);
 gboolean empathy_account_is_enabled (EmpathyAccount *account);
 
-void empathy_account_unset_param (EmpathyAccount *account, const gchar *param);
-gchar *empathy_account_get_param_string (EmpathyAccount *account,
-    const gchar *param);
-gint empathy_account_get_param_int (EmpathyAccount *account,
-    const gchar *param);
-gboolean empathy_account_get_param_boolean (EmpathyAccount *account,
-    const gchar *param);
-
-void empathy_account_set_param_string (EmpathyAccount *account,
-    const gchar *param, const gchar *value);
-void empathy_account_set_param_int (EmpathyAccount *account,
-    const gchar *param, gint value);
-void empathy_account_set_param_boolean (EmpathyAccount *account,
-    const gchar *param, gboolean value);
-
 gboolean empathy_account_is_valid (EmpathyAccount *account);
+gboolean empathy_account_is_ready (EmpathyAccount *account);
+
+void empathy_account_update_settings_async (EmpathyAccount *account,
+  GHashTable *parameters, const gchar **unset_parameters,
+  GAsyncReadyCallback callback, gpointer user_data);
+
+gboolean empathy_account_update_settings_finish (EmpathyAccount *account,
+  GAsyncResult *result, GError **error);
+
+void empathy_account_remove_async (EmpathyAccount *account,
+  GAsyncReadyCallback callback, gpointer user_data);
+gboolean empathy_account_remove_finish (EmpathyAccount *account,
+  GAsyncResult *result, GError **error);
+
+void empathy_account_set_display_name_async (EmpathyAccount *account,
+    const gchar *display_name, GAsyncReadyCallback callback,
+    gpointer user_data);
+gboolean empathy_account_set_display_name_finish (EmpathyAccount *account,
+    GAsyncResult *result, GError **error);
+
+EmpathyAccount *empathy_account_new (TpDBusDaemon *bus_daemon,
+    const gchar *unique_name);
 
-void empathy_account_set_display_name (EmpathyAccount *account,
-    const gchar *display_name);
+void empathy_account_request_presence (EmpathyAccount *account,
+  TpConnectionPresenceType type, const gchar *status, const gchar *message);
 
+const GHashTable *empathy_account_get_parameters (EmpathyAccount *account);
 
-/* TODO remove McProfile */
-McProfile *empathy_account_get_profile (EmpathyAccount *account);
 
 G_END_DECLS
 
index f73c41e2eb683931f61f97dd0846b9f4cf67a282..39f950f868079db13e65b4837861d0cd7b443e35 100644 (file)
@@ -23,6 +23,7 @@
 #include <stdlib.h>
 
 #include <telepathy-glib/util.h>
+#include <telepathy-glib/interfaces.h>
 
 #include <telepathy-farsight/channel.h>
 #include <telepathy-farsight/stream.h>
index 940b5622014f1f0e2aa5287acfecacb20191fa42..7c3559e2f4de0814063b445ac791166081e1a83e 100644 (file)
@@ -30,6 +30,8 @@
 #include <libxml/parser.h>
 #include <libxml/tree.h>
 
+#include <telepathy-glib/interfaces.h>
+
 #include "empathy-tp-chat.h"
 #include "empathy-chatroom-manager.h"
 #include "empathy-account-manager.h"
@@ -221,7 +223,8 @@ chatroom_manager_parse_chatroom (EmpathyChatroomManager *manager,
                xmlFree (str);
        }
 
-       account = empathy_account_manager_lookup (priv->account_manager, account_id);
+       account = empathy_account_manager_get_account (priv->account_manager,
+               account_id);
        if (!account) {
                g_free (name);
                g_free (room);
@@ -234,7 +237,6 @@ chatroom_manager_parse_chatroom (EmpathyChatroomManager *manager,
        add_chatroom (manager, chatroom);
        g_signal_emit (manager, signals[CHATROOM_ADDED], 0, chatroom);
 
-       g_object_unref (account);
        g_free (name);
        g_free (room);
        g_free (account_id);
@@ -578,9 +580,8 @@ empathy_chatroom_manager_find (EmpathyChatroomManager *manager,
                this_account = empathy_chatroom_get_account (chatroom);
                this_room = empathy_chatroom_get_room (chatroom);
 
-               if (this_account && this_room &&
-                   empathy_account_equal (account, this_account) &&
-                   strcmp (this_room, room) == 0) {
+               if (this_account && this_room && account == this_account
+                               && strcmp (this_room, room) == 0) {
                        return chatroom;
                }
        }
@@ -609,8 +610,7 @@ empathy_chatroom_manager_get_chatrooms (EmpathyChatroomManager *manager,
 
                chatroom = l->data;
 
-               if (empathy_account_equal (account,
-                                         empathy_chatroom_get_account (chatroom))) {
+               if (account == empathy_chatroom_get_account (chatroom)) {
                        chatrooms = g_list_append (chatrooms, chatroom);
                }
        }
@@ -639,8 +639,7 @@ empathy_chatroom_manager_get_count (EmpathyChatroomManager *manager,
 
                chatroom = l->data;
 
-               if (empathy_account_equal (account,
-                                          empathy_chatroom_get_account (chatroom))) {
+               if (account == empathy_chatroom_get_account (chatroom)) {
                        count++;
                }
        }
@@ -705,8 +704,8 @@ chatroom_manager_observe_channel_cb (EmpathyDispatcher *dispatcher,
   chat = EMPATHY_TP_CHAT (
     empathy_dispatch_operation_get_channel_wrapper (operation));
   connection = empathy_tp_chat_get_connection (chat);
-  account = empathy_account_manager_get_account (priv->account_manager,
-      connection);
+  account = empathy_account_manager_get_account_for_connection (
+      priv->account_manager, connection);
 
   roomname = empathy_tp_chat_get_id (chat);
 
index b62d6ad77dcf1fcae2f245dcd612cf5b2b167033..33df9a3d688723c8d1f14f37566de1c6f0f00d61 100644 (file)
@@ -480,8 +480,7 @@ empathy_chatroom_equal (gconstpointer v1,
        room_a = empathy_chatroom_get_room (EMPATHY_CHATROOM (v1));
        room_b = empathy_chatroom_get_room (EMPATHY_CHATROOM (v2));
 
-       return empathy_account_equal (account_a, account_b) &&
-              !tp_strdiff (room_a, room_b);
+       return account_a == account_b && !tp_strdiff (room_a, room_b);
 }
 
 EmpathyTpChat *
diff --git a/libempathy/empathy-connection-managers.c b/libempathy/empathy-connection-managers.c
new file mode 100644 (file)
index 0000000..82699d3
--- /dev/null
@@ -0,0 +1,309 @@
+/*
+ * empathy-connection-managers.c - Source for EmpathyConnectionManagers
+ * Copyright (C) 2009 Collabora Ltd.
+ * @author Sjoerd Simons <sjoerd.simons@collabora.co.uk>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
+
+#include <stdio.h>
+#include <stdlib.h>
+
+#include <telepathy-glib/connection-manager.h>
+#include <telepathy-glib/util.h>
+
+#include "empathy-connection-managers.h"
+#include "empathy-utils.h"
+
+#define DEBUG_FLAG EMPATHY_DEBUG_OTHER
+#include <libempathy/empathy-debug.h>
+
+static GObject *managers = NULL;
+
+G_DEFINE_TYPE(EmpathyConnectionManagers, empathy_connection_managers,
+    G_TYPE_OBJECT)
+
+/* signal enum */
+enum
+{
+    UPDATED,
+    LAST_SIGNAL
+};
+
+static guint signals[LAST_SIGNAL] = {0};
+
+/* properties */
+enum {
+  PROP_READY = 1
+};
+
+#define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyConnectionManagers)
+
+
+/* private structure */
+typedef struct _EmpathyConnectionManagersPriv
+  EmpathyConnectionManagersPriv;
+
+struct _EmpathyConnectionManagersPriv
+{
+  gboolean dispose_has_run;
+  gboolean ready;
+
+  GList *cms;
+
+  TpDBusDaemon *dbus;
+};
+
+static void
+empathy_connection_managers_init (EmpathyConnectionManagers *obj)
+{
+  EmpathyConnectionManagersPriv *priv =
+    G_TYPE_INSTANCE_GET_PRIVATE ((obj), \
+      EMPATHY_TYPE_CONNECTION_MANAGERS, EmpathyConnectionManagersPriv);
+
+  obj->priv = priv;
+
+  priv->dbus = tp_dbus_daemon_dup (NULL);
+  g_assert (priv->dbus != NULL);
+
+  empathy_connection_managers_update (obj);
+
+  /* allocate any data required by the object here */
+}
+
+static void empathy_connection_managers_dispose (GObject *object);
+static void empathy_connection_managers_finalize (GObject *object);
+
+static GObject *
+empathy_connection_managers_constructor (GType type,
+                        guint n_construct_params,
+                        GObjectConstructParam *construct_params)
+{
+  if (managers != NULL)
+    return g_object_ref (managers);
+
+  managers =
+      G_OBJECT_CLASS (empathy_connection_managers_parent_class)->constructor
+          (type, n_construct_params, construct_params);
+
+  g_object_add_weak_pointer (managers, (gpointer) &managers);
+
+  return managers;
+}
+
+
+
+static void
+empathy_connection_managers_get_property (GObject *object,
+    guint prop_id,
+    GValue *value,
+    GParamSpec *pspec)
+{
+  EmpathyConnectionManagers *managers = EMPATHY_CONNECTION_MANAGERS (object);
+  EmpathyConnectionManagersPriv *priv = GET_PRIV (managers);
+
+  switch (prop_id)
+    {
+      case PROP_READY:
+        g_value_set_boolean (value, priv->ready);
+        break;
+      default:
+        G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
+        break;
+    }
+}
+
+static void
+empathy_connection_managers_class_init (
+    EmpathyConnectionManagersClass *empathy_connection_managers_class)
+{
+  GObjectClass *object_class =
+      G_OBJECT_CLASS (empathy_connection_managers_class);
+
+  g_type_class_add_private (empathy_connection_managers_class, sizeof
+      (EmpathyConnectionManagersPriv));
+
+  object_class->constructor = empathy_connection_managers_constructor;
+  object_class->dispose = empathy_connection_managers_dispose;
+  object_class->finalize = empathy_connection_managers_finalize;
+  object_class->get_property = empathy_connection_managers_get_property;
+
+  g_object_class_install_property (object_class, PROP_READY,
+    g_param_spec_boolean ("ready",
+      "Ready",
+      "Whether the connection manager information is ready to be used",
+      FALSE,
+      G_PARAM_STATIC_STRINGS | G_PARAM_READABLE));
+
+  signals[UPDATED] = g_signal_new ("updated",
+    G_TYPE_FROM_CLASS (object_class),
+    G_SIGNAL_RUN_LAST,
+    0, NULL, NULL,
+    g_cclosure_marshal_VOID__VOID,
+    G_TYPE_NONE, 0);
+}
+
+static void
+empathy_connection_managers_free_cm_list (EmpathyConnectionManagers *self)
+{
+  EmpathyConnectionManagersPriv *priv = GET_PRIV (self);
+  GList *l;
+
+  for (l = priv->cms ; l != NULL ; l = g_list_next (l))
+    {
+      g_object_unref (l->data);
+    }
+  g_list_free (priv->cms);
+
+  priv->cms = NULL;
+}
+
+static void
+empathy_connection_managers_dispose (GObject *object)
+{
+  EmpathyConnectionManagers *self = EMPATHY_CONNECTION_MANAGERS (object);
+  EmpathyConnectionManagersPriv *priv = GET_PRIV (self);
+
+  if (priv->dispose_has_run)
+    return;
+
+  priv->dispose_has_run = TRUE;
+
+  if (priv->dbus != NULL)
+    g_object_unref (priv->dbus);
+  priv->dbus = NULL;
+
+  empathy_connection_managers_free_cm_list (self);
+
+  /* release any references held by the object here */
+
+  if (G_OBJECT_CLASS (empathy_connection_managers_parent_class)->dispose)
+    G_OBJECT_CLASS (empathy_connection_managers_parent_class)->dispose (object);
+}
+
+void
+empathy_connection_managers_finalize (GObject *object)
+{
+#if 0
+  EmpathyConnectionManagers *self = EMPATHY_CONNECTION_MANAGERS (object);
+  EmpathyConnectionManagersPriv *priv =
+    EMPATHY_CONNECTION_MANAGERS_GET_PRIVATE (self);
+
+  /* free any data held directly by the object here */
+
+  G_OBJECT_CLASS (empathy_connection_managers_parent_class)->finalize (object);
+#endif
+}
+
+EmpathyConnectionManagers *
+empathy_connection_managers_dup_singleton (void)
+{
+  return EMPATHY_CONNECTION_MANAGERS (
+      g_object_new (EMPATHY_TYPE_CONNECTION_MANAGERS, NULL));
+}
+
+gboolean
+empathy_connection_managers_is_ready (EmpathyConnectionManagers *managers)
+{
+  EmpathyConnectionManagersPriv *priv = GET_PRIV (managers);
+  return priv->ready;
+}
+
+static void
+empathy_connection_managers_listed_cb (TpConnectionManager * const *cms,
+    gsize n_cms,
+    const GError *error,
+    gpointer user_data,
+    GObject *weak_object)
+{
+  EmpathyConnectionManagers *self =
+    EMPATHY_CONNECTION_MANAGERS (weak_object);
+  EmpathyConnectionManagersPriv *priv = GET_PRIV (self);
+  TpConnectionManager * const *iter;
+
+  empathy_connection_managers_free_cm_list (self);
+
+  if (error != NULL)
+    {
+      DEBUG ("Failed to get connection managers: %s", error->message);
+      goto out;
+    }
+
+  for (iter = cms ; iter != NULL && *iter != NULL; iter++)
+    {
+      /* only list cms that didn't hit errors */
+      if (tp_connection_manager_is_ready (*iter))
+        priv->cms = g_list_prepend (priv->cms, g_object_ref (*iter));
+    }
+
+out:
+  g_object_ref (weak_object);
+  if (!priv->ready)
+    {
+      priv->ready = TRUE;
+      g_object_notify (weak_object, "ready");
+    }
+  g_signal_emit (weak_object, signals[UPDATED], 0);
+  g_object_unref (weak_object);
+}
+
+void
+empathy_connection_managers_update (EmpathyConnectionManagers *managers)
+{
+  EmpathyConnectionManagersPriv *priv = GET_PRIV (managers);
+
+  tp_list_connection_managers (priv->dbus,
+    empathy_connection_managers_listed_cb,
+    NULL, NULL, G_OBJECT (managers));
+}
+
+GList *
+empathy_connection_managers_get_cms (EmpathyConnectionManagers *managers)
+{
+  EmpathyConnectionManagersPriv *priv = GET_PRIV (managers);
+
+  return priv->cms;
+}
+
+TpConnectionManager *
+empathy_connection_managers_get_cm (EmpathyConnectionManagers *managers,
+  const gchar *cm)
+{
+  EmpathyConnectionManagersPriv *priv = GET_PRIV (managers);
+  GList *l;
+
+  for (l = priv->cms ; l != NULL; l = g_list_next (l))
+    {
+      TpConnectionManager *c = TP_CONNECTION_MANAGER (l->data);
+
+      if (!tp_strdiff (c->name, cm))
+        return c;
+    }
+
+  return NULL;
+}
+
+guint
+empathy_connection_managers_get_cms_num (EmpathyConnectionManagers *managers)
+{
+  EmpathyConnectionManagersPriv *priv;
+
+  g_return_val_if_fail (EMPATHY_IS_CONNECTION_MANAGERS (managers), 0);
+
+  priv = GET_PRIV (managers);
+
+  return g_list_length (priv->cms);
+}
diff --git a/libempathy/empathy-connection-managers.h b/libempathy/empathy-connection-managers.h
new file mode 100644 (file)
index 0000000..17289d3
--- /dev/null
@@ -0,0 +1,77 @@
+/*
+ * empathy-connection-managers.h - Header for EmpathyConnectionManagers
+ * Copyright (C) 2009 Collabora Ltd.
+ * @author Sjoerd Simons <sjoerd.simons@collabora.co.uk>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
+#ifndef __EMPATHY_CONNECTION_MANAGERS_H__
+#define __EMPATHY_CONNECTION_MANAGERS_H__
+
+#include <glib-object.h>
+
+#include <telepathy-glib/connection-manager.h>
+
+G_BEGIN_DECLS
+
+typedef struct _EmpathyConnectionManagers EmpathyConnectionManagers;
+typedef struct _EmpathyConnectionManagersClass EmpathyConnectionManagersClass;
+
+struct _EmpathyConnectionManagersClass {
+    GObjectClass parent_class;
+};
+
+struct _EmpathyConnectionManagers {
+    GObject parent;
+    gpointer priv;
+};
+
+GType empathy_connection_managers_get_type (void);
+
+/* TYPE MACROS */
+#define EMPATHY_TYPE_CONNECTION_MANAGERS \
+  (empathy_connection_managers_get_type ())
+#define EMPATHY_CONNECTION_MANAGERS(obj) \
+  (G_TYPE_CHECK_INSTANCE_CAST((obj), EMPATHY_TYPE_CONNECTION_MANAGERS, \
+    EmpathyConnectionManagers))
+#define EMPATHY_CONNECTION_MANAGERS_CLASS(klass) \
+  (G_TYPE_CHECK_CLASS_CAST((klass), EMPATHY_TYPE_CONNECTION_MANAGERS, \
+    EmpathyConnectionManagersClass))
+#define EMPATHY_IS_CONNECTION_MANAGERS(obj) \
+  (G_TYPE_CHECK_INSTANCE_TYPE((obj), EMPATHY_TYPE_CONNECTION_MANAGERS))
+#define EMPATHY_IS_CONNECTION_MANAGERS_CLASS(klass) \
+  (G_TYPE_CHECK_CLASS_TYPE((klass), EMPATHY_TYPE_CONNECTION_MANAGERS))
+#define EMPATHY_CONNECTION_MANAGERS_GET_CLASS(obj) \
+  (G_TYPE_INSTANCE_GET_CLASS ((obj), EMPATHY_TYPE_CONNECTION_MANAGERS, \
+    EmpathyConnectionManagersClass))
+
+EmpathyConnectionManagers *empathy_connection_managers_dup_singleton (void);
+gboolean empathy_connection_managers_is_ready (
+    EmpathyConnectionManagers *managers);
+
+void empathy_connection_managers_update (EmpathyConnectionManagers *managers);
+
+GList * empathy_connection_managers_get_cms (
+    EmpathyConnectionManagers *managers);
+guint empathy_connection_managers_get_cms_num
+    (EmpathyConnectionManagers *managers);
+
+TpConnectionManager *empathy_connection_managers_get_cm (
+  EmpathyConnectionManagers *managers, const gchar *cm);
+
+G_END_DECLS
+
+#endif /* #ifndef __EMPATHY_CONNECTION_MANAGERS_H__*/
index c82ecd46714a2580715430107dfeea1348b331b2..bbce927b7a9843843d71760f175804d9d760bf94 100644 (file)
@@ -570,7 +570,8 @@ empathy_contact_get_account (EmpathyContact *contact)
       /* FIXME: This assume the account manager already exists */
       manager = empathy_account_manager_dup_singleton ();
       connection = tp_contact_get_connection (priv->tp_contact);
-      priv->account = empathy_account_manager_get_account (manager, connection);
+      priv->account = empathy_account_manager_get_account_for_connection (
+          manager, connection);
       g_object_ref (priv->account);
       g_object_unref (manager);
     }
index b51df95fa71e1937fd47da417ac7dfc7dabc16da..03f5fc1b81c1fb35ffc95dac15d9a759162f597f 100644 (file)
@@ -19,6 +19,9 @@
  *          Cosimo Cecchi <cosimo.cecchi@collabora.co.uk>
  */
 
+#define DISPATCHER_BUS_NAME TP_CLIENT_BUS_NAME_BASE "Empathy"
+#define DISPATCHER_OBJECT_PATH TP_CLIENT_OBJECT_PATH_BASE "Empathy"
+
 #include <config.h>
 
 #include <string.h>
 #include <telepathy-glib/dbus.h>
 #include <telepathy-glib/proxy-subclass.h>
 #include <telepathy-glib/gtypes.h>
-
-#include <libmissioncontrol/mission-control.h>
+#include <telepathy-glib/defs.h>
+#include <telepathy-glib/svc-client.h>
+#include <telepathy-glib/svc-generic.h>
+#include <telepathy-glib/interfaces.h>
 
 #include <extensions/extensions.h>
 
@@ -51,7 +56,6 @@
 typedef struct
 {
   EmpathyAccountManager *account_manager;
-  MissionControl *mc;
   /* connection to connection data mapping */
   GHashTable *connections;
   GHashTable *outstanding_classes_requests;
@@ -64,7 +68,30 @@ typedef struct
   GHashTable *request_channel_class_async_ids;
 } EmpathyDispatcherPriv;
 
-G_DEFINE_TYPE (EmpathyDispatcher, empathy_dispatcher, G_TYPE_OBJECT);
+static void empathy_dispatcher_client_handler_iface_init (gpointer g_iface,
+  gpointer g_iface_data);
+
+G_DEFINE_TYPE_WITH_CODE (EmpathyDispatcher,
+    empathy_dispatcher,
+    G_TYPE_OBJECT,
+    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_DBUS_PROPERTIES,
+      tp_dbus_properties_mixin_iface_init);
+    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CLIENT, NULL);
+    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CLIENT_HANDLER,
+      empathy_dispatcher_client_handler_iface_init);
+  );
+
+static const gchar *empathy_displatcher_interfaces[] = {
+  TP_IFACE_CLIENT_HANDLER,
+  NULL
+};
+
+enum
+{
+  PROP_INTERFACES = 1,
+  PROP_CHANNEL_FILTER,
+  PROP_CHANNELS
+};
 
 enum
 {
@@ -638,30 +665,11 @@ dispatcher_connection_new_channel (EmpathyDispatcher *dispatcher,
 }
 
 static void
-dispatcher_connection_new_channel_cb (TpConnection *connection,
-                                      const gchar *object_path,
-                                      const gchar  *channel_type,
-                                      guint handle_type,
-                                      guint handle,
-                                      gboolean suppress_handler,
-                                      gpointer user_data,
-                                      GObject *object)
-{
-  EmpathyDispatcher *dispatcher = EMPATHY_DISPATCHER (object);
-
-  /* Empathy heavily abuses surpress handler (don't try this at home), if
-   * surpress handler is true then it is an outgoing channel, which is
-   * requested either by us or some other party (like the megaphone applet).
-   * Otherwise it's an incoming channel */
-  dispatcher_connection_new_channel (dispatcher, connection,
-    object_path, channel_type, handle_type, handle, NULL, !suppress_handler);
-}
-
-static void
-dispatcher_connection_new_channel_with_properties (EmpathyDispatcher *dispatcher,
-                                                   TpConnection *connection,
-                                                   const gchar *object_path,
-                                                   GHashTable *properties)
+dispatcher_connection_new_channel_with_properties (
+    EmpathyDispatcher *dispatcher,
+    TpConnection *connection,
+    const gchar *object_path,
+    GHashTable *properties)
 {
   const gchar *channel_type;
   guint handle_type;
@@ -701,36 +709,13 @@ dispatcher_connection_new_channel_with_properties (EmpathyDispatcher *dispatcher
   if (!valid)
     {
       g_message ("%s had an invalid Requested property", object_path);
-      return;
+      requested = FALSE;
     }
 
   dispatcher_connection_new_channel (dispatcher, connection,
     object_path, channel_type, handle_type, handle, properties, !requested);
 }
 
-static void
-dispatcher_connection_new_channels_cb (TpConnection *connection,
-                                       const GPtrArray *channels,
-                                       gpointer user_data,
-                                       GObject *object)
-{
-  EmpathyDispatcher *dispatcher = EMPATHY_DISPATCHER (object);
-  int i;
-
-  for (i = 0; i < channels->len ; i++)
-    {
-      GValueArray *arr = g_ptr_array_index (channels, i);
-      const gchar *object_path;
-      GHashTable *properties;
-
-      object_path = g_value_get_boxed (g_value_array_get_nth (arr, 0));
-      properties = g_value_get_boxed (g_value_array_get_nth (arr, 1));
-
-      dispatcher_connection_new_channel_with_properties (dispatcher,
-        connection, object_path, properties);
-    }
-}
-
 static void
 dispatcher_connection_got_all (TpProxy *proxy,
                                GHashTable *properties,
@@ -740,7 +725,6 @@ dispatcher_connection_got_all (TpProxy *proxy,
 {
   EmpathyDispatcher *dispatcher = EMPATHY_DISPATCHER (object);
   EmpathyDispatcherPriv *priv = GET_PRIV (dispatcher);
-  GPtrArray *channels;
   GPtrArray *requestable_channels;
 
   if (error) {
@@ -748,15 +732,6 @@ dispatcher_connection_got_all (TpProxy *proxy,
     return;
   }
 
-  channels = tp_asv_get_boxed (properties, "Channels",
-    TP_ARRAY_TYPE_CHANNEL_DETAILS_LIST);
-
-  if (channels == NULL)
-    DEBUG ("No Channels property !?! on connection");
-  else
-    dispatcher_connection_new_channels_cb (TP_CONNECTION (proxy),
-      channels, NULL, object);
-
   requestable_channels = tp_asv_get_boxed (properties,
     "RequestableChannelClasses", TP_ARRAY_TYPE_REQUESTABLE_CHANNEL_CLASS_LIST);
 
@@ -797,38 +772,6 @@ dispatcher_connection_got_all (TpProxy *proxy,
     }
 }
 
-static void
-dispatcher_connection_list_channels_cb (TpConnection    *connection,
-                                        const GPtrArray *channels,
-                                        const GError    *error,
-                                        gpointer         user_data,
-                                        GObject         *dispatcher)
-{
-  int i;
-
-  if (error)
-    {
-      DEBUG ("Error: %s", error->message);
-      return;
-    }
-
-  for (i = 0; i < channels->len; i++)
-    {
-      GValueArray *values;
-
-      values = g_ptr_array_index (channels, i);
-      /* We don't have any extra info, so assume already existing channels are
-       * incoming... */
-      dispatcher_connection_new_channel (EMPATHY_DISPATCHER (dispatcher),
-        connection,
-        g_value_get_boxed (g_value_array_get_nth (values, 0)),
-        g_value_get_string (g_value_array_get_nth (values, 1)),
-        g_value_get_uint (g_value_array_get_nth (values, 2)),
-        g_value_get_uint (g_value_array_get_nth (values, 3)),
-        NULL, TRUE);
-    }
-}
-
 static void
 dispatcher_connection_advertise_capabilities_cb (TpConnection    *connection,
                                                  const GPtrArray *capabilities,
@@ -863,26 +806,11 @@ dispatcher_new_connection_cb (EmpathyAccountManager *manager,
   if (tp_proxy_has_interface_by_id (TP_PROXY (connection),
       TP_IFACE_QUARK_CONNECTION_INTERFACE_REQUESTS))
     {
-      tp_cli_connection_interface_requests_connect_to_new_channels (connection,
-        dispatcher_connection_new_channels_cb,
-        NULL, NULL, G_OBJECT (dispatcher), NULL);
-
       tp_cli_dbus_properties_call_get_all (connection, -1,
         TP_IFACE_CONNECTION_INTERFACE_REQUESTS,
         dispatcher_connection_got_all,
         NULL, NULL, G_OBJECT (dispatcher));
     }
-  else
-    {
-      tp_cli_connection_connect_to_new_channel (connection,
-        dispatcher_connection_new_channel_cb,
-        NULL, NULL, G_OBJECT (dispatcher), NULL);
-
-      tp_cli_connection_call_list_channels (connection, -1,
-        dispatcher_connection_list_channels_cb, NULL, NULL,
-        G_OBJECT (dispatcher));
-
-    }
 
   /* Advertise VoIP capabilities */
   capabilities = g_ptr_array_sized_new (1);
@@ -924,19 +852,25 @@ dispatcher_constructor (GType type,
                         GObjectConstructParam *construct_params)
 {
   GObject *retval;
+  TpDBusDaemon *dbus;
 
-  if (dispatcher == NULL)
-    {
-      retval = G_OBJECT_CLASS (empathy_dispatcher_parent_class)->constructor
-          (type, n_construct_params, construct_params);
+  if (dispatcher != NULL)
+    return g_object_ref (dispatcher);
 
-      dispatcher = EMPATHY_DISPATCHER (retval);
-      g_object_add_weak_pointer (retval, (gpointer) &dispatcher);
-    }
-  else
-    {
-      retval = g_object_ref (dispatcher);
-    }
+  retval = G_OBJECT_CLASS (empathy_dispatcher_parent_class)->constructor
+    (type, n_construct_params, construct_params);
+
+  dispatcher = EMPATHY_DISPATCHER (retval);
+  g_object_add_weak_pointer (retval, (gpointer) &dispatcher);
+
+  dbus = tp_dbus_daemon_dup (NULL);
+
+  g_assert (tp_dbus_daemon_request_name (dbus,
+    DISPATCHER_BUS_NAME, TRUE, NULL));
+  dbus_g_connection_register_g_object (tp_get_bus (),
+    DISPATCHER_OBJECT_PATH, retval);
+
+  DEBUG ("Registering at '%s'", DISPATCHER_OBJECT_PATH);
 
   return retval;
 }
@@ -983,20 +917,113 @@ dispatcher_finalize (GObject *object)
     }
 
   g_object_unref (priv->account_manager);
-  g_object_unref (priv->mc);
 
   g_hash_table_destroy (priv->connections);
   g_hash_table_destroy (priv->outstanding_classes_requests);
 }
 
+static void
+dispatcher_get_property (GObject *object,
+  guint property_id,
+  GValue *value,
+  GParamSpec *pspec)
+{
+  EmpathyDispatcher *dispatcher = EMPATHY_DISPATCHER (object);
+  EmpathyDispatcherPriv *priv = GET_PRIV (dispatcher);
+
+  switch (property_id)
+    {
+      case PROP_INTERFACES:
+        g_value_set_boxed (value, empathy_displatcher_interfaces);
+        break;
+      case PROP_CHANNEL_FILTER:
+        {
+          GPtrArray *filters = g_ptr_array_new ();
+          GHashTable *filter = g_hash_table_new (NULL, NULL);
+
+          g_ptr_array_add (filters, filter);
+
+          g_value_set_boxed (value, filters);
+          break;
+        }
+      case PROP_CHANNELS:
+        {
+          GPtrArray *accounts;
+          GList *l;
+
+          accounts = g_ptr_array_new ();
+
+          for (l = priv->channels; l != NULL; l = g_list_next (l))
+            {
+              TpProxy *channel = TP_PROXY (l->data);
+
+              g_ptr_array_add (accounts,
+                g_strdup (tp_proxy_get_object_path (channel)));
+            }
+
+          g_value_set_boxed (value, accounts);
+          break;
+        }
+      default:
+        G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+        break;
+    }
+}
+
 static void
 empathy_dispatcher_class_init (EmpathyDispatcherClass *klass)
 {
   GObjectClass *object_class = G_OBJECT_CLASS (klass);
+  GParamSpec *param_spec;
+
+  static TpDBusPropertiesMixinPropImpl client_props[] = {
+    { "Interfaces", "interfaces", NULL },
+    { NULL }
+  };
+  static TpDBusPropertiesMixinPropImpl client_handler_props[] = {
+    { "HandlerChannelFilter", "channel-filter", NULL },
+    { "HandledChannels", "channels", NULL },
+    { NULL }
+  };
+  static TpDBusPropertiesMixinIfaceImpl prop_interfaces[] = {
+    { TP_IFACE_CLIENT,
+      tp_dbus_properties_mixin_getter_gobject_properties,
+      NULL,
+      client_props
+    },
+    { TP_IFACE_CLIENT_HANDLER,
+      tp_dbus_properties_mixin_getter_gobject_properties,
+      NULL,
+      client_handler_props
+    },
+    { NULL }
+  };
 
   object_class->finalize = dispatcher_finalize;
   object_class->constructor = dispatcher_constructor;
 
+  object_class->get_property = dispatcher_get_property;
+
+  param_spec = g_param_spec_boxed ("interfaces", "interfaces",
+    "Available D-Bus interfaces",
+    G_TYPE_STRV,
+    G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+  g_object_class_install_property (object_class, PROP_INTERFACES, param_spec);
+
+  param_spec = g_param_spec_boxed ("channel-filter", "channel-filter",
+    "Filter for channels this handles",
+    TP_ARRAY_TYPE_CHANNEL_CLASS_LIST,
+    G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+  g_object_class_install_property (object_class,
+    PROP_CHANNEL_FILTER, param_spec);
+
+  param_spec = g_param_spec_boxed ("channels", "channels",
+    "List of channels we're handling",
+    EMPATHY_ARRAY_TYPE_OBJECT,
+    G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
+  g_object_class_install_property (object_class,
+    PROP_CHANNELS, param_spec);
+
   signals[OBSERVE] =
     g_signal_new ("observe",
       G_TYPE_FROM_CLASS (klass),
@@ -1027,8 +1054,12 @@ empathy_dispatcher_class_init (EmpathyDispatcherClass *klass)
       G_TYPE_NONE,
       1, EMPATHY_TYPE_DISPATCH_OPERATION);
 
+
   g_type_class_add_private (object_class, sizeof (EmpathyDispatcherPriv));
 
+  klass->dbus_props_class.interfaces = prop_interfaces;
+  tp_dbus_properties_mixin_class_init (object_class,
+    G_STRUCT_OFFSET (EmpathyDispatcherClass, dbus_props_class));
 }
 
 static void
@@ -1039,7 +1070,6 @@ empathy_dispatcher_init (EmpathyDispatcher *dispatcher)
     EMPATHY_TYPE_DISPATCHER, EmpathyDispatcherPriv);
 
   dispatcher->priv = priv;
-  priv->mc = empathy_mission_control_dup_singleton ();
   priv->account_manager = empathy_account_manager_dup_singleton ();
 
   g_signal_connect (priv->account_manager, "new-connection",
@@ -1753,3 +1783,54 @@ empathy_dispatcher_find_requestable_channel_classes_async
   g_hash_table_insert (priv->request_channel_class_async_ids,
     request, GUINT_TO_POINTER (source_id));
 }
+
+static void
+empathy_dispatcher_handle_channels (TpSvcClientHandler *self,
+    const gchar *account_path,
+    const gchar *connection_path,
+    const GPtrArray *channels,
+    const GPtrArray *requests_satisfied,
+    guint64 timestamp,
+    GHashTable *handler_info,
+    DBusGMethodInvocation *context)
+{
+  EmpathyDispatcher *dispatcher = EMPATHY_DISPATCHER (self);
+  EmpathyDispatcherPriv *priv = GET_PRIV (dispatcher);
+  int i;
+  EmpathyAccount *account;
+  TpConnection *connection;
+
+  account = empathy_account_manager_get_account (priv->account_manager,
+    account_path);
+  /* FIXME */
+  g_assert (account != NULL);
+
+  connection = empathy_account_get_connection (account);
+  /* FIXME */
+  g_assert (connection != NULL);
+
+  for (i = 0; i < channels->len ; i++)
+    {
+      GValueArray *arr = g_ptr_array_index (channels, i);
+      const gchar *object_path;
+      GHashTable *properties;
+
+      object_path = g_value_get_boxed (g_value_array_get_nth (arr, 0));
+      properties = g_value_get_boxed (g_value_array_get_nth (arr, 1));
+
+      dispatcher_connection_new_channel_with_properties (dispatcher,
+        connection, object_path, properties);
+    }
+
+  tp_svc_client_handler_return_from_handle_channels (context);
+}
+
+static void
+empathy_dispatcher_client_handler_iface_init (gpointer g_iface,
+  gpointer g_iface_data)
+{
+  TpSvcClientHandlerClass *klass = (TpSvcClientHandlerClass *) g_iface;
+
+  tp_svc_client_handler_implement_handle_channels (klass,
+    empathy_dispatcher_handle_channels);
+}
index d6c83f6c156e5acdeb7e5ca0f6bea44f4e96ee36..41a1430fb9996fdb50e42938793c64d8772575f9 100644 (file)
@@ -26,6 +26,7 @@
 #include <gio/gio.h>
 
 #include <telepathy-glib/channel.h>
+#include <telepathy-glib/dbus-properties-mixin.h>
 
 #include "empathy-contact.h"
 #include "empathy-dispatch-operation.h"
@@ -51,6 +52,7 @@ struct _EmpathyDispatcher
 struct _EmpathyDispatcherClass
 {
  GObjectClass parent_class;
+ TpDBusPropertiesMixinClass dbus_props_class;
 };
 
 /* Will be called when the channel is ready for dispatching. The requestor
index d24467b24e329c87be2143d4e9ef1d612b698493..b05da94aa7c942a8e06b16b31ad8e686f4e1d8e6 100644 (file)
@@ -25,6 +25,7 @@
 #include <glib/gi18n.h>
 #include <telepathy-glib/util.h>
 #include <telepathy-glib/dbus.h>
+#include <telepathy-glib/interfaces.h>
 
 #include "empathy-ft-handler.h"
 #include "empathy-tp-contact-factory.h"
index 5d2fa2bdc9833e1e00e1a2c44ea461fb3dfadda2..b77dd0732d6c2e659ca751646e83eb8408655884 100644 (file)
@@ -31,8 +31,8 @@
 
 #include <telepathy-glib/dbus.h>
 #include <telepathy-glib/util.h>
-#include <libmissioncontrol/mc-enum-types.h>
 
+#include "empathy-account-manager.h"
 #include "empathy-idle.h"
 #include "empathy-utils.h"
 
@@ -44,7 +44,6 @@
 
 #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyIdle)
 typedef struct {
-       MissionControl *mc;
        DBusGProxy     *gs_proxy;
 #ifdef HAVE_NM
        NMClient       *nm_client;
@@ -63,6 +62,8 @@ typedef struct {
        gboolean        is_idle;
        gboolean        nm_connected;
        guint           ext_away_timeout;
+
+       EmpathyAccountManager *manager;
 } EmpathyIdlePriv;
 
 typedef enum {
@@ -87,9 +88,10 @@ G_DEFINE_TYPE (EmpathyIdle, empathy_idle, G_TYPE_OBJECT);
 static EmpathyIdle * idle_singleton = NULL;
 
 static void
-idle_presence_changed_cb (MissionControl *mc,
+idle_presence_changed_cb (EmpathyAccountManager *manager,
                          TpConnectionPresenceType state,
                          gchar          *status,
+                         gchar          *status_message,
                          EmpathyIdle    *idle)
 {
        EmpathyIdlePriv *priv;
@@ -290,12 +292,14 @@ idle_finalize (GObject *object)
        priv = GET_PRIV (object);
 
        g_free (priv->status);
-       g_object_unref (priv->mc);
 
        if (priv->gs_proxy) {
                g_object_unref (priv->gs_proxy);
        }
 
+       if (priv->manager != NULL)
+               g_object_unref (priv->manager);
+
 #ifdef HAVE_NM
        if (priv->nm_client) {
                g_object_unref (priv->nm_client);
@@ -446,67 +450,22 @@ empathy_idle_class_init (EmpathyIdleClass *klass)
        g_type_class_add_private (object_class, sizeof (EmpathyIdlePriv));
 }
 
-static TpConnectionPresenceType
-empathy_idle_get_actual_presence (EmpathyIdle *idle, GError **error)
-{
-       McPresence presence;
-       EmpathyIdlePriv *priv = GET_PRIV (idle);
-
-       presence = mission_control_get_presence_actual (priv->mc, error);
-
-       switch (presence) {
-       case MC_PRESENCE_OFFLINE:
-               return TP_CONNECTION_PRESENCE_TYPE_OFFLINE;
-       case MC_PRESENCE_AVAILABLE:
-               return TP_CONNECTION_PRESENCE_TYPE_AVAILABLE;
-       case MC_PRESENCE_AWAY:
-               return TP_CONNECTION_PRESENCE_TYPE_AWAY;
-       case MC_PRESENCE_EXTENDED_AWAY:
-               return TP_CONNECTION_PRESENCE_TYPE_EXTENDED_AWAY;
-       case MC_PRESENCE_HIDDEN:
-               return TP_CONNECTION_PRESENCE_TYPE_HIDDEN;
-       case MC_PRESENCE_DO_NOT_DISTURB:
-               return TP_CONNECTION_PRESENCE_TYPE_BUSY;
-       default:
-               return TP_CONNECTION_PRESENCE_TYPE_OFFLINE;
-       }
-}
-
 static void
 empathy_idle_init (EmpathyIdle *idle)
 {
-       GError          *error = NULL;
        EmpathyIdlePriv *priv = G_TYPE_INSTANCE_GET_PRIVATE (idle,
                EMPATHY_TYPE_IDLE, EmpathyIdlePriv);
 
        idle->priv = priv;
        priv->is_idle = FALSE;
-       priv->mc = empathy_mission_control_dup_singleton ();
-       priv->state = empathy_idle_get_actual_presence (idle, &error);
-       if (error) {
-               DEBUG ("Error getting actual presence: %s", error->message);
-
-               /* Fallback to OFFLINE as that's what mission_control_get_presence_actual
-               does. This also ensure to always display the status icon (there is no
-               unset presence icon). */
-               priv->state = TP_CONNECTION_PRESENCE_TYPE_OFFLINE;
-               g_clear_error (&error);
-       }
-       priv->status = mission_control_get_presence_message_actual (priv->mc, &error);
-       if (error || EMP_STR_EMPTY (priv->status)) {
-               g_free (priv->status);
-               priv->status = NULL;
-
-               if (error) {
-                       DEBUG ("Error getting actual presence message: %s", error->message);
-                       g_clear_error (&error);
-               }
-       }
 
-       dbus_g_proxy_connect_signal (DBUS_G_PROXY (priv->mc),
-                                    "PresenceChanged",
-                                    G_CALLBACK (idle_presence_changed_cb),
-                                    idle, NULL);
+       priv->manager = empathy_account_manager_dup_singleton ();
+       priv->state = empathy_account_manager_get_global_presence (priv->manager,
+               NULL, &priv->status);
+
+
+       g_signal_connect (priv->manager, "global-presence-changed",
+               G_CALLBACK (idle_presence_changed_cb), idle);
 
        priv->gs_proxy = dbus_g_proxy_new_for_name (tp_get_bus (),
                                                    "org.gnome.SessionManager",
@@ -614,36 +573,31 @@ empathy_idle_set_flash_state (EmpathyIdle *idle,
 
 static void
 empathy_idle_do_set_presence (EmpathyIdle *idle,
-                          TpConnectionPresenceType   state,
-                          const gchar *status)
+                          TpConnectionPresenceType status_type,
+                          const gchar *status_message)
 {
-       McPresence mc_state = MC_PRESENCE_UNSET;
        EmpathyIdlePriv *priv = GET_PRIV (idle);
+       const gchar *statuses[NUM_TP_CONNECTION_PRESENCE_TYPES] = {
+               NULL,
+               "offline",
+               "available",
+               "away",
+               "xa",
+               "hidden",
+               "busy",
+               NULL,
+               NULL,
+       };
+       const gchar *status;
 
-       switch (state) {
-               case TP_CONNECTION_PRESENCE_TYPE_OFFLINE:
-                       mc_state = MC_PRESENCE_OFFLINE;
-                       break;
-               case TP_CONNECTION_PRESENCE_TYPE_AVAILABLE:
-                       mc_state = MC_PRESENCE_AVAILABLE;
-                       break;
-               case TP_CONNECTION_PRESENCE_TYPE_AWAY:
-                       mc_state = MC_PRESENCE_AWAY;
-                       break;
-               case TP_CONNECTION_PRESENCE_TYPE_EXTENDED_AWAY:
-                       mc_state = MC_PRESENCE_EXTENDED_AWAY;
-                       break;
-               case TP_CONNECTION_PRESENCE_TYPE_HIDDEN:
-                       mc_state = MC_PRESENCE_HIDDEN;
-                       break;
-               case TP_CONNECTION_PRESENCE_TYPE_BUSY:
-                       mc_state = MC_PRESENCE_DO_NOT_DISTURB;
-                       break;
-               default:
-                       g_assert_not_reached ();
-       }
+       g_assert (status_type > 0 && status_type < NUM_TP_CONNECTION_PRESENCE_TYPES);
+
+       status = statuses[status_type];
+
+       g_return_if_fail (status != NULL);
 
-       mission_control_set_presence (priv->mc, mc_state, status, NULL, NULL);
+       empathy_account_manager_request_global_presence (priv->manager,
+               status_type, status, status_message);
 }
 
 void
index 0f7f23deb7afc44ce1cdacbd1627ee683244fce0..d2a8023355a2311e25203b05a15534eb71d37e53 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <glib.h>
 
-#include <libmissioncontrol/mission-control.h>
+#include <telepathy-glib/enums.h>
 
 G_BEGIN_DECLS
 
index c1e20f487c81d04ced78fb23065c53123afc6837..309b3b60f50c87d8a179b0e725e49e87bf7aa11a 100644 (file)
@@ -29,6 +29,7 @@
 #include <glib/gstdio.h>
 
 #include <telepathy-glib/util.h>
+#include <telepathy-glib/interfaces.h>
 
 #include "empathy-log-manager.h"
 #include "empathy-log-store-empathy.h"
index 6907e2ede31cdccd24bc5b54c446d1ef989e9040..a67f6e8ddda09b133c3e1b5120dee1977a0d24c9 100644 (file)
@@ -26,8 +26,6 @@
 
 #include <glib-object.h>
 
-#include <libmissioncontrol/mc-account.h>
-
 #include "empathy-message.h"
 #include "empathy-dispatcher.h"
 
index b814defe723e2b1605706fdaa00c345735625f8e..81cbcade763f8fad492aa0962fb8ec86da6496dd 100644 (file)
@@ -36,6 +36,8 @@
 #include <glib/gstdio.h>
 #define G_DISABLE_DEPRECATED
 
+#include <telepathy-glib/util.h>
+
 #include "empathy-log-store.h"
 #include "empathy-log-store-empathy.h"
 #include "empathy-log-manager.h"
@@ -105,8 +107,8 @@ empathy_log_store_empathy_init (EmpathyLogStoreEmpathy *self)
 
   self->priv = priv;
 
-  priv->basedir = g_build_path (G_DIR_SEPARATOR_S, g_get_home_dir (),
-      ".gnome2", PACKAGE_NAME, "logs", NULL);
+  priv->basedir = g_build_path (G_DIR_SEPARATOR_S, g_get_user_data_dir (),
+    PACKAGE_NAME, "logs", NULL);
 
   priv->name = g_strdup ("Empathy");
   priv->account_manager = empathy_account_manager_dup_singleton ();
@@ -118,20 +120,26 @@ log_store_empathy_get_dir (EmpathyLogStore *self,
                            const gchar *chat_id,
                            gboolean chatroom)
 {
-  const gchar *account_id;
   gchar *basedir;
+  gchar *escaped;
   EmpathyLogStoreEmpathyPriv *priv;
 
   priv = GET_PRIV (self);
 
-  account_id = empathy_account_get_unique_name (account);
+  /* unique name is an object path, ignore the initial / and replace the others
+   * by % */
+  escaped = g_strdup (empathy_account_get_unique_name (account) + 1);
+
+  g_strdelimit (escaped, "/", '%');
 
   if (chatroom)
-    basedir = g_build_path (G_DIR_SEPARATOR_S, priv->basedir, account_id,
+    basedir = g_build_path (G_DIR_SEPARATOR_S, priv->basedir, escaped,
         LOG_DIR_CHATROOMS, chat_id, NULL);
   else
     basedir = g_build_path (G_DIR_SEPARATOR_S, priv->basedir,
-        account_id, chat_id, NULL);
+        escaped, chat_id, NULL);
+
+  g_free (escaped);
 
   return basedir;
 }
@@ -371,7 +379,8 @@ log_store_empathy_search_hit_new (EmpathyLogStore *self,
 {
   EmpathyLogStoreEmpathyPriv *priv = GET_PRIV (self);
   EmpathyLogSearchHit *hit;
-  const gchar *account_name;
+  gchar *unescaped;
+  gchar *account_name;
   const gchar *end;
   gchar **strv;
   guint len;
@@ -394,10 +403,15 @@ log_store_empathy_search_hit_new (EmpathyLogStore *self,
   else
     account_name = strv[len-3];
 
-  hit->account = empathy_account_manager_lookup (priv->account_manager,
-    account_name);
+  unescaped = g_strdup_printf ("/%s", g_strdelimit (account_name, "%", '/'));
+
+  hit->account = empathy_account_manager_get_account (priv->account_manager,
+    unescaped);
+  if (hit->account != NULL)
+    g_object_ref (hit->account);
   hit->filename = g_strdup (filename);
 
+  g_free (unescaped);
   g_strfreev (strv);
 
   return hit;
@@ -428,9 +442,15 @@ log_store_empathy_get_messages_for_file (EmpathyLogStore *self,
 
   /* Get the account from the filename */
   hit = log_store_empathy_search_hit_new (self, filename);
-  account = g_object_ref (hit->account);
+
+  if (hit->account != NULL)
+    account = g_object_ref (hit->account);
+
   empathy_log_manager_search_hit_free (hit);
 
+  if (hit->account == NULL)
+    return NULL;
+
   /* Create parser. */
   ctxt = xmlNewParserCtxt ();
 
index a3282818f09935fe04928e23a12be9ae4c14b2a0..51ce79bb676946e0a90fd4445c5772e47f9e6e23 100644 (file)
@@ -26,6 +26,7 @@
 #include <telepathy-glib/channel.h>
 #include <telepathy-glib/dbus.h>
 #include <telepathy-glib/util.h>
+#include <telepathy-glib/interfaces.h>
 
 #include "empathy-tp-chat.h"
 #include "empathy-tp-contact-factory.h"
index 27160a4454abf1665e2253a013d175996a7966f0..29148feec8c9d6a122dd4f940843c306429c164e 100644 (file)
@@ -26,6 +26,8 @@
 #include <telepathy-glib/util.h>
 #include <telepathy-glib/gtypes.h>
 #include <telepathy-glib/dbus.h>
+#include <telepathy-glib/interfaces.h>
+
 #if HAVE_GEOCLUE
 #include <geoclue/geoclue-geocode.h>
 #endif
index 7c94bc756482a620b7457ece20144c306c9c0789..4bbe46b4f570311c55a40daacec7acfbc95345bb 100644 (file)
@@ -29,6 +29,7 @@
 #include <telepathy-glib/connection.h>
 #include <telepathy-glib/util.h>
 #include <telepathy-glib/dbus.h>
+#include <telepathy-glib/interfaces.h>
 
 #include "empathy-tp-contact-list.h"
 #include "empathy-tp-contact-factory.h"
index e60b2999d045b8752d3ef12e1cd60e9d3aace5e1..c43fa0be744f43407df495acf6f0765949285e75 100644 (file)
@@ -40,6 +40,7 @@
 #include <telepathy-glib/gtypes.h>
 #include <telepathy-glib/proxy-subclass.h>
 #include <telepathy-glib/util.h>
+#include <telepathy-glib/interfaces.h>
 
 #include "empathy-tp-file.h"
 #include "empathy-marshal.h"
index b3d955ee4b0b75f6dc0d1794e1569d66e0a30f29..54d2323398af1b4bfb722c99b96a4eb87d7332c5 100644 (file)
@@ -26,6 +26,7 @@
 #include <telepathy-glib/channel.h>
 #include <telepathy-glib/dbus.h>
 #include <telepathy-glib/util.h>
+#include <telepathy-glib/interfaces.h>
 
 #include "empathy-account.h"
 
@@ -517,6 +518,10 @@ empathy_tp_roomlist_stop (EmpathyTpRoomlist *list)
        EmpathyTpRoomlistPriv *priv = GET_PRIV (list);
 
        g_return_if_fail (EMPATHY_IS_TP_ROOMLIST (list));
+
+       if (priv->channel == NULL)
+               return;
+
        g_return_if_fail (TP_IS_CHANNEL (priv->channel));
 
        tp_cli_channel_type_room_list_call_stop_listing (priv->channel, -1,
index fd54c9a987115ee2bdc45c2e847483b796ff1d09..db35e94dd9f46899ced70c3d7cdb79624b843b7b 100644 (file)
@@ -227,36 +227,6 @@ empathy_xml_node_find_child_prop_value (xmlNodePtr   node,
        return found;
 }
 
-guint
-empathy_account_hash (gconstpointer key)
-{
-       g_return_val_if_fail (EMPATHY_IS_ACCOUNT (key), 0);
-
-       return g_str_hash (empathy_account_get_unique_name (EMPATHY_ACCOUNT (key)));
-}
-
-gboolean
-empathy_account_equal (gconstpointer a,
-                      gconstpointer b)
-{
-  return a == b;
-}
-
-MissionControl *
-empathy_mission_control_dup_singleton (void)
-{
-       static MissionControl *mc = NULL;
-
-       if (!mc) {
-               mc = mission_control_new (tp_get_bus ());
-               g_object_add_weak_pointer (G_OBJECT (mc), (gpointer) &mc);
-       } else {
-               g_object_ref (mc);
-       }
-
-       return mc;
-}
-
 const gchar *
 empathy_presence_get_default_message (TpConnectionPresenceType presence)
 {
@@ -378,3 +348,19 @@ empathy_uint_compare (gconstpointer a,
        return *(guint *) a - *(guint *) b;
 }
 
+gchar *
+empathy_protocol_icon_name (const gchar *protocol)
+{
+  return g_strdup_printf ("im-%s", protocol);
+}
+
+GType
+empathy_type_dbus_ao (void)
+{
+  static GType t = 0;
+
+  if (G_UNLIKELY (t == 0))
+     t = dbus_g_type_get_collection ("GPtrArray", DBUS_TYPE_G_OBJECT_PATH);
+
+  return t;
+}
index 42acbc8e3531c58d54b4f0a1289da07b269a9f16..c6aebb4f28458589c5ae63efa92c735df6a91a7b 100644 (file)
@@ -32,8 +32,6 @@
 #include <libxml/parser.h>
 #include <libxml/tree.h>
 
-#include <libmissioncontrol/mission-control.h>
-
 #include "empathy-contact.h"
 
 #define EMPATHY_GET_PRIV(obj,type) ((type##Priv *) ((type *) obj)->priv)
@@ -64,10 +62,6 @@ xmlNodePtr   empathy_xml_node_find_child_prop_value (xmlNodePtr       node,
                                                    const gchar     *prop_value);
 
 /* Others */
-guint        empathy_account_hash                   (gconstpointer    key);
-gboolean     empathy_account_equal                  (gconstpointer    a,
-                                                   gconstpointer    b);
-MissionControl *empathy_mission_control_dup_singleton (void);
 const gchar * empathy_presence_get_default_message  (TpConnectionPresenceType presence);
 const gchar * empathy_presence_to_str               (TpConnectionPresenceType presence);
 TpConnectionPresenceType empathy_presence_from_str  (const gchar     *str);
@@ -80,6 +74,11 @@ gboolean     empathy_check_available_state          (void);
 gint        empathy_uint_compare                    (gconstpointer a,
                                                     gconstpointer b);
 
+gchar *empathy_protocol_icon_name (const gchar *protocol);
+
+#define EMPATHY_ARRAY_TYPE_OBJECT (empathy_type_dbus_ao ())
+GType empathy_type_dbus_ao (void);
+
 G_END_DECLS
 
 #endif /*  __EMPATHY_UTILS_H__ */
index 132e8b74fb0a7a6e50fb3b57ad9caecd16d397ca..c269c7c7de7884e0d01f05f73693ea8d15b01af9 100644 (file)
@@ -31,8 +31,6 @@
 #include <panel-2.0/panel-applet-gconf.h>
 #include <gconf/gconf-client.h>
 
-#include <libmissioncontrol/mission-control.h>
-
 #include <libempathy/empathy-tp-contact-factory.h>
 #include <libempathy/empathy-account-manager.h>
 #include <libempathy/empathy-dispatcher.h>
@@ -199,7 +197,7 @@ megaphone_applet_new_connection_cb (EmpathyAccountManager *manager,
 {
        MegaphoneAppletPriv *priv = GET_PRIV (applet);
 
-       if (priv->contact || !empathy_account_equal (account, priv->account)) {
+       if (priv->contact || account != priv->account) {
                return;
        }
 
@@ -445,7 +443,7 @@ megaphone_applet_set_contact (MegaphoneApplet *applet,
        /* Lookup the new contact */
        if (str) {
                strv = g_strsplit (str, "/", 2);
-               priv->account = empathy_account_manager_lookup (priv->account_manager, 
+               priv->account = empathy_account_manager_get_account (priv->account_manager,
                        strv[0]);
                priv->id = strv[1];
                g_free (strv[0]);
@@ -453,6 +451,7 @@ megaphone_applet_set_contact (MegaphoneApplet *applet,
        }
 
        if (priv->account) {
+               g_object_ref (priv->account);
                connection = empathy_account_get_connection (priv->account);
                if (connection) {
                        megaphone_applet_new_connection_cb (priv->account_manager,
index 243272e67df10723aeef6f5b208ec67dedd95c4c..8cdde3e97a84a20f10d4bf5d69928fb1aa1648fc 100644 (file)
@@ -27,7 +27,6 @@
 #include <gtk/gtk.h>
 #include <bonobo/bonobo-ui-component.h>
 
-#include <libmissioncontrol/mission-control.h>
 #include <libempathy-gtk/empathy-presence-chooser.h>
 #include <libempathy-gtk/empathy-ui-utils.h>
 
index 5260bb7388f3ea69d17e3531204b4ab7e566b153..89387f58df04f2c5f4fb5dc2fa1fa2a8ed6e6a70 100644 (file)
@@ -4,6 +4,7 @@
 data/empathy.desktop.in.in
 data/empathy.schemas.in
 
+libempathy/empathy-account.c
 libempathy/empathy-ft-handler.c
 libempathy/empathy-tp-contact-list.c
 libempathy/empathy-tp-file.c
@@ -20,7 +21,7 @@ libempathy-gtk/empathy-account-widget-irc.c
 [type: gettext/glade]libempathy-gtk/empathy-account-widget-irc.ui
 [type: gettext/glade]libempathy-gtk/empathy-account-widget-jabber.ui
 [type: gettext/glade]libempathy-gtk/empathy-account-widget-msn.ui
-[type: gettext/glade]libempathy-gtk/empathy-account-widget-salut.ui
+[type: gettext/glade]libempathy-gtk/empathy-account-widget-local-xmpp.ui
 [type: gettext/glade]libempathy-gtk/empathy-account-widget-sip.ui
 [type: gettext/glade]libempathy-gtk/empathy-account-widget-yahoo.ui
 libempathy-gtk/empathy-avatar-chooser.c
index 6b6f7dfd32fe9dc08ce73ee267029c3ca61e19f5..669c0901348fa00c7b4604e02484dbb2b9f968e1 100644 (file)
   )
 )
 
+(define-flags ContactListFlags
+  (in-module "Empathy")
+  (c-name "EmpathyContactListFlags")
+  (gtype-id "EMPATHY_TYPE_CONTACT_LIST_FLAGS")
+  (values
+    '("add" "EMPATHY_CONTACT_LIST_CAN_ADD")
+    '("remove" "EMPATHY_CONTACT_LIST_CAN_REMOVE")
+    '("alias" "EMPATHY_CONTACT_LIST_CAN_ALIAS")
+    '("group" "EMPATHY_CONTACT_LIST_CAN_GROUP")
+  )
+)
+
 (define-flags DebugFlags
   (in-module "Empathy")
   (c-name "EmpathyDebugFlags")
     '("ft" "EMPATHY_DEBUG_FT")
     '("location" "EMPATHY_DEBUG_LOCATION")
     '("other" "EMPATHY_DEBUG_OTHER")
+    '("share-desktop" "EMPATHY_DEBUG_SHARE_DESKTOP")
   )
 )
 
   (return-type "EmpathyAccountManager*")
 )
 
-(define-method create
+(define-method is_ready
   (of-object "EmpathyAccountManager")
-  (c-name "empathy_account_manager_create")
-  (return-type "EmpathyAccount*")
-  (parameters
-    '("McProfile*" "profile")
-  )
+  (c-name "empathy_account_manager_is_ready")
+  (return-type "gboolean")
 )
 
 (define-method get_connected_accounts
   (return-type "int")
 )
 
-(define-method get_account
+(define-method get_account_for_connection
   (of-object "EmpathyAccountManager")
-  (c-name "empathy_account_manager_get_account")
+  (c-name "empathy_account_manager_get_account_for_connection")
   (return-type "EmpathyAccount*")
   (parameters
     '("TpConnection*" "connection")
   )
 )
 
-(define-method lookup
+(define-method get_account
   (of-object "EmpathyAccountManager")
-  (c-name "empathy_account_manager_lookup")
+  (c-name "empathy_account_manager_get_account")
   (return-type "EmpathyAccount*")
   (parameters
     '("const-gchar*" "unique_name")
   )
 )
 
+(define-method request_global_presence
+  (of-object "EmpathyAccountManager")
+  (c-name "empathy_account_manager_request_global_presence")
+  (return-type "none")
+  (parameters
+    '("TpConnectionPresenceType" "type")
+    '("const-gchar*" "status")
+    '("const-gchar*" "message")
+  )
+)
+
+(define-method get_global_presence
+  (of-object "EmpathyAccountManager")
+  (c-name "empathy_account_manager_get_global_presence")
+  (return-type "TpConnectionPresenceType")
+  (parameters
+    '("gchar**" "status")
+    '("gchar**" "message")
+  )
+)
+
+(define-method create_account_async
+  (of-object "EmpathyAccountManager")
+  (c-name "empathy_account_manager_create_account_async")
+  (return-type "none")
+  (parameters
+    '("const-gchar*" "connection_manager")
+    '("const-gchar*" "protocol")
+    '("const-gchar*" "display_name")
+    '("GHashTable*" "parameters")
+    '("GHashTable*" "properties")
+    '("GAsyncReadyCallback" "callback")
+    '("gpointer" "user_data")
+  )
+)
+
+(define-method create_account_finish
+  (of-object "EmpathyAccountManager")
+  (c-name "empathy_account_manager_create_account_finish")
+  (return-type "EmpathyAccount*")
+  (parameters
+    '("GAsyncResult*" "result")
+    '("GError**" "error")
+  )
+)
+
 
 
 ;; From empathy-chatroom.h
   (return-type "gboolean")
 )
 
+(define-method can_voip_audio
+  (of-object "EmpathyContact")
+  (c-name "empathy_contact_can_voip_audio")
+  (return-type "gboolean")
+)
+
+(define-method can_voip_video
+  (of-object "EmpathyContact")
+  (c-name "empathy_contact_can_voip_video")
+  (return-type "gboolean")
+)
+
 (define-method can_send_files
   (of-object "EmpathyContact")
   (c-name "empathy_contact_can_send_files")
   (return-type "EmpathyContactMonitor*")
 )
 
+(define-method get_flags
+  (of-object "EmpathyContactList")
+  (c-name "empathy_contact_list_get_flags")
+  (return-type "EmpathyContactListFlags")
+)
+
 
 
 ;; From empathy-contact-manager.h
   (return-type "GType")
 )
 
+(define-function contact_manager_initialized
+  (c-name "empathy_contact_manager_initialized")
+  (return-type "gboolean")
+)
+
 (define-function contact_manager_dup_singleton
   (c-name "empathy_contact_manager_dup_singleton")
   (return-type "EmpathyContactManager*")
   )
 )
 
-(define-method can_add
+(define-method get_flags_for_connection
   (of-object "EmpathyContactManager")
-  (c-name "empathy_contact_manager_can_add")
-  (return-type "gboolean")
+  (c-name "empathy_contact_manager_get_flags_for_connection")
+  (return-type "EmpathyContactListFlags")
   (parameters
     '("TpConnection*" "connection")
   )
   )
 )
 
+(define-method is_backlog
+  (of-object "EmpathyMessage")
+  (c-name "empathy_message_is_backlog")
+  (return-type "gboolean")
+)
+
+(define-method set_is_backlog
+  (of-object "EmpathyMessage")
+  (c-name "empathy_message_set_is_backlog")
+  (return-type "none")
+  (parameters
+    '("gboolean" "is_backlog")
+  )
+)
+
 (define-method should_highlight
   (of-object "EmpathyMessage")
   (c-name "empathy_message_should_highlight")
   )
 )
 
-(define-function account_hash
-  (c-name "empathy_account_hash")
-  (return-type "guint")
-  (parameters
-    '("gconstpointer" "key")
-  )
-)
-
-(define-function account_equal
-  (c-name "empathy_account_equal")
-  (return-type "gboolean")
-  (parameters
-    '("gconstpointer" "a")
-    '("gconstpointer" "b")
-  )
-)
-
-(define-function mission_control_dup_singleton
-  (c-name "empathy_mission_control_dup_singleton")
-  (return-type "MissionControl*")
-)
-
 (define-function presence_get_default_message
   (c-name "empathy_presence_get_default_message")
   (return-type "const-gchar*")
   )
 )
 
+(define-function protocol_icon_name
+  (c-name "empathy_protocol_icon_name")
+  (return-type "gchar*")
+  (parameters
+    '("const-gchar*" "protocol")
+  )
+)
+
+(define-function type_dbus_ao
+  (c-name "empathy_type_dbus_ao")
+  (return-type "GType")
+)
+
 
index 377eea43ad84c4c23bd97866b2e5f692225c3b52..5b23def9a0bbf00c51497da865bdc946096e0e47 100644 (file)
   (gtype-id "EMPATHY_TYPE_PRESENCE_CHOOSER")
 )
 
-(define-object ProfileChooser
+(define-object ProtocolChooser
   (in-module "Empathy")
   (parent "GtkComboBox")
-  (c-name "EmpathyProfileChooser")
-  (gtype-id "EMPATHY_TYPE_PROFILE_CHOOSER")
+  (c-name "EmpathyProtocolChooser")
+  (gtype-id "EMPATHY_TYPE_PROTOCOL_CHOOSER")
 )
 
 (define-object SmileyManager
     '("is-separator" "EMPATHY_CONTACT_LIST_STORE_COL_IS_SEPARATOR")
     '("can-audio-call" "EMPATHY_CONTACT_LIST_STORE_COL_CAN_AUDIO_CALL")
     '("can-video-call" "EMPATHY_CONTACT_LIST_STORE_COL_CAN_VIDEO_CALL")
+    '("flags" "EMPATHY_CONTACT_LIST_STORE_COL_FLAGS")
     '("count" "EMPATHY_CONTACT_LIST_STORE_COL_COUNT")
   )
 )
   )
 )
 
-(define-enum Sound
-  (in-module "Empathy")
-  (c-name "EmpathySound")
-  (gtype-id "EMPATHY_TYPE_SOUND")
-  (values
-    '("empathy-sound-message-incoming" "EMPATHY_SOUND_MESSAGE_INCOMING")
-    '("empathy-sound-message-outgoing" "EMPATHY_SOUND_MESSAGE_OUTGOING")
-    '("empathy-sound-conversation-new" "EMPATHY_SOUND_CONVERSATION_NEW")
-    '("empathy-sound-contact-connected" "EMPATHY_SOUND_CONTACT_CONNECTED")
-    '("empathy-sound-contact-disconnected" "EMPATHY_SOUND_CONTACT_DISCONNECTED")
-    '("empathy-sound-account-connected" "EMPATHY_SOUND_ACCOUNT_CONNECTED")
-    '("empathy-sound-account-disconnected" "EMPATHY_SOUND_ACCOUNT_DISCONNECTED")
-    '("empathy-sound-phone-incoming" "EMPATHY_SOUND_PHONE_INCOMING")
-    '("empathy-sound-phone-outgoing" "EMPATHY_SOUND_PHONE_OUTGOING")
-    '("empathy-sound-phone-hangup" "EMPATHY_SOUND_PHONE_HANGUP")
-    '("last-empathy-sound" "LAST_EMPATHY_SOUND")
-  )
-)
-
 
 ;; From empathy-account-chooser.h
 
 
 ;; From empathy-account-widget.h
 
-(define-method widget_handle_params
-  (of-object "EmpathyAccount")
+(define-function account_widget_handle_params
   (c-name "empathy_account_widget_handle_params")
   (return-type "none")
   (parameters
+    '("EmpathyAccountSettings*" "settings")
     '("GtkBuilder*" "gui")
     '("const-gchar*" "first_widget")
   )
   (varargs #t)
 )
 
-(define-method widget_add_forget_button
-  (of-object "EmpathyAccount")
+(define-function account_widget_add_forget_button
   (c-name "empathy_account_widget_add_forget_button")
   (return-type "none")
   (parameters
+    '("EmpathyAccountSettings*" "settings")
     '("GtkBuilder*" "gui")
     '("const-gchar*" "button")
     '("const-gchar*" "entry")
   )
 )
 
+(define-function account_widget_add_apply_button
+  (c-name "empathy_account_widget_add_apply_button")
+  (return-type "none")
+  (parameters
+    '("EmpathyAccountSettings*" "settings")
+    '("GtkWidget*" "vbox")
+  )
+)
+
 (define-function account_widget_set_default_focus
   (c-name "empathy_account_widget_set_default_focus")
   (return-type "none")
   )
 )
 
-(define-method widget_generic_new
-  (of-object "EmpathyAccount")
+(define-function account_widget_generic_new
   (c-name "empathy_account_widget_generic_new")
+  (is-constructor-of "EmpathyAccountWidgetGeneric")
   (return-type "GtkWidget*")
+  (parameters
+    '("EmpathyAccountSettings*" "settings")
+  )
 )
 
-(define-method widget_salut_new
-  (of-object "EmpathyAccount")
+(define-function account_widget_salut_new
   (c-name "empathy_account_widget_salut_new")
+  (is-constructor-of "EmpathyAccountWidgetSalut")
   (return-type "GtkWidget*")
+  (parameters
+    '("EmpathyAccountSettings*" "settings")
+  )
 )
 
-(define-method widget_msn_new
-  (of-object "EmpathyAccount")
+(define-function account_widget_msn_new
   (c-name "empathy_account_widget_msn_new")
+  (is-constructor-of "EmpathyAccountWidgetMsn")
   (return-type "GtkWidget*")
+  (parameters
+    '("EmpathyAccountSettings*" "settings")
+  )
 )
 
-(define-method widget_jabber_new
-  (of-object "EmpathyAccount")
+(define-function account_widget_jabber_new
   (c-name "empathy_account_widget_jabber_new")
+  (is-constructor-of "EmpathyAccountWidgetJabber")
   (return-type "GtkWidget*")
+  (parameters
+    '("EmpathyAccountSettings*" "settings")
+  )
 )
 
-(define-method widget_icq_new
-  (of-object "EmpathyAccount")
+(define-function account_widget_icq_new
   (c-name "empathy_account_widget_icq_new")
+  (is-constructor-of "EmpathyAccountWidgetIcq")
   (return-type "GtkWidget*")
+  (parameters
+    '("EmpathyAccountSettings*" "settings")
+  )
 )
 
-(define-method widget_aim_new
-  (of-object "EmpathyAccount")
+(define-function account_widget_aim_new
   (c-name "empathy_account_widget_aim_new")
+  (is-constructor-of "EmpathyAccountWidgetAim")
   (return-type "GtkWidget*")
+  (parameters
+    '("EmpathyAccountSettings*" "settings")
+  )
 )
 
-(define-method widget_yahoo_new
-  (of-object "EmpathyAccount")
+(define-function account_widget_yahoo_new
   (c-name "empathy_account_widget_yahoo_new")
+  (is-constructor-of "EmpathyAccountWidgetYahoo")
   (return-type "GtkWidget*")
+  (parameters
+    '("EmpathyAccountSettings*" "settings")
+  )
 )
 
-(define-method widget_groupwise_new
-  (of-object "EmpathyAccount")
+(define-function account_widget_groupwise_new
   (c-name "empathy_account_widget_groupwise_new")
+  (is-constructor-of "EmpathyAccountWidgetGroupwise")
   (return-type "GtkWidget*")
+  (parameters
+    '("EmpathyAccountSettings*" "settings")
+  )
 )
 
 
 
 ;; From empathy-account-widget-irc.h
 
-(define-method widget_irc_new
-  (of-object "EmpathyAccount")
+(define-function account_widget_irc_new
   (c-name "empathy_account_widget_irc_new")
+  (is-constructor-of "EmpathyAccountWidgetIrc")
   (return-type "GtkWidget*")
+  (parameters
+    '("EmpathyAccountSettings*" "settings")
+  )
 )
 
 
 
 ;; From empathy-account-widget-sip.h
 
-(define-method widget_sip_new
-  (of-object "EmpathyAccount")
+(define-function account_widget_sip_new
   (c-name "empathy_account_widget_sip_new")
+  (is-constructor-of "EmpathyAccountWidgetSip")
   (return-type "GtkWidget*")
+  (parameters
+    '("EmpathyAccountSettings*" "settings")
+  )
 )
 
 
   )
 )
 
+(define-function new_contact_dialog_show_with_contact
+  (c-name "empathy_new_contact_dialog_show_with_contact")
+  (return-type "none")
+  (parameters
+    '("GtkWindow*" "parent")
+    '("EmpathyContact*" "contact")
+  )
+)
+
 
 
 ;; From empathy-contact-list-store.h
   (return-type "EmpathyContact*")
 )
 
+(define-method get_flags
+  (of-object "EmpathyContactListView")
+  (c-name "empathy_contact_list_view_get_flags")
+  (return-type "EmpathyContactListFlags")
+)
+
 (define-method get_selected_group
   (of-object "EmpathyContactListView")
   (c-name "empathy_contact_list_view_get_selected_group")
   )
 )
 
+(define-method add_menu_item_new
+  (of-object "EmpathyContact")
+  (c-name "empathy_contact_add_menu_item_new")
+  (return-type "GtkWidget*")
+)
+
 (define-method chat_menu_item_new
   (of-object "EmpathyContact")
   (c-name "empathy_contact_chat_menu_item_new")
   (return-type "GtkWidget*")
 )
 
+(define-method share_my_desktop_menu_item_new
+  (of-object "EmpathyContact")
+  (c-name "empathy_contact_share_my_desktop_menu_item_new")
+  (return-type "GtkWidget*")
+)
+
 
 
 ;; From empathy-contact-selector.h
 
 
 
-;; From empathy-profile-chooser.h
+;; From empathy-protocol-chooser.h
 
-(define-function profile_chooser_get_type
-  (c-name "empathy_profile_chooser_get_type")
+(define-function protocol_chooser_get_type
+  (c-name "empathy_protocol_chooser_get_type")
   (return-type "GType")
 )
 
-(define-function profile_chooser_new
-  (c-name "empathy_profile_chooser_new")
-  (is-constructor-of "EmpathyProfileChooser")
+(define-function protocol_chooser_new
+  (c-name "empathy_protocol_chooser_new")
+  (is-constructor-of "EmpathyProtocolChooser")
   (return-type "GtkWidget*")
 )
 
 (define-method dup_selected
-  (of-object "EmpathyProfileChooser")
-  (c-name "empathy_profile_chooser_dup_selected")
-  (return-type "McProfile*")
+  (of-object "EmpathyProtocolChooser")
+  (c-name "empathy_protocol_chooser_dup_selected")
+  (return-type "TpConnectionManager*")
+  (parameters
+    '("TpConnectionManagerProtocol**" "protocol")
+  )
 )
 
-(define-method n_profiles
-  (of-object "EmpathyProfileChooser")
-  (c-name "empathy_profile_chooser_n_profiles")
+(define-method n_protocols
+  (of-object "EmpathyProtocolChooser")
+  (c-name "empathy_protocol_chooser_n_protocols")
   (return-type "gint")
 )
 
   (return-type "const-gchar**")
 )
 
+(define-function theme_manager_get_adium_themes
+  (c-name "empathy_theme_manager_get_adium_themes")
+  (return-type "GList*")
+)
+
 (define-method create_view
   (of-object "EmpathyThemeManager")
   (c-name "empathy_theme_manager_create_view")
   )
 )
 
-(define-function icon_name_from_account
-  (c-name "empathy_icon_name_from_account")
-  (return-type "const-gchar*")
-  (parameters
-    '("EmpathyAccount*" "account")
-  )
-)
-
 (define-function icon_name_for_presence
   (c-name "empathy_icon_name_for_presence")
   (return-type "const-gchar*")
   )
 )
 
-(define-function sound_play
-  (c-name "empathy_sound_play")
-  (return-type "none")
-  (parameters
-    '("GtkWidget*" "widget")
-    '("EmpathySound" "sound_id")
-  )
-)
-
-(define-function sound_play_full
-  (c-name "empathy_sound_play_full")
-  (return-type "gboolean")
-  (parameters
-    '("GtkWidget*" "widget")
-    '("EmpathySound" "sound_id")
-    '("ca_finish_callback_t" "callback")
-    '("gpointer" "user_data")
-  )
-)
-
-(define-method stop
-  (of-object "EmpathySound")
-  (c-name "empathy_sound_stop")
-  (return-type "none")
-)
-
 
index 3229cbac2cc5491704b65020ed32fc5464feb095..d758afbf831417040000599931a7f8818955d235 100644 (file)
@@ -2,6 +2,7 @@
 headers
 #include <Python.h>
 #include <pygobject.h>
+#include <libempathy/empathy-enum-types.h>
 #include "empathy-account-chooser.h"
 #include "empathy-account-widget.h"
 #include "empathy-account-widget-irc.h"
@@ -27,7 +28,7 @@ headers
 #include "empathy-log-window.h"
 #include "empathy-new-message-dialog.h"
 #include "empathy-presence-chooser.h"
-#include "empathy-profile-chooser.h"
+#include "empathy-protocol-chooser.h"
 #include "empathy-smiley-manager.h"
 #include "empathy-spell.h"
 #include "empathy-theme-boxes.h"
index 854c33159c2e92d7946511d26624c9bd7c88eb3a..3636b6341ae2a8172039452ddf81f4f1b81aa17f 100755 (executable)
@@ -74,7 +74,7 @@ python /usr/share/pygobject/2.0/codegen/h2def.py      \
        empathy-log-window.h                    \
        empathy-new-message-dialog.h            \
        empathy-presence-chooser.h              \
-       empathy-profile-chooser.h               \
+       empathy-protocol-chooser.h              \
        empathy-smiley-manager.h                \
        empathy-spell.h                         \
        empathy-theme-boxes.h                   \
index 42485b7d1fed7105ee9f131effd608787523db09..50d317fbbdcb097e60b33e9b0bcba34802a9d4a8 100644 (file)
@@ -39,8 +39,6 @@ empathy_handwritten_source = \
        empathy-chat-window.c empathy-chat-window.h                     \
        empathy-event-manager.c empathy-event-manager.h                 \
        empathy-ft-manager.c empathy-ft-manager.h                       \
-       empathy-import-dialog.c empathy-import-dialog.h                 \
-       empathy-import-pidgin.c empathy-import-pidgin.h                 \
        empathy-main-window.c empathy-main-window.h                     \
        empathy-misc.c empathy-misc.h                                   \
        empathy-new-chatroom-dialog.c empathy-new-chatroom-dialog.h     \
index 98e848566c0443e094f9dc0090382d830ae8fb28..974b6dcc4f74228c9815035e0f898ad9b78b4804 100644 (file)
@@ -1,7 +1,6 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Copyright (C) 2005-2007 Imendio AB
- * Copyright (C) 2007-2008 Collabora Ltd.
+ * Copyright (C) 2007-2009 Collabora Ltd.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -20,6 +19,7 @@
  *
  * Authors: Martyn Russell <martyn@imendio.com>
  *          Xavier Claessens <xclaesse@gmail.com>
+ *          Cosimo Cecchi <cosimo.cecchi@collabora.co.uk>
  */
 
 #include <config.h>
 #include <glib/gi18n.h>
 #include <dbus/dbus-glib.h>
 
-#include <libmissioncontrol/mc-profile.h>
 #include <telepathy-glib/util.h>
 
 #include <libempathy/empathy-utils.h>
 #include <libempathy/empathy-account-manager.h>
+#include <libempathy/empathy-connection-managers.h>
 #include <libempathy-gtk/empathy-ui-utils.h>
-#include <libempathy-gtk/empathy-profile-chooser.h>
+
+#include <libempathy-gtk/empathy-protocol-chooser.h>
 #include <libempathy-gtk/empathy-account-widget.h>
 #include <libempathy-gtk/empathy-account-widget-irc.h>
 #include <libempathy-gtk/empathy-account-widget-sip.h>
 #include <libempathy-gtk/empathy-conf.h>
 
 #include "empathy-accounts-dialog.h"
+#if 0
+/* FIXME MC-5 */
 #include "empathy-import-dialog.h"
+#endif
 
 #define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT
 #include <libempathy/empathy-debug.h>
 /* Flashing delay for icons (milliseconds). */
 #define FLASH_TIMEOUT 500
 
+#define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyAccountsDialog)
+G_DEFINE_TYPE (EmpathyAccountsDialog, empathy_accounts_dialog, G_TYPE_OBJECT);
+
+static EmpathyAccountsDialog *dialog_singleton = NULL;
+
 typedef struct {
-       GtkWidget        *window;
+  GtkWidget *window;
+
+  GtkWidget *alignment_settings;
+
+  GtkWidget *vbox_details;
+  GtkWidget *frame_no_protocol;
 
-       GtkWidget        *alignment_settings;
+  GtkWidget *treeview;
 
-       GtkWidget        *vbox_details;
-       GtkWidget        *frame_no_profile;
+  GtkWidget *button_add;
+  GtkWidget *button_remove;
+  GtkWidget *button_import;
 
-       GtkWidget        *treeview;
+  GtkWidget *frame_new_account;
+  GtkWidget *combobox_protocol;
+  GtkWidget *hbox_type;
+  GtkWidget *button_create;
+  GtkWidget *button_back;
+  GtkWidget *radiobutton_reuse;
+  GtkWidget *radiobutton_register;
 
-       GtkWidget        *button_add;
-       GtkWidget        *button_remove;
-       GtkWidget        *button_import;
+  GtkWidget *image_type;
+  GtkWidget *label_name;
+  GtkWidget *label_type;
+  GtkWidget *settings_widget;
 
-       GtkWidget        *frame_new_account;
-       GtkWidget        *combobox_profile;
-       GtkWidget        *hbox_type;
-       GtkWidget        *button_create;
-       GtkWidget        *button_back;
-       GtkWidget        *radiobutton_reuse;
-       GtkWidget        *radiobutton_register;
+  gboolean  connecting_show;
+  guint connecting_id;
 
-       GtkWidget        *image_type;
-       GtkWidget        *label_name;
-       GtkWidget        *label_type;
-       GtkWidget        *settings_widget;
+  gulong  settings_ready_id;
+  EmpathyAccountSettings *settings_ready;
 
-       gboolean          connecting_show;
-       guint             connecting_id;
+  EmpathyAccountManager *account_manager;
+  EmpathyConnectionManagers *cms;
 
-       EmpathyAccountManager *account_manager;
-       MissionControl    *mc;
-} EmpathyAccountsDialog;
+  GtkWindow *parent_window;
+  EmpathyAccount *initial_selection;
+} EmpathyAccountsDialogPriv;
 
 enum {
-       COL_ENABLED,
-       COL_NAME,
-       COL_STATUS,
-       COL_ACCOUNT_POINTER,
-       COL_COUNT
+  COL_ENABLED,
+  COL_NAME,
+  COL_STATUS,
+  COL_ACCOUNT_POINTER,
+  COL_ACCOUNT_SETTINGS_POINTER,
+  COL_COUNT
 };
 
-static void       accounts_dialog_update_account            (EmpathyAccountsDialog    *dialog,
-                                                            EmpathyAccount           *account);
-static void       accounts_dialog_model_setup               (EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_model_add_columns         (EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_name_editing_started_cb   (GtkCellRenderer          *renderer,
-                                                            GtkCellEditable          *editable,
-                                                            gchar                    *path,
-                                                            EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_model_select_first        (EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_model_pixbuf_data_func    (GtkTreeViewColumn        *tree_column,
-                                                            GtkCellRenderer          *cell,
-                                                            GtkTreeModel             *model,
-                                                            GtkTreeIter              *iter,
-                                                            EmpathyAccountsDialog    *dialog);
-static EmpathyAccount *accounts_dialog_model_get_selected        (EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_model_set_selected        (EmpathyAccountsDialog    *dialog,
-                                                            EmpathyAccount           *account);
-static gboolean   accounts_dialog_model_remove_selected     (EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_model_selection_changed   (GtkTreeSelection         *selection,
-                                                            EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_add_or_update_account     (EmpathyAccountsDialog    *dialog,
-                                                            EmpathyAccount           *account);
-static void       accounts_dialog_account_added_cb          (EmpathyAccountManager    *manager,
-                                                            EmpathyAccount           *account,
-                                                            EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_account_removed_cb        (EmpathyAccountManager    *manager,
-                                                            EmpathyAccount           *account,
-                                                            EmpathyAccountsDialog    *dialog);
-static gboolean   accounts_dialog_row_changed_foreach       (GtkTreeModel             *model,
-                                                            GtkTreePath              *path,
-                                                            GtkTreeIter              *iter,
-                                                            gpointer                  user_data);
-static gboolean   accounts_dialog_flash_connecting_cb       (EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_connection_changed_cb     (EmpathyAccountManager    *manager,
-                                                            EmpathyAccount           *account,
-                                                            TpConnectionStatusReason  reason,
-                                                            TpConnectionStatus        current,
-                                                            TpConnectionStatus        previous,
-                                                            EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_button_create_clicked_cb  (GtkWidget                *button,
-                                                            EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_button_back_clicked_cb    (GtkWidget                *button,
-                                                            EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_button_add_clicked_cb     (GtkWidget                *button,
-                                                            EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_button_help_clicked_cb    (GtkWidget                *button,
-                                                            EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_button_remove_clicked_cb  (GtkWidget                *button,
-                                                            EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_button_import_clicked_cb  (GtkWidget                *button,
-                                                            EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_response_cb               (GtkWidget                *widget,
-                                                            gint                      response,
-                                                            EmpathyAccountsDialog    *dialog);
-static void       accounts_dialog_destroy_cb                (GtkWidget                *widget,
-                                                            EmpathyAccountsDialog    *dialog);
+enum {
+  PROP_PARENT = 1
+};
+
+static void accounts_dialog_update_settings (EmpathyAccountsDialog *dialog,
+    EmpathyAccountSettings *settings);
+
+#if 0
+/* FIXME MC-5 */
+static void accounts_dialog_button_import_clicked_cb  (GtkWidget *button,
+    EmpathyAccountsDialog *dialog);
+#endif
 
 static void
 accounts_dialog_update_name_label (EmpathyAccountsDialog *dialog,
-                                  EmpathyAccount        *account)
+    EmpathyAccountSettings *settings)
 {
-       gchar *text;
+  gchar *text;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
 
-       text = g_markup_printf_escaped ("<big><b>%s</b></big>",
-                       empathy_account_get_display_name (account));
-       gtk_label_set_markup (GTK_LABEL (dialog->label_name), text);
+  text = g_markup_printf_escaped ("<big><b>%s</b></big>",
+      empathy_account_settings_get_display_name (settings));
+  gtk_label_set_markup (GTK_LABEL (priv->label_name), text);
 
-       g_free (text);
+  g_free (text);
+}
+
+static GtkWidget *
+get_account_setup_widget (EmpathyAccountSettings *settings)
+{
+  const gchar *cm = empathy_account_settings_get_cm (settings);
+  const gchar *proto = empathy_account_settings_get_protocol (settings);
+
+  struct {
+    const gchar *cm;
+    const gchar *proto;
+  } dialogs[] = {
+    { "gabble", "jabber" },
+    { "butterfly", "msn" },
+    { "salut", "local-xmpp" },
+    { "idle", "irc" },
+    { "haze", "icq" },
+    { "haze", "aim" },
+    { "haze", "yahoo" },
+    { "haze", "groupwise" },
+    { "sofiasip", "sip" },
+    { NULL, NULL }
+  };
+  int i;
+
+  for (i = 0; dialogs[i].cm != NULL; i++)
+    {
+      if (!tp_strdiff (cm, dialogs[i].cm)
+          && !tp_strdiff (proto, dialogs[i].proto))
+        return empathy_account_widget_new_for_protocol (dialogs[i].proto, settings);
+    }
+
+  return empathy_account_widget_new_for_protocol ("generic", settings);
 }
 
 static void
-accounts_dialog_update_account (EmpathyAccountsDialog *dialog,
-                               EmpathyAccount       *account)
+account_dialog_create_settings_widget (EmpathyAccountsDialog *dialog,
+    EmpathyAccountSettings *settings)
 {
-       McProfile   *profile;
-       const gchar *config_ui;
-
-       if (!account) {
-               GtkTreeView  *view;
-               GtkTreeModel *model;
-
-               view = GTK_TREE_VIEW (dialog->treeview);
-               model = gtk_tree_view_get_model (view);
-
-               if (gtk_tree_model_iter_n_children (model, NULL) > 0) {
-                       /* We have configured accounts, select the first one */
-                       accounts_dialog_model_select_first (dialog);
-                       return;
-               }
-               if (empathy_profile_chooser_n_profiles (
-                       EMPATHY_PROFILE_CHOOSER (dialog->combobox_profile)) > 0) {
-                       /* We have no account configured but we have some
-                        * profiles instsalled. The user obviously wants to add
-                        * an account. Click on the Add button for him. */
-                       accounts_dialog_button_add_clicked_cb (dialog->button_add,
-                                                              dialog);
-                       return;
-               }
-
-               /* No account and no profile, warn the user */
-               gtk_widget_hide (dialog->vbox_details);
-               gtk_widget_hide (dialog->frame_new_account);
-               gtk_widget_show (dialog->frame_no_profile);
-               gtk_widget_set_sensitive (dialog->button_add, FALSE);
-               gtk_widget_set_sensitive (dialog->button_remove, FALSE);
-               return;
-       }
-
-       /* We have an account selected, destroy old settings and create a new
-        * one for the account selected */
-       gtk_widget_hide (dialog->frame_new_account);
-       gtk_widget_hide (dialog->frame_no_profile);
-       gtk_widget_show (dialog->vbox_details);
-       gtk_widget_set_sensitive (dialog->button_add, TRUE);
-       gtk_widget_set_sensitive (dialog->button_remove, TRUE);
-
-       if (dialog->settings_widget) {
-               gtk_widget_destroy (dialog->settings_widget);
-               dialog->settings_widget = NULL;
-       }
-
-       profile = empathy_account_get_profile (account);
-       config_ui = mc_profile_get_configuration_ui (profile);
-       if (!tp_strdiff (config_ui, "jabber")) {
-               dialog->settings_widget =
-                       empathy_account_widget_jabber_new (account);
-       }
-       else if (!tp_strdiff (config_ui, "msn")) {
-               dialog ->settings_widget =
-                       empathy_account_widget_msn_new (account);
-       }
-       else if (!tp_strdiff (config_ui, "local-xmpp")) {
-               dialog->settings_widget =
-                       empathy_account_widget_salut_new (account);
-       }
-       else if (!tp_strdiff (config_ui, "irc")) {
-               dialog->settings_widget =
-                       empathy_account_widget_irc_new (account);
-       }
-       else if (!tp_strdiff (config_ui, "icq")) {
-               dialog->settings_widget =
-                       empathy_account_widget_icq_new (account);
-       }
-       else if (!tp_strdiff (config_ui, "aim")) {
-               dialog->settings_widget =
-                       empathy_account_widget_aim_new (account);
-       }
-       else if (!tp_strdiff (config_ui, "yahoo")) {
-               dialog->settings_widget =
-                       empathy_account_widget_yahoo_new (account);
-       }
-       else if  (!tp_strdiff (config_ui, "sofiasip")) {
-               dialog->settings_widget =
-                       empathy_account_widget_sip_new (account);
-       }
-       else if  (!tp_strdiff (config_ui, "groupwise")) {
-               dialog->settings_widget =
-                       empathy_account_widget_groupwise_new (account);
-       }
-       else {
-               dialog->settings_widget =
-                       empathy_account_widget_generic_new (account);
-       }
-
-       gtk_container_add (GTK_CONTAINER (dialog->alignment_settings),
-                          dialog->settings_widget);
-       gtk_widget_show (dialog->settings_widget);
-
-
-       gtk_image_set_from_icon_name (GTK_IMAGE (dialog->image_type),
-                                     mc_profile_get_icon_name (profile),
-                                     GTK_ICON_SIZE_DIALOG);
-       gtk_widget_set_tooltip_text (dialog->image_type,
-                                    mc_profile_get_display_name (profile));
-
-       accounts_dialog_update_name_label (dialog, account);
-
-       g_object_unref (profile);
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+  gchar *icon_name;
+
+  priv->settings_widget = get_account_setup_widget (settings);
+
+  gtk_container_add (GTK_CONTAINER (priv->alignment_settings),
+      priv->settings_widget);
+  gtk_widget_show (priv->settings_widget);
+
+  icon_name = empathy_account_settings_get_icon_name (settings);
+
+  gtk_image_set_from_icon_name (GTK_IMAGE (priv->image_type),
+      icon_name, GTK_ICON_SIZE_DIALOG);
+  gtk_widget_set_tooltip_text (priv->image_type,
+      empathy_account_settings_get_protocol (settings));
+
+  accounts_dialog_update_name_label (dialog, settings);
+
+  g_free (icon_name);
 }
 
 static void
-accounts_dialog_model_setup (EmpathyAccountsDialog *dialog)
+account_dialog_settings_ready_cb (EmpathyAccountSettings *settings,
+    GParamSpec *spec,
+    EmpathyAccountsDialog *dialog)
 {
-       GtkListStore     *store;
-       GtkTreeSelection *selection;
+  if (empathy_account_settings_is_ready (settings))
+    account_dialog_create_settings_widget (dialog, settings);
+}
 
-       store = gtk_list_store_new (COL_COUNT,
-                                   G_TYPE_BOOLEAN,        /* enabled */
-                                   G_TYPE_STRING,         /* name */
-                                   G_TYPE_UINT,           /* status */
-                                   EMPATHY_TYPE_ACCOUNT); /* account */
+static void
+accounts_dialog_model_select_first (EmpathyAccountsDialog *dialog)
+{
+  GtkTreeView      *view;
+  GtkTreeModel     *model;
+  GtkTreeSelection *selection;
+  GtkTreeIter       iter;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  /* select first */
+  view = GTK_TREE_VIEW (priv->treeview);
+  model = gtk_tree_view_get_model (view);
+
+  if (gtk_tree_model_get_iter_first (model, &iter))
+    {
+      selection = gtk_tree_view_get_selection (view);
+      gtk_tree_selection_select_iter (selection, &iter);
+    }
+  else
+    {
+      accounts_dialog_update_settings (dialog, NULL);
+    }
+}
 
-       gtk_tree_view_set_model (GTK_TREE_VIEW (dialog->treeview),
-                                GTK_TREE_MODEL (store));
+static void
+accounts_dialog_protocol_changed_cb (GtkWidget *widget,
+    EmpathyAccountsDialog *dialog)
+{
+  TpConnectionManager *cm;
+  TpConnectionManagerProtocol *proto;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  cm = empathy_protocol_chooser_dup_selected (
+      EMPATHY_PROTOCOL_CHOOSER (priv->combobox_protocol), &proto);
+
+  if (tp_connection_manager_protocol_can_register (proto))
+    {
+      gtk_widget_show (priv->radiobutton_register);
+      gtk_widget_show (priv->radiobutton_reuse);
+    }
+  else
+    {
+      gtk_widget_hide (priv->radiobutton_register);
+      gtk_widget_hide (priv->radiobutton_reuse);
+    }
+  g_object_unref (cm);
+}
 
-       selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (dialog->treeview));
-       gtk_tree_selection_set_mode (selection, GTK_SELECTION_SINGLE);
+static void
+accounts_dialog_button_add_clicked_cb (GtkWidget *button,
+    EmpathyAccountsDialog *dialog)
+{
+  GtkTreeView      *view;
+  GtkTreeSelection *selection;
+  GtkTreeModel     *model;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  view = GTK_TREE_VIEW (priv->treeview);
+  model = gtk_tree_view_get_model (view);
+  selection = gtk_tree_view_get_selection (view);
+  gtk_tree_selection_unselect_all (selection);
+
+  gtk_widget_set_sensitive (priv->button_add, FALSE);
+  gtk_widget_set_sensitive (priv->button_remove, FALSE);
+  gtk_widget_hide (priv->vbox_details);
+  gtk_widget_hide (priv->frame_no_protocol);
+  gtk_widget_show (priv->frame_new_account);
+
+  /* If we have no account, no need of a back button */
+  if (gtk_tree_model_iter_n_children (model, NULL) > 0)
+    gtk_widget_show (priv->button_back);
+  else
+    gtk_widget_hide (priv->button_back);
+
+  accounts_dialog_protocol_changed_cb (priv->radiobutton_register, dialog);
+  gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (priv->radiobutton_reuse),
+      TRUE);
+  gtk_combo_box_set_active (GTK_COMBO_BOX (priv->combobox_protocol), 0);
+  gtk_widget_grab_focus (priv->combobox_protocol);
+}
 
-       g_signal_connect (selection, "changed",
-                         G_CALLBACK (accounts_dialog_model_selection_changed),
-                         dialog);
+static void
+accounts_dialog_update_settings (EmpathyAccountsDialog *dialog,
+    EmpathyAccountSettings *settings)
+{
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  if (priv->settings_ready != NULL)
+    {
+      g_signal_handler_disconnect (priv->settings_ready,
+          priv->settings_ready_id);
+      priv->settings_ready = NULL;
+      priv->settings_ready_id = 0;
+    }
+
+  if (!settings)
+    {
+      GtkTreeView  *view;
+      GtkTreeModel *model;
+
+      view = GTK_TREE_VIEW (priv->treeview);
+      model = gtk_tree_view_get_model (view);
+
+      if (gtk_tree_model_iter_n_children (model, NULL) > 0)
+        {
+          /* We have configured accounts, select the first one */
+          accounts_dialog_model_select_first (dialog);
+          return;
+        }
+      if (empathy_connection_managers_get_cms_num (priv->cms) > 0)
+        {
+          /* We have no account configured but we have some
+           * profiles instsalled. The user obviously wants to add
+           * an account. Click on the Add button for him. */
+          accounts_dialog_button_add_clicked_cb (priv->button_add,
+              dialog);
+          return;
+        }
+
+      /* No account and no profile, warn the user */
+      gtk_widget_hide (priv->vbox_details);
+      gtk_widget_hide (priv->frame_new_account);
+      gtk_widget_show (priv->frame_no_protocol);
+      gtk_widget_set_sensitive (priv->button_add, FALSE);
+      gtk_widget_set_sensitive (priv->button_remove, FALSE);
+      return;
+    }
+
+  /* We have an account selected, destroy old settings and create a new
+   * one for the account selected */
+  gtk_widget_hide (priv->frame_new_account);
+  gtk_widget_hide (priv->frame_no_protocol);
+  gtk_widget_show (priv->vbox_details);
+  gtk_widget_set_sensitive (priv->button_add, TRUE);
+  gtk_widget_set_sensitive (priv->button_remove, TRUE);
+
+  if (priv->settings_widget)
+    {
+      gtk_widget_destroy (priv->settings_widget);
+      priv->settings_widget = NULL;
+    }
+
+  if (empathy_account_settings_is_ready (settings))
+    {
+      account_dialog_create_settings_widget (dialog, settings);
+    }
+  else
+    {
+      priv->settings_ready = settings;
+      priv->settings_ready_id =
+        g_signal_connect (settings, "notify::ready",
+            G_CALLBACK (account_dialog_settings_ready_cb), dialog);
+    }
 
-       gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (store),
-                                             COL_NAME, GTK_SORT_ASCENDING);
+}
 
-       accounts_dialog_model_add_columns (dialog);
+static void
+accounts_dialog_name_editing_started_cb (GtkCellRenderer *renderer,
+    GtkCellEditable *editable,
+    gchar *path,
+    EmpathyAccountsDialog *dialog)
+{
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
 
-       g_object_unref (store);
+  if (priv->connecting_id)
+    g_source_remove (priv->connecting_id);
+
+  DEBUG ("Editing account name started; stopping flashing");
 }
 
 static void
-accounts_dialog_name_edited_cb (GtkCellRendererText   *renderer,
-                               gchar                 *path,
-                               gchar                 *new_text,
-                               EmpathyAccountsDialog *dialog)
+accounts_dialog_model_pixbuf_data_func (GtkTreeViewColumn *tree_column,
+    GtkCellRenderer *cell,
+    GtkTreeModel *model,
+    GtkTreeIter *iter,
+    EmpathyAccountsDialog *dialog)
 {
-       EmpathyAccount    *account;
-       GtkTreeModel *model;
-       GtkTreePath  *treepath;
-       GtkTreeIter   iter;
-
-       if (empathy_account_manager_get_connecting_accounts (dialog->account_manager) > 0) {
-               dialog->connecting_id = g_timeout_add (FLASH_TIMEOUT,
-                                                      (GSourceFunc) accounts_dialog_flash_connecting_cb,
-                                                      dialog);
-       }
-
-       model = gtk_tree_view_get_model (GTK_TREE_VIEW (dialog->treeview));
-       treepath = gtk_tree_path_new_from_string (path);
-       gtk_tree_model_get_iter (model, &iter, treepath);
-       gtk_tree_model_get (model, &iter,
-                           COL_ACCOUNT_POINTER, &account,
-                           -1);
-       gtk_list_store_set (GTK_LIST_STORE (model), &iter,
-                           COL_NAME, new_text,
-                           -1);
-       gtk_tree_path_free (treepath);
-
-       empathy_account_set_display_name (account, new_text);
-       g_object_unref (account);
+  EmpathyAccountSettings  *settings;
+  gchar              *icon_name;
+  GdkPixbuf          *pixbuf;
+  TpConnectionStatus  status;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  gtk_tree_model_get (model, iter,
+      COL_STATUS, &status,
+      COL_ACCOUNT_SETTINGS_POINTER, &settings,
+      -1);
+
+  icon_name = empathy_account_settings_get_icon_name (settings);
+  pixbuf = empathy_pixbuf_from_icon_name (icon_name, GTK_ICON_SIZE_BUTTON);
+
+  g_free (icon_name);
+
+  if (pixbuf)
+    {
+      if (status == TP_CONNECTION_STATUS_DISCONNECTED ||
+          (status == TP_CONNECTION_STATUS_CONNECTING &&
+              !priv->connecting_show))
+        {
+          GdkPixbuf *modded_pixbuf;
+
+          modded_pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB,
+              TRUE,
+              8,
+              gdk_pixbuf_get_width (pixbuf),
+              gdk_pixbuf_get_height (pixbuf));
+
+          gdk_pixbuf_saturate_and_pixelate (pixbuf,
+              modded_pixbuf,
+              1.0,
+              TRUE);
+          g_object_unref (pixbuf);
+          pixbuf = modded_pixbuf;
+        }
+    }
+
+  g_object_set (cell,
+      "visible", TRUE,
+      "pixbuf", pixbuf,
+      NULL);
+
+  g_object_unref (settings);
+
+  if (pixbuf)
+    g_object_unref (pixbuf);
 }
 
 static void
 accounts_dialog_enable_toggled_cb (GtkCellRendererToggle *cell_renderer,
-                                  gchar                 *path,
-                                  EmpathyAccountsDialog *dialog)
+    gchar *path,
+    EmpathyAccountsDialog *dialog)
+{
+  EmpathyAccount    *account;
+  GtkTreeModel *model;
+  GtkTreePath  *treepath;
+  GtkTreeIter   iter;
+  gboolean      enabled;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  model = gtk_tree_view_get_model (GTK_TREE_VIEW (priv->treeview));
+  treepath = gtk_tree_path_new_from_string (path);
+  gtk_tree_model_get_iter (model, &iter, treepath);
+  gtk_tree_model_get (model, &iter,
+      COL_ACCOUNT_POINTER, &account,
+      -1);
+  gtk_tree_path_free (treepath);
+
+  if (account == NULL)
+    return;
+
+  enabled = empathy_account_is_enabled (account);
+  empathy_account_set_enabled (account, !enabled);
+
+  DEBUG ("%s account %s", enabled ? "Disabled" : "Enable",
+      empathy_account_get_display_name (account));
+
+  g_object_unref (account);
+}
+
+static gboolean
+accounts_dialog_row_changed_foreach (GtkTreeModel *model,
+    GtkTreePath *path,
+    GtkTreeIter *iter,
+    gpointer user_data)
 {
-       EmpathyAccount    *account;
-       GtkTreeModel *model;
-       GtkTreePath  *treepath;
-       GtkTreeIter   iter;
-       gboolean      enabled;
-
-       model = gtk_tree_view_get_model (GTK_TREE_VIEW (dialog->treeview));
-       treepath = gtk_tree_path_new_from_string (path);
-       gtk_tree_model_get_iter (model, &iter, treepath);
-       gtk_tree_model_get (model, &iter,
-                           COL_ACCOUNT_POINTER, &account,
-                           -1);
-       gtk_tree_path_free (treepath);
-
-       enabled = empathy_account_is_enabled (account);
-       empathy_account_set_enabled (account, !enabled);
-
-       DEBUG ("%s account %s", enabled ? "Disabled" : "Enable",
-               empathy_account_get_display_name (account));
-
-       g_object_unref (account);
+  gtk_tree_model_row_changed (model, path, iter);
+
+  return FALSE;
+}
+
+static gboolean
+accounts_dialog_flash_connecting_cb (EmpathyAccountsDialog *dialog)
+{
+  GtkTreeView  *view;
+  GtkTreeModel *model;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  priv->connecting_show = !priv->connecting_show;
+
+  view = GTK_TREE_VIEW (priv->treeview);
+  model = gtk_tree_view_get_model (view);
+
+  gtk_tree_model_foreach (model, accounts_dialog_row_changed_foreach, NULL);
+
+  return TRUE;
 }
 
 static void
-accounts_dialog_name_editing_started_cb (GtkCellRenderer       *renderer,
-                                        GtkCellEditable       *editable,
-                                        gchar                 *path,
-                                        EmpathyAccountsDialog *dialog)
+accounts_dialog_name_edited_cb (GtkCellRendererText *renderer,
+    gchar *path,
+    gchar *new_text,
+    EmpathyAccountsDialog *dialog)
 {
-       if (dialog->connecting_id) {
-               g_source_remove (dialog->connecting_id);
-       }
-       DEBUG ("Editing account name started; stopping flashing");
+  EmpathyAccountSettings    *settings;
+  GtkTreeModel *model;
+  GtkTreePath  *treepath;
+  GtkTreeIter   iter;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  if (empathy_account_manager_get_connecting_accounts
+      (priv->account_manager) > 0)
+    {
+      priv->connecting_id = g_timeout_add (FLASH_TIMEOUT,
+          (GSourceFunc) accounts_dialog_flash_connecting_cb,
+          dialog);
+    }
+
+  model = gtk_tree_view_get_model (GTK_TREE_VIEW (priv->treeview));
+  treepath = gtk_tree_path_new_from_string (path);
+  gtk_tree_model_get_iter (model, &iter, treepath);
+  gtk_tree_model_get (model, &iter,
+      COL_ACCOUNT_SETTINGS_POINTER, &settings,
+      -1);
+  gtk_list_store_set (GTK_LIST_STORE (model), &iter,
+      COL_NAME, new_text,
+      -1);
+  gtk_tree_path_free (treepath);
+
+  empathy_account_settings_set_display_name_async (settings, new_text,
+      NULL, NULL);
+  g_object_unref (settings);
 }
 
 static void
 accounts_dialog_model_add_columns (EmpathyAccountsDialog *dialog)
 {
-       GtkTreeView       *view;
-       GtkTreeViewColumn *column;
-       GtkCellRenderer   *cell;
-
-       view = GTK_TREE_VIEW (dialog->treeview);
-       gtk_tree_view_set_headers_visible (view, TRUE);
-
-       /* Enabled column */
-       cell = gtk_cell_renderer_toggle_new ();
-       gtk_tree_view_insert_column_with_attributes (view, -1,
-                                                    _("Enabled"),
-                                                    cell,
-                                                    "active", COL_ENABLED,
-                                                    NULL);
-       g_signal_connect (cell, "toggled",
-                         G_CALLBACK (accounts_dialog_enable_toggled_cb),
-                         dialog);
-
-       /* Account column */
-       column = gtk_tree_view_column_new ();
-       gtk_tree_view_column_set_title (column, _("Accounts"));
-       gtk_tree_view_column_set_expand (column, TRUE);
-       gtk_tree_view_append_column (view, column);
-
-       /* Icon renderer */
-       cell = gtk_cell_renderer_pixbuf_new ();
-       gtk_tree_view_column_pack_start (column, cell, FALSE);
-       gtk_tree_view_column_set_cell_data_func (column, cell,
-                                                (GtkTreeCellDataFunc)
-                                                accounts_dialog_model_pixbuf_data_func,
-                                                dialog,
-                                                NULL);
-
-       /* Name renderer */
-       cell = gtk_cell_renderer_text_new ();
-       g_object_set (cell,
-                     "ellipsize", PANGO_ELLIPSIZE_END,
-                     "width-chars", 25,
-                     "editable", TRUE,
-                     NULL);
-       gtk_tree_view_column_pack_start (column, cell, TRUE);
-       gtk_tree_view_column_add_attribute (column, cell, "text", COL_NAME);
-       g_signal_connect (cell, "edited",
-                         G_CALLBACK (accounts_dialog_name_edited_cb),
-                         dialog);
-       g_signal_connect (cell, "editing-started",
-                         G_CALLBACK (accounts_dialog_name_editing_started_cb),
-                         dialog);
+  GtkTreeView       *view;
+  GtkTreeViewColumn *column;
+  GtkCellRenderer   *cell;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  view = GTK_TREE_VIEW (priv->treeview);
+  gtk_tree_view_set_headers_visible (view, TRUE);
+
+  /* Enabled column */
+  cell = gtk_cell_renderer_toggle_new ();
+  gtk_tree_view_insert_column_with_attributes (view, -1,
+      _("Enabled"),
+      cell,
+      "active", COL_ENABLED,
+      NULL);
+  g_signal_connect (cell, "toggled",
+      G_CALLBACK (accounts_dialog_enable_toggled_cb),
+      dialog);
+
+  /* Account column */
+  column = gtk_tree_view_column_new ();
+  gtk_tree_view_column_set_title (column, _("Accounts"));
+  gtk_tree_view_column_set_expand (column, TRUE);
+  gtk_tree_view_append_column (view, column);
+
+  /* Icon renderer */
+  cell = gtk_cell_renderer_pixbuf_new ();
+  gtk_tree_view_column_pack_start (column, cell, FALSE);
+  gtk_tree_view_column_set_cell_data_func (column, cell,
+      (GtkTreeCellDataFunc)
+      accounts_dialog_model_pixbuf_data_func,
+      dialog,
+      NULL);
+
+  /* Name renderer */
+  cell = gtk_cell_renderer_text_new ();
+  g_object_set (cell,
+      "ellipsize", PANGO_ELLIPSIZE_END,
+      "width-chars", 25,
+      "editable", TRUE,
+      NULL);
+  gtk_tree_view_column_pack_start (column, cell, TRUE);
+  gtk_tree_view_column_add_attribute (column, cell, "text", COL_NAME);
+  g_signal_connect (cell, "edited",
+      G_CALLBACK (accounts_dialog_name_edited_cb),
+      dialog);
+  g_signal_connect (cell, "editing-started",
+      G_CALLBACK (accounts_dialog_name_editing_started_cb),
+      dialog);
+}
+
+static EmpathyAccountSettings *
+accounts_dialog_model_get_selected_settings (EmpathyAccountsDialog *dialog)
+{
+  GtkTreeView      *view;
+  GtkTreeModel     *model;
+  GtkTreeSelection *selection;
+  GtkTreeIter       iter;
+  EmpathyAccountSettings   *settings;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  view = GTK_TREE_VIEW (priv->treeview);
+  selection = gtk_tree_view_get_selection (view);
+
+  if (!gtk_tree_selection_get_selected (selection, &model, &iter))
+    return NULL;
+
+  gtk_tree_model_get (model, &iter,
+      COL_ACCOUNT_SETTINGS_POINTER, &settings, -1);
+
+  return settings;
 }
 
 static void
-accounts_dialog_model_select_first (EmpathyAccountsDialog *dialog)
+accounts_dialog_model_selection_changed (GtkTreeSelection *selection,
+    EmpathyAccountsDialog *dialog)
 {
-       GtkTreeView      *view;
-       GtkTreeModel     *model;
-       GtkTreeSelection *selection;
-       GtkTreeIter       iter;
-
-       /* select first */
-       view = GTK_TREE_VIEW (dialog->treeview);
-       model = gtk_tree_view_get_model (view);
-
-       if (gtk_tree_model_get_iter_first (model, &iter)) {
-               selection = gtk_tree_view_get_selection (view);
-               gtk_tree_selection_select_iter (selection, &iter);
-       } else {
-               accounts_dialog_update_account (dialog, NULL);
-       }
+  EmpathyAccountSettings *settings;
+  GtkTreeModel *model;
+  GtkTreeIter   iter;
+  gboolean      is_selection;
+
+  is_selection = gtk_tree_selection_get_selected (selection, &model, &iter);
+
+  settings = accounts_dialog_model_get_selected_settings (dialog);
+  accounts_dialog_update_settings (dialog, settings);
+
+  if (settings)
+    g_object_unref (settings);
 }
 
 static void
-accounts_dialog_model_pixbuf_data_func (GtkTreeViewColumn    *tree_column,
-                                       GtkCellRenderer      *cell,
-                                       GtkTreeModel         *model,
-                                       GtkTreeIter          *iter,
-                                       EmpathyAccountsDialog *dialog)
+accounts_dialog_model_setup (EmpathyAccountsDialog *dialog)
+{
+  GtkListStore     *store;
+  GtkTreeSelection *selection;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  store = gtk_list_store_new (COL_COUNT,
+      G_TYPE_BOOLEAN,        /* enabled */
+      G_TYPE_STRING,         /* name */
+      G_TYPE_UINT,           /* status */
+      EMPATHY_TYPE_ACCOUNT,   /* account */
+      EMPATHY_TYPE_ACCOUNT_SETTINGS); /* settings */
+
+  gtk_tree_view_set_model (GTK_TREE_VIEW (priv->treeview),
+      GTK_TREE_MODEL (store));
+
+  selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (priv->treeview));
+  gtk_tree_selection_set_mode (selection, GTK_SELECTION_SINGLE);
+
+  g_signal_connect (selection, "changed",
+      G_CALLBACK (accounts_dialog_model_selection_changed),
+      dialog);
+
+  gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (store),
+      COL_NAME, GTK_SORT_ASCENDING);
+
+  accounts_dialog_model_add_columns (dialog);
+
+  g_object_unref (store);
+}
+
+static gboolean
+accounts_dialog_get_settings_iter (EmpathyAccountsDialog *dialog,
+    EmpathyAccountSettings *settings,
+    GtkTreeIter *iter)
 {
-       EmpathyAccount     *account;
-       const gchar        *icon_name;
-       GdkPixbuf          *pixbuf;
-       TpConnectionStatus  status;
-
-       gtk_tree_model_get (model, iter,
-                           COL_STATUS, &status,
-                           COL_ACCOUNT_POINTER, &account,
-                           -1);
-
-       icon_name = empathy_icon_name_from_account (account);
-       pixbuf = empathy_pixbuf_from_icon_name (icon_name, GTK_ICON_SIZE_BUTTON);
-
-       if (pixbuf) {
-               if (status == TP_CONNECTION_STATUS_DISCONNECTED ||
-                   (status == TP_CONNECTION_STATUS_CONNECTING &&
-                    !dialog->connecting_show)) {
-                       GdkPixbuf *modded_pixbuf;
-
-                       modded_pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB,
-                                                       TRUE,
-                                                       8,
-                                                       gdk_pixbuf_get_width (pixbuf),
-                                                       gdk_pixbuf_get_height (pixbuf));
-
-                       gdk_pixbuf_saturate_and_pixelate (pixbuf,
-                                                         modded_pixbuf,
-                                                         1.0,
-                                                         TRUE);
-                       g_object_unref (pixbuf);
-                       pixbuf = modded_pixbuf;
-               }
-       }
-
-       g_object_set (cell,
-                     "visible", TRUE,
-                     "pixbuf", pixbuf,
-                     NULL);
-
-       g_object_unref (account);
-       if (pixbuf) {
-               g_object_unref (pixbuf);
-       }
+  GtkTreeView      *view;
+  GtkTreeSelection *selection;
+  GtkTreeModel     *model;
+  gboolean          ok;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  /* Update the status in the model */
+  view = GTK_TREE_VIEW (priv->treeview);
+  selection = gtk_tree_view_get_selection (view);
+  model = gtk_tree_view_get_model (view);
+
+  for (ok = gtk_tree_model_get_iter_first (model, iter);
+       ok;
+       ok = gtk_tree_model_iter_next (model, iter))
+    {
+      EmpathyAccountSettings *this_settings;
+      gboolean   equal;
+
+      gtk_tree_model_get (model, iter,
+          COL_ACCOUNT_SETTINGS_POINTER, &this_settings,
+          -1);
+
+      equal = (this_settings == settings);
+      g_object_unref (this_settings);
+
+      if (equal)
+        return TRUE;
+    }
+
+  return FALSE;
 }
 
 static gboolean
 accounts_dialog_get_account_iter (EmpathyAccountsDialog *dialog,
-                                EmpathyAccount        *account,
-                                GtkTreeIter           *iter)
+    EmpathyAccount *account,
+    GtkTreeIter *iter)
 {
-       GtkTreeView      *view;
-       GtkTreeSelection *selection;
-       GtkTreeModel     *model;
-       gboolean          ok;
-
-       /* Update the status in the model */
-       view = GTK_TREE_VIEW (dialog->treeview);
-       selection = gtk_tree_view_get_selection (view);
-       model = gtk_tree_view_get_model (view);
-
-       for (ok = gtk_tree_model_get_iter_first (model, iter);
-            ok;
-            ok = gtk_tree_model_iter_next (model, iter)) {
-               EmpathyAccount *this_account;
-               gboolean   equal;
-
-               gtk_tree_model_get (model, iter,
-                                   COL_ACCOUNT_POINTER, &this_account,
-                                   -1);
-
-               equal = empathy_account_equal (this_account, account);
-               g_object_unref (this_account);
-
-               if (equal) {
-                       return TRUE;
-               }
-       }
-
-       return FALSE;
+  GtkTreeView      *view;
+  GtkTreeSelection *selection;
+  GtkTreeModel     *model;
+  gboolean          ok;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  /* Update the status in the model */
+  view = GTK_TREE_VIEW (priv->treeview);
+  selection = gtk_tree_view_get_selection (view);
+  model = gtk_tree_view_get_model (view);
+
+  for (ok = gtk_tree_model_get_iter_first (model, iter);
+       ok;
+       ok = gtk_tree_model_iter_next (model, iter))
+    {
+      EmpathyAccountSettings *settings;
+      gboolean   equal;
+
+      gtk_tree_model_get (model, iter,
+          COL_ACCOUNT_SETTINGS_POINTER, &settings,
+          -1);
+
+      equal = empathy_account_settings_has_account
+        (settings, account);
+      g_object_unref (settings);
+
+      if (equal)
+        return TRUE;
+    }
+
+  return FALSE;
 }
 
 static EmpathyAccount *
-accounts_dialog_model_get_selected (EmpathyAccountsDialog *dialog)
+accounts_dialog_model_get_selected_account (EmpathyAccountsDialog *dialog)
 {
-       GtkTreeView      *view;
-       GtkTreeModel     *model;
-       GtkTreeSelection *selection;
-       GtkTreeIter       iter;
-       EmpathyAccount   *account;
+  GtkTreeView      *view;
+  GtkTreeModel     *model;
+  GtkTreeSelection *selection;
+  GtkTreeIter       iter;
+  EmpathyAccount   *account;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
 
-       view = GTK_TREE_VIEW (dialog->treeview);
-       selection = gtk_tree_view_get_selection (view);
+  view = GTK_TREE_VIEW (priv->treeview);
+  selection = gtk_tree_view_get_selection (view);
 
-       if (!gtk_tree_selection_get_selected (selection, &model, &iter)) {
-               return NULL;
-       }
+  if (!gtk_tree_selection_get_selected (selection, &model, &iter))
+    return NULL;
 
-       gtk_tree_model_get (model, &iter, COL_ACCOUNT_POINTER, &account, -1);
+  gtk_tree_model_get (model, &iter, COL_ACCOUNT_POINTER, &account, -1);
 
-       return account;
+  return account;
 }
 
 static void
 accounts_dialog_model_set_selected (EmpathyAccountsDialog *dialog,
-                                   EmpathyAccount        *account)
+    EmpathyAccountSettings *settings)
 {
-       GtkTreeSelection *selection;
-       GtkTreeIter       iter;
+  GtkTreeSelection *selection;
+  GtkTreeIter       iter;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
 
-       selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (dialog->treeview));
-       if (accounts_dialog_get_account_iter (dialog, account, &iter)) {
-               gtk_tree_selection_select_iter (selection, &iter);
-       }
+  selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (priv->treeview));
+  if (accounts_dialog_get_settings_iter (dialog, settings, &iter))
+    gtk_tree_selection_select_iter (selection, &iter);
 }
 
 static gboolean
 accounts_dialog_model_remove_selected (EmpathyAccountsDialog *dialog)
 {
-       GtkTreeView      *view;
-       GtkTreeModel     *model;
-       GtkTreeSelection *selection;
-       GtkTreeIter       iter;
+  GtkTreeView      *view;
+  GtkTreeModel     *model;
+  GtkTreeSelection *selection;
+  GtkTreeIter       iter;
+  EmpathyAccount *account;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
 
-       view = GTK_TREE_VIEW (dialog->treeview);
-       selection = gtk_tree_view_get_selection (view);
+  view = GTK_TREE_VIEW (priv->treeview);
+  selection = gtk_tree_view_get_selection (view);
 
-       if (!gtk_tree_selection_get_selected (selection, &model, &iter)) {
-               return FALSE;
-       }
+  if (!gtk_tree_selection_get_selected (selection, &model, &iter))
+    return FALSE;
 
-       return gtk_list_store_remove (GTK_LIST_STORE (model), &iter);
+  gtk_tree_model_get (model, &iter,
+      COL_ACCOUNT_POINTER, &account,
+      -1);
+
+  if (account != NULL)
+    empathy_account_remove_async (account, NULL, NULL);
+
+  return gtk_list_store_remove (GTK_LIST_STORE (model), &iter);
 }
 
 static void
-accounts_dialog_model_selection_changed (GtkTreeSelection     *selection,
-                                        EmpathyAccountsDialog *dialog)
+accounts_dialog_add (EmpathyAccountsDialog *dialog,
+    EmpathyAccountSettings *settings)
 {
-       EmpathyAccount    *account;
-       GtkTreeModel *model;
-       GtkTreeIter   iter;
-       gboolean      is_selection;
-
-       is_selection = gtk_tree_selection_get_selected (selection, &model, &iter);
+  GtkTreeModel       *model;
+  GtkTreeIter         iter;
+  const gchar        *name;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  model = gtk_tree_view_get_model (GTK_TREE_VIEW (priv->treeview));
+  name = empathy_account_settings_get_display_name (settings);
+
+  gtk_list_store_append (GTK_LIST_STORE (model), &iter);
+
+  gtk_list_store_set (GTK_LIST_STORE (model), &iter,
+      COL_ENABLED, FALSE,
+      COL_NAME, name,
+      COL_STATUS, TP_CONNECTION_STATUS_DISCONNECTED,
+      COL_ACCOUNT_SETTINGS_POINTER, settings,
+      -1);
+}
 
-       account = accounts_dialog_model_get_selected (dialog);
-       accounts_dialog_update_account (dialog, account);
+static void
+accounts_dialog_connection_changed_cb     (EmpathyAccountManager *manager,
+    EmpathyAccount *account,
+    TpConnectionStatusReason reason,
+    TpConnectionStatus current,
+    TpConnectionStatus previous,
+    EmpathyAccountsDialog *dialog)
+{
+  GtkTreeModel *model;
+  GtkTreeIter   iter;
+  gboolean      found;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  /* Update the status in the model */
+  model = gtk_tree_view_get_model (GTK_TREE_VIEW (priv->treeview));
+
+  if (accounts_dialog_get_account_iter (dialog, account, &iter))
+    {
+      GtkTreePath *path;
+
+      gtk_list_store_set (GTK_LIST_STORE (model), &iter,
+          COL_STATUS, current,
+          -1);
+
+      path = gtk_tree_model_get_path (model, &iter);
+      gtk_tree_model_row_changed (model, path, &iter);
+      gtk_tree_path_free (path);
+    }
+
+  found = (empathy_account_manager_get_connecting_accounts (manager) > 0);
+
+  if (!found && priv->connecting_id)
+    {
+      g_source_remove (priv->connecting_id);
+      priv->connecting_id = 0;
+    }
+
+  if (found && !priv->connecting_id)
+    priv->connecting_id = g_timeout_add (FLASH_TIMEOUT,
+        (GSourceFunc) accounts_dialog_flash_connecting_cb,
+        dialog);
+}
 
-       if (account) {
-               g_object_unref (account);
-       }
+static void
+accounts_dialog_add_account (EmpathyAccountsDialog *dialog,
+    EmpathyAccount *account)
+{
+  EmpathyAccountSettings *settings;
+  GtkTreeModel       *model;
+  GtkTreeIter         iter;
+  TpConnectionStatus  status;
+  const gchar        *name;
+  gboolean            enabled;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  model = gtk_tree_view_get_model (GTK_TREE_VIEW (priv->treeview));
+  g_object_get (account, "connection-status", &status, NULL);
+  name = empathy_account_get_display_name (account);
+  enabled = empathy_account_is_enabled (account);
+
+  if (!accounts_dialog_get_account_iter (dialog, account, &iter))
+    gtk_list_store_append (GTK_LIST_STORE (model), &iter);
+
+  settings = empathy_account_settings_new_for_account (account);
+
+  gtk_list_store_set (GTK_LIST_STORE (model), &iter,
+      COL_ENABLED, enabled,
+      COL_NAME, name,
+      COL_STATUS, status,
+      COL_ACCOUNT_POINTER, account,
+      COL_ACCOUNT_SETTINGS_POINTER, settings,
+      -1);
+
+  accounts_dialog_connection_changed_cb (priv->account_manager,
+      account,
+      TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED,
+      status,
+      TP_CONNECTION_STATUS_DISCONNECTED,
+      dialog);
+
+  g_object_unref (settings);
 }
 
 static void
-accounts_dialog_add_or_update_account (EmpathyAccountsDialog *dialog,
-                                      EmpathyAccount        *account)
+accounts_dialog_update (EmpathyAccountsDialog *dialog,
+    EmpathyAccountSettings *settings)
 {
-       GtkTreeModel       *model;
-       GtkTreeIter         iter;
-       TpConnectionStatus  status;
-       const gchar        *name;
-       gboolean            enabled;
-
-       model = gtk_tree_view_get_model (GTK_TREE_VIEW (dialog->treeview));
-       g_object_get (account, "status", &status, NULL);
-       name = empathy_account_get_display_name (account);
-       enabled = empathy_account_is_enabled (account);
-
-       if (!accounts_dialog_get_account_iter (dialog, account, &iter)) {
-               DEBUG ("Adding new account");
-               gtk_list_store_append (GTK_LIST_STORE (model), &iter);
-       }
-
-       gtk_list_store_set (GTK_LIST_STORE (model), &iter,
-                           COL_ENABLED, enabled,
-                           COL_NAME, name,
-                           COL_STATUS, status,
-                           COL_ACCOUNT_POINTER, account,
-                           -1);
-
-       accounts_dialog_connection_changed_cb (dialog->account_manager,
-                                              account,
-                                              TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED,
-                                              status,
-                                              TP_CONNECTION_STATUS_DISCONNECTED,
-                                              dialog);
+  GtkTreeModel       *model;
+  GtkTreeIter         iter;
+  TpConnectionStatus  status = TP_CONNECTION_STATUS_DISCONNECTED;
+  const gchar        *name;
+  gboolean            enabled = FALSE;
+  EmpathyAccount     *account;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  model = gtk_tree_view_get_model (GTK_TREE_VIEW (priv->treeview));
+  name = empathy_account_settings_get_display_name (settings);
+
+  account = empathy_account_settings_get_account (settings);
+  if (account != NULL)
+    {
+      enabled = empathy_account_is_enabled (account);
+      g_object_get (account, "connection-status", &status, NULL);
+    }
+
+  accounts_dialog_get_settings_iter (dialog, settings, &iter);
+  gtk_list_store_set (GTK_LIST_STORE (model), &iter,
+      COL_ENABLED, enabled,
+      COL_NAME, name,
+      COL_STATUS, status,
+      COL_ACCOUNT_POINTER, account,
+      COL_ACCOUNT_SETTINGS_POINTER, settings,
+      -1);
 }
 
 static void
 accounts_dialog_account_added_cb (EmpathyAccountManager *manager,
-                                 EmpathyAccount *account,
-                                 EmpathyAccountsDialog *dialog)
+    EmpathyAccount *account,
+    EmpathyAccountsDialog *dialog)
 {
-       const gchar *current_name;
-       gchar       *account_param = NULL;
-
-       accounts_dialog_add_or_update_account (dialog, account);
-
-       /* Change the display name to "%s (%s)" % (protocol, account).
-        *  - The protocol is the display name of the profile.
-        *  - The account should be the normalized name of the EmpathyAccount but
-        *    it's not set until first connection, so we get the "account"
-        *    parameter for CM that have it. */
-       current_name = empathy_account_get_display_name (account);
-       account_param = empathy_account_get_param_string (account, "account");
-       if (!EMP_STR_EMPTY (account_param)) {
-               McProfile   *profile;
-               const gchar *profile_name;
-               gchar       *new_name;
-
-               profile = empathy_account_get_profile (account);
-               profile_name = mc_profile_get_display_name (profile);
-               new_name = g_strdup_printf ("%s (%s)", profile_name,
-                                           account_param);
-
-               DEBUG ("Setting new display name for account %s: '%s'",
-                      empathy_account_get_unique_name (account), new_name);
-
-               empathy_account_set_display_name (account, new_name);
-               g_free (new_name);
-               g_object_unref (profile);
-       } else {
-               /* FIXME: This CM has no account parameter, what can be done? */
-       }
-       g_free (account_param);
+  accounts_dialog_add_account (dialog, account);
 }
 
+
 static void
 accounts_dialog_account_removed_cb (EmpathyAccountManager *manager,
-                                   EmpathyAccount       *account,
-                                   EmpathyAccountsDialog *dialog)
+    EmpathyAccount *account,
+    EmpathyAccountsDialog *dialog)
 {
+  GtkTreeIter iter;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
 
-       accounts_dialog_model_set_selected (dialog, account);
-       accounts_dialog_model_remove_selected (dialog);
+  if (accounts_dialog_get_account_iter (dialog, account, &iter))
+    gtk_list_store_remove (GTK_LIST_STORE (
+            gtk_tree_view_get_model (GTK_TREE_VIEW (priv->treeview))), &iter);
 }
 
-static gboolean
-accounts_dialog_row_changed_foreach (GtkTreeModel *model,
-                                    GtkTreePath  *path,
-                                    GtkTreeIter  *iter,
-                                    gpointer      user_data)
+static void
+enable_or_disable_account (EmpathyAccountsDialog *dialog,
+    EmpathyAccount *account,
+    gboolean enabled)
 {
-       gtk_tree_model_row_changed (model, path, iter);
+  GtkTreeModel *model;
+  GtkTreeIter   iter;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  /* Update the status in the model */
+  model = gtk_tree_view_get_model (GTK_TREE_VIEW (priv->treeview));
+
+  DEBUG ("Account %s is now %s",
+      empathy_account_get_display_name (account),
+      enabled ? "enabled" : "disabled");
 
-       return FALSE;
+  if (accounts_dialog_get_account_iter (dialog, account, &iter))
+    gtk_list_store_set (GTK_LIST_STORE (model), &iter,
+        COL_ENABLED, enabled,
+        -1);
 }
 
-static gboolean
-accounts_dialog_flash_connecting_cb (EmpathyAccountsDialog *dialog)
+static void
+accounts_dialog_account_disabled_cb (EmpathyAccountManager *manager,
+    EmpathyAccount *account,
+    EmpathyAccountsDialog *dialog)
 {
-       GtkTreeView  *view;
-       GtkTreeModel *model;
+  enable_or_disable_account (dialog, account, FALSE);
+}
 
-       dialog->connecting_show = !dialog->connecting_show;
+static void
+accounts_dialog_account_enabled_cb (EmpathyAccountManager *manager,
+    EmpathyAccount *account,
+    EmpathyAccountsDialog *dialog)
+{
+  enable_or_disable_account (dialog, account, TRUE);
+}
+
+static void
+accounts_dialog_account_changed_cb (EmpathyAccountManager *manager,
+    EmpathyAccount *account,
+    EmpathyAccountsDialog  *dialog)
+{
+  EmpathyAccountSettings *settings, *selected_settings;
+  GtkTreeModel *model;
+  GtkTreeIter iter;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  model = gtk_tree_view_get_model (GTK_TREE_VIEW (priv->treeview));
 
-       view = GTK_TREE_VIEW (dialog->treeview);
-       model = gtk_tree_view_get_model (view);
+  if (!accounts_dialog_get_account_iter (dialog, account, &iter))
+    return;
 
-       gtk_tree_model_foreach (model, accounts_dialog_row_changed_foreach, NULL);
+  gtk_tree_model_get (model, &iter,
+      COL_ACCOUNT_SETTINGS_POINTER, &settings,
+      -1);
 
-       return TRUE;
+  accounts_dialog_update (dialog, settings);
+  selected_settings = accounts_dialog_model_get_selected_settings (dialog);
+
+  if (settings == selected_settings)
+    accounts_dialog_update_name_label (dialog, settings);
 }
 
 static void
-accounts_dialog_connection_changed_cb     (EmpathyAccountManager    *manager,
-                                          EmpathyAccount           *account,
-                                          TpConnectionStatusReason  reason,
-                                          TpConnectionStatus        current,
-                                          TpConnectionStatus        previous,
-                                          EmpathyAccountsDialog    *dialog)
+accounts_dialog_button_create_clicked_cb (GtkWidget *button,
+    EmpathyAccountsDialog *dialog)
 {
-       GtkTreeModel *model;
-       GtkTreeIter   iter;
-       gboolean      found;
+  EmpathyAccountSettings *settings;
+  gchar     *str;
+  TpConnectionManager *cm;
+  TpConnectionManagerProtocol *proto;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  cm = empathy_protocol_chooser_dup_selected (
+      EMPATHY_PROTOCOL_CHOOSER (priv->combobox_protocol), &proto);
 
-       /* Update the status in the model */
-       model = gtk_tree_view_get_model (GTK_TREE_VIEW (dialog->treeview));
+  /* Create account */
+  /* To translator: %s is the protocol name */
+  str = g_strdup_printf (_("New %s account"), proto->name);
 
-       if (accounts_dialog_get_account_iter (dialog, account, &iter)) {
-               GtkTreePath *path;
+  settings = empathy_account_settings_new (cm->name, proto->name, str);
 
-               gtk_list_store_set (GTK_LIST_STORE (model), &iter,
-                                   COL_STATUS, current,
-                                   -1);
+  g_free (str);
 
-               path = gtk_tree_model_get_path (model, &iter);
-               gtk_tree_model_row_changed (model, path, &iter);
-               gtk_tree_path_free (path);
-       }
+  if (tp_connection_manager_protocol_can_register (proto))
+    {
+      gboolean active;
 
-       found = (empathy_account_manager_get_connecting_accounts (manager) > 0);
+      active = gtk_toggle_button_get_active
+          (GTK_TOGGLE_BUTTON (priv->radiobutton_register));
+      if (active)
+        empathy_account_settings_set_boolean (settings, "register", TRUE);
+    }
 
-       if (!found && dialog->connecting_id) {
-               g_source_remove (dialog->connecting_id);
-               dialog->connecting_id = 0;
-       }
+  accounts_dialog_add (dialog, settings);
+  accounts_dialog_model_set_selected (dialog, settings);
 
-       if (found && !dialog->connecting_id) {
-               dialog->connecting_id = g_timeout_add (FLASH_TIMEOUT,
-                                                      (GSourceFunc) accounts_dialog_flash_connecting_cb,
-                                                      dialog);
-       }
+  g_object_unref (settings);
+  g_object_unref (cm);
 }
 
 static void
-enable_or_disable_account (EmpathyAccountsDialog *dialog,
-                          EmpathyAccount *account,
-                          gboolean enabled)
+accounts_dialog_button_back_clicked_cb (GtkWidget *button,
+    EmpathyAccountsDialog *dialog)
 {
-       GtkTreeModel *model;
-       GtkTreeIter   iter;
+  EmpathyAccountSettings *settings;
 
-       /* Update the status in the model */
-       model = gtk_tree_view_get_model (GTK_TREE_VIEW (dialog->treeview));
+  settings = accounts_dialog_model_get_selected_settings (dialog);
+  accounts_dialog_update (dialog, settings);
+}
 
-       DEBUG ("Account %s is now %s",
-               empathy_account_get_display_name (account),
-               enabled ? "enabled" : "disabled");
+static void
+accounts_dialog_button_help_clicked_cb (GtkWidget *button,
+    EmpathyAccountsDialog *dialog)
+{
+  empathy_url_show (button, "ghelp:empathy?empathy-create-account");
+}
 
-       if (accounts_dialog_get_account_iter (dialog, account, &iter)) {
-               gtk_list_store_set (GTK_LIST_STORE (model), &iter,
-                                   COL_ENABLED, enabled,
-                                   -1);
-       }
+static void
+accounts_dialog_button_remove_clicked_cb (GtkWidget *button,
+    EmpathyAccountsDialog *dialog)
+{
+  EmpathyAccount *account;
+  GtkWidget *message_dialog;
+  gint       res;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  account = accounts_dialog_model_get_selected_account (dialog);
+
+  if (account == NULL || !empathy_account_is_valid (account))
+    {
+      accounts_dialog_model_remove_selected (dialog);
+      accounts_dialog_model_select_first (dialog);
+      return;
+    }
+  message_dialog = gtk_message_dialog_new
+    (GTK_WINDOW (priv->window),
+        GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
+        GTK_MESSAGE_QUESTION,
+        GTK_BUTTONS_NONE,
+        _("You are about to remove your %s account!\n"
+            "Are you sure you want to proceed?"),
+        empathy_account_get_display_name (account));
+
+  gtk_message_dialog_format_secondary_text
+    (GTK_MESSAGE_DIALOG (message_dialog),
+        _("Any associated conversations and chat rooms will NOT be "
+            "removed if you decide to proceed.\n"
+            "\n"
+            "Should you decide to add the account back at a later time, "
+            "they will still be available."));
+
+  gtk_dialog_add_button (GTK_DIALOG (message_dialog),
+      GTK_STOCK_CANCEL,
+      GTK_RESPONSE_NO);
+  gtk_dialog_add_button (GTK_DIALOG (message_dialog),
+      GTK_STOCK_REMOVE,
+      GTK_RESPONSE_YES);
+
+  gtk_widget_show (message_dialog);
+  res = gtk_dialog_run (GTK_DIALOG (message_dialog));
+
+  if (res == GTK_RESPONSE_YES)
+    {
+      accounts_dialog_model_remove_selected (dialog);
+      accounts_dialog_model_select_first (dialog);
+    }
+  gtk_widget_destroy (message_dialog);
 }
 
+#if 0
+/* FIXME MC-5 */
 static void
-accounts_dialog_account_disabled_cb (EmpathyAccountManager *manager,
-                                    EmpathyAccount        *account,
-                                    EmpathyAccountsDialog *dialog)
+accounts_dialog_button_import_clicked_cb (GtkWidget *button,
+    EmpathyAccountsDialog *dialog)
 {
-       enable_or_disable_account (dialog, account, FALSE);
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  empathy_import_dialog_show (GTK_WINDOW (priv->window), TRUE);
 }
+#endif
 
 static void
-accounts_dialog_account_enabled_cb (EmpathyAccountManager *manager,
-                                   EmpathyAccount        *account,
-                                   EmpathyAccountsDialog *dialog)
+accounts_dialog_response_cb (GtkWidget *widget,
+    gint response,
+    EmpathyAccountsDialog *dialog)
 {
-       enable_or_disable_account (dialog, account, TRUE);
+  GList *accounts, *l;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  if (response == GTK_RESPONSE_CLOSE)
+    {
+      /* Delete incomplete accounts */
+      accounts = empathy_account_manager_dup_accounts
+        (priv->account_manager);
+      for (l = accounts; l; l = l->next)
+        {
+          EmpathyAccount *account;
+
+          account = l->data;
+          if (!empathy_account_is_valid (account))
+            /* FIXME: Warn the user the account is not
+             * complete and is going to be removed.
+             */
+            empathy_account_manager_remove
+              (priv->account_manager, account);
+
+          g_object_unref (account);
+        }
+      g_list_free (accounts);
+
+      gtk_widget_destroy (widget);
+    }
 }
 
 static void
-accounts_dialog_account_changed_cb (EmpathyAccountManager *manager,
-                                   EmpathyAccount        *account,
-                                   EmpathyAccountsDialog  *dialog)
+accounts_dialog_destroy_cb (GtkObject *obj,
+    EmpathyAccountsDialog *dialog)
 {
-       EmpathyAccount *selected_account;
+  DEBUG ("%p", obj);
 
-       accounts_dialog_add_or_update_account (dialog, account);
-       selected_account = accounts_dialog_model_get_selected (dialog);
-       if (empathy_account_equal (account, selected_account)) {
-               accounts_dialog_update_name_label (dialog, account);
-       }
+  g_object_unref (dialog);
 }
 
 static void
-accounts_dialog_button_create_clicked_cb (GtkWidget             *button,
-                                         EmpathyAccountsDialog  *dialog)
+accounts_dialog_set_selected_account (EmpathyAccountsDialog *dialog,
+    EmpathyAccount *account)
 {
-       McProfile *profile;
-       EmpathyAccount *account;
-       gchar     *str;
-       McProfileCapabilityFlags cap;
-
-       profile = empathy_profile_chooser_dup_selected (
-           EMPATHY_PROFILE_CHOOSER (dialog->combobox_profile));
-
-       /* Create account */
-       account = empathy_account_manager_create (dialog->account_manager, profile);
-       if (account == NULL) {
-               /* We can't display an error to the user as MC doesn't give us
-                * any clue about the reason of the failure... */
-               g_object_unref (profile);
-               return;
-       }
-
-       /* To translator: %s is the protocol name */
-       str = g_strdup_printf (_("New %s account"),
-                              mc_profile_get_display_name (profile));
-       empathy_account_set_display_name (account, str);
-       g_free (str);
-
-       cap = mc_profile_get_capabilities (profile);
-       if (cap & MC_PROFILE_CAPABILITY_REGISTRATION_UI) {
-               gboolean active;
-
-               active = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dialog->radiobutton_register));
-               if (active) {
-                       empathy_account_set_param_boolean (account, "register", TRUE);
-               }
-       }
-
-       accounts_dialog_add_or_update_account (dialog, account);
-       accounts_dialog_model_set_selected (dialog, account);
-
-       g_object_unref (account);
-       g_object_unref (profile);
+  GtkTreeSelection *selection;
+  GtkTreeIter       iter;
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (priv->treeview));
+  if (accounts_dialog_get_account_iter (dialog, account, &iter))
+    gtk_tree_selection_select_iter (selection, &iter);
 }
 
 static void
-accounts_dialog_button_back_clicked_cb (GtkWidget             *button,
-                                       EmpathyAccountsDialog  *dialog)
+accounts_dialog_cms_ready_cb (EmpathyConnectionManagers *cms,
+    GParamSpec *pspec,
+    EmpathyAccountsDialog *dialog)
 {
-       EmpathyAccount *account;
-
-       account = accounts_dialog_model_get_selected (dialog);
-       accounts_dialog_update_account (dialog, account);
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  if (empathy_connection_managers_is_ready (cms))
+    {
+      accounts_dialog_update_settings (dialog, NULL);
+
+      if (priv->initial_selection != NULL)
+        {
+          accounts_dialog_set_selected_account
+              (dialog, priv->initial_selection);
+          priv->initial_selection = NULL;
+        }
+    }
 }
 
 static void
-accounts_dialog_profile_changed_cb (GtkWidget             *widget,
-                                   EmpathyAccountsDialog *dialog)
+accounts_dialog_build_ui (EmpathyAccountsDialog *dialog)
 {
-       McProfile *profile;
-       McProfileCapabilityFlags cap;
-
-       profile = empathy_profile_chooser_dup_selected (
-           EMPATHY_PROFILE_CHOOSER (dialog->combobox_profile));
-       cap = mc_profile_get_capabilities (profile);
-
-       if (cap & MC_PROFILE_CAPABILITY_REGISTRATION_UI) {
-               gtk_widget_show (dialog->radiobutton_register);
-               gtk_widget_show (dialog->radiobutton_reuse);
-       } else {
-               gtk_widget_hide (dialog->radiobutton_register);
-               gtk_widget_hide (dialog->radiobutton_reuse);
-       }
-       g_object_unref (profile);
+  GtkBuilder                   *gui;
+  gchar                        *filename;
+  EmpathyAccountsDialogPriv    *priv = GET_PRIV (dialog);
+
+  filename = empathy_file_lookup ("empathy-accounts-dialog.ui", "src");
+
+  gui = empathy_builder_get_file (filename,
+      "accounts_dialog", &priv->window,
+      "vbox_details", &priv->vbox_details,
+      "frame_no_protocol", &priv->frame_no_protocol,
+      "alignment_settings", &priv->alignment_settings,
+      "treeview", &priv->treeview,
+      "frame_new_account", &priv->frame_new_account,
+      "hbox_type", &priv->hbox_type,
+      "button_create", &priv->button_create,
+      "button_back", &priv->button_back,
+      "radiobutton_reuse", &priv->radiobutton_reuse,
+      "radiobutton_register", &priv->radiobutton_register,
+      "image_type", &priv->image_type,
+      "label_name", &priv->label_name,
+      "button_add", &priv->button_add,
+      "button_remove", &priv->button_remove,
+      "button_import", &priv->button_import,
+      NULL);
+  g_free (filename);
+
+  empathy_builder_connect (gui, dialog,
+      "accounts_dialog", "response", accounts_dialog_response_cb,
+      "accounts_dialog", "destroy", accounts_dialog_destroy_cb,
+      "button_create", "clicked", accounts_dialog_button_create_clicked_cb,
+      "button_back", "clicked", accounts_dialog_button_back_clicked_cb,
+      "button_add", "clicked", accounts_dialog_button_add_clicked_cb,
+      "button_remove", "clicked", accounts_dialog_button_remove_clicked_cb,
+#if 0
+      /* FIXME MC-5  */
+      "button_import", "clicked", accounts_dialog_button_import_clicked_cb,
+#endif
+      "button_help", "clicked", accounts_dialog_button_help_clicked_cb,
+      NULL);
+
+  g_object_unref (gui);
+
+  priv->combobox_protocol = empathy_protocol_chooser_new ();
+  gtk_box_pack_end (GTK_BOX (priv->hbox_type),
+      priv->combobox_protocol,
+      TRUE, TRUE, 0);
+  gtk_widget_show (priv->combobox_protocol);
+  g_signal_connect (priv->combobox_protocol, "changed",
+      G_CALLBACK (accounts_dialog_protocol_changed_cb),
+      dialog);
+
+  if (priv->parent_window)
+    gtk_window_set_transient_for (GTK_WINDOW (priv->window),
+        priv->parent_window);
 }
 
 static void
-accounts_dialog_button_add_clicked_cb (GtkWidget             *button,
-                                      EmpathyAccountsDialog *dialog)
+do_dispose (GObject *obj)
+{
+  EmpathyAccountsDialog *dialog = EMPATHY_ACCOUNTS_DIALOG (obj);
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+
+  /* Disconnect signals */
+  g_signal_handlers_disconnect_by_func (priv->account_manager,
+      accounts_dialog_account_added_cb,
+      dialog);
+  g_signal_handlers_disconnect_by_func (priv->account_manager,
+      accounts_dialog_account_removed_cb,
+      dialog);
+  g_signal_handlers_disconnect_by_func (priv->account_manager,
+      accounts_dialog_account_enabled_cb,
+      dialog);
+  g_signal_handlers_disconnect_by_func (priv->account_manager,
+      accounts_dialog_account_disabled_cb,
+      dialog);
+  g_signal_handlers_disconnect_by_func (priv->account_manager,
+      accounts_dialog_account_changed_cb,
+      dialog);
+  g_signal_handlers_disconnect_by_func (priv->account_manager,
+      accounts_dialog_connection_changed_cb,
+      dialog);
+
+  if (priv->connecting_id)
+    g_source_remove (priv->connecting_id);
+
+  if (priv->account_manager != NULL)
+    {
+      g_object_unref (priv->account_manager);
+      priv->account_manager = NULL;
+    }
+
+  if (priv->cms != NULL)
+    {
+      g_object_unref (priv->cms);
+      priv->cms = NULL;
+    }
+
+  G_OBJECT_CLASS (empathy_accounts_dialog_parent_class)->dispose (obj);
+}
+
+static GObject *
+do_constructor (GType type,
+    guint n_props,
+    GObjectConstructParam *props)
 {
-       GtkTreeView      *view;
-       GtkTreeSelection *selection;
-       GtkTreeModel     *model;
-
-       view = GTK_TREE_VIEW (dialog->treeview);
-       model = gtk_tree_view_get_model (view);
-       selection = gtk_tree_view_get_selection (view);
-       gtk_tree_selection_unselect_all (selection);
-
-       gtk_widget_set_sensitive (dialog->button_add, FALSE);
-       gtk_widget_set_sensitive (dialog->button_remove, FALSE);
-       gtk_widget_hide (dialog->vbox_details);
-       gtk_widget_hide (dialog->frame_no_profile);
-       gtk_widget_show (dialog->frame_new_account);
-
-       /* If we have no account, no need of a back button */
-       if (gtk_tree_model_iter_n_children (model, NULL) > 0) {
-               gtk_widget_show (dialog->button_back);
-       } else {
-               gtk_widget_hide (dialog->button_back);
-       }
-
-       accounts_dialog_profile_changed_cb (dialog->radiobutton_register, dialog);
-       gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dialog->radiobutton_reuse),
-                                     TRUE);
-       gtk_combo_box_set_active (GTK_COMBO_BOX (dialog->combobox_profile), 0);
-       gtk_widget_grab_focus (dialog->combobox_profile);
+  GObject *retval;
+
+  if (dialog_singleton)
+    {
+      retval = G_OBJECT (dialog_singleton);
+    }
+  else
+    {
+      retval =
+        G_OBJECT_CLASS (empathy_accounts_dialog_parent_class)->constructor
+            (type, n_props, props);
+
+      dialog_singleton = EMPATHY_ACCOUNTS_DIALOG (retval);
+      g_object_add_weak_pointer (retval, (gpointer) &dialog_singleton);
+    }
+
+  return retval;
 }
 
 static void
-accounts_dialog_button_help_clicked_cb (GtkWidget             *button,
-                                       EmpathyAccountsDialog *dialog)
+do_get_property (GObject *object,
+    guint property_id,
+    GValue *value,
+    GParamSpec *pspec)
 {
-       empathy_url_show (button, "ghelp:empathy?empathy-create-account");
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (object);
+
+  switch (property_id)
+    {
+    case PROP_PARENT:
+      g_value_set_object (value, priv->parent_window);
+      break;
+    default:
+      G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+    }
 }
 
 static void
-accounts_dialog_button_remove_clicked_cb (GtkWidget            *button,
-                                         EmpathyAccountsDialog *dialog)
+do_set_property (GObject *object,
+    guint property_id,
+    const GValue *value,
+    GParamSpec *pspec)
 {
-       EmpathyAccount *account;
-       GtkWidget *message_dialog;
-       gint       res;
-
-       account = accounts_dialog_model_get_selected (dialog);
-
-       if (!empathy_account_is_valid (account)) {
-               accounts_dialog_model_remove_selected (dialog);
-               accounts_dialog_model_select_first (dialog);
-               return;
-       }
-       message_dialog = gtk_message_dialog_new
-               (GTK_WINDOW (dialog->window),
-                GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
-                GTK_MESSAGE_QUESTION,
-                GTK_BUTTONS_NONE,
-                _("You are about to remove your %s account!\n"
-                  "Are you sure you want to proceed?"),
-                empathy_account_get_display_name (account));
-
-       gtk_message_dialog_format_secondary_text
-               (GTK_MESSAGE_DIALOG (message_dialog),
-                _("Any associated conversations and chat rooms will NOT be "
-                  "removed if you decide to proceed.\n"
-                  "\n"
-                  "Should you decide to add the account back at a later time, "
-                  "they will still be available."));
-
-       gtk_dialog_add_button (GTK_DIALOG (message_dialog),
-                              GTK_STOCK_CANCEL,
-                              GTK_RESPONSE_NO);
-       gtk_dialog_add_button (GTK_DIALOG (message_dialog),
-                              GTK_STOCK_REMOVE,
-                              GTK_RESPONSE_YES);
-
-       gtk_widget_show (message_dialog);
-       res = gtk_dialog_run (GTK_DIALOG (message_dialog));
-
-       if (res == GTK_RESPONSE_YES) {
-               empathy_account_manager_remove (dialog->account_manager, account);
-               accounts_dialog_model_select_first (dialog);
-       }
-       gtk_widget_destroy (message_dialog);
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (object);
+
+  switch (property_id)
+    {
+    case PROP_PARENT:
+      priv->parent_window = g_value_get_object (value);
+      break;
+    default:
+      G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
+    }
 }
 
 static void
-accounts_dialog_button_import_clicked_cb (GtkWidget             *button,
-                                         EmpathyAccountsDialog *dialog)
+do_constructed (GObject *object)
 {
-       empathy_import_dialog_show (GTK_WINDOW (dialog->window), TRUE);
+  EmpathyAccountsDialog *dialog = EMPATHY_ACCOUNTS_DIALOG (object);
+  EmpathyAccountsDialogPriv *priv = GET_PRIV (dialog);
+  GList *accounts, *l;
+  gboolean import_asked;
+
+  accounts_dialog_build_ui (dialog);
+
+  /* Set up signalling */
+  priv->account_manager = empathy_account_manager_dup_singleton ();
+
+  g_signal_connect (priv->account_manager, "account-created",
+      G_CALLBACK (accounts_dialog_account_added_cb),
+      dialog);
+  g_signal_connect (priv->account_manager, "account-deleted",
+      G_CALLBACK (accounts_dialog_account_removed_cb),
+      dialog);
+  g_signal_connect (priv->account_manager, "account-enabled",
+      G_CALLBACK (accounts_dialog_account_enabled_cb),
+      dialog);
+  g_signal_connect (priv->account_manager, "account-disabled",
+      G_CALLBACK (accounts_dialog_account_disabled_cb),
+      dialog);
+  g_signal_connect (priv->account_manager, "account-changed",
+      G_CALLBACK (accounts_dialog_account_changed_cb),
+      dialog);
+  g_signal_connect (priv->account_manager, "account-connection-changed",
+      G_CALLBACK (accounts_dialog_connection_changed_cb),
+      dialog);
+
+  accounts_dialog_model_setup (dialog);
+
+  /* Add existing accounts */
+  accounts = empathy_account_manager_dup_accounts (priv->account_manager);
+  for (l = accounts; l; l = l->next)
+    {
+      accounts_dialog_add_account (dialog, l->data);
+      g_object_unref (l->data);
+    }
+  g_list_free (accounts);
+
+  priv->cms = empathy_connection_managers_dup_singleton ();
+  if (!empathy_connection_managers_is_ready (priv->cms))
+    g_signal_connect (priv->cms, "notify::ready",
+        G_CALLBACK (accounts_dialog_cms_ready_cb), dialog);
+
+  accounts_dialog_model_select_first (dialog);
+
+  empathy_conf_get_bool (empathy_conf_get (),
+      EMPATHY_PREFS_IMPORT_ASKED, &import_asked);
+
+
+#if 0
+  /* FIXME MC-5 */
+  if (empathy_import_dialog_accounts_to_import ())
+    {
+
+      if (!import_asked)
+        {
+          empathy_conf_set_bool (empathy_conf_get (),
+              EMPATHY_PREFS_IMPORT_ASKED, TRUE);
+          empathy_import_dialog_show (GTK_WINDOW (priv->window),
+              FALSE);
+        }
+    }
+  else
+    {
+      gtk_widget_set_sensitive (priv->button_import, FALSE);
+    }
+#endif
 }
 
 static void
-accounts_dialog_response_cb (GtkWidget            *widget,
-                            gint                  response,
-                            EmpathyAccountsDialog *dialog)
+empathy_accounts_dialog_class_init (EmpathyAccountsDialogClass *klass)
 {
-       if (response == GTK_RESPONSE_CLOSE) {
-               gtk_widget_destroy (widget);
-       }
+  GObjectClass *oclass = G_OBJECT_CLASS (klass);
+  GParamSpec *param_spec;
+
+  oclass->constructor = do_constructor;
+  oclass->dispose = do_dispose;
+  oclass->constructed = do_constructed;
+  oclass->set_property = do_set_property;
+  oclass->get_property = do_get_property;
+
+  param_spec = g_param_spec_object ("parent",
+      "parent", "The parent window",
+      GTK_TYPE_WINDOW,
+      G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT_ONLY);
+  g_object_class_install_property (oclass, PROP_PARENT, param_spec);
+
+  g_type_class_add_private (klass, sizeof (EmpathyAccountsDialogPriv));
 }
 
 static void
-accounts_dialog_destroy_cb (GtkWidget            *widget,
-                           EmpathyAccountsDialog *dialog)
+empathy_accounts_dialog_init (EmpathyAccountsDialog *dialog)
 {
-       GList *accounts, *l;
-
-       /* Disconnect signals */
-       g_signal_handlers_disconnect_by_func (dialog->account_manager,
-                                             accounts_dialog_account_added_cb,
-                                             dialog);
-       g_signal_handlers_disconnect_by_func (dialog->account_manager,
-                                             accounts_dialog_account_removed_cb,
-                                             dialog);
-       g_signal_handlers_disconnect_by_func (dialog->account_manager,
-                                             accounts_dialog_account_enabled_cb,
-                                             dialog);
-       g_signal_handlers_disconnect_by_func (dialog->account_manager,
-                                             accounts_dialog_account_disabled_cb,
-                                             dialog);
-       g_signal_handlers_disconnect_by_func (dialog->account_manager,
-                                             accounts_dialog_account_changed_cb,
-                                             dialog);
-       g_signal_handlers_disconnect_by_func (dialog->account_manager,
-                                             accounts_dialog_connection_changed_cb,
-                                             dialog);
-
-       /* Delete incomplete accounts */
-       accounts = empathy_account_manager_dup_accounts (dialog->account_manager);
-       for (l = accounts; l; l = l->next) {
-               EmpathyAccount *account;
-
-               account = l->data;
-               if (!empathy_account_is_valid (account)) {
-                       /* FIXME: Warn the user the account is not complete
-                        *        and is going to be removed. */
-                       empathy_account_manager_remove (dialog->account_manager, account);
-               }
-
-               g_object_unref (account);
-       }
-       g_list_free (accounts);
-
-       if (dialog->connecting_id) {
-               g_source_remove (dialog->connecting_id);
-       }
-
-       g_object_unref (dialog->account_manager);
-       g_object_unref (dialog->mc);
-
-       g_free (dialog);
+  EmpathyAccountsDialogPriv *priv;
+
+  priv = G_TYPE_INSTANCE_GET_PRIVATE ((dialog),
+      EMPATHY_TYPE_ACCOUNTS_DIALOG,
+      EmpathyAccountsDialogPriv);
+  dialog->priv = priv;
 }
 
+/* public methods */
+
 GtkWidget *
 empathy_accounts_dialog_show (GtkWindow *parent,
-                             EmpathyAccount *selected_account)
+    EmpathyAccount *selected_account)
 {
-       static EmpathyAccountsDialog *dialog = NULL;
-       GtkBuilder                   *gui;
-       gchar                        *filename;
-       GList                        *accounts, *l;
-       gboolean                      import_asked;
-
-       if (dialog) {
-               gtk_window_present (GTK_WINDOW (dialog->window));
-               return dialog->window;
-       }
-
-       dialog = g_new0 (EmpathyAccountsDialog, 1);
-
-       filename = empathy_file_lookup ("empathy-accounts-dialog.ui",
-                                       "src");
-       gui = empathy_builder_get_file (filename,
-                                      "accounts_dialog", &dialog->window,
-                                      "vbox_details", &dialog->vbox_details,
-                                      "frame_no_profile", &dialog->frame_no_profile,
-                                      "alignment_settings", &dialog->alignment_settings,
-                                      "treeview", &dialog->treeview,
-                                      "frame_new_account", &dialog->frame_new_account,
-                                      "hbox_type", &dialog->hbox_type,
-                                      "button_create", &dialog->button_create,
-                                      "button_back", &dialog->button_back,
-                                      "radiobutton_reuse", &dialog->radiobutton_reuse,
-                                      "radiobutton_register", &dialog->radiobutton_register,
-                                      "image_type", &dialog->image_type,
-                                      "label_name", &dialog->label_name,
-                                      "button_add", &dialog->button_add,
-                                      "button_remove", &dialog->button_remove,
-                                      "button_import", &dialog->button_import,
-                                      NULL);
-       g_free (filename);
-
-       empathy_builder_connect (gui, dialog,
-                             "accounts_dialog", "destroy", accounts_dialog_destroy_cb,
-                             "accounts_dialog", "response", accounts_dialog_response_cb,
-                             "button_create", "clicked", accounts_dialog_button_create_clicked_cb,
-                             "button_back", "clicked", accounts_dialog_button_back_clicked_cb,
-                             "button_add", "clicked", accounts_dialog_button_add_clicked_cb,
-                             "button_remove", "clicked", accounts_dialog_button_remove_clicked_cb,
-                             "button_import", "clicked", accounts_dialog_button_import_clicked_cb,
-                             "button_help", "clicked", accounts_dialog_button_help_clicked_cb,
-                             NULL);
-
-       g_object_add_weak_pointer (G_OBJECT (dialog->window), (gpointer) &dialog);
-
-       g_object_unref (gui);
-
-       /* Create profile chooser */
-       dialog->combobox_profile = empathy_profile_chooser_new ();
-       gtk_box_pack_end (GTK_BOX (dialog->hbox_type),
-                         dialog->combobox_profile,
-                         TRUE, TRUE, 0);
-       gtk_widget_show (dialog->combobox_profile);
-       g_signal_connect (dialog->combobox_profile, "changed",
-                         G_CALLBACK (accounts_dialog_profile_changed_cb),
-                         dialog);
-
-       /* Set up signalling */
-       dialog->account_manager = empathy_account_manager_dup_singleton ();
-       dialog->mc = empathy_mission_control_dup_singleton ();
-
-       g_signal_connect (dialog->account_manager, "account-created",
-                         G_CALLBACK (accounts_dialog_account_added_cb),
-                         dialog);
-       g_signal_connect (dialog->account_manager, "account-deleted",
-                         G_CALLBACK (accounts_dialog_account_removed_cb),
-                         dialog);
-       g_signal_connect (dialog->account_manager, "account-enabled",
-                         G_CALLBACK (accounts_dialog_account_enabled_cb),
-                         dialog);
-       g_signal_connect (dialog->account_manager, "account-disabled",
-                         G_CALLBACK (accounts_dialog_account_disabled_cb),
-                         dialog);
-       g_signal_connect (dialog->account_manager, "account-changed",
-                         G_CALLBACK (accounts_dialog_account_changed_cb),
-                         dialog);
-       g_signal_connect (dialog->account_manager, "account-connection-changed",
-                         G_CALLBACK (accounts_dialog_connection_changed_cb),
-                         dialog);
-
-       accounts_dialog_model_setup (dialog);
-
-       /* Add existing accounts */
-       accounts = empathy_account_manager_dup_accounts (dialog->account_manager);
-       for (l = accounts; l; l = l->next) {
-               accounts_dialog_add_or_update_account (dialog, l->data);
-               g_object_unref (l->data);
-       }
-       g_list_free (accounts);
-
-       if (selected_account) {
-               accounts_dialog_model_set_selected (dialog, selected_account);
-       } else {
-               accounts_dialog_model_select_first (dialog);
-       }
-
-       if (parent) {
-               gtk_window_set_transient_for (GTK_WINDOW (dialog->window),
-                                             GTK_WINDOW (parent));
-       }
-
-       gtk_widget_show (dialog->window);
-
-       empathy_conf_get_bool (empathy_conf_get (),
-                              EMPATHY_PREFS_IMPORT_ASKED, &import_asked);
-
-
-       if (empathy_import_dialog_accounts_to_import ()) {
-
-               if (!import_asked) {
-                       empathy_conf_set_bool (empathy_conf_get (),
-                                              EMPATHY_PREFS_IMPORT_ASKED, TRUE);
-                       empathy_import_dialog_show (GTK_WINDOW (dialog->window),
-                                                   FALSE);
-               }
-       } else {
-               gtk_widget_set_sensitive (dialog->button_import, FALSE);
-       }
-
-       return dialog->window;
-}
+  EmpathyAccountsDialog *dialog;
+  EmpathyAccountsDialogPriv *priv;
+
+  dialog = g_object_new (EMPATHY_TYPE_ACCOUNTS_DIALOG,
+      "parent", parent, NULL);
 
+  priv = GET_PRIV (dialog);
+
+  if (selected_account && empathy_connection_managers_is_ready (priv->cms))
+    accounts_dialog_set_selected_account (dialog, selected_account);
+  else
+    /* save the selection to set it later when the cms
+     * becomes ready.
+     */
+    priv->initial_selection = selected_account;
+
+  gtk_window_present (GTK_WINDOW (priv->window));
+
+  return priv->window;
+}
index 11e237c8f640eb9a7df9ca3d268a0c30cdfc2916..aa8f7c06b2e0cee1d55ff0f884e9d3f1618ebed8 100644 (file)
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Copyright (C) 2005-2007 Imendio AB
  * Copyright (C) 2007-2008 Collabora Ltd.
 
 G_BEGIN_DECLS
 
+#define EMPATHY_TYPE_ACCOUNTS_DIALOG empathy_accounts_dialog_get_type()
+#define EMPATHY_ACCOUNTS_DIALOG(obj) \
+  (G_TYPE_CHECK_INSTANCE_CAST ((obj), EMPATHY_TYPE_ACCOUNTS_DIALOG, EmpathyAccountsDialog))
+#define EMPATHY_ACCOUNTS_DIALOG_CLASS(klass) \
+  (G_TYPE_CHECK_CLASS_CAST ((klass), EMPATHY_TYPE_ACCOUNTS_DIALOG, EmpathyAccountsDialogClass))
+#define EMPATHY_IS_ACCOUNTS_DIALOG(obj) \
+  (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EMPATHY_TYPE_ACCOUNTS_DIALOG))
+#define EMPATHY_IS_ACCOUNTS_DIALOG_CLASS(klass) \
+  (G_TYPE_CHECK_CLASS_TYPE ((klass), EMPATHY_TYPE_ACCOUNTS_DIALOG))
+#define EMPATHY_ACCOUNTS_DIALOG_GET_CLASS(obj) \
+  (G_TYPE_INSTANCE_GET_CLASS ((obj), EMPATHY_TYPE_ACCOUNTS_DIALOG, EmpathyAccountsDialogClass))
+
+typedef struct {
+  GObject parent;
+
+  /* private */
+  gpointer priv;
+} EmpathyAccountsDialog;
+
+typedef struct {
+  GObjectClass parent_class;
+} EmpathyAccountsDialogClass;
+
+GType empathy_accounts_dialog_get_type (void);
 GtkWidget *empathy_accounts_dialog_show (GtkWindow *parent,
-                                        EmpathyAccount *selected_account);
+    EmpathyAccount *selected_account);
 
 G_END_DECLS
 
index da00f45d765bd4f5e52a418e53a16c8ffabd1287..7c899a3cbbe82667aa06e25872bb435374feee01 100644 (file)
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkFrame" id="frame_no_profile">
+                  <object class="GtkFrame" id="frame_no_protocol">
                     <property name="label_xalign">0</property>
                     <property name="shadow_type">none</property>
                     <child>
index 3e77553b37f47c8f159c0ede4a9bc76614f90aa6..822f228268820fa7d3be7ced6500fc4ff1cb77c9 100644 (file)
@@ -35,7 +35,6 @@
 #include <libnotify/notification.h>
 
 #include <telepathy-glib/util.h>
-#include <libmissioncontrol/mission-control.h>
 
 #include <libempathy/empathy-contact.h>
 #include <libempathy/empathy-message.h>
@@ -1269,7 +1268,7 @@ chat_window_drag_data_received (GtkWidget        *widget,
                strv = g_strsplit (id, "/", 2);
                account_id = strv[0];
                contact_id = strv[1];
-               account = empathy_account_manager_lookup (account_manager, account_id);
+               account = empathy_account_manager_get_account (account_manager, account_id);
                chat = empathy_chat_window_find_chat (account, contact_id);
 
                if (!chat) {
@@ -1282,11 +1281,9 @@ chat_window_drag_data_received (GtkWidget        *widget,
                                        connection, contact_id, NULL, NULL);
                        }
 
-                       g_object_unref (account);
                        g_strfreev (strv);
                        return;
                }
-               g_object_unref (account);
                g_object_unref (account_manager);
                g_strfreev (strv);
 
@@ -1778,7 +1775,7 @@ empathy_chat_window_find_chat (EmpathyAccount   *account,
 
                        chat = ll->data;
 
-                       if (empathy_account_equal (account, empathy_chat_get_account (chat)) &&
+                       if (account == empathy_chat_get_account (chat) &&
                            !tp_strdiff (id, empathy_chat_get_id (chat))) {
                                return chat;
                        }
index 3b5dd1f77cf20bcbe973e864b1c307f4ba376966..4ec71ec49c96e6783a995bd4d290f4fb6c667bfd 100644 (file)
@@ -514,7 +514,7 @@ chatrooms_window_chatroom_added_cb (EmpathyChatroomManager *manager,
        if (!account) {
                chatrooms_window_model_add (window, chatroom, FALSE);
        } else {
-               if (empathy_account_equal (account, empathy_chatroom_get_account (chatroom))) {
+               if (account == empathy_chatroom_get_account (chatroom)) {
                        chatrooms_window_model_add (window, chatroom, FALSE);
                }
 
index 9d047bab18ab37d16088cfa844811833664951c7..d71542db02b8ebe70317752421e0d72cc69cfdcb 100644 (file)
@@ -284,7 +284,6 @@ debug_dialog_cm_chooser_changed_cb (GtkComboBox *cm_chooser,
     EmpathyDebugDialog *debug_dialog)
 {
   EmpathyDebugDialogPriv *priv = GET_PRIV (debug_dialog);
-  MissionControl *mc;
   TpDBusDaemon *dbus;
   GError *error = NULL;
   gchar *bus_name;
@@ -302,13 +301,11 @@ debug_dialog_cm_chooser_changed_cb (GtkComboBox *cm_chooser,
       return;
     }
 
-  mc = empathy_mission_control_dup_singleton ();
   dbus = tp_dbus_daemon_dup (&error);
 
   if (error != NULL)
     {
       DEBUG ("Failed at duping the dbus daemon: %s", error->message);
-      g_object_unref (mc);
     }
 
   gtk_tree_model_get (GTK_TREE_MODEL (priv->cms), &iter,
@@ -344,7 +341,6 @@ debug_dialog_cm_chooser_changed_cb (GtkComboBox *cm_chooser,
       debug_dialog_get_messages_cb, debug_dialog, NULL, NULL);
 
   g_object_unref (dbus);
-  g_object_unref (mc);
 }
 
 typedef struct
index 1a7ec09cbf6215df2b6475e0a0a148febbf26789..1be3ff7ce1cc19a2a889c67008bc1e58e7cd7dea 100644 (file)
@@ -25,6 +25,7 @@
 #include <glib/gi18n.h>
 
 #include <telepathy-glib/util.h>
+#include <telepathy-glib/interfaces.h>
 
 #include <libempathy/empathy-account-manager.h>
 #include <libempathy/empathy-dispatcher.h>
index 1e135892df5e8887bc489071d0b574b2888c7c37..1d0854dd0d881d8cee5f5076638225203f426d85 100644 (file)
@@ -99,7 +99,9 @@ import_dialog_add_account (EmpathyImportAccountData *data)
   GValue *username;
 
   account_manager = empathy_account_manager_dup_singleton ();
-  account = empathy_account_manager_create (account_manager, data->profile);
+  account = empathy_account_manager_create_by_profile (account_manager,
+    data->profile);
+
   g_object_unref (account_manager);
   if (account == NULL)
     {
index a600fd429147619edf024abfaeab50302bf073df..f8e22d91da08e1cafdb118843fec585e52561f96 100644 (file)
@@ -49,8 +49,6 @@
 #include <libempathy-gtk/empathy-sound.h>
 #include <libempathy-gtk/empathy-ui-utils.h>
 
-#include <libmissioncontrol/mission-control.h>
-
 #include "empathy-accounts-dialog.h"
 #include "empathy-main-window.h"
 #include "ephy-spinner.h"
@@ -81,7 +79,6 @@
 typedef struct {
        EmpathyContactListView  *list_view;
        EmpathyContactListStore *list_store;
-       MissionControl          *mc;
        EmpathyAccountManager   *account_manager;
        EmpathyChatroomManager  *chatroom_manager;
        EmpathyEventManager     *event_manager;
@@ -654,7 +651,6 @@ main_window_destroy_cb (GtkWidget         *widget,
 
        g_list_free (window->actions_connected);
 
-       g_object_unref (window->mc);
        g_object_unref (window->account_manager);
        g_object_unref (window->list_store);
        g_hash_table_destroy (window->errors);
@@ -1252,15 +1248,14 @@ empathy_main_window_show (void)
        gtk_action_set_visible (show_map_widget, FALSE);
 #endif
 
-       window->mc = empathy_mission_control_dup_singleton ();
        window->account_manager = empathy_account_manager_dup_singleton ();
 
        g_signal_connect (window->account_manager,
                          "account-connection-changed",
                          G_CALLBACK (main_window_connection_changed_cb), window);
 
-       window->errors = g_hash_table_new_full (empathy_account_hash,
-                                               empathy_account_equal,
+       window->errors = g_hash_table_new_full (g_direct_hash,
+                                               g_direct_equal,
                                                g_object_unref,
                                                NULL);
 
index e16da91a7b2076d2fc7f9aeca5a7a5ac6520f989..219be371dad0e9028e8d2b5eebcf34f0b2b56d32 100644 (file)
@@ -32,9 +32,6 @@
 #include <glib/gi18n.h>
 #include <glib/gprintf.h>
 
-#include <libmissioncontrol/mission-control.h>
-#include <libmissioncontrol/mc-profile.h>
-
 #include <libempathy/empathy-tp-roomlist.h>
 #include <libempathy/empathy-chatroom.h>
 #include <libempathy/empathy-utils.h>
@@ -358,14 +355,16 @@ new_chatroom_dialog_update_widgets (EmpathyNewChatroomDialog *dialog)
 {
        EmpathyAccountChooser *account_chooser;
        EmpathyAccount        *account;
-       McProfile             *profile;
        const gchar           *protocol;
        const gchar           *room;
 
        account_chooser = EMPATHY_ACCOUNT_CHOOSER (dialog->account_chooser);
        account = empathy_account_chooser_dup_account (account_chooser);
-       profile = empathy_account_get_profile (account);
-       protocol = mc_profile_get_protocol_name (profile);
+
+       if (account == NULL)
+               return;
+
+       protocol = empathy_account_get_protocol (account);
 
        gtk_entry_set_text (GTK_ENTRY (dialog->entry_server), "");
 
@@ -390,7 +389,6 @@ new_chatroom_dialog_update_widgets (EmpathyNewChatroomDialog *dialog)
        gtk_widget_grab_focus (dialog->entry_room);
 
        g_object_unref (account);
-       g_object_unref (profile);
 }
 
 static void
index f6c63c5372c85c95fbc86610a256a5bc578df1e1..aca2d85c2924fa08aec368f12a7f8397f519079d 100644 (file)
@@ -305,24 +305,7 @@ status_icon_set_visibility (EmpathyStatusIcon *icon,
        if (!visible) {
                empathy_window_iconify (priv->window, priv->icon);
        } else {
-               GList *accounts;
-               GList *l;
-               gboolean one_enabled = FALSE;
-
                empathy_window_present (GTK_WINDOW (priv->window), TRUE);
-
-               /* Show the accounts dialog if there is no enabled accounts */
-               accounts = empathy_account_manager_dup_accounts (priv->account_manager);
-               for (l = accounts ; l != NULL ; l = g_list_next (l)) {
-                       one_enabled = empathy_account_is_enabled (EMPATHY_ACCOUNT (l->data))
-                               || one_enabled;
-                       g_object_unref (l->data);
-               }
-               g_list_free (accounts);
-               if (!one_enabled) {
-                       DEBUG ("No enabled account, Showing account dialog");
-                       empathy_accounts_dialog_show (GTK_WINDOW (priv->window), NULL);
-               }
        }
 }
 
index 67db5a3a3262b72634783d9ade9a18b2a9a04683..66efa217dbfb9c2409e05db14e97c7e55c956416 100644 (file)
@@ -25,6 +25,7 @@
 #include <telepathy-glib/dbus.h>
 #include <telepathy-glib/util.h>
 #include <telepathy-glib/proxy-subclass.h>
+#include <telepathy-glib/interfaces.h>
 
 #include <gtk/gtk.h>
 #include <glib/gi18n.h>
index 4ff0918fd81158a5292b869863c03f5501451ce7..63747077371ec08eb60451a70c9b9739f07bd4de 100644 (file)
 
 #include <telepathy-glib/dbus.h>
 #include <telepathy-glib/util.h>
-#include <libmissioncontrol/mission-control.h>
+#include <telepathy-glib/connection-manager.h>
+#include <telepathy-glib/interfaces.h>
 
 #include <libempathy/empathy-idle.h>
 #include <libempathy/empathy-utils.h>
 #include <libempathy/empathy-call-factory.h>
 #include <libempathy/empathy-chatroom-manager.h>
+#include <libempathy/empathy-account-settings.h>
 #include <libempathy/empathy-account-manager.h>
+#include <libempathy/empathy-connection-managers.h>
 #include <libempathy/empathy-debugger.h>
 #include <libempathy/empathy-dispatcher.h>
 #include <libempathy/empathy-dispatch-operation.h>
@@ -110,7 +113,7 @@ dispatch_cb (EmpathyDispatcher *dispatcher,
 
                        manager = empathy_account_manager_dup_singleton ();
                        connection = empathy_tp_chat_get_connection (tp_chat);
-                       account = empathy_account_manager_get_account (manager,
+                       account = empathy_account_manager_get_account_for_connection (manager,
                                                                       connection);
                        chat = empathy_chat_window_find_chat (account, id);
                        g_object_unref (manager);
@@ -146,89 +149,91 @@ dispatch_cb (EmpathyDispatcher *dispatcher,
 }
 
 static void
-service_ended_cb (MissionControl *mc,
-                 gpointer        user_data)
+use_nm_notify_cb (EmpathyConf *conf,
+                 const gchar *key,
+                 gpointer     user_data)
 {
-       DEBUG ("Mission Control stopped");
+       EmpathyIdle *idle = user_data;
+       gboolean     use_nm;
+
+       if (empathy_conf_get_bool (conf, key, &use_nm)) {
+               empathy_idle_set_use_nm (idle, use_nm);
+       }
 }
 
-static void
-operation_error_cb (MissionControl *mc,
-                   guint           operation_id,
-                   guint           error_code,
-                   gpointer        user_data)
+/* Salut account creation */
+static gboolean
+should_create_salut_account (void)
 {
-       const gchar *message;
-
-       switch (error_code) {
-       case MC_DISCONNECTED_ERROR:
-               message = "Disconnected";
-               break;
-       case MC_INVALID_HANDLE_ERROR:
-               message = "Invalid handle";
-               break;
-       case MC_NO_MATCHING_CONNECTION_ERROR:
-               message = "No matching connection";
-               break;
-       case MC_INVALID_ACCOUNT_ERROR:
-               message = "Invalid account";
-               break;
-       case MC_PRESENCE_FAILURE_ERROR:
-               message = "Presence failure";
-               break;
-       case MC_NO_ACCOUNTS_ERROR:
-               message = "No accounts";
-               break;
-       case MC_NETWORK_ERROR:
-               message = "Network error";
-               break;
-       case MC_CONTACT_DOES_NOT_SUPPORT_VOICE_ERROR:
-               message = "Contact does not support voice";
-               break;
-       case MC_LOWMEM_ERROR:
-               message = "Lowmem";
-               break;
-       case MC_CHANNEL_REQUEST_GENERIC_ERROR:
-               message = "Channel request generic error";
-               break;
-       case MC_CHANNEL_BANNED_ERROR:
-               message = "Channel banned";
-               break;
-       case MC_CHANNEL_FULL_ERROR:
-               message = "Channel full";
-               break;
-       case MC_CHANNEL_INVITE_ONLY_ERROR:
-               message = "Channel invite only";
-               break;
-       default:
-               message = "Unknown error code";
+       EmpathyAccountManager *manager;
+       gboolean salut_created = FALSE;
+       GList *accounts, *l;
+
+       /* Check if we already created a salut account */
+       empathy_conf_get_bool (empathy_conf_get (),
+                              EMPATHY_PREFS_SALUT_ACCOUNT_CREATED,
+                              &salut_created);
+
+       if (salut_created)
+               {
+                       DEBUG ("Gconf says we already created a salut account once");
+                       return FALSE;
+               }
+
+       manager = empathy_account_manager_dup_singleton ();
+       accounts = empathy_account_manager_dup_accounts (manager);
+
+       for (l = accounts; l != NULL;  l = g_list_next (l)) {
+               EmpathyAccount *account = EMPATHY_ACCOUNT (l->data);
+
+               if (!tp_strdiff (empathy_account_get_protocol (account), "local-xmpp"))
+                       salut_created = TRUE;
+
+               g_object_unref (account);
        }
 
-       DEBUG ("Error during operation %d: %s", operation_id, message);
+       g_object_unref (manager);
+
+       if (salut_created)
+               {
+                       DEBUG ("Existing salut account already exists, flagging so in gconf");
+                       empathy_conf_set_bool (empathy_conf_get (),
+                               EMPATHY_PREFS_SALUT_ACCOUNT_CREATED,
+                               TRUE);
+               }
+
+       return !salut_created;
 }
 
 static void
-use_nm_notify_cb (EmpathyConf *conf,
-                 const gchar *key,
-                 gpointer     user_data)
+salut_account_created (GObject *source,
+       GAsyncResult *result, gpointer user_data)
 {
-       EmpathyIdle *idle = user_data;
-       gboolean     use_nm;
+       EmpathyAccountSettings *settings = EMPATHY_ACCOUNT_SETTINGS (source);
+       EmpathyAccount *account;
+       GError *error = NULL;
+
+       if (!empathy_account_settings_apply_finish (settings, result, &error))
+               {
+                       DEBUG ("Failed to create salut account: %s", error->message);
+                       g_error_free (error);
+                       return;
+               }
 
-       if (empathy_conf_get_bool (conf, key, &use_nm)) {
-               empathy_idle_set_use_nm (idle, use_nm);
-       }
+       account = empathy_account_settings_get_account (settings);
+
+       empathy_account_set_enabled (account, TRUE);
+       empathy_conf_set_bool (empathy_conf_get (),
+                              EMPATHY_PREFS_SALUT_ACCOUNT_CREATED,
+                              TRUE);
 }
 
 static void
-create_salut_account (void)
+create_salut_account_if_needed (EmpathyConnectionManagers *managers)
 {
-       McProfile  *profile;
-       McProtocol *protocol;
-       gboolean    salut_created = FALSE;
-       EmpathyAccount  *account;
-       EmpathyAccountManager *account_manager;
-       GList      *accounts;
+       EmpathyAccountSettings  *settings;
+       TpConnectionManager *manager;
+       const TpConnectionManagerProtocol *protocol;
        EBook      *book;
        EContact   *contact;
        gchar      *nickname = NULL;
@@ -238,56 +243,36 @@ create_salut_account (void)
        gchar      *jid = NULL;
        GError     *error = NULL;
 
-       /* Check if we already created a salut account */
-       empathy_conf_get_bool (empathy_conf_get (),
-                              EMPATHY_PREFS_SALUT_ACCOUNT_CREATED,
-                              &salut_created);
-       if (salut_created) {
+
+       if (!should_create_salut_account ())
                return;
-       }
 
-       DEBUG ("Try to add a salut account...");
+       manager = empathy_connection_managers_get_cm (managers, "salut");
+       if (manager == NULL)
+               {
+                       DEBUG ("Salut not installed, not making a salut account");
+                       return;
+               }
 
-       /* Check if the salut CM is installed */
-       profile = mc_profile_lookup ("salut");
-       if (!profile) {
-               DEBUG ("No salut profile");
-               return;
-       }
-       protocol = mc_profile_get_protocol (profile);
-       if (!protocol) {
-               DEBUG ("Salut not installed");
-               g_object_unref (profile);
-               return;
-       }
-       g_object_unref (protocol);
+       protocol = tp_connection_manager_get_protocol (manager, "local-xmpp");
+       if (protocol == NULL)
+               {
+                       DEBUG ("Salut doesn't support local-xmpp!!");
+                       return;
+               }
+
+       DEBUG ("Trying to add a salut account...");
 
        /* Get self EContact from EDS */
        if (!e_book_get_self (&contact, &book, &error)) {
                DEBUG ("Failed to get self econtact: %s",
                        error ? error->message : "No error given");
                g_clear_error (&error);
-               g_object_unref (profile);
                return;
        }
 
-       empathy_conf_set_bool (empathy_conf_get (),
-                              EMPATHY_PREFS_SALUT_ACCOUNT_CREATED,
-                              TRUE);
-
-       /* Check if there is already a salut account */
-       accounts = mc_accounts_list_by_profile (profile);
-       if (accounts) {
-               DEBUG ("There is already a salut account");
-               mc_accounts_list_free (accounts);
-               g_object_unref (profile);
-               return;
-       }
-
-       account_manager = empathy_account_manager_dup_singleton ();
-       account = empathy_account_manager_create (account_manager, profile);
-       empathy_account_set_display_name (account, _("People nearby"));
-       g_object_unref (account_manager);
+       settings = empathy_account_settings_new ("salut", "local-xmpp",
+               _("People nearby"));
 
        nickname = e_contact_get (contact, E_CONTACT_NICKNAME);
        first_name = e_contact_get (contact, E_CONTACT_GIVEN_NAME);
@@ -304,23 +289,59 @@ create_salut_account (void)
                "last-name=%s\nemail=%s\njid=%s\n",
                nickname, first_name, last_name, email, jid);
 
-       empathy_account_set_param_string (account, "nickname", nickname ? nickname : "");
-       empathy_account_set_param_string (account, "first-name", first_name ? first_name : "");
-       empathy_account_set_param_string (account, "last-name", last_name ? last_name : "");
-       empathy_account_set_param_string (account, "email", email ? email : "");
-       empathy_account_set_param_string (account, "jid", jid ? jid : "");
+       empathy_account_settings_set_string (settings, "nickname", nickname ? nickname : "");
+       empathy_account_settings_set_string (settings, "first-name", first_name ? first_name : "");
+       empathy_account_settings_set_string (settings, "last-name", last_name ? last_name : "");
+       empathy_account_settings_set_string (settings, "email", email ? email : "");
+       empathy_account_settings_set_string (settings, "jid", jid ? jid : "");
+
+       empathy_account_settings_apply_async (settings,
+               salut_account_created, NULL);
 
        g_free (nickname);
        g_free (first_name);
        g_free (last_name);
        g_free (email);
        g_free (jid);
-       g_object_unref (account);
-       g_object_unref (profile);
+       g_object_unref (settings);
        g_object_unref (contact);
        g_object_unref (book);
 }
 
+static void
+connection_managers_ready_cb (EmpathyConnectionManagers *managers,
+       GParamSpec *spec, gpointer user_data)
+{
+       if (empathy_connection_managers_is_ready (managers))
+               {
+                       create_salut_account_if_needed (managers);
+                       g_object_unref (managers);
+                       managers = NULL;
+               }
+}
+
+static void
+create_salut_account (void)
+{
+       EmpathyConnectionManagers *managers;
+
+       if (!should_create_salut_account ())
+               return;
+
+       managers = empathy_connection_managers_dup_singleton ();
+
+       if (empathy_connection_managers_is_ready (managers))
+               {
+                       create_salut_account_if_needed (managers);
+                       g_object_unref (managers);
+               }
+       else
+               {
+                       g_signal_connect (managers, "notify::ready",
+                               G_CALLBACK (connection_managers_ready_cb), NULL);
+               }
+}
+
 static void
 migrate_config_to_xdg_dir (void)
 {
@@ -539,6 +560,22 @@ default_log_handler (const gchar *log_domain,
 }
 #endif /* ENABLE_DEBUG */
 
+static void
+account_manager_ready_cb (EmpathyAccountManager *manager,
+       GParamSpec *spec,
+       gpointer user_data)
+{
+       if (!empathy_account_manager_is_ready (manager))
+               return;
+
+       if (empathy_account_manager_get_count (manager) == 0)
+               {
+                       empathy_accounts_dialog_show (GTK_WINDOW (empathy_main_window_get ()),
+                               NULL);
+               }
+       create_salut_account ();
+}
+
 int
 main (int argc, char *argv[])
 {
@@ -548,12 +585,12 @@ main (int argc, char *argv[])
 #endif
        EmpathyStatusIcon *icon;
        EmpathyDispatcher *dispatcher;
+       EmpathyAccountManager *account_manager;
        EmpathyLogManager *log_manager;
        EmpathyChatroomManager *chatroom_manager;
        EmpathyCallFactory *call_factory;
        EmpathyFTFactory  *ft_factory;
        GtkWidget         *window;
-       MissionControl    *mc;
        EmpathyIdle       *idle;
        gboolean           autoconnect = TRUE;
        gboolean           no_connect = FALSE;
@@ -660,15 +697,6 @@ main (int argc, char *argv[])
                g_clear_error (&error);
        }
 
-       /* Setting up MC */
-       mc = empathy_mission_control_dup_singleton ();
-       g_signal_connect (mc, "ServiceEnded",
-                         G_CALLBACK (service_ended_cb),
-                         NULL);
-       g_signal_connect (mc, "Error",
-                         G_CALLBACK (operation_error_cb),
-                         NULL);
-
        if (accounts_dialog) {
                GtkWidget *dialog;
 
@@ -695,12 +723,15 @@ main (int argc, char *argv[])
        if (autoconnect && ! no_connect &&
                tp_connection_presence_type_cmp_availability (empathy_idle_get_state
                        (idle), TP_CONNECTION_PRESENCE_TYPE_OFFLINE) <= 0) {
-               empathy_idle_set_state (idle, MC_PRESENCE_AVAILABLE);
+               empathy_idle_set_state (idle, TP_CONNECTION_PRESENCE_TYPE_AVAILABLE);
        }
 
+       /* account management */
+       account_manager = empathy_account_manager_dup_singleton ();
+       g_signal_connect (account_manager, "notify::ready",
+               G_CALLBACK (account_manager_ready_cb), NULL);
 
        migrate_config_to_xdg_dir ();
-       create_salut_account ();
 
        /* Setting up UI */
        window = empathy_main_window_show ();
@@ -745,9 +776,9 @@ main (int argc, char *argv[])
 
        empathy_idle_set_state (idle, TP_CONNECTION_PRESENCE_TYPE_OFFLINE);
 
-       g_object_unref (mc);
        g_object_unref (idle);
        g_object_unref (icon);
+       g_object_unref (account_manager);
        g_object_unref (log_manager);
        g_object_unref (dispatcher);
        g_object_unref (chatroom_manager);
@@ -760,4 +791,3 @@ main (int argc, char *argv[])
 
        return EXIT_SUCCESS;
 }
-
index eac793465d09fba7b729acb747d0a20ecc8e3848..2165c52d697dc5c3b5e16fdfd75f26e533d0db22 100644 (file)
@@ -6,4 +6,4 @@ contact-run-until-ready-2
 empetit
 test-empathy-presence-chooser
 test-empathy-status-preset-dialog
-test-empathy-profile-chooser
+test-empathy-protocol-chooser
index f96650e79094efe644f2aa3152c399c75fa17fa8..7f99eaf364c01e4411424df32a3fbfa6295f38b3 100644 (file)
@@ -27,13 +27,13 @@ noinst_PROGRAMS =                   \
        empetit                         \
        test-empathy-presence-chooser   \
        test-empathy-status-preset-dialog \
-       test-empathy-profile-chooser
+       test-empathy-protocol-chooser
 
 contact_manager_SOURCES = contact-manager.c
 empetit_SOURCES = empetit.c
 test_empathy_presence_chooser_SOURCES = test-empathy-presence-chooser.c
 test_empathy_status_preset_dialog_SOURCES = test-empathy-status-preset-dialog.c
-test_empathy_profile_chooser_SOURCES = test-empathy-profile-chooser.c
+test_empathy_protocol_chooser_SOURCES = test-empathy-protocol-chooser.c
 
 check_PROGRAMS = check-main
 TESTS = check-main
index 1c0f924a200ef9542a5cbfa871ee155cad62e8dc..5a3384fe43b9fe433380024c8e56952564f48888 100644 (file)
@@ -18,6 +18,7 @@
 #define CHATROOM_SAMPLE "chatrooms-sample.xml"
 #define CHATROOM_FILE "chatrooms.xml"
 
+#if 0
 static void
 check_chatroom (EmpathyChatroom *chatroom,
                 const gchar *name,
@@ -384,15 +385,18 @@ START_TEST (test_empathy_chatroom_manager_change_chatroom)
   g_object_unref (account_manager);
 }
 END_TEST
+#endif
 
 TCase *
 make_empathy_chatroom_manager_tcase (void)
 {
     TCase *tc = tcase_create ("empathy-chatroom-manager");
+    /*
     tcase_add_test (tc, test_empathy_chatroom_manager_dup_singleton);
     tcase_add_test (tc, test_empathy_chatroom_manager_add);
     tcase_add_test (tc, test_empathy_chatroom_manager_remove);
     tcase_add_test (tc, test_empathy_chatroom_manager_change_favorite);
     tcase_add_test (tc, test_empathy_chatroom_manager_change_chatroom);
+    */
     return tc;
 }
index f2110a8f86f6833d97f13ab6aefbfb4a3d31c0a7..4d0b7e1ee318b3f49907bd7871f4eea418abdb5d 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <libempathy/empathy-chatroom.h>
 
+#if 0
 static EmpathyChatroom *
 create_chatroom (void)
 {
@@ -143,13 +144,16 @@ START_TEST (test_change_favorite)
   fail_if (!changed);
 }
 END_TEST
+#endif
 
 TCase *
 make_empathy_chatroom_tcase (void)
 {
     TCase *tc = tcase_create ("empathy-chatroom");
+    /*
     tcase_add_test (tc, test_empathy_chatroom_new);
     tcase_add_test (tc, test_favorite_and_auto_connect);
     tcase_add_test (tc, test_change_favorite);
+    */
     return tc;
 }
index c77cf9b75677888e9ac89540d9ad0e5126a020fa..5fb8b4a35c6d6e9eecfaa1a338859f65ea82047a 100644 (file)
@@ -65,6 +65,7 @@ copy_xml_file (const gchar *orig,
   g_free (buffer);
 }
 
+#if 0
 EmpathyAccount *
 get_test_account (void)
 {
@@ -79,7 +80,8 @@ get_test_account (void)
   if (g_list_length (accounts) == 0)
     {
       /* need to create a test account */
-      account = empathy_account_manager_create (account_manager, profile);
+      account = empathy_account_manager_create_by_profile (account_manager,
+          profile);
     }
   else
     {
@@ -165,3 +167,4 @@ destroy_test_account (EmpathyAccount *account)
   g_object_unref (account);
   g_object_unref (manager);
 }
+#endif
diff --git a/tests/test-empathy-profile-chooser.c b/tests/test-empathy-profile-chooser.c
deleted file mode 100644 (file)
index 9078bbd..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#include <config.h>
-
-#include <gtk/gtk.h>
-
-#include <libempathy-gtk/empathy-ui-utils.h>
-#include <libempathy-gtk/empathy-profile-chooser.h>
-
-int
-main (int argc,
-    char **argv)
-{
-  GtkWidget *window;
-  GtkWidget *chooser;
-
-  gtk_init (&argc, &argv);
-  empathy_gtk_init ();
-
-  window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
-  chooser = empathy_profile_chooser_new ();
-  gtk_container_add (GTK_CONTAINER (window), chooser);
-
-  /*  gtk_window_set_default_size (GTK_WINDOW (window), 150, -1);*/
-  gtk_widget_show_all (window);
-
-  g_signal_connect_swapped (window, "destroy",
-      G_CALLBACK (gtk_main_quit), NULL);
-
-  gtk_main ();
-
-  return 0;
-}
diff --git a/tests/test-empathy-protocol-chooser.c b/tests/test-empathy-protocol-chooser.c
new file mode 100644 (file)
index 0000000..90b1797
--- /dev/null
@@ -0,0 +1,31 @@
+#include <config.h>
+
+#include <gtk/gtk.h>
+
+#include <libempathy-gtk/empathy-ui-utils.h>
+#include <libempathy-gtk/empathy-protocol-chooser.h>
+
+int
+main (int argc,
+    char **argv)
+{
+  GtkWidget *window, *c;
+
+  gtk_init (&argc, &argv);
+  empathy_gtk_init ();
+
+  window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+  c = empathy_protocol_chooser_new ();
+
+  gtk_container_add (GTK_CONTAINER (window), c);
+
+  /*  gtk_window_set_default_size (GTK_WINDOW (window), 150, -1);*/
+  gtk_widget_show_all (window);
+
+  g_signal_connect_swapped (window, "destroy",
+      G_CALLBACK (gtk_main_quit), NULL);
+
+  gtk_main ();
+
+  return 0;
+}