commit 6229c0a1fb3556614ee7ad3ff5e83155ced4a451
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Mon Apr 13 17:55:59 2009 +0000

    Update NEWS

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2829
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 NEWS |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 824cfc7481bdf3bef6a366fe53a17f4684db03ac
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:   Mon Apr 13 15:18:26 2009 +0000

    empathy_tp_tube_new_stream_tube: allow NULL as parameters. Fixes
    #575817

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2827
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-tube.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit d4594761ec7d2973a7a4521d21df61fe3d2b5898
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Mon Apr 13 14:55:56 2009 +0000

    Add libcanberra-gtk in Require.private of libempathy-gtk.pc. Fixe
    bug #577863

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2824
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/libempathy-gtk.pc.in |    3 ++-
 libempathy/libempathy.pc.in         |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 142dc14e2c355c5146b46afe6f819304fa76e356
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Mon Apr 13 11:00:07 2009 +0000

    Prepare for 2.26.1 release

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2823
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 NEWS         |   16 ++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 19 insertions(+), 3 deletions(-)

commit 3d41ab61b2e8d2e02bf33a5962af5bc1db3db8e2
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Mon Apr 13 11:00:00 2009 +0000

    Steal GTK+'s way of generating ChangeLog from git logs

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2822
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 Makefile.am |   23 ++++++++++++++++++-----
 1 files changed, 18 insertions(+), 5 deletions(-)

commit 868d31625a56188258bcd46c5d68fcde6ce5af62
Author: Will Thompson <will.thompson@collabora.co.uk>
Date:   Mon Apr 13 09:33:57 2009 +0000

    Unref TpChat's channel after emitting destroy.

    This allows callbacks connected to "destroy" to call functions
    which use
    priv->channel to work. Fixes Gnome bug #578356.

    Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2820
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-chat.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit f339d1b1d80878d72ec9baaa6ca273f468b3db4f
Author: Paul Cutler <pcutler@foresightlinux.org>
Date:   Mon Apr 13 09:22:41 2009 +0000

    Fix ghelp link. Fixe bug #568562

    From: Paul Cutler <pcutler@foresightlinux.org>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2818
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/C/empathy.xml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 8bd7053f414b5c6686f472fb61ba292974a47f9d
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Mon Apr 13 09:09:54 2009 +0000

    Set the default image when clearing the avatar, even if there were
    no avatar previously. That happens when the widget is created. Fixe
    bug #566905

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2816
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 0ee0a4fc3242ca2f4ce444f73ce9b3455d163ea8
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Mon Apr 13 08:23:17 2009 +0000

    Let the chat dialog directly grab the channel on reconnect

    When reconnecting open chat dialogs requests a new channel. It can
    grab this
    directly when it is opened, no need to go through the
    dispatcher. Fixes issue
    with stealing focus

    From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2815
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |   27 +++++++++++++++++++++++++--
 1 files changed, 25 insertions(+), 2 deletions(-)

commit d58fc564c0d3573905961506ace0883e2495c4df
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:   Sun Apr 12 13:55:59 2009 +0000

    Updated Spanish translation


    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2812
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++++
 po/es.po     |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit c8fd7f979814d776dcbe687767af278bd0207de0
Author: tkaroonb <tkaroonb@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:   Fri Apr 10 11:52:05 2009 +0000

    Updated th translation.


    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2765
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/th.po |  209
 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 107 insertions(+), 102 deletions(-)

commit ba9fa49a9c910704134ccfabf49967eabf0fd7f3
Author: aronxu <aronxu@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:   Sat Apr 4 10:05:35 2009 +0000

    Updated Simplified Chinese translations by fwang.

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2764
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/zh_CN.po | 1192
 ++++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 851 insertions(+), 341 deletions(-)

commit ee2982ca62cb42bfe0e4fc0df3c11f88fa960af0
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Fri Apr 3 13:19:29 2009 +0000

    Remove empathy-new-account.png from makefile, it is not used
    anymore. Fixes bug #576375

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2761
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit d6ea8049c535c9ea8d56a4e1d24016c210e2fa1f
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Fri Apr 3 12:44:34 2009 +0000

    Simplify how channel classes value is parsed. Fixes bug #577825

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2755
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-factory.c |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

commit 6f7767b7b747507978b6f9798fb6cb2a8d29897f
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Fri Apr 3 12:44:26 2009 +0000

    Free the capabilities array. Fixes bug #577826

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2754
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 93b66eda0bc92bc976f8611a35d19685993f60d2
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Fri Apr 3 12:44:19 2009 +0000

    Remove unnecessary string dup. Fixes bug #577829

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2753
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-smiley-manager.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit ce712a384ea8c19250877706b66a663ae578e3bd
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Fri Apr 3 12:44:12 2009 +0000

    Free completion. Fixes bug #577828

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2752
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit fea964ccd1f94814d0790977250e92f20c4df6da
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Mon Mar 30 16:47:46 2009 +0000

    Prepare for 2.26.0.1 release

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2750
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 21 insertions(+), 3 deletions(-)

commit 9e9840bae967e6428656f3df98c8c1b0643da540
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Sun Mar 29 08:26:29 2009 +0000

    Use empathy_contact_call_when_ready instead of _run_ API. Fixes bug
    #561247 and

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2749
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-widget.c |   25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 deletions(-)

commit a3defcc67965ea9f43422a3d3671855ec91f20b8
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Sat Mar 28 08:18:52 2009 +0000

    Add colorspace and videoscale elements before the videosink

    Farsight only adds colorspace and videoscale automatically on the
    input side of
    things, not on the output side. This causes things to break when
    the videosink
    isn't xvimagesink which can do scaling and colorspace conversion
    in hardware.

    Fixes gbz #576386

    From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2747
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-video-widget.c |   36
 ++++++++++++++++++++++++++++++++-
 1 files changed, 35 insertions(+), 1 deletions(-)

commit 2b1a6f82f9df8c6759a496d88cf42d27ed6e95b8
Author: sprasad <sprasad@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:   Wed Mar 25 07:07:29 2009 +0000

    updated kn.po

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2744
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++++
 po/kn.po     |   25 ++++++++++++++-----------
 2 files changed, 18 insertions(+), 11 deletions(-)

commit 6a39b397eb9a2349c2b789a8c098bd669b2b4db4
Author: mgiri <mgiri@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:   Tue Mar 24 15:08:32 2009 +0000

    Added entries for Oriya language Translation updation.

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2742
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 5a915f0b61c8588e5b1eda6846a6c3deff3631b7
Author: mgiri <mgiri@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:   Tue Mar 24 15:07:22 2009 +0000

    Updated Oriya Translation.

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2741
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/or.po |  167
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 89 insertions(+), 78 deletions(-)

commit c08188f8ad6fe034daa225f236cc088ee1cabe5d
Author: claudep <claudep@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:   Tue Mar 24 13:43:12 2009 +0000

    Updated French translation by Frédéric Peters and Claude Paroz

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2739
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/fr/fr.po |  398
 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 351 insertions(+), 47 deletions(-)

commit 5b0ffea40f3490f3aecd165b5bc203fd69fded96
Author: wbolster <wbolster@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:   Mon Mar 23 16:59:19 2009 +0000

    2009-03-23  Wouter Bolsterlee  <wbolster@svn.gnome.org>

	* nl.po: Updated Dutch translation by Wouter Bolsterlee.



    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2738
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/nl.po     | 1204
 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 814 insertions(+), 394 deletions(-)

commit 59b6470d5d5c6e8f6f7c439686b6248fe604e0fd
Author: aman <aman@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Mar 20 17:42:49 2009 +0000

    Updating Punjabi Translation (pa)

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2733
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/pa.po |  392
 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 201 insertions(+), 191 deletions(-)

commit 2273abb2670b3d6bd26cf50677e8526e47b0e708
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Fri Mar 20 16:41:34 2009 +0000

    mc_account_create can fail, don't crash if it happens

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2732
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 7d40977d3398583209c533de53b95f39c5f6abaf
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Fri Mar 20 14:49:43 2009 +0000

    Do not assert if the CM does not support RequestableChannelClasses

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2730
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-call-handler.c |	4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1e008eb8f0e78b46c40fd5b7cebd574a33e5a0ba
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Fri Mar 20 14:49:39 2009 +0000

    Fix typo

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2729
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cafbab84919749796afcd441955f93901fddc5b1
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Fri Mar 20 14:11:41 2009 +0000

    Stop compositing timeout if the chat channel is destroyed. Fixes
    bug #556173

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2723
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 85055f35fc2a1f64706392273839f52ef0b43f46
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Fri Mar 20 14:11:35 2009 +0000

    Use tp_channel_get_identifier instead of inspecting channel's
    handle. Fixes bug

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2722
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-chat.c |   19 +------------------
 1 files changed, 1 insertions(+), 18 deletions(-)

commit 83edd118993b2b5af272804a5e3e5ee8a6e95f54
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Fri Mar 20 14:11:31 2009 +0000

    Do not reconnect chats if there is no ID. That could probably happen
    for MSN-like
    MUCs. Fixes bug #571745

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2721
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 9b30aa3b0d5be19e1f8e24262d2190dcf52dbbb8
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Mar 20 10:15:49 2009 +0000

    empathy_contact_set_handle: remove the handle ready flag when the
    handle is set to 0

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2720
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact.c |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

commit e12f5a4f04c8616a2dfd343d2987ab99648e3d57
Author: amitakhya <amitakhya@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Mar 20 06:38:31 2009 +0000

    Updated assamese translations

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2718
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/as.po     |  469
 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 247 insertions(+), 226 deletions(-)

commit e5c974ec5900102874e8bc916af1590d0c22a2b6
Author: icq <icq@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Mar 18 19:42:57 2009 +0000

    Updated Galician translation by Suso Baleato.

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2717
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/gl.po     | 1599
 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 906 insertions(+), 697 deletions(-)

commit fd461568d4a1d33f037f0186573bc830e7926d64
Author: djihed <djihed@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Mar 18 09:19:38 2009 +0000

    Updated Arabic translation

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2715
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/ar.po     | 1323
 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 963 insertions(+), 364 deletions(-)

commit 8ec4e1563b05f17c7dd2c564de6ddd527716a715
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Tue Mar 17 23:43:44 2009 +0000

    {Accept,Provide}File are supposed to store the unix socket address
    as an 'ay'. Fixes bug #575681

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2714
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |   46
 ++++++++++++++++++++++++++++++++++-------
 1 files changed, 38 insertions(+), 8 deletions(-)

commit fadc2c7eb51344d0766fb0c9138f7d846f714aa9
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Tue Mar 17 20:19:13 2009 +0000

    Correctly get foreground-gdk color

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2712
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme-boxes.c	|    8 +++++---
 libempathy-gtk/empathy-theme-manager.c |    3 ---
 2 files changed, 5 insertions(+), 6 deletions(-)

commit d1ade19ac18b4c9f827f273bdf2eb0d4e88191d2
Author: jorgegonz <jorgegonz>
Date:	Tue Mar 17 07:22:16 2009 +0000

    Updated Spanish translation, fixes bug #575627


    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2705
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +++
 po/es.po     |   72
 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 40 insertions(+), 36 deletions(-)

commit f2da1d84238768ff4babfd33237c7f949a86f08b
Author: bcicek <bcicek>
Date:	Mon Mar 16 22:56:40 2009 +0000

    Updated Turkish Translation

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2703
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/tr.po     |  972
 +++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 601 insertions(+), 375 deletions(-)

commit 5dcb0c3d00ce7171b34f581606bd0a564c60ce78
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Mon Mar 16 18:33:43 2009 +0000

    Fix creation of svn tag

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2699
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 release.py |	11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit cb2007f4685d744953496f603366ab62a5815145
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Mon Mar 16 18:23:41 2009 +0000

    Update NEWS file

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2697
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 NEWS |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

commit ecf1c8dd560606b5679837d5d8c0e3f6fab73af3
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Mon Mar 16 18:23:37 2009 +0000

    Update API doc

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2696
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 docs/libempathy-gtk/libempathy-gtk.types |    3 ++-
 docs/libempathy/libempathy-docs.sgml	  |    4 +++-
 docs/libempathy/libempathy.types	  |   12 +++++++-----
 3 files changed, 12 insertions(+), 7 deletions(-)

commit e90e0646804c5faaa14ff64621460bb7f7e4ffed
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Mon Mar 16 18:23:34 2009 +0000

    Update python bindings

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2695
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs       |  152
 ++++++++++++++++++++++++++++++++-
 python/pyempathy/pyempathy.override   |    1 +
 python/pyempathygtk/pyempathygtk.defs |   61 +++++++++++++
 python/update-binding.sh	       |    2 +
 4 files changed, 212 insertions(+), 4 deletions(-)

commit 5c912e91d4cda402e5747c7b6ceed646e5a8f10f
Author: amitakhya <amitakhya@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Mar 16 11:47:20 2009 +0000

    Updated assamese translations

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2694
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/as.po     | 2268
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2274 insertions(+), 0 deletions(-)

commit 5e6db6a532141d4924a3990aa93032909365ed82
Author: al_shopov <al_shopov@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Mar 16 10:44:06 2009 +0000

    2009-03-16	Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Alexander Shopov <ash@contact.bg>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2692
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    5 +
 po/bg.po     |  262
 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 139 insertions(+), 128 deletions(-)

commit 3b8916db9689b6e7e9b857001daddf4d25805b94
Author: kmaraas <kmaraas@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Mar 16 09:42:19 2009 +0000

    2009-03-16	Kjartan Maraas	<kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation.

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2691
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/nb.po     |  339
 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 178 insertions(+), 165 deletions(-)

commit 74aa4e02897e9411329cf5e26fa75ddf69a8bc64
Author: rranjan <rranjan@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Mar 16 07:05:24 2009 +0000

    maithili added

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2690
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/mai.po    | 2104
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2110 insertions(+), 0 deletions(-)

commit be8373f098289450f3540afd4d292fcaeec4c0f9
Author: rranjan <rranjan@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Mar 16 07:02:39 2009 +0000

    hindi update by Rajesh Ranjan

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2689
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/hi.po     |  622
 +++++++++++++++++++++++++++------------------------------
 2 files changed, 299 insertions(+), 327 deletions(-)

commit 81708c19f5f4e7f57fed726b6d7be2028352b55b
Author: mgiri <mgiri@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Mar 15 21:48:56 2009 +0000

    Added entries for Oriya language Translation updation and addtion
    to LINGUAS.

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2688
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit f9aff621c951fd5c8229276f326e157217f87dcd
Author: mgiri <mgiri@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Mar 15 21:45:41 2009 +0000

    Updated Oriya Translation.

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2687
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/or.po | 2119
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 2119 insertions(+), 0 deletions(-)

commit a62fffec3e4b128a42cc7249a87ee013c3e8906f
Author: mgiri <mgiri@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Mar 15 21:44:29 2009 +0000

    Added Oriya (or) Language

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2686
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/LINGUAS |	 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6887e31d205127ddc1a818aed0f8c005654b57b5
Author: sprasad <sprasad@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Mar 15 15:46:19 2009 +0000

    updated kn.po

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2685
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/kn.po     |  551
 ++++++++++++++++++---------------------------------------
 2 files changed, 178 insertions(+), 377 deletions(-)

commit b35887ca62847ad2355b2a895ec6b380f49d7204
Author: pwithnall <pwithnall@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Mar 14 19:12:14 2009 +0000

    Updated British English translation.


    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2682
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/en_GB/en_GB.po |	644
 +++++++++++++++++++++++++-------------------------
 1 files changed, 322 insertions(+), 322 deletions(-)

commit a5da9f40bc3cd0d466c315d0c5ff3565a0f6e5b8
Author: kkrothap <kkrothap@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Mar 12 15:02:16 2009 +0000

    Updated Telugu Translation

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2680
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/te.po |  672
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 356 insertions(+), 316 deletions(-)

commit f7bf8271e55ffcdc8517213ef08a984a9f0f19f4
Author: kkrothap <kkrothap@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Mar 12 15:01:42 2009 +0000

    Updated Changelog entry

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2679
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 2d6b6e1c86af1734f5435ed413c3c2fc946c6768
Author: ifelix <ifelix@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Mar 12 11:55:58 2009 +0000

    tamil translation updated

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2678
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/ta.po     | 2116
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2122 insertions(+), 0 deletions(-)

commit 8269b884b46b9354ad77021d5255731fe3813497
Author: mariobl <mariobl@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Mar 11 19:22:42 2009 +0000

    2009-03-11	Mario Blättermann  <mariobl@svn.gnome.org>

	* help/de/de.po: Updated German translation



    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2676
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/de/de.po |   70
 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 35 insertions(+), 35 deletions(-)

commit 4925fc4c84d0eb7cbd0bb5ca417580b7cb0be2bb
Author: kkrothap <kkrothap@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Mar 11 12:11:15 2009 +0000

    Updated Telugu Translation

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2675
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/te.po | 2104
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 2104 insertions(+), 0 deletions(-)

commit 583de22b6f23cb866c09375923c520778abc0517
Author: kkrothap <kkrothap@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Mar 11 12:10:22 2009 +0000

    Updated LINGUAS entry

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2674
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/LINGUAS |	 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 0f516c70886479c4232f09000c5e9d02a17a2c10
Author: kkrothap <kkrothap@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Mar 11 12:07:59 2009 +0000

    Updated Changelog entry

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2673
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 768337868fdd5aae55665464a4b82b315e8dfc4d
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Mar 11 07:12:21 2009 +0000

    Updated Spanish translation


    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2672
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/es/es.po |   63
 ++++++++++++++++++++++++++++++++------------------------
 1 files changed, 36 insertions(+), 27 deletions(-)

commit 3dca0e27983efb514d10424f04690e056d6659fe
Author: mariobl <mariobl@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Mar 10 21:14:10 2009 +0000

    2009-03-10	Mario Blättermann  <mariobl@gnome.org>

	* help/de/de.po: Updated German translation



    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2671
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/de/de.po |  499
 ++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 356 insertions(+), 143 deletions(-)

commit 1e11a89973a8df59e9af3c9acd3fbd1d217edc8b
Author: miloc <miloc@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Mar 10 20:37:42 2009 +0000

    Updated Italian translation
    Deleted the image not used anymore


    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2668
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/it/figures/empathy-new-account.png |  Bin 18623 -> 0 bytes
 help/it/it.po				 | 1240
 +++++++++++++++++++++++++------
 2 files changed, 1007 insertions(+), 233 deletions(-)

commit 98fc339595544314de3bc3ae2d507a3f11a75820
Author: miloc <miloc@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Mar 10 20:31:34 2009 +0000

    Updated C/empathy.xml
    Corrected some typos
    Corrected three wrong menu references


    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2667
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/C/empathy.xml |	22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)

commit eefc0db1cdf2726a6fb1f686c1591dbc1a852dd8
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Tue Mar 10 11:12:18 2009 +0000

    Prepare NEWS entry

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2663
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 NEWS |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

commit 2a312a0cbd8fad418c7233a9f43a782b7842463c
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Tue Mar 10 11:12:14 2009 +0000

    Bump version to prepare for 2.26.0 release

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2662
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 68845526fdb5e3721e112dd1cc82c23c21fb7ee9
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Tue Mar 10 11:12:10 2009 +0000

    Fix release script in case there is no fixed bugs

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2661
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 release.py |	12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

commit 1ce19483e2bac51738474c1daf3adf2a533b0346
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Mar 10 09:24:22 2009 +0000

    Branch for GNOME 2.26


    git-svn-id:
    svn+ssh://svn.gnome.org/svn/empathy/branches/gnome-2-26@2660
    4ee84921-47dd-4033-b63a-18d7a039a3e4

commit 4c26fc5c757459d097cdfd52731b81b2878b1299
Author: pwithnall <pwithnall@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Mar 10 00:11:17 2009 +0000

    Updated British English manual translation.


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2659
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/en_GB/en_GB.po |	590
 ++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 443 insertions(+), 147 deletions(-)

commit a15538a856866646a5bd610cedc619d5398f26b6
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Mar 9 21:52:43 2009 +0000

    Updated Spanish translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2658
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/es.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 0dfa184dea618a91393d32fef915db585cf5e1b8
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Mar 9 20:13:45 2009 +0000

    Updated Spansih translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2657
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/es/es.po |  408
 +++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 351 insertions(+), 57 deletions(-)

commit fedb7505e2497db5a79f5af576ed114a7dc6d485
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Mar 9 20:13:28 2009 +0000

    Updated Spanish translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2656
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++
 po/es.po     |  102
 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 55 insertions(+), 51 deletions(-)

commit 94b760737bb85e66bcd94971e041bddffd382369
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Mon Mar 9 19:55:58 2009 +0000

    Add empathy-log.h and empathy-log-store.h to Makefile.am

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2655
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit c3257468d8bcc33881a4f6c3686b4c1a5cf8d2c0
Author: aklapper <aklapper>
Date:	Mon Mar 9 18:26:34 2009 +0000

    2009-03-09	Andre Klapper  <a9016009@gmx.de>

	* help/cs/cs.po: Updated Czech translation by Martin Picek.



    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2654
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/cs/cs.po | 1155
 +++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 883 insertions(+), 272 deletions(-)

commit ffc1bc860997840dd707b6ee43e22651dbad6c14
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Mon Mar 9 18:24:05 2009 +0000

    Chatroom dirs only exist on the toplevel log directory

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2653
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-store-empathy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e85d18757ef8ad698ca12193e3df6991ff6dd209
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Mon Mar 9 18:24:00 2009 +0000

    Actually recurse in the chatrooms directory

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2652
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-store-empathy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cbc6688e7525fd32e49bb631f9d26e849804201a
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Mon Mar 9 18:23:56 2009 +0000

    Print a debug message if opening a log directory fails

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2651
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-store-empathy.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 3d5b55f12e648fd4125f1ee978a931d20f865fd5
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Mon Mar 9 18:23:52 2009 +0000

    First connect to the sink pad, then start playing

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2650
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |	3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 03c562deaecfb56dfab0edbced0e3eac1ad26f3b
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Mon Mar 9 18:23:46 2009 +0000

    Refer to the gnome bug number belonging to the TODO

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2649
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d2f5d6b117619f994f29eb715bac0bbd66299230
Author: sandeeps <sandeeps>
Date:	Mon Mar 9 12:32:29 2009 +0000

    Updated Marathi Translations

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2648
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/mr.po     | 1135
 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 795 insertions(+), 344 deletions(-)

commit 93797ffc42d777ce1ccbc3e30f9327e841b332ae
Author: miloc <miloc>
Date:	Mon Mar 9 12:22:40 2009 +0000

    Added a new section on the documentation (Advanced Options)
    Removed one image as it was not used anymore


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2647
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/C/empathy.xml			|  406
 +++++++++++++++++++++++++++++++-
 help/C/figures/empathy-new-account.png |  Bin 20421 -> 0 bytes
 2 files changed, 403 insertions(+), 3 deletions(-)

commit c3e083451ed7141a1c837fc571e1f13df1e52c24
Author: rranjan <rranjan>
Date:	Mon Mar 9 12:14:40 2009 +0000

    hindi updated by Rajesh Ranjan

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2646
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/hi.po     | 1024
 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 720 insertions(+), 308 deletions(-)

commit 3d1fcc64b0b65813ba5dd21a1539d2fe83eb39d5
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Sun Mar 8 20:18:54 2009 +0000

    Make the sidebar nicely pop in and out

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2645
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit a460d985641f9eff280141c8de64a2bb306b6c78
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Sun Mar 8 20:18:51 2009 +0000

    Only check if the error came from the video_input if it's there

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2644
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |	5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 7fb364bb910acb3226839fe5ab315b669d49ea41
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Sun Mar 8 20:18:47 2009 +0000

    Redraw the video widget if there is no underlying overlay

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2643
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-video-widget.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 5c10d34f0dc6077d3731639c9cabe7ac33c1df46
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Sun Mar 8 20:18:44 2009 +0000

    Hook up audio mute button

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2642
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |   65
 ++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 59 insertions(+), 6 deletions(-)

commit a0f1afe037857d732fcf975c955ea41956a5808f
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Sun Mar 8 20:18:41 2009 +0000

    Set the camera button sensitive while connected and there is a
    video input

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2641
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |	4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 9e16e9965b259bdcc53a5c127b79b9423e9c75fa
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Sun Mar 8 20:18:37 2009 +0000

    Handle resource-request

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2640
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

commit 2ec29b4403a62640250d66302f98fdd166044714
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Sun Mar 8 20:18:34 2009 +0000

    Unref the video input and tee after removing

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2639
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit fd8a75eadc7f2f8de26d09d016320da9f6243082
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Sun Mar 8 20:18:31 2009 +0000

    Forward resource requests

    From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2638
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-call-handler.c |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

commit 403d263030c10e6d72ab35783bd6ce1f11a4f12c
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Sun Mar 8 20:18:28 2009 +0000

    Assert that the widget is realized before using its XID

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2637
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-video-widget.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c0e5d9792fa19a1083b0a08411eda03431c7843b
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Sun Mar 8 20:18:24 2009 +0000

    Set the pipeline to pause before starting the call

    Initially set the pipeline to PAUSED, if that fails because of
    the videoinput
    remove that input and continue as an audio-only call (we can still
    receive
    video though).

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2636
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |  115
 +++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 107 insertions(+), 8 deletions(-)

commit 14d3693033275484c3dbe8e145576513d2c1fea2
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Sun Mar 8 20:18:21 2009 +0000

    Keep a weak pointer on the overlay in case it goes away

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2635
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-video-widget.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 953b6e9d92ffb0f866d5a019d116210ac27dcdb9
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Sun Mar 8 20:18:15 2009 +0000

    Set empathy's media role to phone for so pulse can do policy on it

    Empathy's media role should be phone. Apart from voip calls the only
    sounds we
    make are event sounds via libcanberra, which correctly sets the role
    to event
    when playing a sound. For more information see:
      http://pulseaudio.org/wiki/ApplicationProperties

    From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2634
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 874dd5645e1d4407d26fb16b195ec930f02b232f
Author: pkst <pkst>
Date:	Sun Mar 8 17:56:19 2009 +0000

    Updated Greek tramslation by Jennie Petoumenou

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2633
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/el.po     | 1537
 +++++++++++++++-------------------------------------------
 2 files changed, 387 insertions(+), 1154 deletions(-)

commit b5280b3c1893a5e2a214f46a9cca6f5e2095bf68
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Sun Mar 8 15:36:09 2009 +0000

    Make sure the UI is build in empathy_ft_manager_get_dialog

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2632
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 8cb8b48d9b403cbd63a65107317b63687d76007c
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Sun Mar 8 15:36:04 2009 +0000

    Don't leak EmpathyFTManager object. Rebuild UI if it got destroyed.

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2631
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |  108
 ++++++++++++++++++++++++----------------------
 src/empathy.c		  |    5 ++
 2 files changed, 62 insertions(+), 51 deletions(-)

commit 6f51db38c0abd2828ed4fb8ac48e53aa7b671adc
Author: mateju <mateju>
Date:	Sun Mar 8 13:45:35 2009 +0000

    Updated Slovenian translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2630
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/sl.po |  240
 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 109 insertions(+), 131 deletions(-)

commit c5234eac30235e25e343072c5de1cf157c151715
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Sun Mar 8 09:45:38 2009 +0000

    Remove check on GTK version, we depend on >= 2.14.0 now.

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2629
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-list-view.c |	 5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 8ac36945f6a0a4d271a0e4b1fd8887bcf6c38081
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Sun Mar 8 09:45:33 2009 +0000

    Use running++ and running-- instead of a boolean

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2628
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-list-view.c |	 8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit d7e58fbddb776d9fb21c17b7be39d2f639765ed9
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Sun Mar 8 09:45:27 2009 +0000

    Prevent an infinite loop when query tooltip on contact list view.

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2627
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-list-view.c |	19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

commit cf1a03fab6bba0bd143557a1457bc7cb245c42a5
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Mar 7 16:20:21 2009 +0000

    Updated Spanish translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2626
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++
 po/es.po     |  141
 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 75 insertions(+), 70 deletions(-)

commit 62cdcc25b61421310dd531b5caf35fa4c1b23494
Author: gintas <gintas@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Mar 7 15:09:13 2009 +0000

    2009-03-07	Gintautas Miliauskas  <gintas@akl.lt>

	* lt.po: Updated Lithuanian translation.




    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2625
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/lt.po     | 1140
 ++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 762 insertions(+), 382 deletions(-)

commit 6295c1490d9235102a87aa37d6cc4f87262eca46
Author: claudep <claudep@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Mar 7 11:41:58 2009 +0000

    Updated French translation by Frédéric Peters and Bruno Brouard.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2624
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/fr/fr.po |  879
 ++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 620 insertions(+), 259 deletions(-)

commit 991b4eea168e8641d131da786beb3b0d61efc26d
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Fri Mar 6 11:53:45 2009 +0000

    Fix typo in a comment

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2623
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9cc2ec4d0cd769df8ec9dbbf60b1d16a6192e46d
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Fri Mar 6 11:53:42 2009 +0000

    Use tp_strdiff in empathy_message_equal to compare body.

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2622
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-message.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 2cfbd64d3b571e4af2fdadb4b182c1d2e3134239
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Fri Mar 6 11:53:38 2009 +0000

    Remove unused empathy_message_get_unique_id

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2621
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-message.c |    8 --------
 libempathy/empathy-message.h |    2 --
 2 files changed, 0 insertions(+), 10 deletions(-)

commit ff97a8476943f3f5d3e85baef75b91573120306f
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Fri Mar 6 11:53:35 2009 +0000

    Improve comment to explain what
    empathy_log_manager_get_filtered_messages does

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2620
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit c28767a20b1cd5a83e1488221df98688e3f561c4
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Fri Mar 6 11:53:32 2009 +0000

    Little optimization of log_store_empathy_get_filtered_messages()
    and add a FIXME.

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2619
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-store-empathy.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 6b09a0fbbe3bf4baa7b74c19a6db397f4d23d536
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Fri Mar 6 11:53:29 2009 +0000

    Remove useless include of contact-factory.h

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2618
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 8a7f43a33fc7250003f51cda97c7de6f4766cd70
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Fri Mar 6 11:53:26 2009 +0000

    Optimize empathy_log_manager_get_filtered_messages and make it easier
    to understand.

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2617
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |   83
 ++++++++++++++++++++------------------
 1 files changed, 44 insertions(+), 39 deletions(-)

commit bcac0af43abd419764fe7daeaa56d96e03f29b41
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Fri Mar 6 11:53:23 2009 +0000

    Simplify finalize using g_list_foreachc

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2616
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

commit e6707e813bf75d92f80a87f7b28e2dfb79c54d01
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:53:20 2009 +0000

    Use if (n != NULL) instead of if (n).

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2615
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c	|    4 ++--
 libempathy/empathy-log-store-empathy.c |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 8451607bad1b2a4dd440a8fd34f0b6cf10de3647
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:53:17 2009 +0000

    Use g_list_delete_link instead of g_list_remove.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2614
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c	|    7 ++-----
 libempathy/empathy-log-store-empathy.c |    2 +-
 2 files changed, 3 insertions(+), 6 deletions(-)

commit 14a0eea49ada0d6901aa8f4fb713ce973ab282a0
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:53:13 2009 +0000

    Use g_list_next (l) instead of l->next.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2613
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c	|   18 +++++++++---------
 libempathy/empathy-log-store-empathy.c |    2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

commit cb13056ea7a8598ecf9af74adf4179a71263ad4f
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:53:10 2009 +0000

    Use a single-line return statement instead of if/else if/else if.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2612
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

commit f1643d110851d332be094e4daf8607e56b465ffd
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:53:07 2009 +0000

    Use atoi instead of sscanf.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2611
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-store-empathy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4dcd7c5514a3a29b7ae413c8f44ecbde48d8a759
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:53:04 2009 +0000

    Call GET_PRIV after checking the parameters of empathy_message_equal.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2610
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-message.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 4eeac7e42566ef648f4518819ba3999aadc26e1e
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:53:01 2009 +0000

    libempathy-gtk/totem-subtitle-encoding.h: Added copyright, based on
    .c file.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2609
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/totem-subtitle-encoding.h |   29
 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

commit d8db08168fb7d8cce771df9638d450ef0d872b82
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:57 2009 +0000

    Use get_filtered_messages in EmpathyChat.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2608
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |   50
 +++++++++++++++++++++++------------------
 1 files changed, 28 insertions(+), 22 deletions(-)

commit 0574b2d31d0ce0e1076157a2bf956c45f58bbc01
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:54 2009 +0000

    Implemented get_filtered_messages in empathy log store.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2607
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-store-empathy.c |   41
 ++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

commit 12cf6afffba7e3e946dc8f81319f6bf460c77fb6
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:51 2009 +0000

    Added empathy_log_store_get_filtered_messages.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2606
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-store.c |   17 +++++++++++++++++
 libempathy/empathy-log-store.h |    7 +++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

commit 389a1aa497959ff9d1bbb1b57a02be902a471784
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:48 2009 +0000

    Replaced get_last_messages with get_filtered_messages.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2605
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |   75
 +++++++++++++++++++++++++++-----------
 libempathy/empathy-log-manager.h |    8 +++-
 2 files changed, 60 insertions(+), 23 deletions(-)

commit 2e743c5ddf51881543bf0c88a7b09d6582d4f8a1
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:44 2009 +0000

    Added checks to the arguments of empathy_message_equal.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2604
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-message.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit e44b2b7551f460885803204897dfc28a4d19bcf1
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:41 2009 +0000

    Get last messages for the last day - 1 as well as the last day.

    As messages are being logged straight away, the most recent day
    will *always* be today.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2603
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit 2d194b5bb2916fee208baaa2ceb11ddc9330a118
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:38 2009 +0000

    EmpathyChat: Simplified adding appropriate messages to the window.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2602
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |   46
 +++++++++++++---------------------------
 1 files changed, 15 insertions(+), 31 deletions(-)

commit 5013ca6537ac6971a27a61f5a29202014d245c13
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:35 2009 +0000

    Removed duplicate log source addition.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2601
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit fd2f70a53431f03d109a93ff8d1a4c90a5cb2d10
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:32 2009 +0000

    EmpathyChat: Remove messages from log messages which are pending.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2600
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

commit c19da9986e37467dcd4fbec55eaee584687f63dd
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:29 2009 +0000

    EmpathyLogStore: Store the CM message ID in the logs, and use it
    when reading logs.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2599
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-store-empathy.c |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

commit d4724e2162ebffc1adce09379b2241928b14e9fd
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:24 2009 +0000

    Added empathy_message_get_unique_id & empathy_message_equal.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2598
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-message.c |   21 +++++++++++++++++++++
 libempathy/empathy-message.h |    4 ++++
 2 files changed, 25 insertions(+), 0 deletions(-)

commit 06717dae8f1920f28e665ef7b233bc2088409acb
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:21 2009 +0000

    Remove MessageObserveData as the TpChannel can be retrieved from
    an EmpathyTpChat.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2597
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |   35
 ++++++++---------------------------
 1 files changed, 8 insertions(+), 27 deletions(-)

commit 20d1c2340e54b50311d19b57ab285ee2fedbaffa
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:17 2009 +0000

    Updated python bindings.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2596
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs       |   42
 ++++++++++++++++----------------
 python/pyempathygtk/pyempathygtk.defs |   17 +++++++++++++
 2 files changed, 38 insertions(+), 21 deletions(-)

commit 4ce26cc23f66f3ad9f9ce70040a7591afaa4071f
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:14 2009 +0000

    Cleaned up rebasing brokenness.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2595
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 5f24ec7c3165cae9d508a9c040cf315abfcf3c7b
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:11 2009 +0000

    Changed some G_STR_EQUALs to EMP_STR_EQUAL.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2594
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-store-empathy.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 2f6684313330f0e31c51c85a60b7a52c0adb3ac2
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:08 2009 +0000

    Renamed EmpathyLogSource to EmpathyLogStore.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2593
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/Makefile.am			 |    4 +-
 libempathy/empathy-log-manager.c	 |   64 ++--
 libempathy/empathy-log-source-empathy.c |  714
 -------------------------------
 libempathy/empathy-log-source.c	 |  156 -------
 libempathy/empathy-log-source.h	 |   94 ----
 libempathy/empathy-log-store-empathy.c  |  714
 +++++++++++++++++++++++++++++++
 libempathy/empathy-log-store-empathy.h  |   66 +++
 libempathy/empathy-log-store.c		 |  156 +++++++
 libempathy/empathy-log-store.h		 |   94 ++++
 9 files changed, 1064 insertions(+), 998 deletions(-)

commit 30944808f8fe4af9d2bacb90e128b06a46620f19
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:04 2009 +0000

    Moved dispatcher observing and logging into EmpathyLogManager.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2592
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |   75
 ++++++++++++++++++++++++++++++++++++++
 libempathy/empathy-log-manager.h |    3 ++
 src/empathy.c			  |   59 +++---------------------------
 3 files changed, 84 insertions(+), 53 deletions(-)

commit d2dee7ac352c90d2d74999badf15d48002a946c5
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:52:01 2009 +0000

    Pass the channel to received_message_cb and use
    tp_channel_get_identifier.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2591
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |   23 ++++++++++-------------
 1 files changed, 10 insertions(+), 13 deletions(-)

commit d7a512801cf5e972d7241b135035c61b015643e0
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:51:58 2009 +0000

    Only write messages to one specified log source, hardcoded at
    the moment.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2590
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c	 |   34
 ++++++++++++++++++++++++------
 libempathy/empathy-log-manager.h	 |    5 ++-
 libempathy/empathy-log-source-empathy.c |   15 ++++++++-----
 libempathy/empathy-log-source.c	 |   11 +++++----
 libempathy/empathy-log-source.h	 |    9 ++++---
 src/empathy.c				 |   12 +++++++++-
 6 files changed, 60 insertions(+), 26 deletions(-)

commit 322d9807fd60716cbeb8cfb82a736e3d6aea46ce
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:51:55 2009 +0000

    Added get_name function to EmpathyLogSource.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2589
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-source-empathy.c |   13 +++++++++++++
 libempathy/empathy-log-source.c	 |    9 +++++++++
 libempathy/empathy-log-source.h	 |    2 ++
 3 files changed, 24 insertions(+), 0 deletions(-)

commit d86824ae55dc63d832da642b7a83c88b2c26610d
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:51:52 2009 +0000

    Use g_list_concat even if the current GList is empty (NULL).

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2588
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |   22 ++++++----------------
 1 files changed, 6 insertions(+), 16 deletions(-)

commit e9476bf247c930b7e49ec3d8119432fbff576484
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:51:48 2009 +0000

    Use the channel wrapper to log chats instead of connecting to the
    signals directly.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2587
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |  116
 +++++++++------------------------------------------------
 1 files changed, 18 insertions(+), 98 deletions(-)

commit de78452b4e84800be30b2931944310f8f2baf32d
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:51:45 2009 +0000

    Move logging to the dispatcher on Received and Sent signals.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2586
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |    9 ---
 src/empathy.c		       |  130
 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 130 insertions(+), 9 deletions(-)

commit d0905dbdd5998b37ea813e7c6c6930d411c5504c
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:51:42 2009 +0000

    Fixed problems picked up when rebasing and cherry-picking.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2585
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |   15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

commit a52484d025436cecdd81314645057719d6e51a35
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:51:39 2009 +0000

    Only call EmpathyLogSource methods if they are defined.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2584
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-source.c |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

commit 6df2999653da8efaf75645c7a8d0e6d198a84e9d
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:51:36 2009 +0000

    Added ack_message function to EmpathyLogSource interface.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2583
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-source-empathy.c |    1 +
 libempathy/empathy-log-source.c	 |   10 ++++++++++
 libempathy/empathy-log-source.h	 |    4 ++++
 3 files changed, 15 insertions(+), 0 deletions(-)

commit 8bef22a451b9bffb9b3742b5200e651a03faf394
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:51:32 2009 +0000

    Made EmpathyLogSource an interface and EmpathyLogSourceEmpathy
    extend it.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2582
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/Makefile.am			 |    2 +
 libempathy/empathy-log-manager.c	 |   71 +++++--------
 libempathy/empathy-log-manager.h	 |   19 ----
 libempathy/empathy-log-source-empathy.c |  171
 +++++++++++++++++++------------
 libempathy/empathy-log-source.c	 |  112 ++++++++++++++++++++
 libempathy/empathy-log-source.h	 |   87 ++++++++++++++++
 6 files changed, 334 insertions(+), 128 deletions(-)

commit a41352b95f5ab87db704f6fd46805dda4114f96a
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:51:28 2009 +0000

    Don't override the constructor. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2581
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

commit c30ec9d1d088195276c975dacaeee03b71d65382
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:51:25 2009 +0000

    Make get_dates check whether a date is already in the GList before
    adding it now in order. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2580
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)

commit 7a026968e49ec16466745f0e562088039c6f86a9
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:51:21 2009 +0000

    Made get_last_messages source independent. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2579
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c	 |   26 +++++++++++---------------
 libempathy/empathy-log-source-empathy.c |   28
 ----------------------------
 2 files changed, 11 insertions(+), 43 deletions(-)

commit 50937b386b262c2328353a771e500c399d37e0c0
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Mar 6 11:51:17 2009 +0000

    Converted log code to Collabora coding style. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2578
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-log-manager.c	 |  862
 ++++++++-----------------------
 libempathy/empathy-log-manager.h	 |  121 +++--
 libempathy/empathy-log-source-empathy.c |  688 ++++++++++++++++++++++++
 3 files changed, 968 insertions(+), 703 deletions(-)

commit fc81bd8a1686a3a54109efcf0d2b222bfab977ef
Author: dnloreto <dnloreto@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Mar 5 01:11:39 2009 +0000

    2009-03-05	Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2577
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/pt.po     | 1203
 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 874 insertions(+), 333 deletions(-)

commit e842b065ed6079f53f3c9aae2d07f8216dabe1f7
Author: nshmyrev <nshmyrev@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Mar 4 23:04:34 2009 +0000

    2009-03-05	Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* ru.po: Updated Russian translation.



    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2576
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/ru.po     | 1238
 ++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 819 insertions(+), 423 deletions(-)

commit cddccf634d3bd5d50c13ffa56ef2aaf73b8e699b
Author: kennethn <kennethn@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Mar 4 22:28:10 2009 +0000

    Updated Danish translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2575
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/da.po     |  232
 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 123 insertions(+), 113 deletions(-)

commit 80be6561cd7d9914b8fb7d3fd873f1d985f6b717
Author: iharh <iharh@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Mar 4 12:46:38 2009 +0000

    Updated be@latin.po


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2574
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog	|    4 +
 po/be@latin.po |  622
 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 319 insertions(+), 307 deletions(-)

commit b58e4221f6c64abcca5a8a50683d0b4bf4ceac64
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Tue Mar 3 19:24:39 2009 +0000

    Bump to 2.25.93

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2573
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f760096a34d705edcf328472cab0a7488ab6973d
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Tue Mar 3 17:49:53 2009 +0000

    Update release script to correctly create SVN tag.

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2571
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 release.py |	 5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit fa839a49e958d373c75380b0c33dddcaffcef08d
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Tue Mar 3 17:49:50 2009 +0000

    Update NEWS for release

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2570
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 NEWS |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

commit bf3a41212156700af7681d0c6c5d1a29120bc0e6
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Tue Mar 3 17:49:44 2009 +0000

    Add en_GB in gitignore

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2569
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b8b8bd611ee672cc6920652d046beccad6c70d42
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Tue Mar 3 17:49:41 2009 +0000

    Bump LT version

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2568
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 40012e643a6e6fd5dcc8349b625691cbcc54a431
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:35:00 2009 +0000

    Hardcode some a default codec preferences

    For video use H264 over Theora as it's better quality and there is
    no reason to prefer a free codec if people already have the patented
    bits
    installed anyway. Also prefer H263 as it's reasonable and it works
    around our
    H263-1998 negotiation being slightly broken because of gstreamer :(

    For audio prefer speex wideband over speex smallband and all other
    audio
    codecs.

    And in general disable various codecs that are not really suitable
    for use in
    conferencing.

    From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2567
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-call-handler.c |   52
 +++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

commit 4747d0f773c26c9e86bc37de4311e3e42d06ee1d
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:57 2009 +0000

    Remove some useless blanks

    From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2566
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-audio-src.c |	 2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 971cdfaa62b12b7fcec4ceb1a3e5972987e49f84
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:54 2009 +0000

    Remove gdk_threads_{enter,leave}, gdk thread support is useless
    untill we audit empathy

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2565
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit e35b45cc49cf8d847f4a07024e731fb799b75ba8
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:51 2009 +0000

    Hook up the video input sidebar item

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2564
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |  162
 ++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 146 insertions(+), 16 deletions(-)

commit 8ab822488e50b91b9734c7719bdbef5593cda00a
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:47 2009 +0000

    Let the UI call the handler for bus messages

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2563
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-call-handler.c |   40
 ++++--------------------------------
 libempathy/empathy-call-handler.h |	5 ++-
 2 files changed, 8 insertions(+), 37 deletions(-)

commit 9e727ba4292c6ec2170fda7fc5af85dfdfb7a8cf
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:44 2009 +0000

    Add support for changing various color channels of the video device

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2562
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-video-src.c |  125
 ++++++++++++++++++++++++++++++++++++
 libempathy-gtk/empathy-video-src.h |	24 +++++++
 2 files changed, 149 insertions(+), 0 deletions(-)

commit 0466b17a9a62ca7ae9cd6415d2ae939b97090ea6
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:41 2009 +0000

    Hook up audio input panel

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2561
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |   40 +++++++++++++++++++++++++++++++++++++---
 1 files changed, 37 insertions(+), 3 deletions(-)

commit 03d175be033f9d658f5eb1e5d2e89aabeaff9cd5
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:38 2009 +0000

    Add volume control and rms/peak level signals

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2560
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-audio-src.c |  278
 ++++++++++++++++++++++++++++++++++--
 libempathy-gtk/empathy-audio-src.h |	 3 +
 2 files changed, 269 insertions(+), 12 deletions(-)

commit 3705f077aea5b0e4c37fe50d168c59e26db11a25
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:35 2009 +0000

    Remove some silly empty lines

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2559
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-audio-sink.c |	  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 76ff505bc571c53b32b6346fa4706c4662987586
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:32 2009 +0000

    Remove videorate

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2558
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-video-src.c |	 9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit ad025979472c42666a42427b9cb6c71eee36078f
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:28 2009 +0000

    Fix typo

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2557
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-audio-sink.c |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1042c99ef732780563e657ce6438058abdb5e4ba
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:25 2009 +0000

    Put locks around timer_id

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2556
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

commit 9457112caacdc1a2f212a19bdad2176707ca64f5
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:22 2009 +0000

    Add timer and make all gtk calls in the main thread

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2555
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |   75
 +++++++++++++++++++++++++++++++++++++--------
 1 files changed, 62 insertions(+), 13 deletions(-)

commit dcd49ab79e2304caaeed8674bc470bddaa2269b0
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:19 2009 +0000

    Use livesrc and fsfunnel to funnel the mediastreams to their outputs

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2554
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |   88
 ++++++++++++++++++++++++++++++++++++--------
 1 files changed, 72 insertions(+), 16 deletions(-)

commit 311be9905d4972401c13664aa561260cddfaa37d
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:15 2009 +0000

    Set the preview video widget not sync and async

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2553
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |	1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit aafb8e3d2acaa2a0495244c69dd8cf6555191b8e
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:11 2009 +0000

    Add sync and async properties

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2552
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-video-widget.c |   88
 ++++++++++++++++++++++++++++++---
 1 files changed, 80 insertions(+), 8 deletions(-)

commit ce15fc5de4031f6b46b618a3418d52775308711d
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:07 2009 +0000

    Add comments for callbacks that come from a different thread

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2551
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |	2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit b734f68c11ec0e9bf9c80159cde3dc09717dd8d6
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Mar 3 17:34:03 2009 +0000

    Ensure to always call gtk/gdk functions while holding the gdk lock

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2550
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |	4 ++++
 src/empathy.c		   |	2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 67f609d4c2b02409dcf3f2cd8496beb249efd2bc
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Tue Mar 3 09:46:50 2009 +0000

    Move URI regex to empathy-ui-utils

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2549
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-text-view.c |   16 +++-------------
 libempathy-gtk/empathy-ui-utils.c	 |   21 +++++++++++++++++++++
 libempathy-gtk/empathy-ui-utils.h	 |    2 ++
 3 files changed, 26 insertions(+), 13 deletions(-)

commit d48c14222b6719ef6e4bc291bf987886c869f9f9
Author: Mike Sheldon <mike@mikeasoft.com>
Date:	Tue Mar 3 09:34:43 2009 +0000

    * Automatically wrap enums in the empathy and empathygtk python
    bindings

    From: Mike Sheldon <mike@mikeasoft.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2548
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathymodule.c	  |    2 ++
 python/pyempathygtk/pyempathygtkmodule.c |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

commit aef77f99ced068f16a40ca44e73f4a5265cd06dd
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Tue Mar 3 09:27:30 2009 +0000

    add help/fi/*.xml in gitignore

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2547
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 605f316f96a6a4f358d2237cbfd8715263a8cf09
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Tue Mar 3 09:27:13 2009 +0000

    Revert "Started splitting empathy log code from the log manager to
    make logging more pluggable. (Jonny Lamb)"

    This reverts commit 73948b3c4ddebe5c24b679e7650090128bd35403.

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2546
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/Makefile.am			 |    1 -
 libempathy/empathy-log-manager.c	 |  705
 +++++++++++++++++++++++++------
 libempathy/empathy-log-manager.h	 |   41 +--
 libempathy/empathy-log-source-empathy.c |  698
 ------------------------------
 libempathy/empathy-log-source-empathy.h |   28 --
 5 files changed, 584 insertions(+), 889 deletions(-)

commit 73948b3c4ddebe5c24b679e7650090128bd35403
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Tue Mar 3 09:24:19 2009 +0000

    Started splitting empathy log code from the log manager to make
    logging more pluggable. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2545
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/Makefile.am			 |    1 +
 libempathy/empathy-log-manager.c	 |  705
 ++++++-------------------------
 libempathy/empathy-log-manager.h	 |   41 ++-
 libempathy/empathy-log-source-empathy.c |  698
 ++++++++++++++++++++++++++++++
 libempathy/empathy-log-source-empathy.h |   28 ++
 5 files changed, 889 insertions(+), 584 deletions(-)

commit d57b02bf1dee77a176bafff9a35811439fd0c201
Author: pwithnall <pwithnall>
Date:	Mon Mar 2 23:03:26 2009 +0000

    Added British English documentation translation.


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2544
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/Makefile.am    |	  2 +-
 help/en_GB/en_GB.po | 1065
 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1066 insertions(+), 1 deletions(-)

commit c5761c3f7075741115dfbb834df302c7ea6e70d1
Author: pmkovar <pmkovar>
Date:	Mon Mar 2 15:15:27 2009 +0000

    2009-03-02	Petr Kovar  <pknbe@volny.cz>

	* cs.po: Updated Czech translation by Lucas Lommer.


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2543
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/cs.po     | 1018
 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 695 insertions(+), 327 deletions(-)

commit 46a3ee7e70cf7f34745ff15bb126abd7e74051a1
Author: mateju <mateju>
Date:	Mon Mar 2 10:31:19 2009 +0000

    Updated Slovenian translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2542
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/sl.po |  773
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 413 insertions(+), 360 deletions(-)

commit c11715e38c07acbc8a474002e6ac6519913865c6
Author: sprasad <sprasad@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Mar 2 06:00:02 2009 +0000

    Updated Kannada(kn.po) translations

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2541
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/kn.po     | 1413
 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 1039 insertions(+), 378 deletions(-)

commit 2a3bd13d88038707f27e2445185b9e02018d156f
Author: tomaszd <tomaszd@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Mar 1 18:44:04 2009 +0000

    2009-03-01	Tomasz Dominikowski  <tdominikowski@aviary.pl>

	* pl.po: Updated Polish translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2540
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/pl.po     |  709
 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 517 insertions(+), 196 deletions(-)

commit 7a9eea81d6f4f0a259a61975f4e08d51ed3568ca
Author: iharh <iharh@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Feb 28 10:50:22 2009 +0000

    Added be@latin.po


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2539
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog	|    4 +
 po/LINGUAS	|    1 +
 po/be@latin.po | 2137
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2142 insertions(+), 0 deletions(-)

commit 77f693e11357d0ed529e30390be901a73c4d6f0d
Author: joskulj <joskulj@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Feb 27 17:59:06 2009 +0000

    de.po: Updated German translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2538
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 15e43c7e30182e2090d6f24eff441f0815a0b7b6
Author: joskulj <joskulj@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Feb 27 17:58:47 2009 +0000

    Updated German translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2537
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/de.po | 1054
 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 541 insertions(+), 513 deletions(-)

commit e703706383f32528754357958f424737c56e97cd
Author: lferrett <lferrett@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Feb 27 12:09:20 2009 +0000

    2009-02-27	Luca Ferretti  <elle.uca@libero.it>

	* it.po: Updated Italian translation by Milo Casagrande

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2536
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/it.po     | 1114
 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 611 insertions(+), 507 deletions(-)

commit 8dcd12d413930cc9f6b0f4fce2090355dae51719
Author: aman <aman@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Feb 27 01:37:49 2009 +0000

    updating for Punjabi translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2535
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/pa.po |  466
 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 205 insertions(+), 261 deletions(-)

commit 265b8d7f3c81d925d654a515d50ab8fc4008f836
Author: Davyd Madeley <davyd@madeley.id.au>
Date:	Thu Feb 26 18:37:21 2009 +0000

    Compile icon cache for private icon repo as well as public one

    From: Davyd Madeley <davyd@madeley.id.au>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2534
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 data/icons/Makefile.am |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 8a49c5804c4b225c253977846ac70cea858e043e
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 24 17:39:42 2009 +0000

    Updated Spanish translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2533
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +++
 po/es.po     |   75
 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 44 insertions(+), 35 deletions(-)

commit 72e53b3767f3f35cefb9511e971ae850ea411469
Author: fpeters <fpeters@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 24 09:43:59 2009 +0000

    Some string comments requested by translators (#572875)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2532
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-text-view.c |    2 ++
 src/empathy-call-window.c		 |    1 +
 src/empathy-ft-manager.c		 |    2 ++
 3 files changed, 5 insertions(+), 0 deletions(-)

commit 22c8e97ae69171f039f085d7daec2b1ad25fbe90
Author: pwithnall <pwithnall@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 23 17:38:21 2009 +0000

    2009-02-23	Philip Withnall  <philip@tecnocode.co.uk>

	* en_GB.po: Updated British English translation.



    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2531
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/en_GB.po  | 1161
 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 797 insertions(+), 368 deletions(-)

commit f234dc13f75416d8a830eac47c39739223ae29f8
Author: tjyrinki <tjyrinki@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 23 14:03:20 2009 +0000

    Add Finnish help translation by Valto Wirkola.


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2530
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/Makefile.am			 |    2 +-
 help/fi/fi.po				 |  672
 +++++++++++++++++++++++++++++++
 help/fi/figures/empathy-main-window.png |  Bin 0 -> 7821 bytes
 help/fi/figures/empathy-new-account.png |  Bin 0 -> 18664 bytes
 po/ChangeLog				 |    4 +
 5 files changed, 677 insertions(+), 1 deletions(-)

commit faf6cdb3d7e51262bb1dcf184104783c9603f2e8
Author: tkaroonb <tkaroonb@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 23 06:08:06 2009 +0000

    Updated th translation.


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2529
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/th.po | 1060
 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 737 insertions(+), 323 deletions(-)

commit 5f0d8ddabf6b0c04a1355d91491eebd807370cda
Author: apravi <apravi@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 23 00:50:31 2009 +0000

    Malayalam translation updated


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2528
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/ml.po     | 1158
 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 784 insertions(+), 378 deletions(-)

commit 4371a27e0468b584fad627b90b7675483de41888
Author: mariobl <mariobl@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Feb 21 14:24:55 2009 +0000

    2009-02-21 Mario Blättermann  <mariobl@svn.gnome.org>

	* help/de/de.po: Updated German doc translation



    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2527
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/de/de.po | 1298
 +++++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 1031 insertions(+), 267 deletions(-)

commit 6028ef5314196c599b5ea9a1dd4dbd64e5ad1801
Author: aihana <aihana@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Feb 21 08:43:51 2009 +0000

    Updated ja translation (Takeshi AIHANA)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2526
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ja.po |  110
 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 56 insertions(+), 54 deletions(-)

commit 1934f1371c3a42377c3ea03f8cbb51a9764330df
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Fri Feb 20 22:51:15 2009 +0000

    Also disconnect the approval handler on free if it's still there

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2525
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

commit bca1e13bea8237841a51730b64b2aa609abf6fc7
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Fri Feb 20 22:51:11 2009 +0000

    Handle re-dispatching channels in approving state

    when a channel is in approving state and the user does a request
    which turns
    out to be satisfied by that channel it automagically gets
    approved. Correctly
    cope with this and don't try to start dispatching for it again. Fixes
    bug

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2524
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

commit b8e7e20ad5a9b5ba8c5a414304606e1baea5d6d8
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Feb 20 16:26:15 2009 +0000

    Use tp-glib generated code for file transfers rather than extensions.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2523
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatch-operation.c |    2 +-
 libempathy/empathy-dispatcher.c	 |   14 ++++----
 libempathy/empathy-tp-contact-factory.c |    2 +-
 libempathy/empathy-tp-file.c		 |   56
 +++++++++++++++----------------
 libempathy/empathy-tp-file.h		 |    3 +-
 src/empathy-event-manager.c		 |    2 +-
 src/empathy-ft-manager.c		 |   56
 +++++++++++++++---------------
 src/empathy.c				 |    2 +-
 8 files changed, 68 insertions(+), 69 deletions(-)

commit 8afc2c7fd3e1540036e3590e888b00c128847a2c
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Feb 20 16:26:10 2009 +0000

    Bumped tp-glib requirement to 0.7.23 for generated FT code.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2522
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 718e315bc1785c29efcfb8dd90dad0043b2d3833
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Fri Feb 20 16:26:04 2009 +0000

    Removed Channel_Type_File_Transfer.xml from extensions.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2521
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Channel_Type_File_Transfer.xml |  513
 -----------------------------
 extensions/Makefile.am			   |	1 -
 extensions/misc.xml			   |	1 -
 3 files changed, 0 insertions(+), 515 deletions(-)

commit 4fb7181c990afb47032df09dda50bdc97a4bd218
Author: gforcada <gforcada@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Feb 20 07:52:35 2009 +0000

    Fixed a mispelled word by David Planella

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2520
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ca.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a0f52066ab7c3440bdff8459eb3516d893da521c
Author: dnylande <dnylande@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Feb 19 22:44:37 2009 +0000

    sv.po: Updated Swedish translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2519
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/sv/sv.po |  723
 ++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 539 insertions(+), 184 deletions(-)

commit 41fc83803c6c73938a37631078ca3846978921f6
Author: dnylande <dnylande@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Feb 19 19:28:22 2009 +0000

    Updated sv translation (Daniel Nylander)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2518
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/sv.po |  758
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 674 insertions(+), 84 deletions(-)

commit 65679aefe64f15bdec559bcbc91f6a9bfa3133cf
Author: gforcada <gforcada@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Feb 19 19:15:37 2009 +0000

    Updated Catalan translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2517
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++++
 po/ca.po     |   20 ++++++++------------
 2 files changed, 12 insertions(+), 12 deletions(-)

commit c76429542e75bcb37eb099a7f7b26846ef56d062
Author: ogmaciel <ogmaciel@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Feb 19 17:40:09 2009 +0000

    Updated Brazilian Portuguese translation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2516
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    7 ++-
 po/pt_BR.po  |  213
 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 118 insertions(+), 102 deletions(-)

commit 97fd2ab6d77ac7bb1d8fa262d88f5fb69f444d3b
Author: rdejus <rdejus@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Feb 19 16:03:21 2009 +0000

    updated latvian translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2515
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/lv.po |  145
 --------------------------------------------------------------
 1 files changed, 0 insertions(+), 145 deletions(-)

commit 83588976437cfcb5b17f2df4575700d4f6f44e9d
Author: rdejus <rdejus@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Feb 19 16:02:22 2009 +0000

    2009-02-19	Raivis Dejus  <orvils@gmail.com>

	* lv.po: Added latvian translation.
	* LINGUAS: Added 'lv' for Latvian



    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2514
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/lv.po     | 2244
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2250 insertions(+), 0 deletions(-)

commit 46c57df001c15258b9eaee2855b1e03fa34dc25b
Author: dnylande <dnylande@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Feb 18 23:39:04 2009 +0000

    Updated sv translation (Daniel Nylander)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2513
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/sv.po |   73
 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 37 insertions(+), 36 deletions(-)

commit 9dc88553dcbc71fd56ee1ed63b851d51842ea789
Author: dooteo <dooteo@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Feb 18 19:50:54 2009 +0000

    2009-02-18	Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>

	* eu.po: Updated Basque translation.



    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2512
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++
 po/eu.po     |  141
 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 78 insertions(+), 67 deletions(-)

commit 9dcfad442a68e8db7c4acc51083caf144b1de9b6
Author: ituohela <ituohela@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Feb 18 15:56:02 2009 +0000

    Updated Finnish translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2511
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/fi.po     | 1162
 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 688 insertions(+), 478 deletions(-)

commit 91e70a75b99e980895108e032fffb2eda1ad6d97
Author: swkothar <swkothar@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Feb 18 07:04:04 2009 +0000

    Committed Translation by Sweta Kothari

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2510
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/gu.po     | 1141
 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 804 insertions(+), 341 deletions(-)

commit 9b9c45aa67cb040672e484c70bab8756917c9e8d
Author: cwryu <cwryu@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 17 21:15:39 2009 +0000

    Updated ko translation.


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2509
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ko.po |  655
 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 367 insertions(+), 288 deletions(-)

commit d97b058dca1a3930e84262f98cb1ec47117c1efc
Author: claudep <claudep@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 17 20:44:52 2009 +0000

    Updated French translation by Laurent Coudeur and Claude Paroz.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2508
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/fr.po | 1040
 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 708 insertions(+), 332 deletions(-)

commit 36a7e6f7610128f28fb2eaeec20b9ab4f4be40c5
Author: janimo <janimo@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 17 19:27:49 2009 +0000

    Updated ro translation (Adi Roiban).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2507
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ro.po |  905
 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 442 insertions(+), 463 deletions(-)

commit 001bb9362d8c4f6edcbd0b43aedc0e9fb17bbac4
Author: kelemeng <kelemeng@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 17 18:58:49 2009 +0000

    Updated Hungarian translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2506
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/hu.po |  139
 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 77 insertions(+), 62 deletions(-)

commit 3ea6be5f4cc73da1ae9002e89c3360309d5c8d5a
Author: gforcada <gforcada@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 17 17:06:49 2009 +0000

    Updated ca translation (Gil Forcada)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2505
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ca.po |  682
 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 376 insertions(+), 306 deletions(-)

commit 47101f0044ea8516956f02932def6172e009ee19
Author: chliao <chliao@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 17 13:32:21 2009 +0000

    Update zh_HK zh_TW translation <Chao-Hsiung Liao>


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2504
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/zh_HK.po |	414
 ++++++++++++++++++++++++++++++++---------------------------
 po/zh_TW.po |	414
 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 451 insertions(+), 377 deletions(-)

commit 25cc7497edec5e6f33090f195b72505642a7b724
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Mon Feb 16 22:57:36 2009 +0000

    Bump version to 2.25.92

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2503
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8ecea0a89d91ef5216395c3f959f54fd0bf7444d
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Mon Feb 16 22:46:58 2009 +0000

    Use "git log" instead of "git-log"

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2502
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 Makefile.am |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8354443c6664f046a9e2276104db75172e818205
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Mon Feb 16 22:46:54 2009 +0000

    Fix build of the doc

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2501
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 docs/libempathy/libempathy.types |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 33a806e1443d51b8277e3aba49d7840e6e6ffc46
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Mon Feb 16 22:46:50 2009 +0000

    Bump LT version

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2500
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 4165a42eb226c1a719c093291e7116f00eae40d6
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Mon Feb 16 22:46:46 2009 +0000

    Update NEWS

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2499
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 NEWS |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

commit 8ffecf024acdd87ff9591d51b9c7b95d3a36225d
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Mon Feb 16 22:46:43 2009 +0000

    Improve release script

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2498
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 release.py |	12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit 47584a518551b362d2d4a49b070722b993220edd
Author: Xavier Claessens <xclaesse@gmail.com>
Date:	Mon Feb 16 22:46:39 2009 +0000

    Bump version to 2.25.91

    From: Xavier Claessens <xclaesse@gmail.com>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2497
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5cdda7dff6f4ceb8e7c26dc20a774d4177ec13cb
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Mon Feb 16 21:25:46 2009 +0000

    Set the intial volume button level to a more correct one

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2496
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |	4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 1bdc15413d14ae27176c68cdd9d64d3904320e32
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Mon Feb 16 21:25:42 2009 +0000

    Set the camera button insensitive after a call

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2495
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |	3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 035f78d1d667788c7b78d4ebfc9d81d246e9c5c8
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Mon Feb 16 21:25:39 2009 +0000

    Hook up the volume button

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2494
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

commit bfef4aa86d87667720a64f6e320e33992783c680
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Mon Feb 16 21:25:35 2009 +0000

    Hook up DTFM support

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2493
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |   98
 +++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 86 insertions(+), 12 deletions(-)

commit 57e325bae04cb2de8028b63af86df4fef6cf0b84
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Mon Feb 16 21:25:31 2009 +0000

    When finding a better element to use for volume, reset the current
    one and transfer the volume changes to the new one

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2492
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-audio-sink.c |	 20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

commit 2e6b8d0f9ba4bb521b4d6e3647226d78111f7690
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Mon Feb 16 21:25:28 2009 +0000

    upgrade python bindings

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2491
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs |   17 ++++-------------
 1 files changed, 4 insertions(+), 13 deletions(-)

commit 3c13d985678a1a1ae2b7c0a290a62a740fc5d02d
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Mon Feb 16 21:25:25 2009 +0000

    use TpTubeType instead of EmpathyTubeType

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2490
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tube-handler.c |   16 ++++++++--------
 libempathy/empathy-tube-handler.h |   13 +++++--------
 src/empathy-tube-dispatch.c	   |	6 +++---
 3 files changed, 16 insertions(+), 19 deletions(-)

commit 82d6d9f09a127e8f587a6c4052ec89043df5b75c
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Mon Feb 16 21:25:22 2009 +0000

    empathy_tube_handler_new: add debug message

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2489
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tube-handler.c |	1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e2a03c85d69d893c298cde260762e248846178c3
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Mon Feb 16 21:25:18 2009 +0000

    empathy-tube-dispatch: add debug messages

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2488
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-tube-dispatch.c |	  8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 77f26518808f792d475310542a7e8f17c3f3b3e4
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Mon Feb 16 21:25:14 2009 +0000

    empathy-dispatcher: deal properly with NULL channel_wrapper

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2487
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 151305208b3057d09379efceebd94a702d970efb
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Mon Feb 16 21:25:10 2009 +0000

    add parameters arg to empathy_tp_tube_new_stream_tube and use latest
    offer API

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2486
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-tube.c |    6 ++++--
 libempathy/empathy-tp-tube.h |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

commit df4a27b4a0502ce010918fc9ad1270587a4c3c1b
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Mon Feb 16 21:25:06 2009 +0000

    Upgrade to latest tube draft

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2485
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Channel_Interface_Tube.xml	 |   47 +++++++++----
 extensions/Channel_Type_DBus_Tube.xml	 |  114
 +++++++++++++------------------
 extensions/Channel_Type_Stream_Tube.xml |   16 +++-
 3 files changed, 93 insertions(+), 84 deletions(-)

commit a44928f423ea7d21dbf47cd67ccaf193f2a22ffa
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Mon Feb 16 21:25:01 2009 +0000

    Add API to get and set the volume

    From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2484
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-audio-sink.c |	100
 +++++++++++++++++++++++++++++++++--
 libempathy-gtk/empathy-audio-sink.h |	  4 ++
 2 files changed, 99 insertions(+), 5 deletions(-)

commit 13a5916f2fbc2e14adb7971074ac08ebd2c51e54
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Mon Feb 16 21:24:58 2009 +0000

    rename toolbar1 to toolbar

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2483
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c     |    2 +-
 src/empathy-call-window.glade |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 62d100cc01604441dd9b186870d65ea38873374c
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Mon Feb 16 21:24:54 2009 +0000

    Add an empty expanded GtkToolItem so the volume button is at the
    end of the toolbar.

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2482
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |	7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 71b8046e41b9aa874563754d1ad47590f15c1b10
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Mon Feb 16 21:24:50 2009 +0000

    Manually add the GtkVolumeButton to the toolbar instead of fitting
    an empty hole defined in Glade

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2481
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c     |   11 ++++++++---
 src/empathy-call-window.glade |   13 +------------
 2 files changed, 9 insertions(+), 15 deletions(-)

commit 3a188478a8be5fda6ec7db849bad28d9d11e11bf
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Mon Feb 16 21:24:46 2009 +0000

    Wait for handle instead of id before request a channel

    This fixes calling from the new converstaion dialog to new
    contacts. As they
    start of with an id right away but have no handle yet.

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2480
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-call-handler.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1f960da11cee451bfc474e15d74734a54598251d
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Mon Feb 16 21:24:43 2009 +0000

    Add label on the microphone button. Fixes #571657

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2479
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.glade |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit f51bcb7e60af4d86d08ac90940e85c39c8c35aa7
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Mon Feb 16 21:24:38 2009 +0000

    Signal closed from the call-handler

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2478
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-call-handler.c |   17 +++++++++++++++++
 src/empathy-call-window.c	   |   18 ++----------------
 2 files changed, 19 insertions(+), 16 deletions(-)

commit e9e14c61cab48d601040b38cb66762fd0a878607
Author: Frédéric Péters <fpeters@gnome.org>
Date:	Mon Feb 16 21:24:33 2009 +0000

    add a translator comment to describe 'Import'

    From: Frédéric Péters <fpeters@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2477
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 5a26c2690987b2f7e605b8e2efb9b7c7ac6f6d27
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Mon Feb 16 21:24:29 2009 +0000

    Correct bracket-style.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2476
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.h |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit aae4f2d444850177b5a032856f0d9fe5685d353d
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Mon Feb 16 21:24:24 2009 +0000

    empathy-dispatcher.[ch]: Several misc. code style fixes.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2475
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   17 ++++++++++++-----
 libempathy/empathy-dispatcher.h |    6 +++---
 2 files changed, 15 insertions(+), 8 deletions(-)

commit 132f5905bd1ec64eb8deacf2f71e40354cc05872
Author: Jonny Lamb <jonny.lamb@collabora.co.uk>
Date:	Mon Feb 16 21:24:19 2009 +0000

    empathy-dispatcher.c: Check arguments of non-static functions.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2474
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

commit 7a4189eabd69c98067304385366a3260c9c64965
Author: Bruce Cowan <bugs@bcowan.fastmail.co.uk>
Date:	Mon Feb 16 21:24:13 2009 +0000

    Minor string fixes. Fixes bug #571635

    From: Bruce Cowan <bugs@bcowan.fastmail.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2473
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 data/empathy.schemas.in		 |    2 +-
 libempathy-gtk/empathy-chat-text-view.c |    2 +-
 src/empathy-call-window.glade		 |    2 +-
 src/empathy-preferences.glade		 |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit 0351a5eb8ef68b4c6600a80ccb902dadac0f3454
Author: al_shopov <al_shopov@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 16 09:58:37 2009 +0000

    2009-02-16	Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Alexander Shopov <ash@contact.bg>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2472
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    5 +
 po/bg.po     | 1039
 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 710 insertions(+), 334 deletions(-)

commit 523d13a17cbae55d234947411703aa46002ce6e4
Author: janimo <janimo@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Feb 15 21:49:46 2009 +0000

    Updated ro translation (Alexandru Szasz, Mișu Moldovan). Fixed
    LINUGAS file.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2471
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/LINGUAS |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f0af3594601eb38aece15812549e4b3499e88d1f
Author: janimo <janimo@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Feb 15 21:46:17 2009 +0000

    Added Romanian translation (Alexandru Szasz, Mișu Moldovan)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2470
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/LINGUAS |	 1 +
 po/ro.po   | 2166
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2167 insertions(+), 0 deletions(-)

commit e568ba7b9fde11b3588f65ac86eeab086c4a80e9
Author: aihana <aihana@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Feb 15 10:43:15 2009 +0000

    Updated ja translation (Takeshi AIHANA).


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2469
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ja.po | 1046
 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 707 insertions(+), 339 deletions(-)

commit 426b83e7ffaf76ba79f1c7df798909686f2b7abd
Author: kennethn <kennethn@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Feb 14 19:14:34 2009 +0000

    Updated Danish translation by Knneth Nielsen

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2468
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/da.po | 1192
 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 795 insertions(+), 397 deletions(-)

commit ec6c8b0e786c28e36a2e136fff013a0bf93da5d9
Author: tomaszd <tomaszd@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Feb 14 17:44:45 2009 +0000

    2009-02-14	Tomasz Dominikowski  <tdominikowski@aviary.pl>

	* pl.po: Updated Polish translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2467
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/pl.po     | 1120
 ++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 747 insertions(+), 377 deletions(-)

commit 27bf90223369cbeef13bfa96627cfb00715a8fdb
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Feb 14 13:04:16 2009 +0000

    Updated es translation, fixes bug #569457


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2466
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/es.po |   48 +++++++++++++++++++++++-------------------------
 1 files changed, 23 insertions(+), 25 deletions(-)

commit 5458f833604671b19fc83ba355876bdc85f9bb4c
Author: dnylande <dnylande@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Feb 14 08:43:29 2009 +0000

    Updated sv translation (Daniel Nylander)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2465
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/sv.po |   81
 ++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 48 insertions(+), 33 deletions(-)

commit 23410c8a687328095ea63d8fcf41e26e082ed3a0
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Feb 13 20:48:27 2009 +0000

    Updated es translation (Jorge Gonzalez)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2464
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/es.po |   96
 ++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 57 insertions(+), 39 deletions(-)

commit 9b66001c6d42b22af383c1d84c5e23cfa2427927
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 18:18:38 2009 +0000

    set some border in contact info dialog. Fixes bug #562109 (Frédéric
    Peters)

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2463
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-dialogs.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 63b30eabcc99082d3cb07b951e7c96cb9c86e072
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 18:01:19 2009 +0000

    bump tp-glib dep to 0.7.21

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2462
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d6d77fc7d48106f3b5f5378b22baa8db389abea2
Author: clyties <clyties>
Date:	Fri Feb 13 11:15:56 2009 +0000

    2009-02-13	  vi.po    Updated Vietnamese translation

    Clytie Siddall <clytie@riverland.net.au>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2461
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/vi.po |  178
 +++++++++++++++++++-------------------------------------------
 1 files changed, 55 insertions(+), 123 deletions(-)

commit ffce94ce98e2f1bcbef2c7d6710244c1b0e47cb8
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:26:44 2009 +0000

    event_manager_approve_channel_cb: tp_channel_get_handle is not needed
    any more

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2460
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 5d33ab7bbdf46bdd0b5c8a4290eb5208650dc947
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:26:36 2009 +0000

    event_manager_approve_channel_cb: we are invited if the self handle
    is not 0 AND we are in LP

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2459
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit db21027d2838201ddcaf0467dd9278050a0ba6d4
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:26:32 2009 +0000

    event_manager_approve_channel_cb: check if the channel implements
    the group iface so that should work for Butterfly chats too

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2458
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 51
 +++++++++++++++++++++----------------------
 1 files changed, 25 insertions(+), 26 deletions(-)

commit d16f790851e9f2fea51a69a1b11f96d7d310aa3d
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:26:28 2009 +0000

    empathy-event-manager: we don't need EmpathyTpGroup anymore

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2457
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 53804185447b6e4f0033ac2ddd6b8accc89bb48e
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:26:25 2009 +0000

    invite_dialog_response_cb: don't close the tp_chat twice

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2456
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit d5f97155e5033795ad8c562323447f3ed6f2ef9f
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:26:20 2009 +0000

    event_manager_muc_invite_got_contact_name_cb: don't leak msg

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2455
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 9aff08604bccb0789d15de768543d7b722c03744
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:26:15 2009 +0000

    event_manager_approve_channel_cb: empathy_tp_chat_get_account doesn't
    ref the object

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2454
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 105e8d01ed18721179d65432400af19d8c566a48
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:26:11 2009 +0000

    translate invitation message

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2453
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e4b75ac5124a34455ab36cb08e8cff811ebc9259
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:26:07 2009 +0000

    invite_dialog_response_cb: use TpChannel API instead of EmpathyTpGroup
    one

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2452
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit 11f4d87b5342f1bf21d7880d6f086186c61df3a8
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:26:03 2009 +0000

    event_manager_approve_channel_cb: wait that the contact is ready

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2451
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 50
 +++++++++++++++++++++++++++++++------------
 1 files changed, 36 insertions(+), 14 deletions(-)

commit e8bc6cb21de322e0ac107fca2be800edeacaeaee
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:26:00 2009 +0000

    event_manager_approve_channel_cb: unref the account

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2450
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8d8a501babe7336291914d8cea8ba77b46635903
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:25:56 2009 +0000

    event_manager_approve_channel_cb: use TpChannel API instead of TpGroup

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2449
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 29 ++++++++++++++++-------------
 1 files changed, 16 insertions(+), 13 deletions(-)

commit 86d0d1cbd2d479c83f80249f58602bc71ae4aa17
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:25:51 2009 +0000

    use tp_channel_get_identifier in event_room_channel_process_func too

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2448
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 18 +-----------------
 1 files changed, 1 insertions(+), 17 deletions(-)

commit 4b453d92a27ff0e0cb60ba3238e21c3e46d0acbf
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:25:45 2009 +0000

    use tp_channel_get_identifier instead of inspecting room handle

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2447
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

commit ba7dcbee62be395e81abe4ae378ca267be04874c
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:25:34 2009 +0000

    event_manager_approve_channel_cb: display invite message

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2446
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b4bdeb8f0af71ddf8dd40d240830f30970929139
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Fri Feb 13 10:25:23 2009 +0000

    Support incoming muc invitation.Fixes bug #525559 (Guillaume
    Desmottes)

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2445
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	163
 ++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 161 insertions(+), 2 deletions(-)

commit fb3898bbe4c2ad3425a1c0d73db4ee9bde7417b3
Author: kelemeng <kelemeng@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Feb 12 12:25:12 2009 +0000

    Hungarian translation updated

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2444
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/hu.po |  269
 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 116 insertions(+), 153 deletions(-)

commit 8a23ed1e5ef726a7000094d4634121208eedd31c
Author: dooteo <dooteo@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Feb 11 19:46:57 2009 +0000

    Updated Basque translation (Inaki Larranaga Murgoitio
    <dooteo@euskalgnu.org>)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2443
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/eu.po | 1032
 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 698 insertions(+), 334 deletions(-)

commit fb70106f0c82c84386474a7493ca190d48ed6ecc
Author: Olivier Crête <olivier.crete@collabora.co.uk>
Date:	Wed Feb 11 19:43:57 2009 +0000

    Remove unused functions

    From: Olivier Crête <olivier.crete@collabora.co.uk>
    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2442
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-call.c	 |   78
 ---------------------------------------
 libempathy/empathy-tp-call.h	 |    9 ----
 python/pyempathy/pyempathy.defs |   54 ---------------------------
 3 files changed, 0 insertions(+), 141 deletions(-)

commit 2f8bb629d5061550ce2d5828e2aac217752926c1
Author: Olivier Crête <olivier.crete@collabora.co.uk>
Date:	Wed Feb 11 19:43:53 2009 +0000

    Fix pad leak

    From: Olivier Crête <olivier.crete@collabora.co.uk>
    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2441
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |	2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit f15a93d075f7538824a4bb0094572284ea496c22
Author: Olivier Crête <olivier.crete@collabora.co.uk>
Date:	Wed Feb 11 19:43:49 2009 +0000

    Fix type punned pointers warnings

    Remove senseless (void **)

    From: Olivier Crête <olivier.crete@collabora.co.uk>
    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2440
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-smiley-manager.c |    2 +-
 libempathy/empathy-account-manager.c	 |    4 ++--
 libempathy/empathy-call-factory.c	 |    2 +-
 libempathy/empathy-chatroom-manager.c	 |    2 +-
 libempathy/empathy-contact-factory.c	 |    2 +-
 libempathy/empathy-contact-manager.c	 |    2 +-
 libempathy/empathy-dispatcher.c	 |    2 +-
 libempathy/empathy-idle.c		 |    2 +-
 libempathy/empathy-log-manager.c	 |    2 +-
 src/empathy-event-manager.c		 |    2 +-
 src/empathy-ft-manager.c		 |    2 +-
 src/ephy-spinner.c			 |    2 +-
 12 files changed, 13 insertions(+), 13 deletions(-)

commit 42ac8186840464fa36969106d61bdfce75c5c792
Author: Olivier Crête <olivier.crete@collabora.co.uk>
Date:	Wed Feb 11 19:43:45 2009 +0000

    Add newline at end of file

    From: Olivier Crête <olivier.crete@collabora.co.uk>
    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2439
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-types.h |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a4b1f5a13d14ea4f34a426774acfd1dd917f512e
Author: Jonathon Jongsma <jonathon.jongsma@collabora.co.uk>
Date:	Wed Feb 11 19:43:42 2009 +0000

    Fix 'hang up' icon size in menu, remove extra menuitem2

    At the same time, i also changed the stock ID from 'stop' to
    'cancel' since
    cancel was actually used for the toolbar 'hang up' button.	In my
    current theme,
    the stop and cancel buttons are the same, but in theory they could
    be different,
    so it's safer to use the same stock ID.
    This fixes bug #570397

    From: Jonathon Jongsma <jonathon.jongsma@collabora.co.uk>
    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2438
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.glade |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

commit 66a9e0a501c122a7821f7c2886985f2169c7f596
Author: Jonathon Jongsma <jonathon.jongsma@collabora.co.uk>
Date:	Wed Feb 11 19:43:39 2009 +0000

    Fix spacing of video preview widgets in call UI (bug 570400)

    Add some additional spacing between the toolbar and statusbar and
    the main
    content of the window so that it doesn't look quite as cramped.
    Also remove
    align the top edges of the remote video preview and the self video
    preview
    widgets.

    From: Jonathon Jongsma <jonathon.jongsma@collabora.co.uk>
    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2437
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |	3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 643053fb91686afbf4a79b5f8e7bede77a3cee32
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Wed Feb 11 19:43:35 2009 +0000

    Hookup the contact menu item cb correctly

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2436
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit d9c23c247ae7cb44d8de69fa30f44452f0e9cc55
Author: dnylande <dnylande@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Feb 11 12:14:46 2009 +0000

    Updated Swedish translation (Daniel Nylander)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2435
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/sv.po |  324
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 164 insertions(+), 160 deletions(-)

commit 18ad6e32c82ebf426bad33a095fddf5a55dfca5e
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Tue Feb 10 20:52:44 2009 +0000

    remove second call of g_set_application_name as doc says explicitely
    it have to be called once and with a localized name

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2434
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 56a359ea83d2fe6eba127edee7d55750a9089ed5
Author: Guillaume Desmottes <gdesmott@gnome.org>
Date:	Tue Feb 10 20:52:40 2009 +0000

    status_icon_update_tooltip: don't display the event message if
    NULL. Fixes bug #571184 (Guillaume Desmottes)

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2433
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-status-icon.c |	9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit fbb70703518055823582b7c751044faa5cbb3e3d
Author: Davyd Madeley <davyd@madeley.id.au>
Date:	Tue Feb 10 20:52:36 2009 +0000

    Save status message on NetworkManager disconnect and restore on
    reconnect

    From: Davyd Madeley <davyd@madeley.id.au>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2432
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-idle.c |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

commit 79fa98f48a906c675416b4ebf230dec5080faa23
Author: tkaroonb <tkaroonb@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 10 16:57:50 2009 +0000

    Fix 'make install' for some automake versions. Fixes #570357.


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2431
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 data/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 85f71f8bdd5d7a9dab065bf6646195497b65ad9d
Author: jwendell <jwendell@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 9 12:35:23 2009 +0000

    Updated pt_BR translation (Andre Gondim)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2430
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/pt_BR.po |	352
 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 190 insertions(+), 162 deletions(-)

commit a5555373959726613638ce496b3fdd8c3dd3e4c7
Author: clyties <clyties@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Feb 8 13:22:13 2009 +0000

    Updated Vietnamese translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2429
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/vi.po | 1339
 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 802 insertions(+), 537 deletions(-)

commit 5385cde27734f84e3992d1f3289937bc41560c28
Author: kmaraas <kmaraas@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Feb 6 14:18:09 2009 +0000

    Updated Norwegian bokmål translation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2427
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/nb.po |  635
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 313 insertions(+), 322 deletions(-)

commit 074d52a7ac709be6494f3d48f57093c00f4375d4
Author: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Date:	Wed Feb 4 21:07:04 2009 +0000

    Cleanup for GObject related functions in EmpathyCallFactory and
    EmpathyCallHandler.

    From: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2426
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-call-factory.c |   79 ++++++++++++---------------
 libempathy/empathy-call-factory.h |	1 +
 libempathy/empathy-call-handler.c |  108
 +++++++++++++++++--------------------
 libempathy/empathy-call-handler.h |	1 +
 4 files changed, 86 insertions(+), 103 deletions(-)

commit 633b470766b159462b1e22ea7ae77d2acb60491b
Author: jorgegonz <jorgegonz>
Date:	Wed Feb 4 19:56:53 2009 +0000

    Updated es translation (Jorge Gonzalez)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2425
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/es.po |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

commit dbf1b2f82e8f3215dd7ed7602dcab876fe72a3d9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 3 22:21:14 2009 +0000

    Fix typo

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2424
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 04183be174a799d2a58353699abb0084370eb673
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 3 22:21:08 2009 +0000

    Remove repeated casts to EmpathyTpChat

    Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2423
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-chat.c |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

commit d0dbc4bbd577768161dcde6c61ae0555b2812edb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 3 22:21:03 2009 +0000

    Ignore and acknowledge empty NonTextContent messages.

    Delivery reports on the Messages interface show up as empty messages
    with the NonTextContent flag set in a Text.Received signal and in
    ListPendingMessages.  Empathy can't do anything useful with them,
    so ack
    them and ignore them.

    Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2422
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-chat.c |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

commit 43fcada3bbf602b70e453791ca9e6f26c9b42c2f
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 3 19:48:24 2009 +0000

    Updated es translation (Jorge Gonzalez)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2421
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/es.po |  355
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 187 insertions(+), 168 deletions(-)

commit d75a21303e91755fcaf3513fa4039480581f5b7d
Author: aman <aman@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 3 15:56:45 2009 +0000

    updating for Punjabi by A S Alam

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2420
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/pa.po | 1274
 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 869 insertions(+), 405 deletions(-)

commit 16fd98a2cf3a35da33c606436aac10a654a62cb5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 3 10:04:58 2009 +0000

    Update python bindings

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2419
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs	   |   91 +++++++++++++++++++++++
 python/pyempathy/pyempathy.override	   |	1 +
 python/pyempathygtk/pyempathygtk.defs	   |  113
 +++++++++++++++++++++++++++++
 python/pyempathygtk/pyempathygtk.override |	6 ++
 python/update-binding.sh		   |	6 ++
 5 files changed, 217 insertions(+), 0 deletions(-)

commit fb2d25103a7793e36cc9ff407291656aca51a0fb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 3 10:04:55 2009 +0000

    Fix naming of macros to be consistent with the class name

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2418
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-video-widget.c |    6 +++---
 libempathy-gtk/empathy-video-widget.h |   16 ++++++++--------
 2 files changed, 11 insertions(+), 11 deletions(-)

commit b5170a64483f8148e8acffacf8aea3b60bdded4c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 3 10:04:52 2009 +0000

    Update doc

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2417
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 docs/libempathy-gtk/libempathy-gtk-docs.sgml |    5 +++++
 docs/libempathy-gtk/libempathy-gtk.types     |    7 ++++++-
 docs/libempathy/libempathy-docs.sgml	      |    4 +++-
 docs/libempathy/libempathy.types	      |   12 +++++++-----
 4 files changed, 21 insertions(+), 7 deletions(-)

commit ae4f65f322e08be7ff400947dff8c3b1f52d6c9b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 3 10:04:49 2009 +0000

    Add a space between the function name and the (void)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2416
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-audio-sink.h   |    2 +-
 libempathy-gtk/empathy-audio-src.h    |    2 +-
 libempathy-gtk/empathy-video-src.h    |    2 +-
 libempathy-gtk/empathy-video-widget.h |    2 +-
 libempathy/empathy-call-factory.h     |    2 +-
 libempathy/empathy-call-handler.h     |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

commit 1c40659b736eb72c2d61146daef1cf288f7e7bd0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 3 10:04:46 2009 +0000

    Add needed modules check

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2415
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 1d7718bdbc7477847decb98388f8a4efdac63662
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 3 10:04:43 2009 +0000

    Update NEWS

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2414
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 NEWS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 36910ebb6c5352a31bdc449425f991e13102523c
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:04:28 2009 +0000

    Clean up some brokeness after the rebase

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2413
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

commit bb1d40f83fc87f694ac589cc3511cdabd97bcaa3
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:04:25 2009 +0000

    Update python bindings

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2412
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs       |    8 --------
 python/pyempathygtk/pyempathygtk.defs |   17 +++++++++++++++++
 2 files changed, 17 insertions(+), 8 deletions(-)

commit 2807696dad236c64c1e85627fbe54b52b38690f6
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:04:22 2009 +0000

    Remove some dead code

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2411
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-call.c |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

commit 3b08e96c4a3a4fc05926de6d0fc10b0dbfafd475
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:04:19 2009 +0000

    Add information in the statusbar

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2410
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |   60
 ++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 56 insertions(+), 4 deletions(-)

commit 6cad12ca9f1561a24090d4df94df153b37df1050
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:04:16 2009 +0000

    Rename statusbar is to statusbar

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2409
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2fef950796a89992a87d2542d536bd4ab8e9cdfe
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:04:13 2009 +0000

    Start streaming video when webcam icon is clicked

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2408
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

commit c09841d4cf7d003e1f68aab070ce311d2cc6d032
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:04:10 2009 +0000

    Rename DTFM to Dailpad

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2407
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 24869fcc41464c2b794fa9aba47946f2e9ed652f
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:04:07 2009 +0000

    Add some more content to the menus

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2406
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.glade |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

commit 91a0f8d03605b2058f45dc7c8df9f3626de3253d
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:04:04 2009 +0000

    Request only audio in the initial request

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2405
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-call.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit ffcdc9852a85556626d70fcc89e453dcd1b42e63
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:04:01 2009 +0000

    Put in new VOIP UI

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2404
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/Makefile.am	       |    1 +
 src/empathy-call-window.c     |  239
 +++++++++++++++++++++++++++++++++++++++--
 src/empathy-call-window.glade |  134 +++++++++++++++++++++++
 3 files changed, 367 insertions(+), 7 deletions(-)

commit 87ddf25ac620b48a5db5fc203f2f72c3476d17c2
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:58 2009 +0000

    Add minimum width and height properties

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2403
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-video-widget.c |   49
 ++++++++++++++++++++++++++++++++-
 libempathy-gtk/empathy-video-widget.h |    2 +
 2 files changed, 50 insertions(+), 1 deletions(-)

commit 33c377f1bfbd0bade876a3161339e2cec0d343fd
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:54 2009 +0000

    add a sidebar abstraction taken from emerillion

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2402
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/Makefile.am       |    1 +
 src/empathy-sidebar.c |  603
 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/empathy-sidebar.h |   85 +++++++
 3 files changed, 689 insertions(+), 0 deletions(-)

commit 5fc3855a25b7a26566aca18772fbb3700ab0813d
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:51 2009 +0000

    Also unref the tf channel

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2401
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-call-handler.c |	8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit 64c52012cb6c9d6a106b6aba163762a1a915a5bc
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:48 2009 +0000

    Remove dead code

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2400
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-call-handler.c |	2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 4a99f2967bd4e53ed9046f87d8e98dc722cd7aa3
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:46 2009 +0000

    stop the pipeline and unref everything when the window goes away

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2399
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |   63
 +++++++++++++++++++++++++++++++++++----------
 1 files changed, 49 insertions(+), 14 deletions(-)

commit 6a768f78567e211e687fb8db038c6e1cdf71ae10
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:42 2009 +0000

    Don't return the handler, so we can unref it after signalling

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2398
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-call-factory.c |   16 ++++++++--------
 libempathy/empathy-call-factory.h |	8 ++++----
 2 files changed, 12 insertions(+), 12 deletions(-)

commit e9e8f79b2854ad8d33cc23b4167e91a279077cf3
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:39 2009 +0000

    sink the videosink so we can hold a ref to it

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2397
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-video-widget.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 9b9899bb9f3b812da475c1e1ad51b52bffae8d9b
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:35 2009 +0000

    Close ongoing calls at dispose time

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2396
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-call-handler.c |	6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit cd3bc4066e31549bd12961141d9de271bb8ee0e2
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:32 2009 +0000

    Add ability to start a call for an incoming channel

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2395
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-call-handler.c |   48
 ++++++++++++++++++++++++++----------
 1 files changed, 34 insertions(+), 14 deletions(-)

commit 12f9f8a27fe896d688c610de88070bd307b43f08
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:29 2009 +0000

    Show a dialog when the user clicks on a incoming call

    show a nice dialog when the user clicks on an incoming call to give
    a choice to
    either accept or reject the call, without popping up the full VOIP UI

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2394
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 85
 ++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 83 insertions(+), 2 deletions(-)

commit 852cae7cf82c73e731cf49c76e9e9fe7fcef53e4
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:26 2009 +0000

    Let the event-manager manage the sounds

    Let the event-manager handle sounds instead of the main window. Also
    make the
    incoming phone sound be played in a loop.

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2393
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	109
 +++++++++++++++++++++++++++++++++++++++++++
 src/empathy-main-window.c   |	  3 -
 2 files changed, 109 insertions(+), 3 deletions(-)

commit 092c060e8f7d461a9340b192e8d70e7af5558796
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:23 2009 +0000

    Add a empathy_sound_play_full function

    add a empathy_sound_play_full function, which adds a callback which
    is called
    after the sound has been played. Just like in ca_context_play_full

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2392
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |   71
 ++++++++++++++++++++++++++++++------
 libempathy-gtk/empathy-ui-utils.h |   12 +++++-
 2 files changed, 69 insertions(+), 14 deletions(-)

commit 6a04c44b5d18b00a62107cee8a7492bc1ca22d4a
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:19 2009 +0000

    Don't double-free the EmpathyTpCallStreams

    The EmpathyTpCallStreams audio and video streams are freed in
    _finalize, don't
    also free them in dispose

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2391
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-call.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit ce77eec0fe35eed7be0831231911764359764585
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:16 2009 +0000

    Add a getter for the main window widget

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2390
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-main-window.c |	9 ++++++++-
 src/empathy-main-window.h |	1 +
 2 files changed, 9 insertions(+), 1 deletions(-)

commit f9f22ad85e0149dde1f16a73375c93fc01e217e8
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:13 2009 +0000

    Update python bindings

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2389
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

commit cba32af4ddbf13d22870045faf249d7f55f8f78a
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:10 2009 +0000

    Start of a simple ui

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2388
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |  243
 ++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 231 insertions(+), 12 deletions(-)

commit 92e29b0cff48e1cdcaf8f9f98fe32e1af7a334bd
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:06 2009 +0000

    Move the TpFarsight code from TpCall to CallHandler

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2387
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-call-handler.c |  319
 ++++++++++++++++++++++++++++++++++---
 libempathy/empathy-call-handler.h |	6 +
 libempathy/empathy-tp-call.c	   |  141 +----------------
 libempathy/empathy-tp-call.h	   |	3 +-
 4 files changed, 309 insertions(+), 160 deletions(-)

commit 9de600ec5770f7d5c5cdca991e8a110cc491a4b2
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:03:03 2009 +0000

    Add functionality to call CreateChannels and look up (simple)
    channel classes

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2386
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |  159
 ++++++++++++++++++++++++++++++++++++---
 libempathy/empathy-dispatcher.h |    9 ++-
 2 files changed, 156 insertions(+), 12 deletions(-)

commit 9717f7174d70fba451e540ce92e065258b72f73f
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:02:59 2009 +0000

    Don't start the call from the message dialog, the handler will take
    care of it

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2385
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-new-message-dialog.c |	  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 4de537e9ba1605c303f71f5dbaf6cfee5a0f8b61
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:02:55 2009 +0000

    Add audio/video sink and source abstractions

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2384
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac			       |    1 +
 libempathy-gtk/Makefile.am	       |    8 +
 libempathy-gtk/empathy-audio-sink.c   |  124 ++++++++++++++
 libempathy-gtk/empathy-audio-sink.h   |   63 +++++++
 libempathy-gtk/empathy-audio-src.c    |  125 ++++++++++++++
 libempathy-gtk/empathy-audio-src.h    |   63 +++++++
 libempathy-gtk/empathy-video-src.c    |  134 +++++++++++++++
 libempathy-gtk/empathy-video-src.h    |   63 +++++++
 libempathy-gtk/empathy-video-widget.c |  298
 +++++++++++++++++++++++++++++++++
 libempathy-gtk/empathy-video-widget.h |   67 ++++++++
 10 files changed, 946 insertions(+), 0 deletions(-)

commit 1d4c48c458aeba9b808d3d2c77b479e709fd4252
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:02:51 2009 +0000

    Toss out the old EmpathyCallWindow initialise the CallFactory and
    hook into its signals

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2383
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/Makefile.am	       |    1 -
 src/empathy-call-window.c     |  647
 ++++-------------------------------------
 src/empathy-call-window.glade |  335 ---------------------
 src/empathy-call-window.h     |   48 +++-
 src/empathy.c		       |   26 ++-
 5 files changed, 107 insertions(+), 950 deletions(-)

commit 5a3dd1f56f0c5e4c4f23609700d26c88c564f911
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:02:46 2009 +0000

    Switch to calling CallFactory to make calls

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2382
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-list-view.c  |	  7 ++++-
 libempathy-gtk/empathy-contact-menu.c	     |	 15 ++++++++++-
 libempathy-gtk/empathy-new-message-dialog.c |	  6 ++++-
 libempathy/empathy-utils.c		     |	 34
 +--------------------------
 libempathy/empathy-utils.h		     |	  3 --
 5 files changed, 25 insertions(+), 40 deletions(-)

commit 3545d64fb0274c0b0a5cdd3f3d6677aa17d8b0b7
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:02:41 2009 +0000

    Add Stub call factor and call handler objects

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2381
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/Makefile.am		   |	4 +
 libempathy/empathy-call-factory.c |  183
 +++++++++++++++++++++++++++++++++++++
 libempathy/empathy-call-factory.h |   74 +++++++++++++++
 libempathy/empathy-call-handler.c |  115 +++++++++++++++++++++++
 libempathy/empathy-call-handler.h |   69 ++++++++++++++
 5 files changed, 445 insertions(+), 0 deletions(-)

commit 3011cba66bd38008a9e1138dce57b909c0846625
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:	Tue Feb 3 09:02:36 2009 +0000

    Initial port from telepathy-stream-engine to telepathy-farsight

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2380
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac		      |    2 +
 docs/libempathy/Makefile.am  |    1 -
 extensions/Makefile.am       |    1 -
 extensions/Stream_Engine.xml |   60 ---------
 extensions/misc.xml	      |    1 -
 libempathy/empathy-tp-call.c |  298
 +++++++++++++++++++++++-------------------
 src/empathy-call-window.c    |    3 +
 src/empathy.c		      |    6 +
 8 files changed, 176 insertions(+), 196 deletions(-)

commit 7c5716398b672bf167f1cc5a5683efa4b0c086ba
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Feb 3 02:58:59 2009 +0000

    Updated Spanish translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2379
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/es/es.po |  450
 +++++++++++++++++++++++++++++++--------------------------
 1 files changed, 245 insertions(+), 205 deletions(-)

commit 24e3a200dc2ec7c73228a769bf491b9a9c61b314
Author: chliao <chliao@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 23:46:52 2009 +0000

    Updated zh_HK zhTW translation (Chao-Hsiung Liao).


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2378
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/zh_HK.po | 1009
 ++++++++++++++++++++++++++++++++++++++++++----------------
 po/zh_TW.po | 1031
 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 1476 insertions(+), 564 deletions(-)

commit a09cf4f1c9448aa0311c9b9bee286530a4ae4015
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 20:33:20 2009 +0000

    Fix authors of fixed bugs

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2377
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 NEWS |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit f75e92978298ea60c12209fd3c546cb9a8720f76
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 20:28:36 2009 +0000

    Update NEWS

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2376
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 NEWS |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

commit d4268324e183c70757d8ae67edcb80a7c358249b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 20:28:33 2009 +0000

    Bump LT version

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2375
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit cc9b46cdc9968f1ebe8ae9dacde2e2b6437c39ae
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 20:10:14 2009 +0000

    Update python binding

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2374
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy.patch			   |	9 ------
 python/pyempathy/pyempathy.defs	   |   11 ++++++++
 python/pyempathygtk/pyempathygtk.defs	   |   40
 +++++++++++++++++++++++++++++
 python/pyempathygtk/pyempathygtk.override |	1 +
 python/update-binding.sh		   |	5 +++-
 5 files changed, 56 insertions(+), 10 deletions(-)

commit 40691954b369c370da26dfdc7198089f7743c630
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 20:10:10 2009 +0000

    Fix some i18n issues in main().
    Thanks to Christian Persch, fix bug #569901.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2373
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit f842dc9840f61e24c3f449768f6680e43a37d69c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 20:10:06 2009 +0000

    Allow Empathy to be built from outside the source tree.
    Patch by  Theppitak Karoonboonyanan, fix bug #570080.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2372
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 data/Makefile.am		 |    2 +-
 python/pyempathy/Makefile.am	 |    9 ++++++---
 python/pyempathygtk/Makefile.am |   11 +++++++----
 3 files changed, 14 insertions(+), 8 deletions(-)

commit 1b8609713afca1d184928be967c380a0f2ed4455
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 20:10:02 2009 +0000

    More work on the help, thanks to Milo Casagrande.
    Refer to bug #561033.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2371
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/C/empathy.xml |  219
 ++++++++++++++++++++++++++++++++++------------------
 1 files changed, 145 insertions(+), 74 deletions(-)

commit e1418db62b6fde7b4ee5d8dddd086fa38499dbee
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 20:09:58 2009 +0000

    Re-add "--version" option from command line.
    Thanks to Bruce Cowan, fix bug #569884.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2370
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit 9293ec1aff7a981c81e285476e9f315362595437
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 20:09:53 2009 +0000

    Add empathy-contact-selector to POTFILES.in.
    Patch by Gabor Kelemen, fix bug #570066.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2369
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit dba1ceca94a30c8457faf852aa02d4847fa91d3d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 20:09:49 2009 +0000

    Postprocess so interfaces won't get defined as objects

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2368
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathygtk/pyempathygtk.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8a9df98371113747ce8c96cc7a74b507c5b61c9b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 20:09:45 2009 +0000

    regenerated pyempathy.defs

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2367
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6da4284e80641d97fb77c4a244ba601e399f3724
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 20:09:40 2009 +0000

    Postprocess the pyempathygtk.defs

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2366
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/update-binding.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 3d370e5b343713bbb0984cafefbefb76c66ebd04
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 20:09:31 2009 +0000

    Fix dispatching of tubes: stream tubes vs D-Bus tubes

    Signed-off-by: Alban Crequy <alban.crequy@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2365
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tube-handler.c |	4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d4be9ce1e59b3645be52b5085758e7a77d9b3542
Author: jwendell <jwendell@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Feb 2 17:10:28 2009 +0000

    Updated pt_BR translation (Michel Recondo and myself)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2364
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/pt_BR.po |	741
 ++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 451 insertions(+), 290 deletions(-)

commit c72e24b7081aba6bb6c39f3d6150a44ff219eff0
Author: dnylande <dnylande@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Feb 1 16:58:36 2009 +0000

    Updated sv translation (Daniel Nylander)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2363
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/sv.po |  537
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 286 insertions(+), 251 deletions(-)

commit 94894329eeef1d045bd7b89336c945d8d341c671
Author: kelemeng <kelemeng@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Feb 1 11:12:07 2009 +0000

    Small update

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2362
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/hu.po |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

commit 2cb93d8d91620e23b866f315ba00d474b6ea2ca5
Author: kelemeng <kelemeng@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Feb 1 11:05:38 2009 +0000

    Updated Hungarian translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2361
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/hu.po |  551
 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 250 insertions(+), 301 deletions(-)

commit 95a701425f2c43c0c9bfa5baf6d024799d92f417
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Jan 31 13:39:40 2009 +0000

    Updated es translation (Jorge Gonzalez)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2360
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/es.po |  374
 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 211 insertions(+), 163 deletions(-)

commit cd3f2afbd7c1e276767ba06c3fe1ab1d19ffe8a3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:46 2009 +0000

    Add a message format for gtk_message_dialog_new

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2359
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/empetit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8961ede86dd47e953281339f4dc80dbe318720bd
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:43 2009 +0000

    Use contact-list property and create the store in the constructor.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2358
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   32
 +++++++++++++++++-----------
 1 files changed, 19 insertions(+), 13 deletions(-)

commit 3eb7d912eea061b01994302f8e76157baea530a8
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:40 2009 +0000

    Rename _get_selected to _dup_selected and make sure the contact
    is unrefed.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2357
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	2 +-
 libempathy-gtk/empathy-contact-selector.h |	7 +++----
 tests/empetit.c			   |	4 +++-
 3 files changed, 7 insertions(+), 6 deletions(-)

commit 55d3cd4e21a0f7a6a860b089fcb6f7457f82f3ca
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:37 2009 +0000

    Removed dispatcher dup as it's been fixed.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2356
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/empetit.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit b34c39368800754c96f552f4aa502e2f0b4ffba2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:35 2009 +0000

    Pass an EmpathyContactList to _new and create the store from that.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2355
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	8 ++++++--
 libempathy-gtk/empathy-contact-selector.h |	2 +-
 tests/empetit.c			   |	5 +----
 3 files changed, 8 insertions(+), 7 deletions(-)

commit 6908fe9501b74251c2932c88bb9407b5da69805d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:32 2009 +0000

    Removed old FIXME.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2354
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 5829dfa1af59d993be2eef59b6772ff599e8f422
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:29 2009 +0000

    Don't call a function in a variable declaration.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2353
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 3ae6be1523dcbe4a38664b88509512bfc1b222c6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:26 2009 +0000

    Use empathy_gtk_init.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2352
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/empetit.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit cab0896317f7ddfe158082ddfc5ea5b7ddaa0892
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:23 2009 +0000

    Use g_signal_connect_swapped and remove useless functions.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2351
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   47
 +++++++---------------------
 1 files changed, 12 insertions(+), 35 deletions(-)

commit d7d5b14604a252a10e9a56cbd7cd29a397a1de12
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:21 2009 +0000

    Unref the temp contact appropriately.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2350
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 068dbe2fd3d0c4a2a8704e2f5a5d176c3e474401
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:18 2009 +0000

    Simplified loops in
    contact_selector_get_{number_online_contacts,iter_for_blank_contact}.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2349
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   40
 +++++++++++++---------------
 1 files changed, 19 insertions(+), 21 deletions(-)

commit f9812f78922e42c0335e6103c6ec1bf236824de1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:15 2009 +0000

    Use gtk_tree_store_insert_with_values.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2348
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f9d1a0fa3ea648ef3878bb92e9248d37646ed65e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:12 2009 +0000

    Make empathy_contact_selector_new return a GtkWidget* to conform
    to GTK+.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2347
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	4 ++--
 libempathy-gtk/empathy-contact-selector.h |	2 +-
 tests/empetit.c			   |	5 ++---
 3 files changed, 5 insertions(+), 6 deletions(-)

commit 196a4295bc265d873474b51a408a429359ec9e28
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:09 2009 +0000

    Use gtk_main_quit as the destroy callback.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2346
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/empetit.c |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

commit 23fc9da5e5d4addfd023988594c29512271009db
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:06 2009 +0000

    Explicit check.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2345
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ee7c1df0e4a84d9e1504f89d520e7a98511b0362
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:03 2009 +0000

    Move public methods at the bottom.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2344
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   38
 +++++++++++++++-------------
 1 files changed, 20 insertions(+), 18 deletions(-)

commit 17511b7967e454624075d31c88ff3e92809a2348
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:35:00 2009 +0000

    Reorganize the constructor to avoid some casts and to avoid complex
    inline initializations.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2343
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   26
 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

commit f304cf7a40f957608a69b20ad8a50c0ee369434b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:58 2009 +0000

    Don't get a cast to EmpathyContactSelector when it's not needed.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2342
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit b1fe5223a1409017901f11a0e8d2377db91763c1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:55 2009 +0000

    Use gtk_tree_model_get_iter_first instead of going through
    GtkTreePath.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2341
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

commit 4b75582bb9e608790409d477e51b29915fb25b38
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:52 2009 +0000

    Use dispose_run in EmpathyContactSelector.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2340
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit ff8b6f2c8ecf4f85171af37bc63d393d93a10b59
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:49 2009 +0000

    Remove unnecessary casts and macros.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2339
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   23 +++++++++--------------
 1 files changed, 9 insertions(+), 14 deletions(-)

commit 04b133ca3f5c123867c86c5253750875918970f6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:47 2009 +0000

    Updated empetit to use the new dispatcher.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2338
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/empetit.c |   29 ++++++++++++++++++++++++++---
 1 files changed, 26 insertions(+), 3 deletions(-)

commit f7ad4ba867624a6dee04f839a9ea738567f35773
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:44 2009 +0000

    Use the new _dup_singleton function instead of _new.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2337
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/empetit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0a10f087f27a71de88a254ebe1788cc46c88c063
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:41 2009 +0000

    Small coding style and name changes.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2336
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |  132
 +++++++++++++----------------
 1 files changed, 59 insertions(+), 73 deletions(-)

commit ce937f1b61e854a3484e125476771d839050a393
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:38 2009 +0000

    Added Elliot's empetit test program.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2335
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/.gitignore  |	1 +
 tests/Makefile.am |	5 +++-
 tests/empetit.c   |   78
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 83 insertions(+), 1 deletions(-)

commit 3ad709421b74f0bbda519134165253ade14421ad
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:35 2009 +0000

    Added argument checking to non-static functions.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2334
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit deea774b5ac73ca64950283a10b41910fc14022a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:32 2009 +0000

    remove redundant flag

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2333
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 98b394f0ba7dd80b1adf4958360199c0c8254ecd
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:30 2009 +0000

    add translation function call

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2332
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ade2e83a7f3cc9c6a5ad2372e17f79aa0b45a4ef
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:27 2009 +0000

    rename set and unset functions

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2331
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 490c3617eb0a4d67f850bf080ea0ce401660c1a1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:24 2009 +0000

    update libempathy-gtk.types

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2330
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 docs/libempathy-gtk/libempathy-gtk.types |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6b922e561d3840e13a8853b96e10df49da287b2c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:21 2009 +0000

    conform to GET_PRIV style

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2329
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   17 ++++++++++-------
 libempathy-gtk/empathy-contact-selector.h |	1 +
 2 files changed, 11 insertions(+), 7 deletions(-)

commit 35caf882d6178205c61b75dbcecf780b8f7a6e20
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:18 2009 +0000

    unref store once only

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2328
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit fbef8b20e04c3d6b1122fd374d3fa8815ac78bf7
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:16 2009 +0000

    remove finalize function

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2327
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

commit ce7c4b63e9d781a774e9557595b8af28d3dc87fb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:13 2009 +0000

    unref contact list store on dispose

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2326
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 0deb0bbeb91a15a8251653ab44a289824f2fe6d6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:10 2009 +0000

    tidy

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2325
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 53baa6f67f5309688c07a16f6bc52384d21a7261
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:07 2009 +0000

    add function to find number of online contacts; fix sensitivity
    management

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2324
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   42
 ++++++++++++++++++++++++-----
 1 files changed, 35 insertions(+), 7 deletions(-)

commit 796ea20a113583f639a1a6e86536d0bfc78d87e3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:04 2009 +0000

    consolidate sensitivity management

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2323
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   39
 +++++++++++++++++-----------
 1 files changed, 24 insertions(+), 15 deletions(-)

commit f148fb306f5428527f36c2235191734c50a927f3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:34:01 2009 +0000

    consolidate blank contact management

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2322
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   43
 +++++++++++++----------------
 1 files changed, 19 insertions(+), 24 deletions(-)

commit 0fe41cbeaee6ad112a665a865a6dfbad3e6b90b8
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:33:59 2009 +0000

    move get blank iter function

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2321
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   66
 ++++++++++++++---------------
 1 files changed, 32 insertions(+), 34 deletions(-)

commit ca950311282b5def329d92ba66987439e4da5c30
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:33:56 2009 +0000

    add unset blank contact function

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2320
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   40
 ++++++++++++++++-------------
 1 files changed, 22 insertions(+), 18 deletions(-)

commit f576490d44b95ff2df5414373f936e5295dca19a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:33:53 2009 +0000

    improve function to find iter for blank contact

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2319
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   28
 +++++++++++++---------------
 1 files changed, 13 insertions(+), 15 deletions(-)

commit 60d9da7a137f584e2d4f438a9eacbb950cff76af
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:33:50 2009 +0000

    fix contact list store sorting

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2318
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

commit 68c41889d78a1b49efcb4a390bdd5780c6177c58
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:33:47 2009 +0000

    include config.h

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2317
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 334057c1bd4e5edac70826b031b5dc45543da0af
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:33:45 2009 +0000

    include empathy-contact-list-store.h in empathy-contact-selector.h

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2316
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.h |	1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 966afd7e877b36bdcd51ced5da2e6e53b2653d73
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:33:42 2009 +0000

    use EmpathyContactListStore directly

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2315
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |  100
 ++++++++---------------------
 1 files changed, 27 insertions(+), 73 deletions(-)

commit 736d03b11f606ab282e18263030cf110d2b2ab10
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:33:39 2009 +0000

    do not add blank when popup showing; add blank when popup becomes
    hidden and nothing active

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2314
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   28
 ++++++++++++++++++++++------
 1 files changed, 22 insertions(+), 6 deletions(-)

commit 42b3dce27abc738c024b25649b67df3dc2161124
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:33:36 2009 +0000

    fix widget sensitivity

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2313
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

commit 2892e978ffc31c99cce18a5a232cb0a2596e2664
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:33:33 2009 +0000

    fix initial active contact problem; add blank contact, hide on popup,
    remove on selection and re-add on removal of active; generalise
    get_iter_for_contact

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2312
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |  124
 ++++++++++++++++++-----------
 1 files changed, 78 insertions(+), 46 deletions(-)

commit a1f0dd1a9053f84cc238f9c5626af2f80befe209
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:33:30 2009 +0000

    update authors

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2311
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	4 ++--
 libempathy-gtk/empathy-contact-selector.h |	4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 7ccccb3df5cf6df3d1db02c0a09918d121828a12
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:33:27 2009 +0000

    update copyright and authors

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2310
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |	2 ++
 libempathy-gtk/empathy-contact-selector.h |	2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

commit 6e4305ed7567d9d37156f9bfbb1fb5428d507fa4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:33:24 2009 +0000

    add selector .c and .h files

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2309
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-selector.c |  333
 +++++++++++++++++++++++++++++
 libempathy-gtk/empathy-contact-selector.h |   65 ++++++
 2 files changed, 398 insertions(+), 0 deletions(-)

commit 621794ab66da9e48738866f185a66643424300f3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:33:21 2009 +0000

    update Makefile.am

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2308
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/Makefile.am |	 2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 1dcfbd5718e2b27c0e2724544488a0b05efd90df
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:16:05 2009 +0000

    Use g_list_prepend instead of g_list_append.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2307
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9d02e7b17f808457125559ecdabe7464898f28ad
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:16:02 2009 +0000

    Allow the dispatcher to be freed once a request is finished.

    Previously, if there was no ref to the dispatcher, it would be freed
    before the request could be satisfied. By keeping a ref in the
    DispatcherRequestData, it is freed at the right time. This also
    disconnects the signal handler from all channels and connections
    when freeing the dispatcher as the "invalidated" signal callback
    can be
    called after the dispatcher has been freed.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2306
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   37
 +++++++++++++++++++++++++++++++++++--
 1 files changed, 35 insertions(+), 2 deletions(-)

commit 580c593512f8800c2d733272a8ea4b57878138cf
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:15:59 2009 +0000

    We skip .5 and go directly to .90

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2305
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1e6181dfc5c05405d9557e8dab17d04cbc3e6d38
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:08:35 2009 +0000

    Prefix "Empathy" to the notification enum.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2304
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-chat-window.c |	4 ++--
 src/empathy-misc.h	   |   12 ++++++------
 src/empathy-status-icon.c |	4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

commit 44f5028db3abf08286e0bab9b5aa753a9e3d7108
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:08:32 2009 +0000

    Add a comment explaining why we activate the event in an idle.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2303
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-status-icon.c |	4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit b7174ef61c2ef10e50c28963cfcfa9c2155a425c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:08:29 2009 +0000

    Factor out some common code.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2302
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-chat-window.c |	7 ++-----
 src/empathy-misc.c	   |   21 +++++++++++++++++++++
 src/empathy-misc.h	   |	5 +++++
 src/empathy-status-icon.c |   23 +++--------------------
 4 files changed, 31 insertions(+), 25 deletions(-)

commit 562578376368cb4eccea784a250da6c55f1d4f67
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:08:26 2009 +0000

    Always check if notifications are enabled when we update them.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2301
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-status-icon.c |   27 ++++++++++++++++++---------
 1 files changed, 18 insertions(+), 9 deletions(-)

commit 131b482a1530ca158313fc5eecc590d27ce79ab2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:08:23 2009 +0000

    Update the pixbuf when we receive an event update.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2300
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-status-icon.c |   41
 +++++++++++++++++++++++++----------------
 1 files changed, 25 insertions(+), 16 deletions(-)

commit b762f63176f9cf4382ce948627c1a8ba22428a5b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:08:19 2009 +0000

    Use the avatar for all the events with a contact.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2299
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-status-icon.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ae3d11d74ca1519cd75c7fd95388d2bd9a8b99c0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:08:17 2009 +0000

    Add an enum to define notification close reason.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2298
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-chat-window.c |	4 ++--
 src/empathy-misc.h	   |	9 +++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 5a7cee7df3450bafa2284c2097f0d966d57c6eb8
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:08:13 2009 +0000

    Unref the notification after it has been closed.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2297
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-chat-window.c |   29 ++++++++++++++++++-----------
 1 files changed, 18 insertions(+), 11 deletions(-)

commit 89a22ee6cfe0d9577e0714cc1467cfc4d4bbf957
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:08:11 2009 +0000

    Escape message body with g_markup_escape_text before pushing it to
    the notification.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2296
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-chat-window.c |	8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 88d1cc40c76aa87dd50de59be06e90a355e20137
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:08:08 2009 +0000

    Fix order or params in chat_window_show_or_update_notification ().

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2295
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-chat-window.c |	6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 13ef586215d888a939e8f34c44f703b93aa916c7
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:08:04 2009 +0000

    Move empathy_notification_is_enabled () to src/

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2294
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |   52
 +---------------------------------
 libempathy-gtk/empathy-ui-utils.h |	3 --
 libempathy/empathy-utils.c	   |   20 +++++++++++++
 libempathy/empathy-utils.h	   |	2 +-
 src/Makefile.am		   |	1 +
 src/empathy-chat-window.c	   |   10 ++++++-
 src/empathy-misc.c		   |   56
 +++++++++++++++++++++++++++++++++++++
 src/empathy-misc.h		   |   35 +++++++++++++++++++++++
 src/empathy-status-icon.c	   |	7 ++--
 9 files changed, 127 insertions(+), 59 deletions(-)

commit 66d91eccce66c3b1657ab10c1881c29bf1fe22fe
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:08:01 2009 +0000

    Fix coding style.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2293
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |	6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 60a8b987db7cb8e16f629687c6798ca18c15641c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:58 2009 +0000

    Add libnotify dep to src/ only.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2292
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac	 |    3 ++-
 src/Makefile.am |    2 ++
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 41800d58965af91e645e7aee95e158771379a93a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:55 2009 +0000

    Make possible to use libnotify 0.4.4, to not force the usage of too
    recent distributions.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2291
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac		   |	2 +-
 src/empathy-chat-window.c |	4 +++-
 src/empathy-status-icon.c |	5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

commit 053e6bc84a514de331fb09eaae0308f8617ba560
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:51 2009 +0000

    Initialize GError to NULL before using it.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2290
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8bfeb05e551c5149816191ad246f1aac61c438d3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:49 2009 +0000

    Fix indentation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2289
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.h |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 58d8111f9df4e2e0b7df9699a788308e716a2ea0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:45 2009 +0000

    Add a convenience function to avoid hacks when getting the pixbuf
    from the icon name.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2288
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |   34
 +++++++++++++++++++++++-----------
 libempathy-gtk/empathy-ui-utils.h |	2 ++
 src/empathy-chat-window.c	   |	7 +++----
 src/empathy-status-icon.c	   |	5 ++---
 4 files changed, 30 insertions(+), 18 deletions(-)

commit a066eb1914e436dc126b0b353c26caa6196953c2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:42 2009 +0000

    Make notifications for unfocused chat windows work properly.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2287
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-chat-window.c   |	 27 ++++++++++-----------------
 src/empathy-event-manager.c |	 27 ++++++++++++++++++++++-----
 2 files changed, 32 insertions(+), 22 deletions(-)

commit 3b9baa6d71906ecac49f58cfb4f62ea6fb0c8ca7
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:38 2009 +0000

    Break after the event has been found.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2286
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit bd22a6ed5906520a5acb41ce544596e5dfda82e7
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:35 2009 +0000

    W.I.P. for notifications on chat window.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2285
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |   10 ++++-
 libempathy-gtk/empathy-ui-utils.h |	2 +-
 src/empathy-chat-window.c	   |   85
 +++++++++++++++++++++++++++++++++++++
 src/empathy-event-manager.c	   |	3 +-
 src/empathy-status-icon.c	   |	9 +++-
 5 files changed, 101 insertions(+), 8 deletions(-)

commit f1a1cd3f4c1d9607f04a9079590a1510c05b2e0f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:32 2009 +0000

    Don't update the event if the notification can't be shown.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2284
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-status-icon.c |	5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 6a02f55a1f79bfce682b65b64b5c358ff19ab9c5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:29 2009 +0000

    Typo.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2283
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-preferences.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2a805579b5e2eb03cfa36e22a1bef6a267a92bf9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:26 2009 +0000

    Implement a logic for disabling notifications when away.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2282
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |   55
 +++++++++++++++++++++++++++++++-----
 libempathy-gtk/empathy-ui-utils.h |	3 ++
 src/empathy-status-icon.c	   |   21 +++++++++++++-
 3 files changed, 70 insertions(+), 9 deletions(-)

commit fa7cebfc09069a0c0e37a6a5e8b42a80d5e0a795
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:23 2009 +0000

    Modify code to handle new preferences.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2281
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 data/empathy.schemas.in       |   38
 ++++++++++++++++++++++++++++++++++----
 libempathy-gtk/empathy-conf.h |    3 +++
 src/empathy-preferences.c     |   24 ++++++++++++++++++++++++
 src/empathy-preferences.glade |    2 +-
 4 files changed, 62 insertions(+), 5 deletions(-)

commit 21a0574d4f4153ef92164d3ebb42d134177d9a42
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:19 2009 +0000

    Add a preference UI for notifications.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2280
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-preferences.glade |   86
 ++++++++++++++++++++++++++++++++++++++---
 1 files changed, 80 insertions(+), 6 deletions(-)

commit 7f1f1e4419adb8801839f6c74737cf69c90e0517
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:15 2009 +0000

    If the notification is not dismissed by the user, do not display
    other notifications for new incoming messages.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2279
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 24 ++++++++++++++++++++++--
 src/empathy-event-manager.h |	  1 +
 src/empathy-status-icon.c   |	  9 ++++++++-
 3 files changed, 31 insertions(+), 3 deletions(-)

commit ad2965fed3815c7a542a24449d5529fc63ee2ef4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:12 2009 +0000

    Split the event description into header and message body.
    Add a way to update a pending event.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2278
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	131
 +++++++++++++++++++++++++++++++-----------
 src/empathy-status-icon.c   |	 68 +++++++++++++++-------
 2 files changed, 142 insertions(+), 57 deletions(-)

commit 1f41ef939eabc916209205147146d039885ca990
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:08 2009 +0000

    Fix indentation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2277
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.h |	  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 375499d976259ffe3f0f7af1e8711e477d2df58e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:04 2009 +0000

    Insert an image in the notify baloon.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2276
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-status-icon.c |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

commit 1e59a674d1b391d38ad6f1274dc7d56f2a324d28
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:07:00 2009 +0000

    Adapt the status icon message to the new API.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2275
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-status-icon.c |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

commit bb99837e8df1850ff333a804100faf1a8cf408a5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:06:57 2009 +0000

    Require latest libnotify. Don't crash when clicking the notification.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2274
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac		   |	3 ++-
 src/empathy-status-icon.c |   43
 +++++++++++++++++--------------------------
 2 files changed, 19 insertions(+), 27 deletions(-)

commit 441534b326f863f7d5295d7e5de97834ac37f82e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:06:53 2009 +0000

    Use PACKAGE_NAME instead of hardcoding "empathy" on notify_init ().

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2273
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7643f9140467042033e0a3a256660b6a82ee9230
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:06:50 2009 +0000

    mimic tooltip and icon notifications; unref any outstanding
    notification
    on finalize

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2272
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-status-icon.c |   56
 +++++++++++++++++++++++++++++++++------------
 1 files changed, 41 insertions(+), 15 deletions(-)

commit 19e736c143385846d37a49b3a3be689c36850ea9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:06:45 2009 +0000

    uninit linotify after unrefing status icon

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2271
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ffbd3119fda2d2fadfc75940e1b4722a912555ae
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:06:41 2009 +0000

    generify notification; add idle activation of event

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2270
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-status-icon.c |   62
 +++++++++++++++++++++++++++++----------------
 1 files changed, 40 insertions(+), 22 deletions(-)

commit 9723fc74578697402b224e3579a7911a4ecba253
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:06:36 2009 +0000

    add notify uninit

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2269
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit c4ba5976876d9d300a95fd4646e93a285a42ddab
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:06:31 2009 +0000

    show notification on new event

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2268
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-status-icon.c |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

commit 030b6d9192437ac5e5abb8fa6ab90282a4ff55e0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:06:28 2009 +0000

    initialize libnotify

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2267
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit f08e6091744148d8a9f785ec9d38be529660ee4c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 17:06:22 2009 +0000

    add libnotify configure check

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2266
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 0fb3e0cf3be1997207059f9df8eb24261b1c4208
Author: fpeters <fpeters@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 10:44:08 2009 +0000

    disable chat history menu item when there is no account.
    (bug #562554)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2265
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-main-window.c |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

commit 527c5bf96c524c06e0f72056cd2967a04b1887c4
Author: fpeters <fpeters@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 30 10:43:15 2009 +0000

    Added a new empathy_account_manager_get_count function, to get the
    number of
    accounts.


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2264
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |   22 ++++++++++++++++++++--
 libempathy/empathy-account-manager.h |    2 ++
 2 files changed, 22 insertions(+), 2 deletions(-)

commit fd31559252faf9b42074dd7ff7f884e29362962c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Jan 29 19:08:53 2009 +0000

    Update gitignore

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2263
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 7d1cac7598303ffc094bf5cd4a3f1911a6fe272b
Author: gforcada <gforcada@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Jan 29 13:09:39 2009 +0000

    Updated ca translation (Gil Forcada)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2262
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ca.po |  845
 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 472 insertions(+), 373 deletions(-)

commit 5924f2e4b7a5f76c5bb6bc3a31e0c2662e73605c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Jan 29 10:55:30 2009 +0000

    Also accept sftp as URL scheme.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2261
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-text-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e82cb9252ef4f28235d3204d0f56ee0e8dbd48f4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Jan 29 10:27:47 2009 +0000

    \n is also a delimiter for URLs.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2260
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-text-view.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e6da086d1cb8fb5a13ada42672bd8a6be826c695
Author: gforcada <gforcada@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 27 07:56:28 2009 +0000

    ps was missing in LINGUAS

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2259
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/LINGUAS |	 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e18b3277f1c655c3b551326ab8e6e77aee5293ec
Author: simos <simos@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Jan 26 19:30:02 2009 +0000

    Updated Greek translation (Marios Zindilis)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2258
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/el/figures/empathy-main-window.png |  Bin 0 -> 10969 bytes
 help/el/figures/empathy-new-account.png |  Bin 0 -> 24577 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 1b14320f97334aad01ad3b3069d08feba7703962
Author: simos <simos@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Jan 26 19:27:34 2009 +0000

    Added Greek translation (Marios Zindilis)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2257
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/Makefile.am |    2 +-
 help/el/el.po	  |  500
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 501 insertions(+), 1 deletions(-)

commit a98955ccd9becc502775bcf428e38e28c6afb32c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Jan 26 10:42:28 2009 +0000

    accounts_dialog_button_create_clicked_cb: if, for some reason,
    mc_account_create failed, early return instead of crashing

    From: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2256
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-accounts-dialog.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit d5d2671ae69a8862ca134624deff6523d9a4b9a1
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Jan 24 19:43:06 2009 +0000

    Updated Spanish translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2255
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/es/es.po |  172
 +++++++++++++++++++++++----------------------------------
 1 files changed, 69 insertions(+), 103 deletions(-)

commit f9fd6ce23ddc2dc89056b41f1ec938e3d168df16
Author: cwryu <cwryu@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 23 16:23:23 2009 +0000

    Updated ko translation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2254
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ko.po |  903
 ++++++++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 643 insertions(+), 260 deletions(-)

commit b8396d566ea5fecb6771545265b71e312603b306
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 23 16:00:26 2009 +0000

    Updated Spanish translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2253
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/es/es.po |  799
 ++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 597 insertions(+), 202 deletions(-)

commit 11c8be2059df1419c9bf5dc8a8281b4e5b7007c1
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 23 15:59:56 2009 +0000

    Updated es translation (Jorge Gonzalez)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2252
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 -
 po/es.po     |  173
 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 84 insertions(+), 93 deletions(-)

commit 63c27332bc4c9125ec9e66b88aedc4d596b4f46e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 23 13:52:52 2009 +0000

    Replace G_STR_EMPTY in newly added code too.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2251
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 403a6270f48c31f9682d5f14713e3b36691872a9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 23 13:52:47 2009 +0000

    Removed unused G_STR_EMPTY from empathy-ui-utils.h.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2250
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.h |	2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 4338e593594a52f49a92519e16898a4770708e79
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 23 13:52:40 2009 +0000

    Renamed G_STR_EMPTY to EMP_STR_EMPTY.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2249
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-account-widget.c     |	  6 +++---
 libempathy-gtk/empathy-chat-text-view.c     |	 10 +++++-----
 libempathy-gtk/empathy-chat.c		     |	 10 +++++-----
 libempathy-gtk/empathy-contact-list-store.c |	  2 +-
 libempathy-gtk/empathy-contact-list-view.c  |	  2 +-
 libempathy-gtk/empathy-contact-widget.c     |	  6 +++---
 libempathy-gtk/empathy-log-window.c	     |	  4 ++--
 libempathy-gtk/empathy-new-message-dialog.c |	  4 ++--
 libempathy-gtk/empathy-smiley-manager.c     |	  6 +++---
 libempathy-gtk/empathy-theme-manager.c      |	  2 +-
 libempathy/empathy-chatroom.c		     |	  2 +-
 libempathy/empathy-contact.c		     |	 12 ++++++------
 libempathy/empathy-idle.c		     |	  6 +++---
 libempathy/empathy-log-manager.c	     |	  6 +++---
 libempathy/empathy-tp-call.c		     |	  6 +++---
 libempathy/empathy-tp-contact-factory.c     |	  8 ++++----
 libempathy/empathy-utils.h		     |	  2 +-
 megaphone/src/megaphone-applet.c	     |	  2 +-
 src/empathy-accounts-dialog.c		     |	  2 +-
 src/empathy-chat-window.c		     |	  2 +-
 src/empathy-event-manager.c		     |	  2 +-
 src/empathy-new-chatroom-dialog.c	     |	  6 +++---
 22 files changed, 54 insertions(+), 54 deletions(-)

commit 339588aaa95679199e292b7a368e53085a9f942b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 23 11:28:15 2009 +0000

    Update the user documentation (Milo Casagrande).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2248
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/C/empathy.xml |  427
 ++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 350 insertions(+), 77 deletions(-)

commit dfc1cd567f868810d47c7e674e75762172508001
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 23 11:02:59 2009 +0000

    Do not translate "gtk-ok", "gtk-cancel" etc. Fixes bug #566676
    (Lucas Lommer).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2247
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.glade	 |    2 +-
 src/empathy-import-dialog.glade |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 078b83346f7903fbc4c66950344e4084374fda85
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 23 10:44:32 2009 +0000

    Removed trailing space. Fixes bug #566549 (Leonardo Ferreira
    Fontenelle)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2246
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-account-widget-salut.glade |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2ae796383dcebe1f5da5428747f23ee2e33aeb12
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 23 10:28:58 2009 +0000

    Add a source field to specify the name of the account
    source. (Stephane Wirtel)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2245
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  9 +++++++--
 src/empathy-import-dialog.h |	  4 +++-
 src/empathy-import-pidgin.c |	  2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)

commit abab6bdd6d8e2fe56a40dea3803e7cfc21058488
Author: yairhr <yairhr@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Jan 19 18:02:03 2009 +0000

    updated hebrew translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2244
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/he.po | 1061
 ++++++++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 764 insertions(+), 297 deletions(-)

commit cd700a20adcce3d4d672b2352c296cbf44cc96d6
Author: simos <simos@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Jan 17 21:44:49 2009 +0000

    Updated gr translation (Marios Zindilis).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2243
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/el.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit a3b5d201a3bcb72f658693d4f0c8b091664dbc14
Author: simos <simos@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Jan 17 19:23:59 2009 +0000

    Updated gr translation (Marios Zindilis).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2242
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/el.po |  852
 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 597 insertions(+), 255 deletions(-)

commit b837a7f078723d5b20ba64b1290b5ed571d2ce77
Author: kelemeng <kelemeng@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Jan 17 07:11:02 2009 +0000

    Updated Hungarian translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2241
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/hu.po |  861
 ++++++++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 640 insertions(+), 221 deletions(-)

commit d4e48d25713d83dd53c40b86dbf583819488e3a8
Author: hendrikr <hendrikr@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 16 19:45:08 2009 +0000

    2009-01-16	Hendrik Richter  <hendrikr@gnome.org>

	* de.po: Updated German translation, fix #564539.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2239
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/de.po     |  812
 +++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 587 insertions(+), 229 deletions(-)

commit 58c82503475377f64f4bf27be0c4979f438edcea
Author: mateju <mateju@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 16 17:24:03 2009 +0000

    Updated Slovenian translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2238
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/sl.po |  855
 +++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 620 insertions(+), 235 deletions(-)

commit f36dc8f52137075bc5f3ccbb6232601933bfd114
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 16 17:02:35 2009 +0000

    EmpathyDispatcher: Handle File channels that we didn't request.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2237
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit ebb3531898cf002ce673dcfd20b8f95d058902e1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 16 17:02:31 2009 +0000

    Removed extensions.h inclusion in public API.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2236
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatch-operation.c |    2 ++
 libempathy/empathy-tp-file.c		 |    6 ++++--
 libempathy/empathy-tp-file.h		 |    5 +----
 src/empathy-ft-manager.c		 |    2 ++
 src/empathy.c				 |    2 ++
 5 files changed, 11 insertions(+), 6 deletions(-)

commit e6a0645d8d3c14f1b14be0ba0895274e3c38978b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 16 09:12:23 2009 +0000

    Fix building, there were a missing _new ->_dup_singleton.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2235
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-utils.c |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 718cff3923d08af164a2f5b5b57c8a18a7f3f8f2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Jan 15 20:40:21 2009 +0000

    Update python bindings.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2234
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 5beb213a3176f871a9b9799840239720a70b4a11
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Jan 15 20:40:17 2009 +0000

    empathy_mission_control_new -> dup_singleton.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2233
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-account-chooser.c |    2 +-
 libempathy/empathy-account-manager.c	  |    2 +-
 libempathy/empathy-contact-manager.c	  |    2 +-
 libempathy/empathy-dispatcher.c	  |    2 +-
 libempathy/empathy-idle.c		  |    2 +-
 libempathy/empathy-tp-contact-factory.c  |    2 +-
 libempathy/empathy-tp-contact-list.c	  |    2 +-
 libempathy/empathy-tp-file.c		  |    2 +-
 libempathy/empathy-tp-roomlist.c	  |    4 ++--
 libempathy/empathy-tp-tube.c		  |    2 +-
 libempathy/empathy-utils.c		  |    2 +-
 libempathy/empathy-utils.h		  |    2 +-
 megaphone/src/megaphone-applet.c	  |    2 +-
 src/empathy-accounts-dialog.c		  |    2 +-
 src/empathy-main-window.c		  |    4 ++--
 src/empathy.c				  |    2 +-
 16 files changed, 18 insertions(+), 18 deletions(-)

commit 200e029211f27b396fb3653cfeb226fafaafa7aa
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Jan 15 20:39:19 2009 +0000

    EmpathyDispatcher: make style somewhat more consistent.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2232
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |  290
 +++++++++++++++++++++++----------------
 1 files changed, 171 insertions(+), 119 deletions(-)

commit 52b0c13ea4366f152c1a36f5063151c8219f23ef
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Jan 15 14:47:16 2009 +0000

    When sending files, make sure the connection is ready before making
    sure the contact is ready.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2231
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)

commit d693d838374d7a0ce371253ecc41a0e67df7f251
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Jan 15 10:28:03 2009 +0000

    Do not unref the channel when closing it, wait for the invalidated
    signal.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2230
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-call.c |   36 ++++++++++++------------------------
 1 files changed, 12 insertions(+), 24 deletions(-)

commit c9be8b8ca3e8db504244f24782fcb02fb3af32d1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Jan 12 21:51:30 2009 +0000

    Remove usage of EmpathyTpGroup from EmpathyTpCall.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2229
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-call.c |  106
 +++++++++++++++++++++++++++---------------
 1 files changed, 69 insertions(+), 37 deletions(-)

commit db12156417a3288e8787e95d2fc2e54d14e3fa39
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Jan 12 21:51:26 2009 +0000

    EmpathyContact keeps a ref to the factory.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2228
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact.c |   26 +++++++++++++++++++++++---
 1 files changed, 23 insertions(+), 3 deletions(-)

commit cab58574d6cee3d3a448bb02fbad7d853551918e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Jan 12 21:51:23 2009 +0000

    Remove some usage of EmpathyTpGroup from EmpathyTpChat

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2227
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-chat.c |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

commit b47e9026c1fdf0f39f8b53dd2b35f210216a7b63
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Jan 12 21:51:16 2009 +0000

    Remove useless include of empathy-tp-group.h

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2226
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact-list.h |	1 -
 libempathy/empathy-dispatcher.c   |	1 -
 libempathy/empathy-tp-chat.c	   |	1 +
 src/empathy-call-window.c	   |	1 -
 src/empathy-event-manager.c	   |	1 -
 5 files changed, 1 insertions(+), 4 deletions(-)

commit 6f2e3dffa7aae743124b20b4a81da9a194f483a7
Author: fpeters <fpeters@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Jan 12 14:58:31 2009 +0000

    Reuse, and properly destroy, the avatar file chooser dialog.
    Fixes bug #548768 (Frederic Peters)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2225
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

commit 3e430c36751a301d5acb53a8ef476dbca676a606
Author: kmaraas <kmaraas@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Jan 12 12:51:00 2009 +0000

    Updated Norwegian bokmål translation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2224
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/nb.po |  265
 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 136 insertions(+), 129 deletions(-)

commit 078be93a57ca8110a21b0e5756f152d61dc30302
Author: tkaroonb <tkaroonb@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Jan 12 09:10:21 2009 +0000

    Updated th translation (Theppitak Karoonboonyanan).


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2223
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/th.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit fab6a3c9e6fbc07c61508e829f9a5c19a4b61bd6
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Jan 11 22:47:40 2009 +0000

    Updated es translation (Jorge Gonzalez)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2222
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/es.po |  272
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 144 insertions(+), 128 deletions(-)

commit 3ce086ef7c9b93b37abb5f7e1594d3a15d17843f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Jan 11 22:11:48 2009 +0000

    Bump needed version of telepathy-glib to 0.7.19

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2221
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 35e4a5b9a775fb8b2be76510aeb1273348bcd022
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:17:08 2009 +0000

    Clean some coding style

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2220
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

commit 1eaccbf8586abd7b1e5751d04eefc5fe46c09e9b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:17:05 2009 +0000

    Remove useless spaces in message.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2219
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-tube-dispatch.c |	  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f94cde8c67141dadda32cf73cf7d66f0d333dc7c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:17:01 2009 +0000

    Remove useless goto

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2218
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatch-operation.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit a1994f97cb8e113892cf592be148b36c5c0e6fe6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:58 2009 +0000

    If channel is invalidated before being ready, the error is handled
    in invalidated_cb, so we can return directly in ready_cb.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2217
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatch-operation.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit a3ea53724ffc1c421d9ec806eba740733e3e1cca
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:55 2009 +0000

    mission_control_get_tpconnection returns a new ref, don't forget to
    unref the connection.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2216
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit f363ec55b490a307bc897ecbde35c69616f4dcbd
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:52 2009 +0000

    Add a FIXME telling that there is a leak, not sure how to plug it,
    that code will be removed soon anyway.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2215
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 439daed2544b4ba962e74a43a26b3d86397c56b0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:49 2009 +0000

    Use tp_channel_borrow_connection instead of g_object_get. This fix
    a leak.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2214
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6b4a6f346ad0e8f828bdc69105e2c8110a7540d0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:46 2009 +0000

    Update gitignore

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2213
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/.gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 935af867ff2efa3cab609ec08279ee617ea0c189
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:43 2009 +0000

    Do not generate marshallers in src/, it is not needed.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2212
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/Makefile.am |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

commit 36f228d996bae39d377e5c04f9f8460a636dbff1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:40 2009 +0000

    Fix some errors made when rebasing on master

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2211
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-new-message-dialog.c |	  2 +-
 libempathy/empathy-dispatcher.c	     |	  2 +-
 src/empathy-event-manager.c		     |	  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 365c18e9f85e6c20cf972914b3c696952de7f5af
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:36 2009 +0000

    Remove dead code

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2210
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    9 ---------
 libempathy/empathy-dispatcher.h |   10 ----------
 2 files changed, 0 insertions(+), 19 deletions(-)

commit 1ac771faa76d83bbcc14c7f83f7814b12319f0c3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:33 2009 +0000

    Correct little coding style

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2209
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatch-operation.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 76fdd6cc5a31c1267faaaf1e7bef0ae783ec3b42
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:30 2009 +0000

    Correctly align \ characters

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2208
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1ac60b278bd2fa396bf53aae4ce7536eb731875d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:27 2009 +0000

    Update pyhton binding

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2207
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs |  156
 ++++++++++++++++++++++++++++++++++++++-
 python/update-binding.sh	 |    3 +
 2 files changed, 157 insertions(+), 2 deletions(-)

commit 8207f30322ad070bf3380bf65668b84667584020
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:24 2009 +0000

    Update API doc.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2206
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 docs/libempathy-gtk/libempathy-gtk.types |    3 ++-
 docs/libempathy/libempathy-docs.sgml	  |    2 ++
 docs/libempathy/libempathy.types	  |    4 +++-
 3 files changed, 7 insertions(+), 2 deletions(-)

commit 63eb9d0c67cfa2117d20ba7641bc713d01e150b0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:20 2009 +0000

    Only unref things in dispose

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2205
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-chat.c |   17 ++++-------------
 1 files changed, 4 insertions(+), 13 deletions(-)

commit 40be01525786c3f061960e137ebb50f453eab407
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:17 2009 +0000

    empathy_tube_dispatch_show_error: give a format to
    gtk_message_dialog_new to make compiler happy

    Signed-off-by: Guillaume Desmottes <gdesmott@gnome.org>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2204
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-tube-dispatch.c |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4a0ede40123cbcb559646930f0a408817ff01f43
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:14 2009 +0000

    Ignore requested channels we didn't request except for text channels,
    also ignore deprecated channels types and channels for which it
    doesn't make sense to handle them unless they were requested

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2203
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   33 +++++++++++++++++++++++++++++++--
 1 files changed, 31 insertions(+), 2 deletions(-)

commit 1b9446e60b322f210df86d69365a34e944d6bf62
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:11 2009 +0000

    Update the python bindings

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2202
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs     |	246
 +++++++++++++++++++++--------------
 python/pyempathy/pyempathy.override |	  3 +-
 2 files changed, 151 insertions(+), 98 deletions(-)

commit 1b913b3382ca9abcacba7082be0ffd266a4fd233
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:08 2009 +0000

    Only show pending messages after the log and explain why
    show_pending_messages is there when tp-chat gets set

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2201
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit fae79ace4be2f1d6106b2977584fe6813cfb54c6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:05 2009 +0000

    Don't use the old style TpTubeType

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2200
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tube-handler.c |   14 ++++++++------
 libempathy/empathy-tube-handler.h |   13 ++++++++-----
 2 files changed, 16 insertions(+), 11 deletions(-)

commit c77ead6714bde307a8643335c4fe950b9aa364e1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:16:02 2009 +0000

    Handle Dbus Tubes and ignore non p2p channels

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2199
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

commit 2b434cfe8eda29ca0badb790c66d08939d2e2994
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:59 2009 +0000

    Add support for DBus tubes

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2198
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-tube-dispatch.c |	 32 ++++++++++++++++++++++++++------
 1 files changed, 26 insertions(+), 6 deletions(-)

commit 88317a194b0c00feb9f8bb3854c63b699bf29da3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:56 2009 +0000

    Add extension for new-style DBus tubes

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2197
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Channel_Type_DBus_Tube.xml |  183
 +++++++++++++++++++++++++++++++++
 extensions/Makefile.am		       |    1 +
 extensions/generic-types.xml	       |    8 ++
 extensions/misc.xml		       |    1 +
 4 files changed, 193 insertions(+), 0 deletions(-)

commit aee058d550b97b1cfc1eae846cba67f3af5302db
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:53 2009 +0000

    Ignore approval that happen after the operation was approved

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2196
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatch-operation.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit 090ed4fbd12e8e9c936ccef3a166dc38cbcd9acb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:49 2009 +0000

    Remove approvals when the underlying operation got invalidated

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2195
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit 301616b9c05a55ef3c9395c4af0dc5dc40c7caed
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:46 2009 +0000

    Correctly define the invalidated signal

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2194
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatch-operation.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7cf4426c878b5a9f168ec316f9230b810c1ffd5a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:43 2009 +0000

    Port to the new empathy_call_when_ready api

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2193
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   39
 +++++++++++++++++++++++++++++----------
 src/empathy-event-manager.c	 |   23 +++++++++++++++++++----
 2 files changed, 48 insertions(+), 14 deletions(-)

commit 828bf9a0d569ce7383b0323aafcddaa12b40263a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:40 2009 +0000

    Make the error in the call_when_ready callback const

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2192
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact.c |    2 +-
 libempathy/empathy-contact.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a0a07725cad36ce54e899aedbf4c37b109b95f55
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:37 2009 +0000

    Free ready callbacks in finalize

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2191
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact.c |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

commit 91c9566419ccc84328e543ebdc839d270abd19fd
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:34 2009 +0000

    Add weak object, destroy notify and error reporting to
    empathy_contact_call_when_ready

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2190
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact.c |   60
 +++++++++++++++++++++++++++++++++++++-----
 libempathy/empathy-contact.h |    5 ++-
 2 files changed, 56 insertions(+), 9 deletions(-)

commit f1a197560ec6b35639c083234e374ec9afb61afa
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:31 2009 +0000

    Let a chatroom keep a reference to a its TpChat if applicable

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2189
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |   14 +++------
 libempathy/empathy-chatroom-manager.c |    6 ++++
 libempathy/empathy-chatroom.c	       |   47
 +++++++++++++++++++++++++++++++-
 libempathy/empathy-chatroom.h	       |    6 +++-
 4 files changed, 60 insertions(+), 13 deletions(-)

commit 8b96116643a85566b291ad978fab233a83d01632
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:27 2009 +0000

    Make the dispatch operation _get_ functions not return a ref

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2188
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c	 |    1 -
 libempathy/empathy-chatroom-manager.c	 |    6 +-----
 libempathy/empathy-dispatch-operation.c |    5 +----
 libempathy/empathy-dispatcher.c	 |    4 ++--
 libempathy/empathy-tp-chat.c		 |    3 ++-
 libempathy/empathy-utils.c		 |    2 --
 src/empathy-event-manager.c		 |    3 ---
 src/empathy-tube-dispatch.c		 |    5 -----
 src/empathy.c				 |    8 +-------
 9 files changed, 7 insertions(+), 30 deletions(-)

commit 939255d353a748e7d4822fe658752e1aa350e4a5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:24 2009 +0000

    Don't unref the TpGroup twice

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2187
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-call.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 142f79e596208eaeddf73991a3d26e9be9424f2f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:21 2009 +0000

    Initialise the chatroom manager from empathy itself

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2186
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    8 +-------
 src/empathy.c			 |    6 ++++++
 2 files changed, 7 insertions(+), 7 deletions(-)

commit d274003980bc6eef1964d359444af548d0060f58
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:17 2009 +0000

    Convert EmpathyChatroomManager to the new singleton convention

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2185
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c	|    2 +-
 libempathy/empathy-chatroom-manager.c	|   25 +++++++++++--------------
 libempathy/empathy-chatroom-manager.h	|    2 +-
 libempathy/empathy-dispatcher.c	|    2 +-
 src/empathy-chat-window.c		|    2 +-
 src/empathy-chatrooms-window.c		|    2 +-
 src/empathy-main-window.c		|    2 +-
 tests/check-empathy-chatroom-manager.c |   32
 ++++++++++++++++----------------
 8 files changed, 33 insertions(+), 36 deletions(-)

commit 1dc028b5b8f68d6bb3b3a7531430a7daa5762f84
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:14 2009 +0000

    Add empathy-tube-dispatch to POTFILES.in

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2184
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a79138f9b763f44d732ffd999089657b5a327dd4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:10 2009 +0000

    Don't close channels as a side-effect of disposing wrapper objects

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2183
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-call.c |   13 +++++++++++--
 libempathy/empathy-tp-chat.c |    7 ++++++-
 libempathy/empathy-tp-file.c |    5 ++---
 3 files changed, 19 insertions(+), 6 deletions(-)

commit bf5e052c02e0c5b8fccea639afb84a49a30148fa
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:07 2009 +0000

    Remove some dead code

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2182
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 72880c65a55afb83cb83e3d4882fae12f51a77e4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:15:02 2009 +0000

    Move the dispatcher to the new singleton policy

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2181
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   45
 ++++++++++++++++++++++++++------------
 libempathy/empathy-dispatcher.h |    2 +-
 src/empathy-event-manager.c	 |    2 +-
 src/empathy.c			 |    2 +-
 4 files changed, 34 insertions(+), 17 deletions(-)

commit 01b8ddcfd3bb1081e4e7cefdfacaac49e783ae1f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:58 2009 +0000

    Also free the approvals list

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2180
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit d4847bce8efd0f340c7f0e1180598458af4b0704
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:55 2009 +0000

    Use gulongs to save signal handler ids

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2179
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d2bdac96a89fd791ee41be373093485ca3d6030b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:52 2009 +0000

    Always check if the passed operation is actually a dispatch operation

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2178
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatch-operation.c |   68
 ++++++++++++++++++++++++++-----
 1 files changed, 57 insertions(+), 11 deletions(-)

commit 1e65528ae3e8755502647beaee6b06a6b3fc8c10
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:49 2009 +0000

    No need to call empathy_run_until_ready, the DispatchOperation
    already ensured it's ready

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2177
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit b3cf74a931aafa9511c971e96db5f5b3a53aabcc
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:46 2009 +0000

    Style fixes

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2176
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8e07eeaed7a9f8f3d581a756ba4c98465caf619b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:43 2009 +0000

    Style fixes

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2175
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-chat.c |  222
 +++++++++++++++++++++--------------------
 1 files changed, 114 insertions(+), 108 deletions(-)

commit 03466c8622df77eab209a64e1d5b1f20e924e10f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:40 2009 +0000

    Style fixes

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2174
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-message.c |    4 +++-
 libempathy/empathy-message.h |    4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

commit fa18e873b0aeee86def3d36d4134cdaf132715c6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:37 2009 +0000

    Don't initialise variables by calling functions when declaring them

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2173
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   34 +++++++++++++++++++++++-----------
 1 files changed, 23 insertions(+), 11 deletions(-)

commit a75a76a24be2b1de7b16931cc7b8a6e34e19d7ff
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:33 2009 +0000

    More style fixes

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2172
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom-manager.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 7473d1328a0ed0c46561ec0763e2cc3c6329d94e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:30 2009 +0000

    Make coding style consistent with the rest of the file

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2171
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |   29 ++++++++++++++---------------
 1 files changed, 14 insertions(+), 15 deletions(-)

commit 15efc633c201cecfe3bc9b4bcee2c262fdc86aac
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:27 2009 +0000

    Fix coding style, user the right unique name

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2170
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |   50
 +++++++++++++++++++---------------------
 1 files changed, 24 insertions(+), 26 deletions(-)

commit 4b1cd0e120821286b9512d2c645d4c68ea103422
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:24 2009 +0000

    Completely move to Telepathy coding style

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2169
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	348
 +++++++++++++++++++++----------------------
 1 files changed, 169 insertions(+), 179 deletions(-)

commit eef2e52f0727e7e927167ffe80c49571a0660c3a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:20 2009 +0000

    Remove dead code

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2168
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |  588
 ---------------------------------------
 src/empathy-event-manager.c	 |   85 ------
 2 files changed, 0 insertions(+), 673 deletions(-)

commit c34093e1c831517a23ef0bb4c5df3a31dada1686
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:17 2009 +0000

    Use the new call utility function to start calls

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2167
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-list-view.c  |	  2 +-
 libempathy-gtk/empathy-contact-menu.c	     |	  2 +-
 libempathy-gtk/empathy-new-message-dialog.c |	 10 +++++++++-
 3 files changed, 11 insertions(+), 3 deletions(-)

commit ee2856d60a128bc13d91ad7a590cefd76f2f413e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:14 2009 +0000

    Add a utility function to start a call to a contact

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2166
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-utils.c |	36 ++++++++++++++++++++++++++++++++++++
 libempathy/empathy-utils.h |	 4 ++++
 2 files changed, 40 insertions(+), 0 deletions(-)

commit adc77ba23d97e78fb47c6a9d1d58ecf76e795554
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:10 2009 +0000

    Add a function to explicitly set the remote candidate on outgoing
    calls instead of relying on the group interface

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2165
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-call.c |   34 +++++++++++-----------------------
 libempathy/empathy-tp-call.h |    4 ++++
 2 files changed, 15 insertions(+), 23 deletions(-)

commit c417a7c42cc5d84c2702d7c6d0d96c9aad025d91
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:07 2009 +0000

    Add code to request a streamed media channel

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2164
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   45
 ++++++++++++++++++++++++++-------------
 libempathy/empathy-dispatcher.h |    3 --
 2 files changed, 30 insertions(+), 18 deletions(-)

commit 3d04fe6e89a56f539faf59de986fbc486d18291a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:04 2009 +0000

    DIspatch streamed media channels

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2163
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

commit 8cb171b90131f7345eab4a9fb46d186ca73118da
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:14:01 2009 +0000

    Initialize with a EmpathyTpCall instead of a TpChannel and explicitly
    close the
    channel after uses

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2162
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-call-window.c |   27 ++++++++++++++++++---------
 src/empathy-call-window.h |	4 ++--
 2 files changed, 20 insertions(+), 11 deletions(-)

commit 0dbc95da6229b39842f2577f6c107da872839d27
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:58 2009 +0000

    Add support for approving video channels

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2161
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 86
 +++++++++++++++++++++++++++++++------------
 1 files changed, 62 insertions(+), 24 deletions(-)

commit 61333e4c888c0502e8988e6597ab34714eb94c4d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:55 2009 +0000

    Add a function to explicitly close EmpathyTpCall

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2160
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-call.c |   19 +++++++++++++++----
 libempathy/empathy-tp-call.h |    1 +
 2 files changed, 16 insertions(+), 4 deletions(-)

commit 3125dc9f33b7e933ff0bd889ba71423ea84c2210
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:51 2009 +0000

    Report errors when there is no tube handler or poking it fails

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2159
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-tube-dispatch.c |	 69
 ++++++++++++++++++++++++++++++++++++++----
 1 files changed, 62 insertions(+), 7 deletions(-)

commit 3e1a50c6ed1daee7ad9dc816e92d779fe39e6955
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:48 2009 +0000

    Add support for approving tubes

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2158
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	125
 ++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 124 insertions(+), 1 deletions(-)

commit 0402c9ccfe64cbfe8636662bef10fb5973e9f508
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:45 2009 +0000

    Add EmpathyTubeDispatcher as a helper for dispatching tubes

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2157
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/Makefile.am	     |	 46 ++++++
 src/empathy-tube-dispatch.c |	377
 +++++++++++++++++++++++++++++++++++++++++++
 src/empathy-tube-dispatch.h |	 75 +++++++++
 3 files changed, 498 insertions(+), 0 deletions(-)

commit 32fc8aaa30bcb3c814448b4a842adf2059a9e651
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:42 2009 +0000

    Make empathy_tp_tube_accept_stream_tube more like underlying dbus
    function and hand errors to the caller

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2156
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-tube.c |  117
 +++++++++++++++++++++++-------------------
 libempathy/empathy-tp-tube.h |   23 +++++++-
 2 files changed, 85 insertions(+), 55 deletions(-)

commit e153711f70eb92a9f195e26fe4bbaf48307ad72a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:39 2009 +0000

    Remove the id parameter, it's no longer used

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2155
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tube-handler.c |	3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit c6a62a1cb3ed78bb25a48f8e6f20057b0003ac9e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:36 2009 +0000

    Remove tube ID parameter, it's not used in the new tubes spec

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2154
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Tube_Handler.xml |	  5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 6da00a96610e6a2e598b08da7a7cbe869852b0c0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:32 2009 +0000

    Call emp_cli_init in empathy_init

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2153
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-utils.c |	 5 +++++
 src/empathy.c		    |	 4 ----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 9d6aef795b236f6c86a4d4320253cfdb03491847
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:29 2009 +0000

    New style tubes don't have ides

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2152
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tube-handler.c |	4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a1204ea8d8134522c35f75fcb2373d925ec512a3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:26 2009 +0000

    Update to new stream tube spec

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2151
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-tube.c |  214
 ++++++++++++------------------------------
 libempathy/empathy-tp-tube.h |    2 +-
 2 files changed, 60 insertions(+), 156 deletions(-)

commit b31c60335b844181f1087b802eccff2b925fd1b7
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:22 2009 +0000

    Add new StreamTube spec

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2150
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Channel_Interface_Tube.xml	 |  127 ++++++++++++++++++++
 extensions/Channel_Type_Stream_Tube.xml |  198
 +++++++++++++++++++++++++++++++
 extensions/Makefile.am			 |    5 +-
 extensions/all.xml			 |    2 +
 extensions/generic-types.xml		 |  100 ++++++++++++++++
 extensions/misc.xml			 |    2 +
 6 files changed, 433 insertions(+), 1 deletions(-)

commit 311409add44a8acf63793e1b2ac1d0d0031c846b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:18 2009 +0000

    Let a EmpathyChatroomManager observe the dispatcher

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2149
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit b70ab3a94419308209ff59d2fc17a710f05e721e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:15 2009 +0000

    Act as an observer

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2148
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom-manager.c |   88
 +++++++++++++++++++++++++++++++++
 libempathy/empathy-chatroom-manager.h |    3 +
 2 files changed, 91 insertions(+), 0 deletions(-)

commit f728742587bef6ebe33565439aba4ae3a539ffba
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:11 2009 +0000

    Disconnect signal handlers from the head of the queue before
    destroying the queue

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2147
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-chat.c |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

commit 256561f9899c5619b6f05d30ba13d4748e10f3c6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:08 2009 +0000

    Remove the tp-channel property, it's unused and useless

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2146
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom.c |   35 -----------------------------------
 1 files changed, 0 insertions(+), 35 deletions(-)

commit 9fdb8aeb10851f73dbab376c508598e02f2a92cb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:04 2009 +0000

    Use new dispatcher API to get muc channels

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2145
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c	   |   27 ++++++++++++++-------------
 src/empathy-main-window.c	   |   20 +++++++++-----------
 src/empathy-new-chatroom-dialog.c |   14 ++------------
 3 files changed, 25 insertions(+), 36 deletions(-)

commit 3b3817a42d354fa33d95a044f14b863ffc0b7c9b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:13:00 2009 +0000

    Remove custom channel requesting functionality, this should go
    through the dispatcher

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2144
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-utils.c |  119
 --------------------------------------------
 libempathy/empathy-utils.h |	16 ------
 2 files changed, 0 insertions(+), 135 deletions(-)

commit 7042c94bacd24073a2d20d7012d15b1872daf86f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:57 2009 +0000

    Add request muc channels to the dispatcher

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2143
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   77
 ++++++++++++++++++++++++++++++++++++---
 libempathy/empathy-dispatcher.h |   14 ++++----
 2 files changed, 78 insertions(+), 13 deletions(-)

commit ebd3b99ab8f44901e94c568879593751e738e7fa
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:54 2009 +0000

    Wait untill the TpChat object is ready before going into pending state

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2142
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatch-operation.c |   43
 +++++++++++++++++++++++++++++-
 1 files changed, 41 insertions(+), 2 deletions(-)

commit 3e0aed2b66bb9628c2f2f208a190cf48cf3bf764
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:51 2009 +0000

    Explicitly close file channels when removing them from the FT manager

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2141
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit eb117fd705f6eb05e83e91bbb86305a8be486015
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:47 2009 +0000

    Add a function to explicitly close File channels

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2140
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |    9 ++++++++-
 libempathy/empathy-tp-file.h |    1 +
 2 files changed, 9 insertions(+), 1 deletions(-)

commit b63036cadf7da5de37f2e37331a8cf314a501edf
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:43 2009 +0000

    Make existing contact FT capable when the CM supports it

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2139
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-factory.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit b83dbbeca953d20da5f702b369471273b0e47257
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:40 2009 +0000

    Enable approving of file transfers

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2138
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 72
 ++++++++++++++++++++++---------------------
 1 files changed, 37 insertions(+), 35 deletions(-)

commit e591d43649690efc467cb63769084f99e86902e2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:36 2009 +0000

    Enabled dispatching of file tranfers

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2137
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit ed1992d87cc822bfab06d85153c17f832fa48029
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:33 2009 +0000

    Use new API to request file transfers

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2136
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |   54
 +++++++++++++++++++++++++++++++++++-
 1 files changed, 52 insertions(+), 2 deletions(-)

commit d9c22e50fa63f6a41a72ca43009ce3dd3599bf86
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:28 2009 +0000

    Add support for dispatching file transfers

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2135
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |  162
 +++++++++++++++++++++++++++++++++------
 libempathy/empathy-dispatcher.h |   15 +++-
 2 files changed, 150 insertions(+), 27 deletions(-)

commit 16aa4ff22e736ae719101da2f4f15dde3bf38643
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:24 2009 +0000

    Recognise file transfers

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2134
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatch-operation.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 805c1801e4b1c973714fe9ead03322ae985a03ec
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:20 2009 +0000

    Add an optional properties hash to the RequestData struct

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2133
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

commit 69eac85ca51314efcc2cf09c4056d6f26c89c227
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:16 2009 +0000

    Initial port to the new dispatcher

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2132
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	180
 ++++++++++++++++++++++++++++---------------
 src/empathy.c		     |	 25 ++++---
 2 files changed, 132 insertions(+), 73 deletions(-)

commit 9519ba2523aa283c0b90e3edfcddc5d8b9923c9f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:11 2009 +0000

    Use the new dispatcher api to request text channels

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2131
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-list-view.c  |	  4 ++--
 libempathy-gtk/empathy-new-message-dialog.c |	  7 +++----
 src/empathy-chat-window.c		     |	  2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)

commit 9200fc54081f85fdb9a62d35e277ba0eae433d0d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:07 2009 +0000

    Start reworking the dispatcher

    Rework the channel dispatche so it's model is somewhat similar to the
    ChannelDispatcher in the telepathy-spec. Which allows for a much
    cleaner and
    extensible implementation containg no ugly hacks. Currently it's
    only able to
    do Text Channels and a lot of the other functionality is temporary
    disabled

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2130
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/Makefile.am			 |    2 +
 libempathy/empathy-dispatch-operation.c |  519 +++++++++++++
 libempathy/empathy-dispatch-operation.h |  118 +++
 libempathy/empathy-dispatcher.c	 | 1215
 ++++++++++++++++++++++---------
 libempathy/empathy-dispatcher.h	 |   44 +-
 5 files changed, 1546 insertions(+), 352 deletions(-)

commit 88c732e816332459b10ac0982022c9a81ce73e66
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:12:02 2009 +0000

    Port to the new EmpathyTpChat API

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2129
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |   49
 +++++++++++++++++++++++++++++++++-------
 1 files changed, 40 insertions(+), 9 deletions(-)

commit 7e460be242dc08edd1fc6721da22e02e98b5a330
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:11:59 2009 +0000

    Improve API of tp-chat

    * Never automagically acknowledge message, the UI should do this
    * Add API to acknowledge a single or a list of EmpathyMessage
    * Add API to get the list of pending messages
    * Add API to explicitly close the underlying channel
    * Ignore events from a channel that is being closed. Important events
    will be
      emitted when the text channel respawns.

    In the future we might want to make the closing of the channel async
    and have
    it emit signals untill closed. Mostly for the benefit of the
    logger. Needs some
    work in the UI bits to disconnect all signals properly when closing
    the window
    though.

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2128
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-chat.c |  324
 +++++++++++++++++++++++++++---------------
 libempathy/empathy-tp-chat.h |   11 +-
 2 files changed, 218 insertions(+), 117 deletions(-)

commit d4416576e39d13e48f0dfbfb7234550e64651022
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:11:54 2009 +0000

    Add id field to save the message id as received the CM

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2127
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-message.c |   16 ++++++++++++++++
 libempathy/empathy-message.h |    3 +++
 2 files changed, 19 insertions(+), 0 deletions(-)

commit e62c00feefbdc8d73fbe7f990af3665c57a4af71
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 16:11:48 2009 +0000

    Add empathy_contact_call_when_ready

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2126
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact.c |   74
 +++++++++++++++++++++++++++++++++++------
 libempathy/empathy-contact.h |    9 +++++
 2 files changed, 72 insertions(+), 11 deletions(-)

commit 38817919a1a0dd495fe1e3a82573c1889894f52e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 10:31:42 2009 +0000

    use tabs because everyone love tabs

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2125
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 66d335ca4c0233c324b9e9d9b804e3aaff6f75a3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 10:31:38 2009 +0000

    dispatcher_tubes_new_tube_cb: add some tube handling debug messages

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2124
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 121ffa7d738eed0cc49b1183d17f20745b9c67dd
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 10:06:40 2009 +0000

    Update Python bindings.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2123
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit f57f877cd4ae07a90e93dc908f9baef2718ec2b0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 10:06:36 2009 +0000

    Set the right weak pointer.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2122
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-smiley-manager.c |    2 +-
 libempathy/empathy-contact-factory.c	 |    2 +-
 libempathy/empathy-idle.c		 |    2 +-
 libempathy/empathy-log-manager.c	 |    2 +-
 src/empathy-event-manager.c		 |    2 +-
 src/empathy-ft-manager.c		 |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

commit 94aba37cf10393f853650be76a07c8ee7712b34f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 10:06:32 2009 +0000

    Port EmpathyContactManager to the new singleton policy.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2121
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-dialogs.c    |	  6 ++--
 libempathy-gtk/empathy-contact-widget.c     |	  2 +-
 libempathy-gtk/empathy-new-message-dialog.c |	  2 +-
 libempathy/empathy-contact-manager.c	     |	 36
 ++++++++++++++++++--------
 libempathy/empathy-contact-manager.h	     |	  2 +-
 megaphone/src/megaphone-applet.c	     |	  2 +-
 src/empathy-event-manager.c		     |	  2 +-
 src/empathy-main-window.c		     |	  2 +-
 tests/contact-manager.c		     |	  2 +-
 tests/contact-run-until-ready-2.c	     |	  2 +-
 10 files changed, 36 insertions(+), 22 deletions(-)

commit 43564492c204e7ef494471158bb85ed13ac3d466
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 10:06:27 2009 +0000

    Port to the new singleton API.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2120
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 143cacc4337d7700c9ab9da816dcfcad574b8a7e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 10:06:23 2009 +0000

    Update python bindings.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2119
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs       |   15 ++++++---------
 python/pyempathygtk/pyempathygtk.defs |    5 ++---
 2 files changed, 8 insertions(+), 12 deletions(-)

commit c52d709ec08fad24fadbf9f3a1acfe498e4b4444
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 10:06:19 2009 +0000

    Port EmpathyFTManager to the new singleton policy.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2118
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |   43
 ++++++++++++++++++++++++++++++-------------
 src/empathy-ft-manager.h |    2 +-
 src/empathy.c		  |    2 +-
 3 files changed, 32 insertions(+), 15 deletions(-)

commit 07fa0635c344e259edcc2c348b0fb9a678e42475
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 10:06:15 2009 +0000

    Port EmpathyEventManager to the new singleton policy.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2117
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 36 +++++++++++++++++++++++++-----------
 src/empathy-event-manager.h |	  2 +-
 src/empathy-main-window.c   |	  2 +-
 3 files changed, 27 insertions(+), 13 deletions(-)

commit 0e125220d99a43fa50966fdbd5573e801fc4eee8
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 10:06:10 2009 +0000

    Port EmpathySmileyManager to the new singleton policy.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2116
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-text-view.c |    2 +-
 libempathy-gtk/empathy-chat.c		 |    2 +-
 libempathy-gtk/empathy-smiley-manager.c |   39
 +++++++++++++++++++++---------
 libempathy-gtk/empathy-smiley-manager.h |    2 +-
 libempathy-gtk/empathy-theme.c		 |    2 +-
 src/empathy-chat-window.c		 |    2 +-
 6 files changed, 32 insertions(+), 17 deletions(-)

commit e27fc1c339f254b16f12c1f17b492dcf16c392fc
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 10:06:05 2009 +0000

    Port EmpathyLogManager to the new singleton policy.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2115
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c	       |    2 +-
 libempathy-gtk/empathy-contact-menu.c |    2 +-
 libempathy-gtk/empathy-log-window.c   |    2 +-
 libempathy/empathy-log-manager.c      |   49
 +++++++++++++++++++++------------
 libempathy/empathy-log-manager.h      |    2 +-
 5 files changed, 35 insertions(+), 22 deletions(-)

commit 84de5c7f14d12cb5000d8550497de331338c1547
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 10:06:00 2009 +0000

    Port EmpathyIdle to the new singleton policy.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2114
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-presence-chooser.c |	4 +-
 libempathy/empathy-idle.c		   |   38
 +++++++++++++++++++---------
 libempathy/empathy-idle.h		   |	2 +-
 src/empathy-status-icon.c		   |	4 +-
 src/empathy.c				   |	2 +-
 5 files changed, 32 insertions(+), 18 deletions(-)

commit c3500199f8203d314bbaa3cfa05aa7051fdd55c2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Jan 9 10:05:54 2009 +0000

    Port EmpathyContactFactory to the new singleton policy.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2113
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c    |	 2 +-
 libempathy-gtk/empathy-contact-list-view.c |	 2 +-
 libempathy-gtk/empathy-contact-widget.c    |	 2 +-
 libempathy/empathy-contact-factory.c	    |	36
 +++++++++++++++++++--------
 libempathy/empathy-contact-factory.h	    |	 2 +-
 libempathy/empathy-dispatcher.c	    |	 8 +++---
 libempathy/empathy-tp-chat.c		    |	 2 +-
 libempathy/empathy-tp-file.c		    |	 2 +-
 libempathy/empathy-tp-group.c		    |	 2 +-
 libempathy/empathy-tp-tube.c		    |	 2 +-
 megaphone/src/megaphone-applet.c	    |	 2 +-
 src/empathy-event-manager.c		    |	 2 +-
 src/empathy-main-window.c		    |	 2 +-
 tests/contact-run-until-ready.c	    |	 2 +-
 14 files changed, 41 insertions(+), 27 deletions(-)

commit 42fd193e55e7fae6fe51c72808de786519ac03b1
Author: dnylande <dnylande@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Jan 8 00:23:00 2009 +0000

    Updated sv translation (Daniel Nylander)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2112
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/sv.po |  819
 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 566 insertions(+), 253 deletions(-)

commit 37e97955e7b0a3b456450b4a8071f612cb3d8425
Author: kmaraas <kmaraas@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Jan 7 12:08:46 2009 +0000

    Remove accidentall addition

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2111
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 6a310fd1dc248e3257f1fef67809d3c4ca43fec5
Author: kmaraas <kmaraas@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Jan 7 12:08:31 2009 +0000

    Updated Norwegian bokmål translation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2110
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    6 +
 po/nb.po     |  446
 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 286 insertions(+), 166 deletions(-)

commit 4b8595f9046406b4351409a4f2e79c539b201f22
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Jan 7 10:04:47 2009 +0000

    Add a comment that tells to keep EmpathySound enum sync with
    sound_entries array.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2109
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |	2 +-
 libempathy-gtk/empathy-ui-utils.h |	1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 8a094dbd673e7257c05e28ed3c92cd82a05265c1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 19:14:57 2009 +0000

    Set initial value for sound pref checkboxes.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2108
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-preferences.c |	3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 44134a9866276582c59c161549197f714e746a9f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 17:19:21 2009 +0000

    Bump version to 2.25.5

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2107
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a06b78c1125d21b629da0c74fe8ce3126bdca805
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 17:06:28 2009 +0000

    Updated es translation (Jorge Gonzalez)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2106
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/es.po |  597
 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 364 insertions(+), 233 deletions(-)

commit 81361e8ab53234021dc5c33aab1c52d7e0e3ab01
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 17:06:09 2009 +0000

    pre-release updates

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2105
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 NEWS	      |   10 ++++++++++
 configure.ac |    8 ++++----
 2 files changed, 14 insertions(+), 4 deletions(-)

commit b27a1fe989abaec640d032f5acbf6e62939cb991
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:50:11 2009 +0000

    Fix the creation of bus_name and object_path for dispatching tubes. It
    drops escaping for now.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2104
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tube-handler.c |   27 ++++++++-------------------
 1 files changed, 8 insertions(+), 19 deletions(-)

commit dd783e47c5def5669aa6c68aa3ad56bfea1a95a2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:50:08 2009 +0000

    Assert that sound_id is OK before getting sound_entries[sound_id],
    to avoid crash.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2103
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |	8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit e575e48823a282e843ea955261883333d012478b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:50:05 2009 +0000

    Sanity checks for empathy_play_sounds.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2102
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |	3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit f09108fa34d0f73ba153f29b86ceb32db08bed57
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:50:02 2009 +0000

    Use gtk_list_store_insert_with_values ().

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2101
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-preferences.c |	7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit 90b310f70aa03c44c5eb7c1254484ea1beec7740
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:59 2009 +0000

    Use a GList instead of a GPtrArray and reorder the functions to avoid
    prototypes.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2100
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact-monitor.c |  288
 ++++++++++++++++-----------------
 1 files changed, 140 insertions(+), 148 deletions(-)

commit c52ed0d9db3b4efd8c66a34ad5bdd8a0b3ba5942
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:56 2009 +0000

    Create the EmpathyContactMonitor lazily if needed.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2099
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact-manager.c |   10 ++++++++--
 libempathy/empathy-tp-chat.c	      |   11 +++++++++--
 2 files changed, 17 insertions(+), 4 deletions(-)

commit d950641124794ca4c7c82951db8ccf81f3b2a249
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:52 2009 +0000

    Rename proxy->iface in EmpathyContactMonitor.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2098
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact-monitor.c |   46
 +++++++++++++++++-----------------
 libempathy/empathy-contact-monitor.h |    6 ++--
 2 files changed, 26 insertions(+), 26 deletions(-)

commit 842cd8cae295a8c86c7544f57836f0091e67002e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:49 2009 +0000

    Use g_return_[val]_if_fail instead of g_assert in public APIs.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2097
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    6 +++---
 libempathy/empathy-contact-monitor.c |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 1da57d68b867ab6f79a1c4efc41ca6f2c9fd3d8e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:45 2009 +0000

    Use the right weak pointer location.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2096
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c7b9fdc33a79946da5d5f486df3f1467bdbe9853
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:43 2009 +0000

    disconnect_monitor_signals function is quite useless.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2095
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |   28 ++++++++++------------------
 1 files changed, 10 insertions(+), 18 deletions(-)

commit 0b24992f1775c289bcc59d53714ff4ddb43267a1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:39 2009 +0000

    Don't initialize the variable at declaration.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2094
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 3ec0ddb8262ffd4fea45ec4b3f6c6bcc37499290
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:36 2009 +0000

    Move code handling the DBus signal in an idle callback.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2093
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |   56
 ++++++++++++++++++++++++++-------
 1 files changed, 44 insertions(+), 12 deletions(-)

commit b312a209e802cad48e715e1202dfd1c742f2d502
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:33 2009 +0000

    Use TpConnectionStatus instead of guint.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2092
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3cf3f7b2763448f5408f2909b9ec9c562181f90b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:30 2009 +0000

    Simplify code when initializing the store.
    Always start the 10sec timeout when we change status to connected.
    Rename TpConnectionStatus variables connection->status.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2091
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |   66
 ++++++++++++++++------------------
 1 files changed, 31 insertions(+), 35 deletions(-)

commit 6ab92b4a262c8d683a4bcaa6b6eca35300ed58cb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:27 2009 +0000

    Insert a comment claryfing reference ownership.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2090
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 4209950278a812d5d275822d6a26ea503b620736
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:24 2009 +0000

    Don't forget to unref the account object.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2089
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit da1621a03a617dbb2115e10b73bb7315c693cd57
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:21 2009 +0000

    Use gettext() when populating the preferences sound list.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2088
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-preferences.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fde3b531e7f7bdf256b6a814c5378cee3f6a3c29
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:17 2009 +0000

    Add a debug message when playing sound.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2087
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |	4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit d75cea4284f7a727d7f5455b73a01fb338d1bd47
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:14 2009 +0000

    Back out changes in EmpathyContactListStore. They could go in a later
    branch.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2086
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-list-store.c |	421
 ++++++++++++---------------
 1 files changed, 192 insertions(+), 229 deletions(-)

commit 7ef8d4b7d66d8695536368c786f801366792a0cf
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:11 2009 +0000

    Propperly mark event descriptions for translation.
    Add a comment about the order of the sound entries array, and
    assert if
    the order isn't correct.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2085
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |	5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 4b5b9baa8180a790db5678225f92fdc3e899becb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:08 2009 +0000

    Set to NULL the status message if it's empty.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2084
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-idle.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit 6ba9a02a92e348cd8460710de4b78df9603e1b3e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:05 2009 +0000

    Initialize the connection numbers when creating the object.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2083
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 9175f6f4ddfb667d27e6a4d6b6b8dc7b91c45855
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:49:01 2009 +0000

    Update empathy_sound_play () to be nicer to use and centralize
    the list
    of sounds we support.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2082
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c     |   47
 ++++++++++++++++++++++++++++----
 libempathy-gtk/empathy-ui-utils.h     |   18 ++++++++++--
 python/pyempathygtk/pyempathygtk.defs |   23 ++++++++++++++--
 src/empathy-call-window.c	       |   23 +++++----------
 src/empathy-chat-window.c	       |    6 +---
 src/empathy-main-window.c	       |   15 +++-------
 6 files changed, 91 insertions(+), 41 deletions(-)

commit bdec6845cd1c7fb4b2d4f05cf9af9164b2d03c92
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:58 2009 +0000

    Add debug messages.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2081
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-idle.c |	4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 278d87ff575befada225f07d212e8f0bb4dfc5e0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:55 2009 +0000

    Add a weak pointer ref inside the costructor.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2080
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c07d8cc6948f630af70644e8af1725a63c015217
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:52 2009 +0000

    Improve wording.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2079
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-main-window.c |	4 ++--
 src/empathy-preferences.c |	8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 08bf3e70e647718f9768f0566aa8e950378ea005
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:49 2009 +0000

    Turn empathy_sound_pref_is_enabled into empathy_sound_play that
    automatically plays the sound if the pref is enabled.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2078
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c     |   17 +++++++++++-
 libempathy-gtk/empathy-ui-utils.h     |    6 +++-
 python/pyempathygtk/pyempathygtk.defs |    9 ++++--
 src/empathy-chat-window.c	       |   20 +++++---------
 src/empathy-main-window.c	       |   47
 +++++++++++---------------------
 5 files changed, 50 insertions(+), 49 deletions(-)

commit 6dac1f16245c458edb2eea4ff986b457b930f3dd
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:45 2009 +0000

    Disconnect all signals from the EmpathyAccountChooser when finalizing.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2077
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-account-chooser.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit ce4bbd5e2f2fb0b5b2b8874bb58d318914620724
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:42 2009 +0000

    Update API Docs.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2076
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 docs/libempathy/libempathy-docs.sgml |    2 ++
 docs/libempathy/libempathy.types     |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

commit cb70b14c641388b86349229c23c9d6795727858f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:39 2009 +0000

    Update python bindings.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2075
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 29bb78afc521fcef396343879a5ab06c4da6a2ff
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:36 2009 +0000

    Use new singleton policy for EmpathyAccountManager.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2074
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-account-chooser.c |    2 +-
 libempathy-gtk/empathy-chat.c		  |    2 +-
 libempathy/empathy-account-manager.c	  |    7 +++++--
 libempathy/empathy-account-manager.h	  |    2 +-
 libempathy/empathy-contact-manager.c	  |    2 +-
 libempathy/empathy-dispatcher.c	  |    2 +-
 libempathy/empathy-tp-contact-factory.c  |    2 +-
 src/empathy-accounts-dialog.c		  |    2 +-
 src/empathy-main-window.c		  |   12 ++++--------
 src/empathy-status-icon.c		  |    2 +-
 10 files changed, 17 insertions(+), 18 deletions(-)

commit b0ee3311724bc9b2b5432cad1f20d68d9bce561a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:32 2009 +0000

    Another style nitpick.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2073
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 166837ce59a3e166c290448bc3785e11f5650ba1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:28 2009 +0000

    Yet more style fixes.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2072
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |  260
 +++++++++++++++++----------------
 libempathy/empathy-contact-monitor.c |   98 ++++++-------
 2 files changed, 180 insertions(+), 178 deletions(-)

commit d7b29cd7cb4f23729960ba03c468c0f950666735
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:25 2009 +0000

    Use _constructor () override to implement singleton.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2071
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |   31
 ++++++++++++++++++++++---------
 1 files changed, 22 insertions(+), 9 deletions(-)

commit baba44c5350b3e77f9d7db7996103347e83c3ac9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:22 2009 +0000

    Add newlines at the end of files.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2070
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    1 +
 libempathy/empathy-contact-monitor.c |    1 +
 libempathy/empathy-contact-monitor.h |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

commit 522882a66ae4d16a6e8a41001753d76d2ee0ed23
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:19 2009 +0000

    Drop our references in dispose instead of finalize.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2069
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact-monitor.c |   32
 ++++++++++++++++++++++++++++++--
 1 files changed, 30 insertions(+), 2 deletions(-)

commit ce592d13d04dd83aa524aad20a0b57403fc3bd5a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:16 2009 +0000

    Remember to set dispose_run after dispose has run.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2068
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 530df6b7a7f6cf9c5ad0064bbb24674bd656dc78
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:13 2009 +0000

    Don't initialize private stuff in _new ().

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2067
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-account-chooser.c |   31
 +++++++++++++----------------
 1 files changed, 14 insertions(+), 17 deletions(-)

commit ff1d4c115d25e185879a57af1f27fbc1aff631e3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:10 2009 +0000

    Don't leak a reference to McAccount objects and don't leak a list.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2066
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit b16ad9f728ec9805bc69dbdf431173bba0ad39fa
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:07 2009 +0000

    Unref objects in dispose and not in finalize; fully update account
    data
    before emitting signals.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2065
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |   53
 +++++++++++++++++++++++++++------
 1 files changed, 43 insertions(+), 10 deletions(-)

commit 1fe35f1e7800ba53ff77a5010e775629ca52ebc5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:03 2009 +0000

    Style fixes.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2064
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |  694
 +++++++++++++++++-----------------
 libempathy/empathy-account-manager.h |   16 +-
 libempathy/empathy-contact-monitor.c |  518 +++++++++++++-------------
 libempathy/empathy-contact-monitor.h |   10 +-
 libempathy/empathy-types.h	      |    2 +-
 5 files changed, 620 insertions(+), 620 deletions(-)

commit 89b92f32eeb9b387e25a5c1d4f2fe28ba990fbb6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:48:00 2009 +0000

    Don't own a reference to the EmpathyTpChat, otherwise it won't be
    finalized.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2063
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact-monitor.c |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

commit 186059cd2a4b91c91dfa52e41588f7e43416315f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:57 2009 +0000

    Always disconnect signals for safety on _finalize ().

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2062
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c		     |	  3 +++
 libempathy-gtk/empathy-contact-list-store.c |	 27
 +++++++++++++++++++++++++++
 libempathy/empathy-account-manager.c	     |	 21 +++++++++++++++++++--
 libempathy/empathy-contact-manager.c	     |	  5 +++++
 4 files changed, 54 insertions(+), 2 deletions(-)

commit b3d5fed470b835055a1def11d4fda0b88e800aef
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:53 2009 +0000

    Update Python bindings.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2061
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs       |   41
 +++++++++++++++++++++++++++++++++
 python/pyempathy/pyempathy.override   |    2 +
 python/pyempathygtk/pyempathygtk.defs |    5 ++++
 3 files changed, 48 insertions(+), 0 deletions(-)

commit 06386eefb32c3fecba36fc0ca41ad6cdf2b23205
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:50 2009 +0000

    Implement sound for contact login/logout.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2060
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-main-window.c |   47
 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)

commit 001433863d6693df6d2b0e0344b0941a072194c3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:47 2009 +0000

    Fix the build.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2059
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-chat.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a79cfecdef34e787faece070ae66f4ae0e22095e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:44 2009 +0000

    Remember to check if source_id is already there when adding the
    g_timeout.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2058
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 788cad44c0256f11676d069f12f510bdadf11e4f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:41 2009 +0000

    Remove useless include.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2057
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact-manager.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit ff158e2453ea3c60d7a742e46f7ddbda000d9aca
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:38 2009 +0000

    Remove an useless method from the header and remember to unref the
    EmpathyContactMonitor in _finalize().

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2056
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact-manager.c |    1 +
 libempathy/empathy-contact-manager.h |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

commit 00702524d9e0d6e7e74cd2d1d9764d154e9cfbcb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:35 2009 +0000

    Implement _get_monitor () in EmpathyTpChat.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2055
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-chat.c |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit e3e2553553fc3aa3ae73dd9446e6b6e28a5cea69
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:31 2009 +0000

    Add an API to EmpathyAccountManager to find out if an account has just
    connected.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2054
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |   45
 ++++++++++++++++++++++++++++++++-
 libempathy/empathy-account-manager.h |    6 ++++
 2 files changed, 49 insertions(+), 2 deletions(-)

commit bd2d8f70141d9b2a3ebe4c4475f6d33f3c94f032
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:28 2009 +0000

    Port EmpathyContactListStore to the new API.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2053
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-list-store.c |	396
 ++++++++++++++-------------
 1 files changed, 203 insertions(+), 193 deletions(-)

commit 8e1600214bc425c353474fbfa0f6ea3d6c7d2897
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:25 2009 +0000

    Implement _get_monitor () in EmpathyContactManager.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2052
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact-manager.c |   12 ++++++++++++
 libempathy/empathy-contact-manager.h |    2 ++
 2 files changed, 14 insertions(+), 0 deletions(-)

commit f9f7a56545c8058953e405e73dcacbfb43767ca8
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:22 2009 +0000

    Add a "presence-changed" signal so that we can keep track of the
    previous presence of a contact when it changes.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2051
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact.c |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

commit c71a2e4bfa2ff2152f0de33d5bb829031e1a400b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:19 2009 +0000

    Add an EmpathyContactMonitor object to monitor changes in the contact
    list.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2050
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/Makefile.am		      |    3 +
 libempathy/empathy-contact-list.c    |   12 +
 libempathy/empathy-contact-list.h    |    6 +-
 libempathy/empathy-contact-monitor.c |  396
 ++++++++++++++++++++++++++++++++++
 libempathy/empathy-contact-monitor.h |   62 ++++++
 libempathy/empathy-types.h	      |   29 +++
 6 files changed, 507 insertions(+), 1 deletions(-)

commit 8c2c5015577936784ac9fc2823570a5e5f5b6c46
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:15 2009 +0000

    Update python bindings.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2049
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs       |   53
 +++++++++++++++++++++------------
 python/pyempathygtk/pyempathygtk.defs |    8 +++++
 python/update-binding.sh	       |    1 +
 3 files changed, 43 insertions(+), 19 deletions(-)

commit f84067020a3bee11f115122dff3da44f414553af
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:12 2009 +0000

    Update docs.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2048
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 docs/libempathy/libempathy-docs.sgml |    1 +
 docs/libempathy/libempathy.types     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit 4aaf9d9eaefcd2d092e3f94953284af4912cbf2d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:09 2009 +0000

    Disconnect signals when finalizing.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2047
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-account-chooser.c |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit 05726ed697031cf7dce6dd10be273a53681f887d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:06 2009 +0000

    Remove dead code from empathy-util.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2046
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-utils.c |  110
 --------------------------------------------
 libempathy/empathy-utils.h |	 5 --
 2 files changed, 0 insertions(+), 115 deletions(-)

commit 50af0d8cc957510db9d08250d6eed5f2dd8bdc26
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:03 2009 +0000

    Port EmpathyMainWindow to the new API.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2045
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-main-window.c |  282
 ++++++++++++++++++---------------------------
 1 files changed, 114 insertions(+), 168 deletions(-)

commit b38a68ade0911230f1177fa5d85ed4a9b02d4b73
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:47:00 2009 +0000

    Port EmpathyAccountsDialog to use the cached values to get the
    number of
    connecting accounts.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2044
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-accounts-dialog.c |   30 +++---------------------------
 1 files changed, 3 insertions(+), 27 deletions(-)

commit 488f2953d0a3830f697c08fd7f4bc6e9dfb4f160
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:57 2009 +0000

    Port EmpathyStatusIcon to the new API.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2043
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-status-icon.c |   63
 ++++++++++++++++++++-------------------------
 1 files changed, 28 insertions(+), 35 deletions(-)

commit 1cc82481670f67c97bddb8f3c2714d6260bc1cae
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:53 2009 +0000

    Add new API in EmpathyAccountManager to cache the number of connecting
    and connected accounts.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2042
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |   71
 ++++++++++++++++++++++++++++++++--
 libempathy/empathy-account-manager.h |   11 ++++-
 2 files changed, 76 insertions(+), 6 deletions(-)

commit f42d44b5ed3ffb8c52a41d353d15b4a0f17bde9b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:51 2009 +0000

    Port EmpathyTpContactFactory to the new API.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2041
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-factory.c |   42
 +++++++++++++++++--------------
 1 files changed, 23 insertions(+), 19 deletions(-)

commit e904971606beafbf92f3eddbd16d733fac61d143
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:48 2009 +0000

    Port EmpathyDispatcher to the new API.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2040
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   39
 +++++++++++++++++++++------------------
 1 files changed, 21 insertions(+), 18 deletions(-)

commit 45fa0b35e013d543adde4dc1f4d76369c8ba4492
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:45 2009 +0000

    Port EmpathyAccountsDialog to the new API.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2039
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-accounts-dialog.c |  155
 +++++++++++++++++++----------------------
 1 files changed, 72 insertions(+), 83 deletions(-)

commit 099e562f08514f9ec33397571107fa7761a70553
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:41 2009 +0000

    Build fix.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2038
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact-manager.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit e91257f53122cfa3dc3d46d26d15ac221d74a7f0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:38 2009 +0000

    Use a invalid value when initializing.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2037
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fc46788d52f79101e362d01c7faeb85bb7283148
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:35 2009 +0000

    Port EmpathyContactManager to the new API.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2036
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact-manager.c |   37
 ++++++++++++++++-----------------
 1 files changed, 18 insertions(+), 19 deletions(-)

commit 05bb3295319e47188aecd9e1806b80fed57d6597
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:32 2009 +0000

    Unref the object.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2035
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit ab7265ce95f414548ca808bd186bc9b5db9e87b4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:29 2009 +0000

    Port EmpathyChat to the new API.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2034
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |   39
 ++++++++++++++++++---------------------
 1 files changed, 18 insertions(+), 21 deletions(-)

commit 8a060a52f9458a69dff4e706673bf2dd15d0c9bc
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:26 2009 +0000

    Use the right marshallers for signals.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2033
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 24fc25e9e9e3afd2caed6dfc5b29d8405edafcf9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:23 2009 +0000

    Fix a typo.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2032
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1ede73fdf4c685d8f8a159989071bd06a565d9e2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:20 2009 +0000

    Port the account chooser to the new API.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2031
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-account-chooser.c |   80
 ++++++++++-------------------
 1 files changed, 28 insertions(+), 52 deletions(-)

commit d09f9adac4db9760bed24a6243dc1a9175f6532d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:17 2009 +0000

    Disconnect from the DBus signal on finalize.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2030
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-account-manager.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 397d5230518bac1354588b7e437abdad1e4ca772
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:14 2009 +0000

    Add EmpathyAccountManager.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2029
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/Makefile.am		      |    2 +
 libempathy/empathy-account-manager.c |  391
 ++++++++++++++++++++++++++++++++++
 libempathy/empathy-account-manager.h |   53 +++++
 3 files changed, 446 insertions(+), 0 deletions(-)

commit 7a7db42b53641ca25c4a5b787e4fd07cceed4109
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:11 2009 +0000

    Only play logout sound if switching to Offline from Available.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2028
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |	1 -
 src/empathy-main-window.c	   |   19 ++++++++++++-------
 2 files changed, 12 insertions(+), 8 deletions(-)

commit f1c05d4d46f0c22cd50bed1e357ad739dbc682ef
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:07 2009 +0000

    Don't emit sound when changing state and properly play login sound.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2027
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |	6 ++++--
 src/empathy-main-window.c	   |   13 ++++++++++++-
 2 files changed, 16 insertions(+), 3 deletions(-)

commit e3f88066b68a99a7dc475dd1aa83d186c3ca0e53
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:04 2009 +0000

    Don't set random values in EmpathyIdle init if MC is not running.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2026
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-idle.c |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 77e83b7a443b00686d2c3791a644ceab4271935f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:46:01 2009 +0000

    Adapt the libcanberra calls to use the new functions.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2025
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-conf.h |    1 -
 src/empathy-call-window.c     |    3 ---
 src/empathy-chat-window.c     |   28 ++++++++++++++++------------
 src/empathy-main-window.c     |   27 +++++++++++++++------------
 4 files changed, 31 insertions(+), 28 deletions(-)

commit 4260dd888fc8f4fc06851e01fcf65df44ccae352
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:45:57 2009 +0000

    Add empathy_sound_pref_is_enabled ().

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2024
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |   35
 +++++++++++++++++++++++++++++++++++
 libempathy-gtk/empathy-ui-utils.h |	2 ++
 2 files changed, 37 insertions(+), 0 deletions(-)

commit 2862c4d0b241da216905a795605c3b3c6ca72280
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:45:54 2009 +0000

    Fix a typo in the schemas description.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2023
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 data/empathy.schemas.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 64d27161057292e6a0199229da3fea89fa8413e6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:45:51 2009 +0000

    Adapt Patryk's patch to trunk.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2022
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac		       |    1 +
 libempathy-gtk/empathy-conf.h |    1 +
 src/empathy-call-window.c     |   23 +++++++++++++++++++++++
 src/empathy-chat-window.c     |   24 ++++++++++++++++++++++++
 src/empathy-main-window.c     |   21 ++++++++++++++++++++-
 5 files changed, 69 insertions(+), 1 deletions(-)

commit 4310b39357cb52bea0140eda1788e84da7764e7e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Jan 6 16:45:47 2009 +0000

    Create an UI for sound configuration.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2021
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 data/empathy.schemas.in       |  108 +++++++++++++++++++++++++---
 libempathy-gtk/empathy-conf.h |   12 +++-
 src/empathy-preferences.c     |  158
 +++++++++++++++++++++++++++++++++++------
 src/empathy-preferences.glade |  137 +++++++++++++++---------------------
 4 files changed, 298 insertions(+), 117 deletions(-)

commit 84584ccb8d6cd0b2bcd639c69985a96e2b39a742
Author: kmaraas <kmaraas@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Jan 5 05:37:34 2009 +0000

    Updated Norwegian bokmål translation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2020
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/nb.po |  149
 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 73 insertions(+), 76 deletions(-)

commit 0a571d28958f0e827c351cd28176a109b2affc58
Author: leonardof <leonardof@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Jan 4 20:26:31 2009 +0000

    2009-01-04	Leonardo Ferreira Fontenelle  leonardof@gnome.org

	* pt_BR.po: Updated pt_BR translation (Taylon Silmer).


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2019
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/pt_BR.po |	557
 +++++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 385 insertions(+), 172 deletions(-)

commit 88c59a1080ed9891f65307ddb5472f0cf37de59e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 29 09:11:50 2008 +0000

    More coding style fixes in empathy-contact-menu.c

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2018
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |  178
 +++++++++++++++------------------
 1 files changed, 81 insertions(+), 97 deletions(-)

commit 547e82cc2a498de3adc734bfe1645d77e32c51ea
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 29 09:11:46 2008 +0000

    Correctly escape service name in dtube handlers

    Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2017
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tube-handler.c |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

commit d600e3398221e445915bab48c013468e9a540648
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 29 09:11:42 2008 +0000

    Don't unref NULL avatar used as chat window icon

    This only happens if you set a secret gconf key, I think.

    Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2016
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-chat-window.c |	5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 7b2f6bf7975b133a0dcbd87ffe3ba69c12e8db92
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 29 09:11:37 2008 +0000

    Homogenize coding style in empathy_contact_menu_new

    Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2015
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a29bd139ed7ea221504774138dff9cc60536795d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 29 09:11:32 2008 +0000

    Ignore cscope.out.

    Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2014
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 .gitignore |	 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a0b170b7f3d60ecfa8cdc7c76dc87dfec332d1fe
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Dec 24 09:57:53 2008 +0000

    Remove libgnomevfs include in megaphone-applet.c (Andre Klapper).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2013
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 megaphone/src/megaphone-applet.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 2d3811960a3a6be4291f990f406c10b72f640976
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 22 17:56:33 2008 +0000

    Start file transfer if the state is already open when we get the
    unix socket

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2012
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit c10348d100cf46caa58e37fd8592439b311e1816
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 22 17:56:29 2008 +0000

    Make existing contact FT capable when the CM supports it

    Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2011
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-factory.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 10a9ade013f42fb26c2d5bbd393a6de692deca3d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:58:08 2008 +0000

    Bump version to 2.25.4

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2010
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e6ad8390ca6995343c74195400e8327c03ca0a47
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:42:30 2008 +0000

    Replace empathy-chat-view.c by empathy-chat-text-view.c in POTFILE.in

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2009
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/POTFILES.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6695e80f654e5b6bf6d079bd90aee20b91a96d4c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:32:22 2008 +0000

    Don't forget to unref the smiley manager

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2008
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-chat-window.c |	1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 5cf8b7662b8cf6d0bc4aca784c0313db43c21e72
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:32:19 2008 +0000

    Remove finalize, it is not used.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2007
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme-irc.c |	 7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

commit ca30c6f2fbdb63d9a8283dc7fed778873618a8d7
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:32:16 2008 +0000

    Do not assert the tab exists in empathy_chat_text_view_tag_set(),
    simply return silently.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2006
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-text-view.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit a5f4722db337eb6cec46a3a35145da892f35a830
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:32:13 2008 +0000

    Update python bindings

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2005
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs	   |	9 -
 python/pyempathygtk/pyempathygtk.defs	   |  302
 ++++++++---------------------
 python/pyempathygtk/pyempathygtk.override |	1 -
 python/update-binding.sh		   |	2 +-
 4 files changed, 87 insertions(+), 227 deletions(-)

commit 6dd203ecd82b9aecf0efea8f55f850e578f10b6b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:32:10 2008 +0000

    Update API doc.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2004
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 docs/libempathy-gtk/libempathy-gtk-docs.sgml |    2 +-
 docs/libempathy-gtk/libempathy-gtk.types     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a18b92f34f38565cb53628286530fe2d25bd917b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:32:07 2008 +0000

    Fallback to use "classic" theme if the gconf key is invalid

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2003
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme-manager.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit e84924205d2ab5b0f161c3f5012269531d23ac21
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:32:04 2008 +0000

    Update boxes views when theme changes to another boxes one.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2002
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme-manager.c |  152
 +++++++++++++++++++-------------
 1 files changed, 89 insertions(+), 63 deletions(-)

commit b5df18983c8927d23a992bcbc9add29a21b465ae
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:32:01 2008 +0000

    Update color when using the simple theme and GTK color changes.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2001
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme-manager.c |   83
 ++++++++++---------------------
 1 files changed, 27 insertions(+), 56 deletions(-)

commit 01f6e31d6b8e8c54a207e430423e301c42f0fb92
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:29:04 2008 +0000

    translations are not executable

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2000
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 0 files changed, 0 insertions(+), 0 deletions(-)

commit f2550a33ba55ed8826cda8484a178a0aead8fdfa
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:29:01 2008 +0000

    Update news

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1999
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 NEWS |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 4757f77722c043d9ae5266bae75d583395138d22
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:24:51 2008 +0000

    Don't forget to call g_object_weak_unref in finalise on each views

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1998
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme-manager.c |  332
 ++++++++++++++++----------------
 1 files changed, 170 insertions(+), 162 deletions(-)

commit c5e143fddc273c237fadcb70bb037c787a0393a5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:24:49 2008 +0000

    Remove useless commented code

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1997
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme-manager.c |  118
 --------------------------------
 1 files changed, 0 insertions(+), 118 deletions(-)

commit 8dd67a2ad5d48bbf34c76af8b55e07aa432de6c2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:24:45 2008 +0000

    Keep a list of boxes views so we can update colors when themes change

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1996
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme-manager.c |  114
 +++++++++++++++++++-------------
 1 files changed, 68 insertions(+), 46 deletions(-)

commit d2c743df56ee98ccaaa76d9fa0f2fc0f2a7e50c3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:24:42 2008 +0000

    Remove a FIXME which was not a problem and add one for bug #542523

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1995
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme-manager.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 121fb58d71164a318f5299a6d1e6447fcc7177b5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:24:39 2008 +0000

    Create the simple theme using system colors

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1994
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme-manager.c |   63
 ++++++++++++++++----------------
 1 files changed, 32 insertions(+), 31 deletions(-)

commit 40d7a5f59c1f9e6f29108238e77c206ed453883f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:24:35 2008 +0000

    Completely rework the theming system to make easy implementing themes
    based on other classes like webkit.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1993
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-text-view.c |  634 ++++++++++++++++----------
 libempathy-gtk/empathy-chat-text-view.h |   33 ++-
 libempathy-gtk/empathy-chat.c		 |    6 +-
 libempathy-gtk/empathy-log-window.c	 |    6 +-
 libempathy-gtk/empathy-theme-boxes.c	 |  749
 ++++++-------------------------
 libempathy-gtk/empathy-theme-boxes.h	 |   15 +-
 libempathy-gtk/empathy-theme-irc.c	 |  293 ++----------
 libempathy-gtk/empathy-theme-irc.h	 |   16 +-
 libempathy-gtk/empathy-theme-manager.c  |  543 ++++++++++++++--------
 libempathy-gtk/empathy-theme-manager.h  |   16 +-
 10 files changed, 976 insertions(+), 1335 deletions(-)

commit a4c5b1a7462ff78724f38729b8c3556395c6bcfb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:24:31 2008 +0000

    Remove EmpathyTheme, code will be merged into EmpathyChatTextView

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1992
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/Makefile.am	|    2 -
 libempathy-gtk/empathy-theme.h |   98
 ----------------------------------------
 2 files changed, 0 insertions(+), 100 deletions(-)

commit ce2af7239dc99bbf76c1032df99debe7472a34b4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:24:28 2008 +0000

    Remove unused empathy-theme.h include

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1991
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-view.h |	 2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit e1931e7b0d6d0270f66c248fb80c95fd76aa3f43
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:24:25 2008 +0000

    Remove useless empathy_text_buffer_tag_set

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1990
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |   49
 +------------------------------------
 libempathy-gtk/empathy-ui-utils.h |	4 ---
 2 files changed, 1 insertions(+), 52 deletions(-)

commit 4edd702eb9c401c121f9e80fe7b0a64a00f568c5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:24:22 2008 +0000

    Remove useless empathy_message_get_date_and_time

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1989
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-message.c |   20 --------------------
 libempathy/empathy-message.h |    2 --
 2 files changed, 0 insertions(+), 22 deletions(-)

commit b4bd40494d0babf9778b616d508ae0e7d2412c77
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:24:19 2008 +0000

    Remove useless virtual methods

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1988
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-view.c |	85
 ++++-------------------------------
 libempathy-gtk/empathy-chat-view.h |	19 --------
 2 files changed, 10 insertions(+), 94 deletions(-)

commit 8e814f233bf2d50e871f73a6954c8f6dd26aba3f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:24:15 2008 +0000

    Rename EmpathyChatSimpleView to EmpathyChatTextView

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1987
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/Makefile.am		   |	4 +-
 libempathy-gtk/empathy-chat-simple-view.c | 1237
 -----------------------------
 libempathy-gtk/empathy-chat-simple-view.h |   63 --
 libempathy-gtk/empathy-chat-text-view.c   | 1236
 ++++++++++++++++++++++++++++
 libempathy-gtk/empathy-chat-text-view.h   |   65 ++
 libempathy-gtk/empathy-chat.c		   |	4 +-
 libempathy-gtk/empathy-log-window.c	   |	6 +-
 7 files changed, 1308 insertions(+), 1307 deletions(-)

commit 2b50999b5f9989475b8aaec9822000d01cc62318
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:24:11 2008 +0000

    Move the smiley menu code from EmpathyChatView to EmpathyChatManager.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1986
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-view.c	 |   49 ------------------
 libempathy-gtk/empathy-chat-view.h	 |    3 -
 libempathy-gtk/empathy-chat.c		 |   43 ++++++++-------
 libempathy-gtk/empathy-smiley-manager.c |   84
 +++++++++++++++++++++++++++++++
 libempathy-gtk/empathy-smiley-manager.h |    7 +++
 src/empathy-chat-window.c		 |   31 ++++++------
 6 files changed, 129 insertions(+), 88 deletions(-)

commit 3be431852441a23832df40dc80c97d643b75cb6b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:24:08 2008 +0000

    EmpathyChatView interface can only be implemented by a GtkWidget
    subclass

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1985
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-view.c |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0b533b662feccebd0b71bb5b59e993480f44c127
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:23:59 2008 +0000

    Replace _get_selection_bounds by _get_has_selection

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1984
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-simple-view.c |	8 +++-----
 libempathy-gtk/empathy-chat-view.c	   |   10 +++-------
 libempathy-gtk/empathy-chat-view.h	   |	8 ++------
 libempathy-gtk/empathy-chat.c		   |	6 +++---
 src/empathy-chat-window.c		   |	5 ++---
 5 files changed, 13 insertions(+), 24 deletions(-)

commit 25800ed6d843f4bb342ee7eb94f13834820034c3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:23:55 2008 +0000

    Remove _append_button since it's not used

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1983
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-simple-view.c |   74
 -----------------------------
 libempathy-gtk/empathy-chat-view.c	   |   16 ------
 libempathy-gtk/empathy-chat-view.h	   |	8 ---
 3 files changed, 0 insertions(+), 98 deletions(-)

commit 6eafa722376b0f2bf9db2010dd0d4acf1b659c9b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:23:51 2008 +0000

    Move chat_view_get_avatar_pixbuf_with_cache to EmpathyThemeBoxes
    where it makes more sense.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1982
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-view.c   |   96
 ----------------------------------
 libempathy-gtk/empathy-chat-view.h   |    1 -
 libempathy-gtk/empathy-theme-boxes.c |   96
 +++++++++++++++++++++++++++++++++-
 3 files changed, 95 insertions(+), 98 deletions(-)

commit fbd3cc671025df6d2cc4d4be5b120dd0a17124e8
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:23:47 2008 +0000

    Fix licence and clean up a bit the interface

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1981
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-simple-view.h |	4 +-
 libempathy-gtk/empathy-chat-view.c	   |  270
 ++++++++++++++---------------
 libempathy-gtk/empathy-chat-view.h	   |   90 +++++-----
 libempathy-gtk/empathy-chat.c		   |	3 +-
 libempathy-gtk/empathy-log-window.c	   |	5 +-
 5 files changed, 179 insertions(+), 193 deletions(-)

commit d0b2f308bf5d5fc9e4b72424ddb2f11fddda0acb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:23:43 2008 +0000

    Reorder functions to not declare them in the top of the file.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1980
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-simple-view.c |  505
 +++++++++++++----------------
 1 files changed, 232 insertions(+), 273 deletions(-)

commit 0df787c7684b8148281af6123c77a74c2a085df8
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:23:39 2008 +0000

    Fix compilation problems

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1979
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat-simple-view.c |  227
 ++++++++++++-----------------
 1 files changed, 94 insertions(+), 133 deletions(-)

commit 588c4e95d4746e9d3f443ecbf13d34f8fe15220a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 16 09:23:26 2008 +0000

    EmpathyChatView as GInterface

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1978
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/Makefile.am		   |	2 +
 libempathy-gtk/empathy-chat-simple-view.c | 1393
 +++++++++++++++++++++++++++++
 libempathy-gtk/empathy-chat-simple-view.h |   63 ++
 libempathy-gtk/empathy-chat-view.c	   | 1281
 +++------------------------
 libempathy-gtk/empathy-chat-view.h	   |   60 +-
 5 files changed, 1630 insertions(+), 1169 deletions(-)

commit 87137da2ae8af6f7ee91ff05ee15d3440acb182c
Author: kmaraas <kmaraas@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 15 21:56:27 2008 +0000

    Updated Norwegian bokmål translation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1977
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/nb.po |  451
 ++++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 350 insertions(+), 101 deletions(-)

commit f5c1a1e45ce29701e1c70249705686b14621465c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 15 19:57:58 2008 +0000

    Bump ABI version

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1976
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 972abb926faf5d2f420bd87bca6acea6007cf9fa
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 15 19:57:55 2008 +0000

    Update NEWS

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1975
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 NEWS |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

commit b4d853da9d67f13706d5d918ed5a9934cd3580ca
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 15 19:51:56 2008 +0000

    Don't forget to include empathy-utils.h to get empathy_init().

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1974
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-main.c |	 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit fb925459ee0d04af885cdc1e294f4fa988cdadbf
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 15 19:51:53 2008 +0000

    Update copyright date for configure.ac

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1973
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ecab88f3cbb67ae9b3e85978bb56292c166ea6f2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Dec 12 15:49:41 2008 +0000

    Init empathy for megaphone, nothere and check-main.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1972
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 megaphone/src/megaphone-applet.c |    1 +
 nothere/src/nothere-applet.c	  |    4 ++--
 tests/check-main.c		  |    1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

commit e6dee9732e2e1c4a7178627c396b40207fbfea10
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Dec 12 15:49:38 2008 +0000

    gtk_init and g_thread_init shouldn't be called by libraries. Let
    applications do it.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1971
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |   39
 ++----------------------------------
 libempathy-gtk/empathy-ui-utils.h |	9 +-------
 libempathy/empathy-utils.c	   |	4 ---
 src/empathy-logs.c		   |	4 ++-
 src/empathy.c			   |   12 ++++++----
 tests/contact-manager.c	   |	3 +-
 6 files changed, 16 insertions(+), 55 deletions(-)

commit d5308c32972c2b777b6de0fce65a9d8dbef99109
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Dec 12 15:49:34 2008 +0000

    Make sure to not init thread twice.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1970
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-utils.c |	 4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 550228b6826e0aa6776f83c1e72319635106f14a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Dec 12 15:49:31 2008 +0000

    Refactor empathy_gtk_init* to share common code.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1969
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |   45
 +++++++++++++++++++++---------------
 1 files changed, 26 insertions(+), 19 deletions(-)

commit 87fe1732dcaaa7978034336f67dbd1eee62c26ec
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Dec 12 15:49:28 2008 +0000

    Use empathy_gtk_init()

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1968
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/contact-manager.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 8c6e1a44cfaddec993986942e34b03228d4eeb51
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Dec 12 15:49:24 2008 +0000

    Use gi18n-lib.h instead of gi18n.h for libraries.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1967
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-account-chooser.c    |	  2 +-
 libempathy-gtk/empathy-account-widget-irc.c |	  2 +-
 libempathy-gtk/empathy-account-widget-sip.c |	  2 +-
 libempathy-gtk/empathy-account-widget.c     |	  2 +-
 libempathy-gtk/empathy-avatar-chooser.c     |	  2 +-
 libempathy-gtk/empathy-avatar-image.c	     |	  2 +-
 libempathy-gtk/empathy-chat-view.c	     |	  2 +-
 libempathy-gtk/empathy-chat.c		     |	  2 +-
 libempathy-gtk/empathy-contact-dialogs.c    |	  2 +-
 libempathy-gtk/empathy-contact-list-view.c  |	  2 +-
 libempathy-gtk/empathy-contact-menu.c	     |	  2 +-
 libempathy-gtk/empathy-contact-widget.c     |	  2 +-
 libempathy-gtk/empathy-irc-network-dialog.c |	  2 +-
 libempathy-gtk/empathy-log-window.c	     |	  2 +-
 libempathy-gtk/empathy-new-message-dialog.c |	  2 +-
 libempathy-gtk/empathy-presence-chooser.c   |	  2 +-
 libempathy-gtk/empathy-spell-dialog.c	     |	  2 +-
 libempathy-gtk/empathy-spell.c		     |	  2 +-
 libempathy-gtk/empathy-theme-boxes.c	     |	  2 +-
 libempathy-gtk/empathy-theme-irc.c	     |	  2 +-
 libempathy-gtk/empathy-theme-manager.c      |	  2 +-
 libempathy-gtk/empathy-theme.c		     |	  2 +-
 libempathy-gtk/empathy-ui-utils.c	     |	  2 +-
 libempathy-gtk/totem-subtitle-encoding.c    |	  2 +-
 libempathy/empathy-contact-groups.c	     |	  2 +-
 libempathy/empathy-contact.c		     |	  2 +-
 libempathy/empathy-dispatcher.c	     |	  2 +-
 libempathy/empathy-idle.c		     |	  2 +-
 libempathy/empathy-irc-network.c	     |	  2 +-
 libempathy/empathy-irc-server.c	     |	  2 +-
 libempathy/empathy-status-presets.c	     |	  2 +-
 libempathy/empathy-tp-contact-list.c	     |	  2 +-
 libempathy/empathy-tp-file.c		     |	  2 +-
 libempathy/empathy-utils.c		     |	  3 +--
 src/empathy.c				     |	  1 +
 35 files changed, 35 insertions(+), 35 deletions(-)

commit 4dc8956c4eac5c7a892f9aa0ba584d5ff35a9bd8
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Dec 12 15:49:15 2008 +0000

    Add empathy_init(), empathy_gtk_init() and
    empathy_gtk_init_with_args(). They have to be called by any process
    using libempathy.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1966
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/Makefile.am	   |	1 +
 libempathy-gtk/empathy-ui-utils.c |   41
 +++++++++++++++++++++++++++++++++++++
 libempathy-gtk/empathy-ui-utils.h |	8 +++++++
 libempathy/Makefile.am		   |	1 +
 libempathy/empathy-utils.c	   |   27 ++++++++++++++++++++++++
 libempathy/empathy-utils.h	   |	1 +
 src/Makefile.am		   |	6 -----
 src/empathy-logs.c		   |   16 +++----------
 src/empathy.c			   |   23 ++++----------------
 9 files changed, 88 insertions(+), 36 deletions(-)

commit 35413ad07cd8ba583341b4f56bf23c652c697825
Author: lferrett <lferrett@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Dec 12 14:28:02 2008 +0000

    Updated it translation (Milo Casagrande)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1965
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/it.po |  508
 ++++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 393 insertions(+), 115 deletions(-)

commit 82adebdf43c21198dfbaef446e1a10f034ec7f62
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Dec 12 09:40:28 2008 +0000

    Fix coding style

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1964
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-dialogs.c |   12 ++++++------
 libempathy/empathy-contact-manager.c	  |   11 ++++++-----
 libempathy/empathy-contact-manager.h	  |    2 +-
 libempathy/empathy-tp-contact-list.c	  |    8 ++++----
 libempathy/empathy-tp-contact-list.h	  |    2 +-
 libempathy/empathy-tp-group.c		  |   12 ++++++------
 libempathy/empathy-tp-group.h		  |    2 +-
 7 files changed, 25 insertions(+), 24 deletions(-)

commit 02e3c7905bb1ba1d08e184e51f812a42c9ab483a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Dec 12 09:40:24 2008 +0000

    can_add_contact_to_account: use empathy_contact_manager_can_add
    (Guillaume Desmottes)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1963
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-dialogs.c |   29
 ++++++-----------------------
 1 files changed, 6 insertions(+), 23 deletions(-)

commit 6a9e27e219a7f5ce21dd4c36c7ece958b9e90a33
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Dec 12 09:40:21 2008 +0000

    add empathy_contact_manager_can_add (Guillaume Desmottes)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1962
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact-manager.c |   15 +++++++++++++++
 libempathy/empathy-contact-manager.h |    2 ++
 2 files changed, 17 insertions(+), 0 deletions(-)

commit add0d671b8e673e7aad7312f83a65ae522c1e599
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Dec 12 09:40:18 2008 +0000

    add empathy_tp_contact_list_can_add (Guillaume Desmottes)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1961
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-list.c |   16 ++++++++++++++++
 libempathy/empathy-tp-contact-list.h |    1 +
 2 files changed, 17 insertions(+), 0 deletions(-)

commit 42ef92852d045816ac7d1fb7ef832a624270a368
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Dec 12 09:40:14 2008 +0000

    add empathy_tp_group_get_flags (Guillaume Desmottes)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1960
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-group.c |   11 +++++++++++
 libempathy/empathy-tp-group.h |    1 +
 2 files changed, 12 insertions(+), 0 deletions(-)

commit 98ef78f4371e4150161eb7cfb7129e96d734b549
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Dec 11 18:54:09 2008 +0000

    Make hitting enter in New Conversation activate Chat (Will Thompson).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1959
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-new-message-dialog.glade |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8eb5b2262b2f5c2820416a12d3a5adc8c11a8107
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Dec 11 14:23:56 2008 +0000

    Add commented out defines to disable single include for GLib, GDK
    and GTK.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1958
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

commit 1d981be135e3708e19660fa352fed73a34b199ae
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Dec 10 10:13:51 2008 +0000

    Clarify URI regex

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1957
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 2dc2aab05835228ffdb3afeb3ee8e0534e94f9c9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 9 16:19:44 2008 +0000

    Improve URI regex.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1956
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 496bfd32f90cd6c075caa82cb301d1cb82303133
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 9 16:19:41 2008 +0000

    Correct typo: SHEME -> SCHEME

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1955
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e601f865f746a5c29dc58367b2a88cf45646ae04
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 9 16:19:38 2008 +0000

    Match literal dot rather than any char in email domain

    This fixes half of #563713: previously, "foo@bar baz" was matched
    as an email
    address.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1954
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 25ea8f45fe28b3781181521dc60ac68d0b1c6869
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 8 14:20:15 2008 +0000

    Explicitly depend on telepathy-glib in .pc files (Simon McVittie)

    If backporting this patch, if any file in libempathy/ or
    libempathy-gtk/
    uses #include <libtelepathy/anything>, then a libtelepathy dependency
    is needed too.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1953
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/libempathy-gtk.pc.in |	  2 +-
 libempathy/libempathy.pc.in	     |	  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 4873b41fb20767018ab41b73674e9174c0cf020f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Dec 7 22:47:25 2008 +0000

    Add ca/ in gitignore

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1952
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e568ed769af7d0ca37390b37b05ce42621fee6ea
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Dec 7 22:44:23 2008 +0000

    Autocompletion on contact names for "new message" dialog box. Fixes
    bug #552296 (Emmanuel Bretelle, Xavier Claessens).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1951
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-new-message-dialog.c |	149
 ++++++++++++++++++++++++++-
 1 files changed, 145 insertions(+), 4 deletions(-)

commit eaf44a1ac37ffe47d7d11b65faed3d15ce1c8726
Author: gforcada <gforcada@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Dec 6 15:07:53 2008 +0000

    Updated ca translation (Joan Duran)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1948
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ca.po |  575
 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 398 insertions(+), 177 deletions(-)

commit 987f5468169a7eb30c5f32cbb9f50fa2be082074
Author: gforcada <gforcada@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Dec 6 15:05:58 2008 +0000

    Added Catalan translation by Joan Duran

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1947
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/Makefile.am			 |    3 +-
 help/ca/ca.po				 |  497
 +++++++++++++++++++++++++++++++
 help/ca/figures/empathy-main-window.png |  Bin 0 -> 9515 bytes
 help/ca/figures/empathy-new-account.png |  Bin 0 -> 22569 bytes
 4 files changed, 498 insertions(+), 2 deletions(-)

commit 99f95a4d43a9d02657eab30341c0f74e3ed1b871
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Dec 4 20:38:55 2008 +0000

    Improve the contact-manager to display contacts in a combobox

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1946
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/contact-manager.c |   35 ++++++++++++++++++++---------------
 1 files changed, 20 insertions(+), 15 deletions(-)

commit 46a3a4e436a650b2c6e7ea04c1f3e04ad7e95ace
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Dec 4 11:30:38 2008 +0000

    Add lines to disable deprecated GDK symbols

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1945
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 78d06e6b59badd8d941b3ea59af7ce5786fd17c0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Dec 2 18:54:20 2008 +0000

    Use G_GINT_FORMAT for printinf a goffset. Fixes bug #562873.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1944
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9e31b93586ca692c31c41132189e2d3399510515
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 1 21:01:58 2008 +0000

    Drop libgnomeui dependency (Cosimo Cecchi).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1943
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac		  |    1 -
 src/empathy-ft-manager.c |   22 ++++++++--------------
 2 files changed, 8 insertions(+), 15 deletions(-)

commit b8b10d4ce077fbe882554f97cbc3dbd97ca40374
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 1 21:01:54 2008 +0000

    Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1942
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac			       |    2 +-
 libempathy-gtk/empathy-chat-view.c    |   29
 ++++++++++++++++-------------
 libempathy-gtk/empathy-ui-utils.c     |   12 ++++++------
 libempathy-gtk/empathy-ui-utils.h     |    3 ++-
 python/pyempathygtk/pyempathygtk.defs |    1 +
 src/empathy-about-dialog.c	       |    2 +-
 src/empathy-accounts-dialog.c	       |    2 +-
 src/empathy-chat-window.c	       |    2 +-
 src/empathy-ft-manager.c	       |    2 +-
 src/empathy-main-window.c	       |    2 +-
 10 files changed, 31 insertions(+), 26 deletions(-)

commit 460e2e92a9b9861ebbc5cc318abc9ad57fa4c801
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 1 12:46:27 2008 +0000

    Bump version to 2.25.3

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1941
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4a77c8af138ff567ca6e79ef73c08d8df9546c78
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 1 12:18:03 2008 +0000

    Add necessary files to EXTRA_DIST

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1940
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/Makefile.am |	4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 8e155f079130d216fdb31708e3f10547f6560924
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 1 11:24:00 2008 +0000

    Don't forget to install empathy-import-dialog.glade

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1939
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 99a53a13ae66dd804d573a04cc7dfa645ce6da23
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 1 11:17:58 2008 +0000

    Fix distcheck of tests/xml/

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1938
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/xml/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5f2d4ea52946ee109100aeb0c49bd52bb95d1a48
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 1 11:15:19 2008 +0000

    Fix distcheck of extensions/

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1937
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 65da1690c2af175fc65d96e06f18731844e77b24
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 1 11:12:51 2008 +0000

    Bump version to 2.25.2 and update ABI version

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1936
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 17da62c6d9d5efc0c854c83940c6ae3e01a8dcbc
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 1 11:12:48 2008 +0000

    Update NEWS.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1935
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 NEWS |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 46 insertions(+), 0 deletions(-)

commit cf92fad02c49270dce2a3533a07aae70c751ab75
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 1 10:22:02 2008 +0000

    Update API doc.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1934
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 docs/libempathy-gtk/libempathy-gtk.types |    2 +-
 docs/libempathy/libempathy.types	  |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 2ac51ac78a4fb34c56bd09cf3224c0e9cf87b711
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 1 10:21:59 2008 +0000

    Update python binding

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1933
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs |   25 -------------------------
 1 files changed, 0 insertions(+), 25 deletions(-)

commit 4a0a63ec9c05bf3d9776ab883526d892e42a713e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Dec 1 10:21:55 2008 +0000

    Use GRegex instead of custom code and use a new regex to detect URIs

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1932
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme.c |  104 ++++++++++++++++-----------------
 libempathy/empathy-utils.c	|  126
 ----------------------------------------
 libempathy/empathy-utils.h	|   19 +-----
 3 files changed, 53 insertions(+), 196 deletions(-)

commit f47e14859adfb2acd2bacb410fc341cd1ce57bf1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Nov 29 22:54:45 2008 +0000

    Add EmpatyTpFile to API doc.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1931
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 docs/libempathy/libempathy-docs.sgml |    1 +
 docs/libempathy/libempathy.types     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit 3c515339dd87f791488dda6669cd6b6473c95376
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Nov 29 22:54:41 2008 +0000

    Update python binding to have EmpathyTpFile API.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1930
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs       |  126
 +++++++++++++++++++++++++++++++++
 python/pyempathy/pyempathy.override   |    1 +
 python/pyempathygtk/pyempathygtk.defs |   30 ++++++++
 python/update-binding.sh	       |    1 +
 4 files changed, 158 insertions(+), 0 deletions(-)

commit 80f6a7515777818a2e8f2efb7ab51d5d7cee4bac
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Nov 29 22:54:38 2008 +0000

    Remove duplicate declaration of _get_transferred_count

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1929
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit a625f7d7b977b52acf72cd837764a2703b47ca8b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Nov 29 21:31:21 2008 +0000

    Add missing include

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1928
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-message.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6b3aa334b058adb07d2009b671680be962bb2a3a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Nov 29 21:31:17 2008 +0000

    Little fix for previous commit.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1927
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 31e0e9538ec4ba9be907fa421576e72732de79f6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Nov 29 21:12:17 2008 +0000

    Fix a bug for the compilation of empathy-dispatcher.c. Fixes bug
    #562588 (Stephane Wirtel).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1926
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c783b1cc37aef75834b8143bca727752eceba2eb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 28 10:57:21 2008 +0000

    Fix previous commit. Oops.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1925
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-log-window.c |	 10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 351363f1eb2a91d3bc9d2418614a16d190e95dfa
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 28 10:55:50 2008 +0000

    Fix a crash in the log window when there is no account. Fixes bug
    #562071.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1924
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-log-window.c |	  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit ff24a46f90f4c1dfd898fd2b77fe899af97abf4f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 28 10:44:47 2008 +0000

    max_width, max_height and max_size are defined as guint in
    EmpathyTpContactFactory and telepathy spec.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1923
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f4d6b060fbe327d9e8867c3e00238395a1b5e0ee
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 28 10:31:56 2008 +0000

    prevent problem with multiple definition of the same symbol. Fixes
    bug #558370 (Michael Scherer).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1922
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathymodule.c	  |    2 ++
 python/pyempathygtk/pyempathygtkmodule.c |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

commit 5d58c7f0b28b6ed022df70e1b148927ef3a936e8
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 28 09:34:59 2008 +0000

    We need telepeathy-glib >= 0.7.15 for new Requests interface.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1921
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bf6a5a7cc49e6be84d14db8bcc3a97dcbd45fd1d
Author: bcicek <bcicek@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Nov 26 13:21:11 2008 +0000

    Updated Turkish translation (Baris Cicek)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1920
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/tr.po | 2249
 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 1723 insertions(+), 526 deletions(-)

commit a1b91707e6a4ece2b14a5eb76c7feacdd1eaa329
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Nov 24 09:22:08 2008 +0000

    dispatcher_connection_new_channel_cb: set the room of the newly
    created chatroom. Fixes bug #560387 (Guillaume Desmottes).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1918
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d7a036db37d8405db3398ba178c88cd6bcd7ea13
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Nov 22 18:26:17 2008 +0000

    Updated Spanish translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1917
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/es.po | 2112
 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 1347 insertions(+), 765 deletions(-)

commit 63dbe09c56bcf90c6b854029a081181b751c9191
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Nov 22 17:37:18 2008 +0000

    Updated es translation (Jorge Gonzalez)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1916
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 -
 po/es.po     | 2091
 ++++++++++++++++++++++++----------------------------------
 2 files changed, 848 insertions(+), 1247 deletions(-)

commit a39610b5f42eccad55930c908473bb27d340e39c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:25:19 2008 +0000

    Replace Q_() with C_() for translation context.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1915
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |   15 +++------------
 1 files changed, 3 insertions(+), 12 deletions(-)

commit 6fdb4ffc5f32420890fb9745a4f7042b3a2a75b8
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:25:15 2008 +0000

    If first_line xor second_line is NULL, use only one line in
    ft_manager_update_ft_row.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1914
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit 667f7edf1a159b37658d83587572c90310a3963f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:25:11 2008 +0000

    Remove empathy_tp_file_keep_alive hack and connect to "notify::state"
    in file_channel_create_cb() to unref the object when the FT is done.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1913
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   20 ++++++++++++++++++--
 libempathy/empathy-tp-file.c	 |   37
 -------------------------------------
 libempathy/empathy-tp-file.h	 |    1 -
 src/empathy.c			 |    1 -
 4 files changed, 18 insertions(+), 41 deletions(-)

commit 084a45531a3317b8194eb397295750a491a1ba19
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:25:07 2008 +0000

    Avoid a string dup.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1912
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 9481adffed021652ca6d7cba48137cbcd5272176
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:25:04 2008 +0000

    Cleanup the code inside ft_manager_build_ui.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1911
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |  109
 +++++++++++++++++++++-------------------------
 1 files changed, 50 insertions(+), 59 deletions(-)

commit 4a1020f39af1d130248f3c487586881a61bee6ac
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:25:00 2008 +0000

    Simplify and comment the livetime of EmpathyFTManager

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1910
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |   49
 ++++++++++++++++++++++++++-------------------
 1 files changed, 28 insertions(+), 21 deletions(-)

commit 8441f36c5e45b80ee336b9e8b018e80e975a457f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:56 2008 +0000

    Reorder the code for more clarity.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1909
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |  446
 +++++++++++++++++++++++-----------------------
 1 files changed, 221 insertions(+), 225 deletions(-)

commit 2380ae069bc4387866e75e707711ac28a42e162f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:52 2008 +0000

    Cleanup of ft_manager_add_tp_file_to_list.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1908
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |    7 +++++++
 libempathy/empathy-tp-file.h |    1 +
 src/empathy-ft-manager.c     |   41
 ++++++++++++++++++++---------------------
 3 files changed, 28 insertions(+), 21 deletions(-)

commit b427ff240a315da1ee5c291e1c952e8eff565271
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:48 2008 +0000

    Remove useless gnomevfs include.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1907
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 65a055f19e3df40048c441dcdae543e090af7122
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:44 2008 +0000

    Update the selection only if we are removing the selected row.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1906
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

commit d6e1775fe02b83504de8df452497fa6b3b86f629
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:40 2008 +0000

    Check if URI is not NULL before adding it to the recent manager.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1905
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit ed1732d95cc8750f7713cbc2f5446351ee1d35e6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:36 2008 +0000

    Fix ref counting of tp_file, make it singleton per channel, and add
    a _keep_alive method that adds a tmp ref until the transfer finishes.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1904
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    5 +--
 libempathy/empathy-tp-file.c	 |   73
 ++++++++++++++++++++++++++++++++++++---
 libempathy/empathy-tp-file.h	 |    1 +
 src/empathy-ft-manager.c	 |   17 +++++----
 src/empathy.c			 |    2 +
 5 files changed, 83 insertions(+), 15 deletions(-)

commit 5f6365cbb646cb44bd55604fabb17acd0baf4fa4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:32 2008 +0000

    Fix a comment phrasing

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1903
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 90b6f96eb3d0589b6e80f1222d073e2100f18a04
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:28 2008 +0000

    Update the selection of the ft manager when a ft is removed only if
    it's not empty.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1902
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

commit d9a4d396f0d5c7f31dcea42b07835f6a4a2bbbe6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:24 2008 +0000

    Fix signature of signal cb, start the transfer only if we
    have the socket path, and switch input/output streams in
    tp_file_start_transfer.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1901
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |   52
 ++++++++++++++++++++++-------------------
 1 files changed, 28 insertions(+), 24 deletions(-)

commit 6e42fab437ff58c79ba54c1cf43133bd6e678d08
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:21 2008 +0000

    Add a FIXME about the tp_file being leaked

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1900
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 31c797fa7d77b51e5fc19b260f2736424875d923
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:17 2008 +0000

    There is no reason to remove the FT if it's cancelled while the
    window was hidden.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1899
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |   41 ++++++++---------------------------------
 1 files changed, 8 insertions(+), 33 deletions(-)

commit 5e8e451c2328a84be53377c26ce5ff946a462b88
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:13 2008 +0000

    Fix glade lookup

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1898
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 2f51118e91edf6d9bb09338bfb7ba0e0748bbae2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:09 2008 +0000

    Simplify ft_manager_remove_file_from_list.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1897
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |   53
 ++++++++++++---------------------------------
 1 files changed, 14 insertions(+), 39 deletions(-)

commit 7876ea6b0963d1f4a54ded39a857428a4fa36bca
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:06 2008 +0000

    Clean ft_manager_update_ft_row()

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1896
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

commit 0edc352afaa3b7c2dbdff6356b23060a9f42a473
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:24:02 2008 +0000

    Simplify condition

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1895
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 5740a5de39977fd9b472712ad8cdc5eeb9240ca7
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:23:58 2008 +0000

    Add all reasons in ft_manager_state_change_reason_to_string(). Don't
    use default in the switch so we get compile warning if more reasons
    is added to
    the spec (makes easier to not forget to update that function).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1894
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit c41e5648fae35955591c55afc00240c4bfb4b4a5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:23:54 2008 +0000

    Simplify the code to add a FT in the manager.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1893
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |   31 ++++++-------------------------
 1 files changed, 6 insertions(+), 25 deletions(-)

commit 68450772f997a1f41d23164de31eed897f2e2e6c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:23:50 2008 +0000

    Simplify the code to set sensibility of buttons

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1892
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-ft-manager.c |   31 +++++++++----------------------
 1 files changed, 9 insertions(+), 22 deletions(-)

commit 756f3a1cc8a013083814ac314031100d2cfe1ec2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:23:46 2008 +0000

    Change state when the channel is invalidated only if an error occured.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1891
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

commit e7dfda76f1ba6cdd215dc95e8d23e2925a2d4e67
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:23:43 2008 +0000

    Update POTFILES for ft manager that get moved to src/

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1890
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/POTFILES.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d1c0437f97e506557101056b7b558339cab9ec47
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:23:38 2008 +0000

    Simplify a little bit the code when abording a FT

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1889
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit cebde15f6a1804ad34a65d47479447cc405e9b6f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:23:34 2008 +0000

    Cancel the FT if we can't get the transfer method

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1888
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit ca58f6dffb3f9fdbf2c655714ce03e955d584ada
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:23:30 2008 +0000

    Remove unused empathy_tp_file_get_id

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1887
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |   18 ------------------
 libempathy/empathy-tp-file.h |    1 -
 2 files changed, 0 insertions(+), 19 deletions(-)

commit 99a868a11468b20a63be99b195fdf1209d4e34bc
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:23:25 2008 +0000

    Simplify the code to start a file transfer

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1886
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |  107
 ++++++++++++++----------------------------
 1 files changed, 35 insertions(+), 72 deletions(-)

commit da7aa600faa19906e432f9c4d76c5bb1c8963812
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:23:21 2008 +0000

    When the channel is invalidated, change state to CANCELLED.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1885
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |   50
 +++++++++++++++--------------------------
 libempathy/empathy-tp-file.h |    4 +-
 src/empathy-ft-manager.c     |   13 +++++------
 3 files changed, 26 insertions(+), 41 deletions(-)

commit 360f56a129b71aeb4a4e036a57f5d3d131fcb1d5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:23:16 2008 +0000

    Move the ft manager to src/ other programs do not need it.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1884
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/Makefile.am		 |    5 +-
 libempathy-gtk/empathy-ft-manager.c	 | 1134
 -------------------------------
 libempathy-gtk/empathy-ft-manager.glade |   89 ---
 libempathy-gtk/empathy-ft-manager.h	 |   67 --
 src/Makefile.am			 |    2 +
 src/empathy-ft-manager.c		 | 1134
 +++++++++++++++++++++++++++++++
 src/empathy-ft-manager.glade		 |   89 +++
 src/empathy-ft-manager.h		 |   67 ++
 src/empathy.c				 |    2 +-
 9 files changed, 1294 insertions(+), 1295 deletions(-)

commit e87bfa88e35d9f385a693de1777a8ee13ab8ecee
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:23:11 2008 +0000

    Update tools to latest version of tp-glib and include a gitignore

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1883
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Makefile.am			  |   27 +-
 tools/.gitignore			  |    3 +-
 tools/Makefile.am			  |   29 +-
 tools/c-constants-gen.py		  |  151 +++++++++
 tools/c-constants-generator.xsl	  |  299 ----------------
 tools/c-interfaces-generator.xsl	  |   84 -----
 tools/check-c-style.sh			  |   20 ++
 tools/check-coding-style.mk		  |    2 +-
 tools/doc-generator.xsl		  |  542
 +++++++++++++++++++++++++++---
 tools/glib-client-gen.py		  |   35 ++-
 tools/glib-errors-enum-body-gen.py	  |   62 ++++
 tools/glib-errors-enum-body.xsl	  |   72 ----
 tools/glib-errors-enum-header-gen.py	  |   75 ++++
 tools/glib-errors-enum-header.xsl	  |   73 ----
 tools/glib-ginterface-gen.py		  |   15 +-
 tools/glib-interfaces-body-generator.xsl |   47 ---
 tools/glib-interfaces-gen.py		  |   97 ++++++
 tools/glib-interfaces-generator.xsl	  |   55 ---
 tools/lcov.am				  |   23 ++
 tools/libglibcodegen.py		  |  177 +---------
 tools/libtpcodegen.py			  |  231 +++++++++++++
 tools/ls-interfaces.xsl		  |   35 --
 tools/make-all-async.xsl		  |   43 ---
 tools/make-version-script.py		  |  205 +++++++++++
 tools/spec-to-introspect.xsl		  |   51 ---
 tools/telepathy.am			  |   27 ++
 tools/with-session-bus.sh		  |   13 +-
 27 files changed, 1482 insertions(+), 1011 deletions(-)

commit 5f032e55d2b6e92a422aa3e05fd8b2032f5c0fb9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:23:06 2008 +0000

    rename empathy_tp_file_get_incoming to empathy_tp_file_is_incoming

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1882
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 12 ++++++------
 libempathy/empathy-tp-file.c	     |	  2 +-
 libempathy/empathy-tp-file.h	     |	  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

commit f886bc84cb2978acfaadb31d381aa4b0978e20ee
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:23:02 2008 +0000

    empathy_tp_file_accept/offer takes the GFile in param and return a
    GError if the file can't be opened.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1881
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  4 +-
 libempathy/empathy-dispatcher.c     |	  3 +-
 libempathy/empathy-tp-file.c	     |	112
 ++++++++---------------------------
 libempathy/empathy-tp-file.h	     |	 10 +--
 4 files changed, 32 insertions(+), 97 deletions(-)

commit ad23580da9904ff7ff0018d7299bf6056a168d2c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:58 2008 +0000

    Fix coding style and cleanup

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1880
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |   27 +++++++++------------------
 1 files changed, 9 insertions(+), 18 deletions(-)

commit dd2447da32ea5debf8aa65303e01a462649d4080
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:54 2008 +0000

    Include only used headers

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1879
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4be04e5eec957e1aceb4affc11dfd89a6df742ec
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:50 2008 +0000

    don't include itself

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1878
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 958d48e0dd553c8962127efda6af95174cd51cc5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:46 2008 +0000

    Remove useless lines

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1877
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-utils.c |	 4 ----
 libempathy/empathy-utils.h |	 1 -
 2 files changed, 0 insertions(+), 5 deletions(-)

commit 008335df6710007380645d84da52b760af9670c4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:42 2008 +0000

    Fix coding style

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1876
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-factory.c |  111
 ++++++++++++++++---------------
 1 files changed, 56 insertions(+), 55 deletions(-)

commit 41ae2a3a075f7bf27d8188f4d04030b989810ed9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:39 2008 +0000

    Cleanup the coding style. If we can't get info about the GFile we
    abord the FT.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1875
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |  159
 +++++++++++++++++++--------------------
 libempathy/empathy-dispatcher.h |    2 +-
 2 files changed, 80 insertions(+), 81 deletions(-)

commit 937a2dfb773c1f58eb9e691fcb2308a0107763d3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:35 2008 +0000

    remove useless includes

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1874
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.h |	2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 5e9f9ed4f7d24771ea9f3e7b9f825a6963922204
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:31 2008 +0000

    Fix a little coding style

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1873
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |	3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 5b32c841019bd5a667b20e8d3346be7bbc634f3f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:27 2008 +0000

    No need to define a callback, we can directly use
    empathy_send_file_with_file_chooser.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1872
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

commit 50fcae0379bd72f830707d26f8851dc92f86ed2c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:23 2008 +0000

    sync with latest FT spec DRAFT

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1871
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Channel_Type_File_Transfer.xml |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)

commit fa07ce80a45f518f9f3cde54f18cd3a88f25c7ae
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:19 2008 +0000

    extensions/Makefile.am: fix allow-undefined-interfaces param

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1870
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f25c9aee6b5158b7752707b04e17f756a806e611
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:14 2008 +0000

    extensions/Makefile.am: pass allow-undefined-interfaces param to
    doc generator so it doesn't complain about missing external ref

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1869
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4374562ad17319ae3d8a33023ff7088c052f46c3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:11 2008 +0000

    Fix spec format to make it work with updated tools

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1868
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Stream_Engine.xml |   20 ++++++++++++++++++--
 extensions/Tube_Handler.xml  |    2 +-
 extensions/all.xml	      |    2 ++
 3 files changed, 21 insertions(+), 3 deletions(-)

commit 85465b7aaf4c6778077f9c96d0770badc2c1e0e7
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:07 2008 +0000

    Add FT manager to POTFILE

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1867
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/POTFILES.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 3f888d5c8c8c15c51009cce96a7ed57ca96d964d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:22:03 2008 +0000

    Fix compilation warning: gtk_message_dialog_format_secondary_text()
    require a format string.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1866
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit dd90b5c987d75cc60b55f726fceddd74e9ac8f13
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:59 2008 +0000

    ft_manager_clear: use g_hash_table_foreach_remove instead of
    GHashTableIter so the elements are actually removed from the hash
    table

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1865
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 38
 ++++++++++++++++++++--------------
 1 files changed, 22 insertions(+), 16 deletions(-)

commit 507e367b954bedc8d562497cf9c79ca37176dd02
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:55 2008 +0000

    get_requestable_channel_classes_cb: call tp_contact_factory_ready
    if the D-Bus call failed

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1864
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-factory.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 97a124386bf1b7b63c0e50c505cfb98aac80aa0c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:51 2008 +0000

    ft-manager: ft_manager_clear: use a GHashTableIter instead of creating
    a temporary GSList

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1863
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 52
 ++++++++++++++---------------------
 1 files changed, 21 insertions(+), 31 deletions(-)

commit d1e5743bbb007dfed9d4dfb7ef20389f7cff4d97
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:48 2008 +0000

    ft-manager: remove old code

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1862
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

commit 5a40f7e98fbf69b907556de88fa233505fb664a0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:44 2008 +0000

    ft-manager: store the icon-name instead of the pixbuf in the store

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1861
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 27 +++++++--------------------
 1 files changed, 7 insertions(+), 20 deletions(-)

commit 43d3fc1b09ce20fa6e151af3df01c817c8cbfd54
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:40 2008 +0000

    ft-manager: add comment explaining how to use GIcon with GTK 2.14

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1860
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 860d471b1228c4ceed0c8e36bbd585947367dd31
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:36 2008 +0000

    empathy-ft-manager: use the ContentType property instead of
    gnome_vfs_get_mime_type_for_name to get the mime type

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1859
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 3e78934262a67d5296a1244500319094100f2ad1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:32 2008 +0000

    empathy-tp-file.c: actually implement the getter of GObject properties

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1858
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

commit 50a5016da82922d87576b76e5df92390a64effcc
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:28 2008 +0000

    empathy-tp-file: reorder FileTransfer D-Bus properties using the
    same order as in the spec

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1857
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

commit fa94ead9fb53704ee84890cce95697f4e0b7a0fd
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:25 2008 +0000

    tp_file_constructor: get the ContentHashType and ContentType values
    from the properties hash table

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1856
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 569a1b5fbea605011b9158b37ed1800e02e8f776
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:21 2008 +0000

    empathy-contact: no need to inspect the RequestableChannelClasses
    property anymore, empathy-tp-contact-factory does it for us now

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1855
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact.c |   71
 ------------------------------------------
 1 files changed, 0 insertions(+), 71 deletions(-)

commit 25fed61092755f27899072188ae61672ff4ac63e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:17 2008 +0000

    empathy-tp-contact-factory: set the FT capability when creating
    contacts if the CM supports it

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1854
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-factory.c |   80
 ++++++++++++++++++++++++++++++-
 1 files changed, 79 insertions(+), 1 deletions(-)

commit 19116ea582972986d44662c05861e41271ab619f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:13 2008 +0000

    empathy-tp-contact-factory: factor out contact_created

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1853
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-factory.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

commit f49d10f0aa9c6dee131ee747c82c3602b31088ab
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:09 2008 +0000

    empathy-ft-manager.c: Display an error if user can't save file to
    the chosen location

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1852
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

commit 6f04d583951df006a04d05e73af0e2fd61bee7cc
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:05 2008 +0000

    empathy-ft-manager: ask confirmation if the filename already exists

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1851
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 5965b98f1b274f23506dcd7d6c232597df7b9094
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:21:01 2008 +0000

    Channel_Type_File_Transfer.xml: sync with latest draft

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1850
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Channel_Type_File_Transfer.xml |	8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit efb043e67b7b355218837bf3fde92255ca1a4c02
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:57 2008 +0000

    Implement latest ft draft

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1849
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 17 ++++++++---------
 libempathy/empathy-tp-file.c	     |	 10 +++++++---
 src/empathy.c			     |	 20 ++------------------
 3 files changed, 17 insertions(+), 30 deletions(-)

commit a33d377d43197e7401cf69e286147601f22f70c0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:53 2008 +0000

    Channel_Type_File_Transfer.xml: sync with latest draft

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1848
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Channel_Type_File_Transfer.xml |  137
 ++++++++++++++++++-----------
 1 files changed, 87 insertions(+), 50 deletions(-)

commit d7fd1018e8e7ac26c81253680678c32458345aaa
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:49 2008 +0000

    remove blank line

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1847
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 5f4d6a60a33bbe249289f406b79f4c689e23615f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:43 2008 +0000

    Use the RequestableChannelClasses property instead of hardcoding
    salut to check if we can send file or not

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1846
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact.c |   85
 ++++++++++++++++++++++++++++++++----------
 1 files changed, 65 insertions(+), 20 deletions(-)

commit d435095a2f52984d98b989d1873ecd9300e8b6b9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:40 2008 +0000

    Set the Date property when requesting a FT channel

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1845
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit 20720b06f3ce3ab47308b9378e86ba358a50e955
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:36 2008 +0000

    use Requestotron to request the FT channel

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1844
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |  110
 ++++++++++++++++++++++----------------
 1 files changed, 64 insertions(+), 46 deletions(-)

commit 8b651ee4ff43ddfc65200e6dd1a26371e07f3137
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:32 2008 +0000

    fix FT client side code as the generated code changed

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1843
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 10 +++++-----
 libempathy/empathy-dispatcher.c     |	 10 +++++-----
 libempathy/empathy-tp-file.c	     |	 17 +++++++++--------
 src/empathy-event-manager.c	     |	  2 +-
 src/empathy.c			     |	  6 +++---
 5 files changed, 23 insertions(+), 22 deletions(-)

commit dc7480b832e3f3da67266ec6fe25f6b8cf305810
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:27 2008 +0000

    add Unix_Timestamp64 to all.xml

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1842
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/all.xml |	 2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 0a935d22285ccefca8f4c5859c265489bb87b95e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:23 2008 +0000

    upgrade to new FT draft

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1841
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Channel_Type_File.xml	   |  416
 -------------------------
 extensions/Channel_Type_File_Transfer.xml |  480
 +++++++++++++++++++++++++++++
 extensions/misc.xml			   |	2 +-
 3 files changed, 481 insertions(+), 417 deletions(-)

commit a84b79c995a6b43e3d312d8ad077dcf53c044cd7
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:20 2008 +0000

    Renamed free_copy_data_if_closed to copy_data_unref and have a
    ref_count in the CopyData struct. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1840
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |   39
 ++++++++++++++++++++++-----------------
 1 files changed, 22 insertions(+), 17 deletions(-)

commit 326de40c89a98cfdb8e9d4189c43b33503db3d99
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:16 2008 +0000

    Use _call_request_channel instead of _run_request_channel. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1839
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |  122
 ++++++++++++++++++++++----------------
 libempathy/empathy-dispatcher.h |    2 +-
 2 files changed, 72 insertions(+), 52 deletions(-)

commit f77936b629e3f41d471215c66546f4c3f074831b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:12 2008 +0000

    Added a wait for file channels so outgoing transfers are only added
    to the manager when they are remote pending.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1838
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy.c |   57
 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 50 insertions(+), 7 deletions(-)

commit eea54e53f10ae888953b4917a90d9af98210b624
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:08 2008 +0000

    Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1837
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 13 +-----
 libempathy/empathy-dispatcher.c     |	  4 +-
 libempathy/empathy-tp-file.c	     |	 93
 +++++++++++++++--------------------
 libempathy/empathy-tp-file.h	     |	  6 +--
 4 files changed, 43 insertions(+), 73 deletions(-)

commit 77b81a304ed3c6203829196fd268122d563fbe63
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:04 2008 +0000

    Fixed typo in FT manager glade file. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1836
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 407d58374ffc00f2d85d8964e0e91c19942e97d0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:20:00 2008 +0000

    Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1835
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  3 +-
 libempathy-gtk/empathy-ui-utils.c   |	  3 +-
 libempathy/empathy-dispatcher.c     |	 99
 ++++++++++++++++++++++++++++++++++
 libempathy/empathy-dispatcher.h     |	  3 +
 libempathy/empathy-tp-file.c	     |	  2 +-
 libempathy/empathy-utils.c	     |	100
 -----------------------------------
 libempathy/empathy-utils.h	     |	 10 ----
 7 files changed, 106 insertions(+), 114 deletions(-)

commit 4be58185a967f1bf2bd09bd0f4721c3298a0f469
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:56 2008 +0000

    Handle new file channels regardless of direction in the
    dispatcher. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1834
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |   16 +------
 src/empathy-event-manager.c	   |   87
 ++++++++++++-------------------------
 src/empathy.c			   |   10 ++++
 3 files changed, 39 insertions(+), 74 deletions(-)

commit 0092630c6a2c5d73ddedabd367d119c65c34190e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:52 2008 +0000

    Fixed Makefile by including missing backslash. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1833
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 48464a641604e83d19cfe6de3544889ff311f3f9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:48 2008 +0000

    Removed empathy_send_file_with_file_chooser_and_manager and made
    file transfers always use the manager. (Jonny Lamb)
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1832
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |    2 +-
 libempathy-gtk/empathy-ui-utils.c     |   57
 ++++++--------------------------
 libempathy-gtk/empathy-ui-utils.h     |    8 +----
 3 files changed, 13 insertions(+), 54 deletions(-)

commit bb6fc083f8c221ce43de2b85eb422b3d35410151
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:45 2008 +0000

    Changed suppress_handler to TRUE in a requested channel. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1831
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-utils.c |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 35e197b6e97c6f4560348f211adfb4dc0c5ea49c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:41 2008 +0000

    Moved capabilities hack to empathy_contact_set_account. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1830
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact.c |   54
 +++++++++++++++++++++---------------------
 1 files changed, 27 insertions(+), 27 deletions(-)

commit 7cdd46f64ddae8ab2e56a4cb1fa4211caa5a08e5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:37 2008 +0000

    Renamed is_salut to contact_is_salut. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1829
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 89b23ed8e461567e2262ef9d8e437269dcebfe57
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:33 2008 +0000

    Removed useless test to check whether a GList has items. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1828
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |   72
 +++++++++++++++++-------------------
 1 files changed, 34 insertions(+), 38 deletions(-)

commit f2408d26b3b4d42af5811ee4cfb7c9212a4b6add
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:30 2008 +0000

    Use gtk_file_chooser_dialog_new and the document-send icon. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1827
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |   28 ++++++++--------------------
 1 files changed, 8 insertions(+), 20 deletions(-)

commit 57ab175d42852479febbfe89c7f0ee21ccfc36ce
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:26 2008 +0000

    Removed useless include. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1826
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.h |	  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 2279b372937a7d60a3ac91c8679e3f4bfefb8272
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:22 2008 +0000

    In ft_manager_receive_response_cb, just call empathy_tp_file_cancel
    instead of getting the channel and calling close on it. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1825
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit ecb123f71cd080b4f9377b3aa17db736b23460c6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:18 2008 +0000

    Removed "Save as" file filter. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1824
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 76ee29fccea8197ed3c68dff471d02a754d8c6bc
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:15 2008 +0000

    Made creating a save dialog a bit nicer by using proper GTK
    functions. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1823
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

commit 36c4f842f30d8a60cf0190968e2cac3c87c10a96
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:11 2008 +0000

    Use g_slice functions with ReceiveResponseData. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1822
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 543146407c4a5c1ec34861b79308e9f765357e41
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:07 2008 +0000

    Renamed ft_manager_free_receive_response_data to
    ft_manager_receive_response_data_free. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1821
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit a093aeac94017c559d1b32ee631b6e6c91329402
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:04 2008 +0000

    Removed useless ref of the FT manager in the build_ui method. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1820
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 9b15428b51dd8add7d353d2745c9edfec9fb0478
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:19:00 2008 +0000

    Moved gtk_window_set_icon name into the glade. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1819
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c	 |    2 --
 libempathy-gtk/empathy-ft-manager.glade |    1 +
 2 files changed, 1 insertions(+), 2 deletions(-)

commit 9399c5ccef259889c2b5ae63390ff1f1941b6d7b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:56 2008 +0000

    Removed call to gtk_tree_selection_unselect_all. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1818
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 9857e4cba3528a96c30d4072460d64596afda848
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:53 2008 +0000

    Set manager_p to NULL in delete_event_cb, not in _finalize. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1817
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 5ecb58eb1e2fe7504c89c1dab98c353a088f33c2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:49 2008 +0000

    Don't call _finalize in the delete_event_cb. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1816
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 2bc09b488898c66fbc09033855ec92a32222a982
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:45 2008 +0000

    Simplified code to add files to the list store. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1815
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 074b1f659c516671ba9b922ba4650621f21ee247
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:41 2008 +0000

    Made ft_manager_update_ft_row handle Local_Pending slightly
    nicer. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1814
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

commit 620c2af39c89fba629d27c21d725ea2ffb69a86e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:38 2008 +0000

    Renamed ft_manager_get_state_change_reason_description to
    ft_manager_state_change_reason_to_string and fixed the default
    unknown state return type. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1813
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 59e45788f0c23a7d4c3be321e4af2fda61961f6e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:34 2008 +0000

    Renamed private methods in the FT manager to ft_manager_*. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1812
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 73
 ++++++++++++++++++-----------------
 1 files changed, 37 insertions(+), 36 deletions(-)

commit 24e212410a372b7105ad02405ef8ba015b9b4245
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:30 2008 +0000

    Changed gtk_tree_model_get_value calls to use
    gtk_tree_model_get. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1811
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 17 +++--------------
 1 files changed, 3 insertions(+), 14 deletions(-)

commit dce0e2f92b3c8a535b71ef9ec976b857873bb3c0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:26 2008 +0000

    Removed useless libtelepathy headers. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1810
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |    4 ----
 libempathy/empathy-tp-file.h |    1 -
 2 files changed, 0 insertions(+), 5 deletions(-)

commit 1f1c1bc3aed81fcdef538eaa6ce2c3495d3b681a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:23 2008 +0000

    Added EMPATHY_PREFS_FILE_TRANSFER_DEFAULT_FOLDER to schema. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1809
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 data/empathy.schemas.in |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit 911e75151fdbe7c3bf31f342eaaa55448e8740db
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:19 2008 +0000

    Removed useless +0.5 in get_time_remaining. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1808
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6993bc1e81c36431decd77b1f67be6452fcfae04
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:15 2008 +0000

    Made state_change_reason None in the constructor instead of an
    invalid value. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1807
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

commit dd51fb6f9da5f4bae2e135d76edf73dddf01c4e7
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:11 2008 +0000

    Removed pointless test whether the tp_file is a GObject in the
    finalize function. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1806
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 529cb10a846905fb08f2127e8494c2fd6d0d62ed
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:08 2008 +0000

    Use empathy_time_get_current_time instead of
    g_get_current_time. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1805
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |   21 ++++++---------------
 1 files changed, 6 insertions(+), 15 deletions(-)

commit 6f8ff2c790cacedb218304d35ca9131e3e0fcc12
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:04 2008 +0000

    Removed cached_empathy_file from EmpathyTpFilePriv. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1804
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit f3fcd329948522c13c99592e544232684284ef86
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:18:01 2008 +0000

    Removed account property of EmpathyTpFile as it's only actually used
    once and easy obtainable. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1803
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |   33 ++++++---------------------------
 libempathy/empathy-tp-file.h |    2 +-
 libempathy/empathy-utils.c   |    2 +-
 src/empathy-event-manager.c  |    4 +---
 4 files changed, 9 insertions(+), 32 deletions(-)

commit 2d748acbd1bd673286c4e03f43a2318850bb9dbe
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:57 2008 +0000

    Made property-getting synchronous again so there isn't a massive
    race condition (Jonny Lamb)

    This is more of a workaround than a fix and should be fixed fairly
    soonish.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1802
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |   75
 +++++++++++++++++-------------------------
 1 files changed, 30 insertions(+), 45 deletions(-)

commit 2a16503057a55a44ca83d496a667ba53da0b9cbb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:53 2008 +0000

    Fixed channel property setting typo so ContentType is actually
    set. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1801
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-utils.c |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6bf4775f0bcd93f2e7e1d03c4c8e7c7e334ff96c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:49 2008 +0000

    Fix typo in extension glib client generation code. This is already
    fixed upstream in telepathy-glib. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1800
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tools/glib-client-gen.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 141d7e6636234f8ed3132c4105b5e6a8b5afdba5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:45 2008 +0000

    Updated parameter checks to return appropriate values. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1799
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |    2 +-
 libempathy/empathy-tp-file.c	       |   21 ++++++++++++---------
 2 files changed, 13 insertions(+), 10 deletions(-)

commit 69c59bd78db8700e4ce7f0599489e929786c57dd
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:42 2008 +0000

    Use empathy_contact_run_until_ready in EmpathyEventManager.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1798
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 310963fd6b6903ac9641edc945569bad1bd781c4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:38 2008 +0000

    Add parameter checks to public functions. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1797
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |    1 +
 libempathy-gtk/empathy-ui-utils.c     |    2 ++
 libempathy/empathy-tp-file.c	       |   25 ++++++++++++++++++++++++-
 3 files changed, 27 insertions(+), 1 deletions(-)

commit 3da0c3c25367a5105d2730635d313337c5af2726
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:34 2008 +0000

    Updated the way to access the EmpathyTpFilePriv instance within
    empathy-tp-file. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1796
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |  405
 ++++++++++++++++--------------------------
 libempathy/empathy-tp-file.h |    7 +-
 2 files changed, 161 insertions(+), 251 deletions(-)

commit 9e5d60f074264ba2098138f33611c317a50093e0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:31 2008 +0000

    Updated the way to access the EmpathyFTManagerPriv instance within
    empathy-ft-manager. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1795
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	205
 ++++++++++++++---------------------
 libempathy-gtk/empathy-ft-manager.h |	  2 +
 2 files changed, 84 insertions(+), 123 deletions(-)

commit 73105e588a1586488e17bbc1983614c17528eee9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:27 2008 +0000

    Re-ordered EmpathyTpFile so static functions need no declaration at
    the top of the file. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1794
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |  967
 +++++++++++++++++++++---------------------
 1 files changed, 474 insertions(+), 493 deletions(-)

commit c98e188fd5c9da1dbf1e9cd6ec1dc74cba0485f4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:23 2008 +0000

    Re-ordered EmpathyFTManager so functions need no declaration at the
    top of the file. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1793
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	761
 +++++++++++++++++------------------
 1 files changed, 374 insertions(+), 387 deletions(-)

commit c54c53333d0d2fad04c4018742e8733831a0ce51
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:19 2008 +0000

    Use FIXME instead of TODO in comments. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1792
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |	2 +-
 libempathy/empathy-utils.c	   |	2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 9c4681611459802c797498c70020b8f2339cd5da
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:15 2008 +0000

    Changed _run_ method calls to _call_ calls. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1791
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  2 +-
 libempathy/empathy-tp-file.c	     |	165
 ++++++++++++++++++-----------------
 libempathy/empathy-utils.c	     |	 18 ++--
 src/empathy-event-manager.c	     |	 87 ++++++++++--------
 4 files changed, 143 insertions(+), 129 deletions(-)

commit 67e3daa5366bc2009bf241e27d676c85026f2114
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:11 2008 +0000

    Fixed copyright and author headers. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1790
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  5 +++++
 libempathy-gtk/empathy-ft-manager.h |	  4 ++++
 libempathy-gtk/empathy-ui-utils.c   |	  1 +
 libempathy-gtk/empathy-ui-utils.h   |	  1 +
 libempathy/empathy-tp-file.c	     |	  6 ++++--
 libempathy/empathy-tp-file.h	     |	  4 ++++
 libempathy/empathy-utils.c	     |	  1 +
 libempathy/empathy-utils.h	     |	  1 +
 8 files changed, 21 insertions(+), 2 deletions(-)

commit 2522b201aa0e705996dcc5102743526fd58a3c5e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:07 2008 +0000

    Various whitespace and comment fixes. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1789
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |    3 +--
 libempathy/empathy-utils.c   |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 0a1ed52764b8110eba50ac8927a9a9378cf22e2d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:03 2008 +0000

    Added empathy_offer_file function and updated accept_file. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1788
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  7 ++++-
 libempathy/empathy-tp-file.c	     |	 40
 +++++++++++++++++++++++++++++++++-
 libempathy/empathy-tp-file.h	     |	  3 +-
 libempathy/empathy-utils.c	     |	  2 +
 4 files changed, 47 insertions(+), 5 deletions(-)

commit f8a5839c149ab7904f2490354976ef0c9404b33d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:17:00 2008 +0000

    Do not set the MD5 hash of the file when sending. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1787
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-utils.c |	28 ----------------------------
 1 files changed, 0 insertions(+), 28 deletions(-)

commit e2b59a27f86e5a7bd4721f5122b4969f70a3ad26
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:55 2008 +0000

    Removed SocketPath channel property. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1786
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

commit a445349adec22869ac1bbd078f2c5f8f0cfebc4c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:51 2008 +0000

    Added ContentHashType channel property, and renamed ContentMD5 to
    ContentHash. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1785
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |   38
 +++++++++++++++++++++++++-------------
 1 files changed, 25 insertions(+), 13 deletions(-)

commit afaa449ceabab1fcae833b4e3324075ab8a285d3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:48 2008 +0000

    Updated yet more places to use s/direction/incoming/ (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1784
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  3 +--
 libempathy/empathy-tp-file.c	     |	  4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

commit e7d02c1f156f35d790f7c12d40306ac15544602b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:44 2008 +0000

    Replaced the Direction channel property a more-private GObject
    incoming property. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1783
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 16 ++++++-------
 libempathy/empathy-tp-file.c	     |	 40
 +++++++++++++++-------------------
 libempathy/empathy-tp-file.h	     |	  2 +-
 3 files changed, 26 insertions(+), 32 deletions(-)

commit 6f8113d3a4e143c305ae52dfc073b36ee902a511
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:40 2008 +0000

    Fixed yet more references to EMPATHY_FILE. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1782
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 93a8850f5ba8ae6124d74bead2e888f6ed6a5259
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:36 2008 +0000

    Fixed include of empathy-file.h to empathy-tp-file.h. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1781
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.h |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ec6af6ddc96728e1307a7776ec4e2ee6d8f26cf0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:33 2008 +0000

    Changed EmpathyEventManager to not rely on the Direction property
    of the file channel. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1780
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

commit 48b87291ad903bfdd9adf9a27c114ce058e10698
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:29 2008 +0000

    Updated extensions external-types to include types from tubes.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1779
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/all.xml |	 6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit e35dcf1f68a4e39d671d765a45698428a4b90acc
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:25 2008 +0000

    Updated Channel.Type.File spec. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1778
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Channel_Type_File.xml |  274
 ++++++++++++++++++++------------------
 1 files changed, 146 insertions(+), 128 deletions(-)

commit f5390565e1de22c970bb71d50742e61ccb3dd4fd
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:22 2008 +0000

    Added a proper Empathy event for an incoming file transfer so that
    the status icon flashes. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1777
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 37 ++++++++++++++++++++++++++++++-------
 1 files changed, 30 insertions(+), 7 deletions(-)

commit c47c4a79684c8c6964bcc13fc840481fb5b837b4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:18 2008 +0000

    Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1776
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	197 +++---
 libempathy-gtk/empathy-ft-manager.h |	  4 +-
 libempathy-gtk/empathy-ui-utils.c   |	 14 +-
 libempathy-gtk/empathy-ui-utils.h   |	  4 +-
 libempathy/Makefile.am		     |	  2 -
 libempathy/empathy-file.c	     | 1178
 -----------------------------------
 libempathy/empathy-file.h	     |	 90 ---
 libempathy/empathy-tp-file.c	     | 1178
 +++++++++++++++++++++++++++++++++++
 libempathy/empathy-tp-file.h	     |	 90 +++
 libempathy/empathy-utils.c	     |	 14 +-
 libempathy/empathy-utils.h	     |	  6 +-
 src/empathy-event-manager.c	     |	  8 +-
 12 files changed, 1391 insertions(+), 1394 deletions(-)

commit 9e89f58da0ad01ab99da182cea96bdf917aeda69
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:14 2008 +0000

    Removed pointless gio-2.0 deps in megaphone, nothere, and
    python. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1775
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 3760af5aebb7b53928b5bdd292f0b978c94e4650
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:10 2008 +0000

    Added ability to get an md5sum of the file being sent using
    GChecksum. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1774
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-utils.c |	24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

commit c44e968f23b5056088fd843bb43322b0deb9a948
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:06 2008 +0000

    Removed empathy_init in favour of calling emp_cli_init
    directly. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1773
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-utils.c |	 6 ------
 libempathy/empathy-utils.h |	 3 ---
 src/empathy.c		    |	 4 +++-
 3 files changed, 3 insertions(+), 10 deletions(-)

commit 3e23820be4b8c588380af2d8789471d76f325602
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:16:02 2008 +0000

    Fixed function declaration style. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1772
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 65
 +++++++++++++++++++++------------
 libempathy/empathy-file.c	     |	 67
 ++++++++++++++++++++++++-----------
 2 files changed, 87 insertions(+), 45 deletions(-)

commit 4b6b4c0c48149c437188d14ff99910607443e70b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:58 2008 +0000

    Only display "Send Files" if the contact is in Salut. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1771
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 1814d2e22cf977c6533d076a2663bdae07af37de
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:54 2008 +0000

    Converted sources to Collabora coding style. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1770
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c | 1799
 ++++++++++++++++++-----------------
 libempathy-gtk/empathy-ft-manager.h |	 27 +-
 libempathy/empathy-file.c	     |	368 ++++----
 libempathy/empathy-file.h	     |	 43 +-
 libempathy/empathy-utils.h	     |	  5 +
 5 files changed, 1121 insertions(+), 1121 deletions(-)

commit 0d25c53417e456c7aee938bc3a4d37c0608dc801
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:50 2008 +0000

    Replaced gnome_vfs_format_file_size_for_display with its GIO
    equivalent. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1769
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 2c8ad55f418ae40786840321c374313d0bf9a600
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:47 2008 +0000

    Merged empathy_send_file and empathy_send_file_from_stream, and
    dropped the dependency on gnome-vfs in favour of GIO. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1768
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac		    |	 1 -
 libempathy/empathy-utils.c |	62
 ++++++++++++++-----------------------------
 2 files changed, 20 insertions(+), 43 deletions(-)

commit ad6812f4462710ea4f250724a12d922b0600a18a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:43 2008 +0000

    Set the ContentType property properly on a new file channel. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1767
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac		    |	 1 +
 libempathy/empathy-utils.c |	 3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit cf363adf4e9208cf7ae4235795d5e3b9b79f9411
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:39 2008 +0000

    Added ability for the ft manager to stay around when closed. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1766
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 40
 ++++++++++++++--------------------
 libempathy-gtk/empathy-ft-manager.h |	  1 -
 2 files changed, 17 insertions(+), 24 deletions(-)

commit c5052d0fcd7282995e371dbeccc6ca1ddc52bc26
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:35 2008 +0000

    Show an error to the terminal when there's a problem in getting the
    output stream. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1765
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	 11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit fdaad54b5f6f6ee4aca92e63666bb7dd6fc7b79e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:32 2008 +0000

    Changed order of closing channel and cancelling socket
    transfers. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1764
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-file.c |	4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4d799c24d9574b7000e001de6add9288bb5b9817
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:28 2008 +0000

    Fixed small coding style issue. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1763
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-file.c |	2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 54154a969d0ff531aa9bee1275b2867a669d78bf
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:25 2008 +0000

    Display cancel reasons in the file transfer manager. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1762
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit f228ff920d14a249a9d2051376b14e6dcac14383
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:21 2008 +0000

    Actually stop a file transfer if in the ft manager when
    requested. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1761
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit bba8b2d445580c59b7612da7999b0b688c6676cf
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:17 2008 +0000

    Implemented empathy_file_cancel. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1760
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-file.c |   12 ++++++++++++
 libempathy/empathy-file.h |	1 +
 2 files changed, 13 insertions(+), 0 deletions(-)

commit b04592ec6b697418e0216c84e975e5dd57a472f2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:13 2008 +0000

    Added a missing "break". (Jonny Lamb)

    Credits to Dafydd Harries for his work in helping to get to the bottom
    of this one.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1759
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 29f5bf288c8eaabe674ea9c79ffe940cb46d324c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:10 2008 +0000

    Handled TransferredBytes signal properly and show in the progress
    bar. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1758
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-file.c |   24 +++++++++++++++++-------
 1 files changed, 17 insertions(+), 7 deletions(-)

commit 094c9288f0c55f93c4c12347ed6bd3635e0cd7bc
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:06 2008 +0000

    Handle incoming file transfers in the event manager. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1757
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-event-manager.c |	 30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

commit d3a7394e8f707dd7e8b592c39aa7523be968984f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:15:01 2008 +0000

    Actually use accept and receive file functions. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1756
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-file.c |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit ffd406f6684eea556d44c7dff6ef260668391ea9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:14:57 2008 +0000

    Implemented accept_file and empathy_receive_file in
    empathy-file. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1755
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-file.c |   86
 +++++++++++++++++++++++++++++++++++---------
 1 files changed, 68 insertions(+), 18 deletions(-)

commit 22b994079f1d3fbedf16e84cf00764ecd9f62869
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:14:53 2008 +0000

    Fixed _get_local_socket in empathy-file so that it calls
    connect(2). (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1754
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-file.c |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

commit 4674b6682115e2aff594c22b5dc7cc7bae58d476
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:14:49 2008 +0000

    Removed g_object_notify that doesn't actually map to a
    property. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1753
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-file.c |	2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 5652e5855f08f1359853c27f4752252d82732f2c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:14:46 2008 +0000

    Allow transfers to be declined by closing the channel. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1752
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 9ef054750bfc0a4cef7c343adc36bc396c5e975f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:14:42 2008 +0000

    Added fix for an empty default folder. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1751
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 2725af48da259b59b0fcf48fb0f6fef02d882c29
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:14:38 2008 +0000

    Removed file transfer handling code from empathy dispatcher. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1750
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

commit 4c6d587729719c7244a4d2510c3f41fddf508d11
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:14:34 2008 +0000

    Added missing GTK+ include header. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1749
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.h |	  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d92558f83838461984df8b23a7a1285bedcce53d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:14:29 2008 +0000

    Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1748
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ft-manager.c |	  2 +-
 libempathy/empathy-file.c	     | 1244
 +++++++++++++++++++++++------------
 libempathy/empathy-file.h	     |	 73 ++-
 libempathy/empathy-tp-file-priv.h   |	 56 --
 libempathy/empathy-tp-file.c	     | 1040 -----------------------------
 libempathy/empathy-tp-file.h	     |	 64 --
 libempathy/empathy-utils.c	     |	  5 +-
 7 files changed, 856 insertions(+), 1628 deletions(-)

commit 92ec476392f168cf18bdff1cf9fd5cd6e1cacac4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:14:25 2008 +0000

    Added empathy_send_file_with_file_chooser_and_manager to make use
    of the file transfer manager. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1747
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |    2 +-
 libempathy-gtk/empathy-ui-utils.c     |   14 ++++++++++++++
 libempathy-gtk/empathy-ui-utils.h     |    2 ++
 3 files changed, 17 insertions(+), 1 deletions(-)

commit 42acf790dc4261af4c2fec3fee7e3b7a741d2c21
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:14:21 2008 +0000

    Added GTK file transfer manager. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1746
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/Makefile.am		 |    5 +-
 libempathy-gtk/empathy-conf.h		 |    1 +
 libempathy-gtk/empathy-ft-manager.c	 | 1211
 +++++++++++++++++++++++++++++++
 libempathy-gtk/empathy-ft-manager.glade |   88 +++
 libempathy-gtk/empathy-ft-manager.h	 |   63 ++
 5 files changed, 1367 insertions(+), 1 deletions(-)

commit 65b5865fb0222bf3048c475d298ceda86a15f469
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:14:17 2008 +0000

    Push the notify::state and notify::transferred-bytes signals
    from EmpathyTpFile onto EmpathyFile for the ft-manager to listen
    to. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1745
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-file.c |   31 +++++++++++++++++++++++++++++--
 1 files changed, 29 insertions(+), 2 deletions(-)

commit f5685dc3ddec8832833db61200e54229b4f2bda1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:14:12 2008 +0000

    Correctly set the EmpathyContact in an EmpathyTpFile. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1744
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 42d339e0c937637a26904dc080e6f90c1522e181
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:14:08 2008 +0000

    Changed the "Send file" icon to something sane. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1743
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |    2 +-
 libempathy-gtk/empathy-images.h       |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 14040c9677cc6ce7ce6fc4adf6ff76dae87dc0b3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:14:03 2008 +0000

    Added start of handling new incoming file channels. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1742
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 9d08b490d650292cc0ce0dfa50447ab4a61f8417
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:13:59 2008 +0000

    Added "Send file" item to contact menu widget. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1741
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |   33
 +++++++++++++++++++++++++++++++++
 libempathy-gtk/empathy-contact-menu.h |    1 +
 2 files changed, 34 insertions(+), 0 deletions(-)

commit 80005050a7d5480682c53b5655367bbe8beb1c06
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:13:56 2008 +0000

    Added some more file sending functions to libempathy-gtk. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1740
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |  124
 +++++++++++++++++++++++++++++++++++++
 libempathy-gtk/empathy-ui-utils.h |	8 +++
 2 files changed, 132 insertions(+), 0 deletions(-)

commit 90d3f8ae00548291a64d5a292a17347a23bb728a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:13:51 2008 +0000

    Added a workaround to EmpathyTpFile's finalize function so it doesn't
    run g_object_unref on non-GObjects. (Jonny Lamb)
    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1739
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-file.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 3aacd0d389b9b70a0235be7cce11c75ab6c7777f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:13:47 2008 +0000

    Added empathy_send_file* helper functions to empathy-utils. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1738
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-utils.c |  129
 ++++++++++++++++++++++++++++++++++++++++++++
 libempathy/empathy-utils.h |	 7 +++
 2 files changed, 136 insertions(+), 0 deletions(-)

commit ad67eb4aea7adee83cc177b169356aff24b72297
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:13:41 2008 +0000

    Added empathy_init function to call emp_cli_init in main. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1737
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-call.c |    2 --
 libempathy/empathy-utils.c   |    8 ++++++++
 libempathy/empathy-utils.h   |    1 +
 src/empathy.c		      |    2 ++
 4 files changed, 11 insertions(+), 2 deletions(-)

commit 347c17f3491aedc3f17991754b622c341d829d85
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:13:36 2008 +0000

    Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1736
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/Makefile.am		   |	5 +
 libempathy/empathy-file.c	   |  650 +++++++++++++++++++++++
 libempathy/empathy-file.h	   |   85 +++
 libempathy/empathy-tp-file-priv.h |   56 ++
 libempathy/empathy-tp-file.c	   | 1032
 +++++++++++++++++++++++++++++++++++++
 libempathy/empathy-tp-file.h	   |   64 +++
 6 files changed, 1892 insertions(+), 0 deletions(-)

commit 9120bdaa6ae7f8bfb355f6c2ac1270b35705dd45
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:13:30 2008 +0000

    Added file transfer debug flag. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1735
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-debug.c |	 1 +
 libempathy/empathy-debug.h |	 3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 3cacb154476f158685700a4b3aae5e5c06cc173d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:13:25 2008 +0000

    Added a dependency on gio-unix-2.0 in libempathy. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1734
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac		     |	  1 +
 libempathy/libempathy.pc.in |	  2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit d0630f9d575b72ccacfb952f42f74f703b9c9b7e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:13:20 2008 +0000

    Added ft-related functions to EmpathyContact. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1733
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-contact.c |   39
 +++++++++++++++++++++++++++++++++++++++
 libempathy/empathy-contact.h |    2 ++
 2 files changed, 41 insertions(+), 0 deletions(-)

commit c504ea77f3ffa415e1a6aee408313ee9cbc5e1f1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:13:14 2008 +0000

    Added GIO and libgnomeui deps to configure.ac. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1732
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 9cbc830523ca5fd4d3787ca99797e33467e31b57
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 16:13:09 2008 +0000

    Added org.freedesktop.Telepathy.Channel.Type.File.DRAFT spec
    file. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1731
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 extensions/Channel_Type_File.xml |  398
 ++++++++++++++++++++++++++++++++++++++
 extensions/Makefile.am		  |    3 +-
 extensions/misc.xml		  |    1 +
 3 files changed, 401 insertions(+), 1 deletions(-)

commit 87d6db03bd04a9d6c98342bc4e0334c3269e089d
Author: simos <simos@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 21 13:28:21 2008 +0000

    Updated ps translation (Zabeeh Khan)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1730
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ps.po | 1814
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1814 insertions(+), 0 deletions(-)

commit c62056df220d9e5d07d95fb022f07a4c9152b13e
Author: hendrikr <hendrikr@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 18 19:51:09 2008 +0000

    2008-11-18	Hendrik Richter  <hendrikr@gnome.org>

	* de.po: Updated German translation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1724
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/de.po     |  344
 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 216 insertions(+), 132 deletions(-)

commit 4e7c5a76ea3f6321e0aeb2ea85310b19b576e007
Author: gintas <gintas@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Nov 17 00:01:57 2008 +0000

    2008-11-17	Gintautas Miliauskas  <gintas@akl.lt>

	* lt.po: Updated Lithuanian translation (Gintautas Miliauskas).




    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1723
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/lt.po |  274
 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 176 insertions(+), 98 deletions(-)

commit b07519e3b0fbea7ac8cc015d765f047e86f174d7
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Nov 14 19:54:16 2008 +0000

    Updated es translation (Jorge Gonzalez)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1721
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/es.po |   65
 +++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 54 insertions(+), 11 deletions(-)

commit bc66044e4004c687035b5466d1fa03f3d2f645cb
Author: hasselmm <hasselmm@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Nov 13 22:07:56 2008 +0000

    Include account name in chat-window tooltip. Fixes bug #560622

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1720
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-chat-window.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit 35ef140131c27e91e79cf965fafa87f44dd5d666
Author: hasselmm <hasselmm@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Nov 13 22:07:54 2008 +0000

    Use markup for chat-window tooltips

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1719
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-chat-window.c |   31 +++++++++++++++++++++----------
 1 files changed, 21 insertions(+), 10 deletions(-)

commit 287f18bb6879a4f11d164c2d63f479fcc955a6e3
Author: hasselmm <hasselmm@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Nov 13 22:07:52 2008 +0000

    Use proper format string for max-size property

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1718
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3bf1078e69930d4e11dd7d6ce9f9222bd70595d0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Nov 13 20:24:34 2008 +0000

    If chats have no name, use the channel's ID instead of fallback to
    "Conversation". Fixes bug #560611.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1717
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-chat.c |   14 ++++++++++++--
 src/empathy-chat-window.c     |   21 ++-------------------
 2 files changed, 14 insertions(+), 21 deletions(-)

commit 14fcccb5ab112e9b5783b01a57d72eb5fe0ae0da
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Nov 12 23:46:44 2008 +0000

    Add import dialog to POTFILE

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1716
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/POTFILES.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 57914ec87ed9b1af9e61c20ee2c7eeada88668f4
Author: eronahi <eronahi@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Nov 12 02:24:26 2008 +0000

     Updated ku translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1715
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/LINGUAS |	 1 +
 po/ku.po   | 1783
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1784 insertions(+), 0 deletions(-)

commit 0517594c99c70dfeceeacff074116e40aca5122b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:28:26 2008 +0000

    Trivial simplification of the math

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1714
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d570e2c4ecf93787a95639dca5b682c761756f34
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:28:23 2008 +0000

    Try to keep the original image format in avatar chooser. This avoid
    droping alpha layer when converting from PNG to JPEG.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1713
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |  131
 +++++++++++++++++--------------
 1 files changed, 71 insertions(+), 60 deletions(-)

commit ebe82f56fef87bd8f43edea88b0c6d01a0332a3a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:28:19 2008 +0000

    Improve error message.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1712
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit e590b75b6fdfbbcaa82c6b49e50ebdcf80d93473
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:28:16 2008 +0000

    Report error to the user when converting the avatar fails.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1711
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   41
 ++++++++++++++++++++++++++++---
 1 files changed, 37 insertions(+), 4 deletions(-)

commit 463865f874f17e8fa4da647af6f19aa890a5c027
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:28:12 2008 +0000

    Cleanup code and add some comments

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1710
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   23 +++++++++++++++++------
 libempathy-gtk/empathy-avatar-chooser.h |    1 -
 2 files changed, 17 insertions(+), 7 deletions(-)

commit 965a74fd336337564b5bad863ea9f0ebf5c1827d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:28:09 2008 +0000

    Move code to avoid declaring functions on the top of the file.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1709
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-factory.c |  128
 ++++++++++++++-----------------
 1 files changed, 57 insertions(+), 71 deletions(-)

commit 38f72e69b9cee37aa335f8311995977af57fcc74
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:28:06 2008 +0000

    Make a dichotomic search for the optimal image size. Cleanup some code

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1708
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |  233
 ++++++++++++++++---------------
 1 files changed, 121 insertions(+), 112 deletions(-)

commit 6a747edf132d1d26942a11c31670ec0f4c27ecf7
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:28:02 2008 +0000

    Correctly resize the image to fit required max width/height

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1707
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   46
 ++++++++++++++++++++++---------
 1 files changed, 33 insertions(+), 13 deletions(-)

commit 4883c839e8a6ec2ec0f5dca4c40a7ab920d13f71
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:58 2008 +0000

    Add empathy_pixbuf_from_data_and_mime instead of breaking API.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1706
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    6 ++++--
 libempathy-gtk/empathy-avatar-image.c	 |    2 +-
 libempathy-gtk/empathy-ui-utils.c	 |   13 ++++++++++---
 libempathy-gtk/empathy-ui-utils.h	 |    2 ++
 4 files changed, 17 insertions(+), 6 deletions(-)

commit ac09dfa084c1bbb58b0cf04f8cd5c64ce37d5137
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:55 2008 +0000

    Don't modify EmpathyAvatar::format if gdkpixbuf disagrees

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1705
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit fa7cc63ba98f95edaaed40ff25dcd074336277fa
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:52 2008 +0000

    Use two g_asserts rather than g_assert (foo && bar).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1704
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 82f02919e262135d79db11627ebe6a6d8668ef5b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:49 2008 +0000

    can_satisfy_mime_type_requirements: assume out params != NULL

    (I never actually removed the assertion that they be non-NULL.)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1703
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

commit 76116a8932db7923e6c4aa65dcdaca4b0221132d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:45 2008 +0000

    Prefer png or jpeg if possible when converting avatars

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1702
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   54
 +++++++++++++++++++-----------
 1 files changed, 34 insertions(+), 20 deletions(-)

commit bb6b25000448db315423a459073949a9c7b9c59d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:42 2008 +0000

    Update avatar chooser's account from its own callback.

    This fixes a bug where the account chooser's account would change, but
    the avatar picker would not be updated because the main
    account_chooser::changed signal handler is suppressed!

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1701
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-widget.c |   41
 ++++++++++++++----------------
 1 files changed, 19 insertions(+), 22 deletions(-)

commit 7da172b581b4931e1f5921bdde47073635607ad2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:34 2008 +0000

    ContactWidget: set up account widget before avatar widget

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1700
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-widget.c |   47
 ++++++++++++++++---------------
 1 files changed, 24 insertions(+), 23 deletions(-)

commit 56d6912de075a0c63aba19244ce9f9c899587620
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:31 2008 +0000

    If setting an avatar from an EmpathyAvatar, just ref it.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1699
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   91
 ++++++++++++++++++++++---------
 1 files changed, 66 insertions(+), 25 deletions(-)

commit 54b3731fa9371095c626d2a0c7b6eed9a793f201
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:27 2008 +0000

    AvatarChooser: clarify why _scale_down_if_necessary is cheap.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1698
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 3dcbf7a7df59554fdc96986b6a982e3ba911cf85
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:24 2008 +0000

    Make can_satisfy_mime_type_requirements accept NULL out params.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1697
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   30
 ++++++++++++++++++++++++------
 1 files changed, 24 insertions(+), 6 deletions(-)

commit 08837770a6c5c91ebd13924a3bbe866c161b4fa3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:20 2008 +0000

    Flip iterating across format_mime_types and accepted_mime_types.

    This better reflects the purpose of the conditional; "for each
    mime type
    we can convert to, is it acceptable?" is clearer than "for each
    acceptable mime type, can we convert to it?".

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1696
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit edacb09ad296a537867bfa36a675ceda094705d9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:14 2008 +0000

    Use l and strv for list and strv iterators, not i and j

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1695
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 7cdc34c2494ea77575578ae939c1dc7fc35a22dc
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:10 2008 +0000

    Use foo[1] rather than *(foo + 1)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1694
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f096af1eee36c0189d14858a5eca7a62a18eae6b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:07 2008 +0000

    Coding style: cuddle a brace

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1693
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit d55d561d8be5c590e11f6c6ab5aedd55782dc9c4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:04 2008 +0000

    AvatarChooser: don't set contact_factory to NULL after unreffing.

    The object is being destroyed anyway.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1692
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit a6cfd3137cb5c50f83f885a765abb2d420db3ded
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:27:00 2008 +0000

    AvatarChooser: Remove empathy_ prefix from static functions.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1691
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit dcf8659f1b16030a397f2fb0782ce0321b050717
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:54 2008 +0000

    AvatarChooser needs no ContactFactory property; it's a singleton.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1690
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   33
 +++---------------------------
 libempathy-gtk/empathy-avatar-chooser.h |    2 +-
 libempathy-gtk/empathy-contact-widget.c |    3 +-
 3 files changed, 6 insertions(+), 32 deletions(-)

commit c14fb02cc60c9117de081edfd601a5809e8b8ed2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:50 2008 +0000

    Coding style: no blank lines in local variable declarations

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1689
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 0ec166fdf88484095905f57af867a498c9e773ea
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:47 2008 +0000

    Coding style: use FIXME rather than TODO.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1688
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 76a72b048fea2f2673807a29d5c4d695fae48ad9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:43 2008 +0000

    Coding style: only one blank line between functions.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1687
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    5 -----
 libempathy-gtk/empathy-contact-widget.c |    2 --
 libempathy/empathy-tp-contact-factory.c |    3 ---
 3 files changed, 0 insertions(+), 10 deletions(-)

commit 6ad752c21ff6c510d61a1a85f8283eebd19a19b4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:39 2008 +0000

    Coding style: use braces for one-statement blocks in AvatarChooser

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1686
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   28
 +++++++++++++++++++---------
 1 files changed, 19 insertions(+), 9 deletions(-)

commit 39d1a0b708d9a719dbe4432769de9158727194c4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:36 2008 +0000

    Check the contact factory is still ready when avatar picker is OKed.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1685
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 4d6139b7689b57314533527446fe429fd3a52c40
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:32 2008 +0000

    Don't explicitly check for the new avatar being zero bytes

    empathy_pixbuf_from_data will whine if it can't parse the image, which
    it won't be able to.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1684
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cf12b571b66bce43c32bc3c0fc47bb96f974c96f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:28 2008 +0000

    Don't clear user's avatar if a file can't be read.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1683
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 324c080524045f3d72a3c4068226e9544717b4a1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:25 2008 +0000

    Implement scaling and converting avatars before sending.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1682
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |  330
 +++++++++++++++++++++++++------
 1 files changed, 265 insertions(+), 65 deletions(-)

commit ecd086ef1707925102ed82d29ac48b6c43723bf6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:22 2008 +0000

    Make empathy_pixbuf_scale_down_if_necessary treat 0 as "no limit"

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1681
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-ui-utils.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5d39fc0f4cb1dd11d813180bbb85c67f739d2b7f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:18 2008 +0000

    Track whether avatar is being set locally, or received from elsewhere.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1680
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   29
 +++++++++++++++++------------
 1 files changed, 17 insertions(+), 12 deletions(-)

commit 3b89c19a9e5348d7ab8ca2330639094817e6b01b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:15 2008 +0000

    Use e_avatar_chooser_clear_image() helper.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1679
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ed8da60d2b5f8cf999995e029e3d2f1b4c2fe592
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:12 2008 +0000

    Ref result of empathy_contact_factory_get_tp_factory

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1678
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 0333ad626c8bd0777887d6c406c49abe7863271d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:09 2008 +0000

    Make avatar chooser (in)sensitive when the TpContactFactory becomes
    (not) ready

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1677
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   72
 ++++++++++++++++++++++++++----
 1 files changed, 62 insertions(+), 10 deletions(-)

commit 008a6b27fcfc42a72b92b17ebff43aff0a914086
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:05 2008 +0000

    Update AvatarChooser::account when changed in ContactWidget

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1676
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-widget.c |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

commit 6f936f87db92e82e9551651b62a6974e2f8121ab
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:26:02 2008 +0000

    AvatarChooser: Add McAccount and EmpathyContactFactory properties

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1675
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   98
 ++++++++++++++++++++++++++++++-
 libempathy-gtk/empathy-avatar-chooser.h |    3 +-
 libempathy-gtk/empathy-contact-widget.c |    3 +-
 3 files changed, 100 insertions(+), 4 deletions(-)

commit 35dc84baa8d733b382a8137a3613b69be2d5f366
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:25:58 2008 +0000

    Add G_PARAM_STATIC_STRINGS to TpContactFactory properties

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1674
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-factory.c |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

commit 1fae3584fe02d900dbdcc4f22a7c64f24ea0f7ae
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:25:55 2008 +0000

    EmpathyTpContactFactory: add properties for avatar requirements

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1673
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-factory.c |   94
 ++++++++++++++++++++++++++++++-
 1 files changed, 91 insertions(+), 3 deletions(-)

commit 2b9ab08025ffcf37d54d4f9fc4e4dfcbc6c9b128
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:25:51 2008 +0000

    EmpathyTpContactFactory: get avatar requirements before becoming
    ready.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1672
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-factory.c |   63
 ++++++++++++++++++++++++++----
 1 files changed, 54 insertions(+), 9 deletions(-)

commit 5da6b7186eb38a9406e50bcc4e2a4a454b455626
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:25:48 2008 +0000

    EmpathyTpContactFactory: split on-ready code out of got_self_handle_cb

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1671
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-factory.c |   26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 deletions(-)

commit a8cd7ee3ce8cd4fa147d74f06a48abdcc82c9822
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:25:44 2008 +0000

    EmpathyTpContactFactoryPriv: add fields for avatar requirements

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1670
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-tp-contact-factory.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 1c8c6bfd32d81f1c8b7237cf316d7eb4537f3304
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:25:40 2008 +0000

    Don't automatically resize and png-ify avatars.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1669
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |   71
 ++++++++++++++++---------------
 libempathy-gtk/empathy-avatar-image.c	 |    2 +-
 libempathy-gtk/empathy-ui-utils.c	 |   30 ++++++++++----
 libempathy-gtk/empathy-ui-utils.h	 |    3 +-
 4 files changed, 62 insertions(+), 44 deletions(-)

commit a53ed4613b639562ae57a9962f0c8cc183adaa0a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Nov 11 15:25:36 2008 +0000

    Consolidate hardcoding avatars to PNG to one function.

    (Incidentally, return "image/png" rather than "png" for the mime type,
    as the latter is not a mime type.)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1668
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-avatar-chooser.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit 2d959abf88e49c3ffdf51bcb0876ccb895d1741a
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Nov 8 12:41:34 2008 +0000

    Updated Spansih translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1667
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/es/es.po |  397
 +++++++++++++++++++++++++++++++--------------------------
 1 files changed, 218 insertions(+), 179 deletions(-)

commit 7bdf6f8c92765d8a19ccd61f284ff5ad94d42866
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Nov 8 12:06:00 2008 +0000

    Updated es translation (Jorge Gonzalez)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1666
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/es.po |  107
 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 60 insertions(+), 47 deletions(-)

commit d74cf81371d8504b107cb5ce8ab64de095eaf0f1
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Nov 3 23:35:04 2008 +0000

    Add ru to gitignore

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1665
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/.gitignore |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 5c70084e7fc027ea2434b84f0b65bcf8eaa0d1b2
Author: mdziumanenko <mdziumanenko@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Nov 3 07:53:11 2008 +0000

    2008-11-3 Maxim Dziumanenko <dziumanenko@gmail.com>

	* Update Ukrainian translation.



    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1663
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/uk.po | 2865
 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 1344 insertions(+), 1521 deletions(-)

commit 193c3c9f632f20bf8acd78e61f193a0df2e14fa4
Author: nshmyrev <nshmyrev@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Oct 26 22:15:16 2008 +0000

    2008-10-27	Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* ru/ru.po: Added Russian translation by Nikita Belobrov
	<qvzqvz@gmail.com>.



    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1661
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/ru/ru.po |  775
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 775 insertions(+), 0 deletions(-)

commit 23a013a8e755d4b73c9ca1f062ea983ed866864b
Author: fpeters <fpeters@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 24 10:29:19 2008 +0000

    Remove session information from Ekiga registration URL.  (closes:
    #554938)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1660
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/C/empathy.xml |	 3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 89112793702602b399f1160141cb7fb06eb974de
Author: simos <simos@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Oct 22 17:10:08 2008 +0000

    Updated Greek translation (Nick Agianniotis).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1658
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/el.po |  641
 ++++++++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 477 insertions(+), 164 deletions(-)

commit 2084ceb34b1324a267132634598f06ebb313d652
Author: tkaroonb <tkaroonb@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Oct 18 12:39:31 2008 +0000

    Updated th translation (Theppitak Karoonboonyanan)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1650
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/th.po |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

commit cf1569c290716beb9d4d08805817d9642fa9e4ca
Author: tkaroonb <tkaroonb@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Oct 18 11:03:48 2008 +0000

    Updated th translation (Theppitak Karoonboonyanan)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1649
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/th.po |  173
 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 103 insertions(+), 70 deletions(-)

commit 9ee0cdb2b54bd26e59d101e3eae3d3732865f813
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 15:12:45 2008 +0000

    Updated es translation (Jorge Gonzalez)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1647
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/es.po |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

commit 5ea69ea0d20d31b5acc3aa90e2435b80b49b2fc7
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:48:41 2008 +0000

    Use l to iterate a GList, less confusing naming.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1646
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 42168c729f2b9e3e5525fd97974daa2a8cd0916f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:48:38 2008 +0000

    It is a map from pidgin to CM, not MC.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1645
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-pidgin.c |	 20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit 5f207f7621dff7b6af65ba445396b806b0ff533d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:48:34 2008 +0000

    Split pidgin import code into its own module. It makes easier to
    add other import modules for other programs.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1644
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/Makefile.am	     |	  1 +
 src/empathy-import-dialog.c |	309
 ++++---------------------------------------
 src/empathy-import-dialog.h |	 10 ++
 src/empathy-import-pidgin.c |	305
 ++++++++++++++++++++++++++++++++++++++++++
 src/empathy-import-pidgin.h |	 33 +++++
 5 files changed, 375 insertions(+), 283 deletions(-)

commit d0d7c6c80f1b8162a902d55416a33607ca6fa13f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:48:31 2008 +0000

    Connect to the "destroy" and "response" signals on the import window
    instead of connecting OK/Cancel buttons.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1643
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c	 |  114
 +++++++++++++++++++-------------------
 src/empathy-import-dialog.glade |    4 +-
 2 files changed, 59 insertions(+), 59 deletions(-)

commit 75cbd8e6d9eeb5895dd42763b1ea98c9bae2d8f6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:48:28 2008 +0000

    Do not include accounts which don't have profile.. Also fix a leak.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1642
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit e7c4b39099f9d37dd7a47609c65492692f2dec72
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:48:25 2008 +0000

    Remove useless vars

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1641
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 1e2e95b88f6f8b871a191a2e71f368b99990d5a9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:48:21 2008 +0000

    Remove declaration of functions on top of import dialog file.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1640
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)

commit 2c66e20086e9f2a7570320a252658098ff7b486a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:48:18 2008 +0000

    There is no reason for import_dialog_add_account to fail.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1639
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

commit a087c5a1412bc73f2c8f9f9c323f62beba3a2c47
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:48:14 2008 +0000

    Be more careful in import_dialog_account_data_free

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1638
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 4dd8937a5aaa339b3dfb0b34a0cb905341384baf
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:48:11 2008 +0000

    Remove useless include in main window

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1637
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-main-window.c |	1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit ad33ff7d87a4498ad3e8aff1211087732b7b0cca
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:48:08 2008 +0000

    rename import boolean to import_asked.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1636
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-accounts-dialog.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit 7c8f5acaae50bbca009892891b01d020130b40a5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:48:05 2008 +0000

    Store the McProfile in AccountData instead of a string of the account
    name. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1635
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 49
 +++++++++++++-----------------------------
 1 files changed, 15 insertions(+), 34 deletions(-)

commit d244c5f446604cce6725896dbbb40186959cd018
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:48:01 2008 +0000

    Call import_dialog_account_data_free to actually free the account
    data after being processed. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1634
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit 74acf3f8addc5d09474f597504d41b9e3fb064c2
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:58 2008 +0000

    Do not store the account data in a G_TYPE_POINTER GValue but straight
    in the list store as a gpointer. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1633
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

commit 8685860681732827c4566dd484a089c76e400c14
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:55 2008 +0000

    Removed call to mc_accounts_filter and wrote another function to
    loop through the accounts. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1632
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 47
 ++++++++++++++++++++++---------------------
 1 files changed, 24 insertions(+), 23 deletions(-)

commit c4470dc81c8c4a71687e55f5d214438ca5d041ee
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:51 2008 +0000

    Compare GLists to NULL instead of g_list_length(list) == 0. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1631
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 50ac5e88300a160db36cc13c913af407388745a4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:48 2008 +0000

    Removed empathy_import_dialog_accounts_to_import to stop the accounts
    being parsed twice. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1630
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-accounts-dialog.c |   45
 +++++++++++------------------------------
 src/empathy-import-dialog.c   |   36 ++++++++++++--------------------
 src/empathy-import-dialog.h   |    3 +-
 3 files changed, 27 insertions(+), 57 deletions(-)

commit 0f43fc31827ca2ed53cc8ee3b14490c6ba838e89
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:45 2008 +0000

    Moved some code around for clarity and also to parse accounts before
    the Glade file is loaded. (Jonny Lamb)

    This prevents the glade being parsed, all the widgets being set
    up, and
    then a single message dialog popping up saying there are no
    accounts to
    import, just to then free it all.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1629
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 63
 ++++++++++++++++++++----------------------
 1 files changed, 30 insertions(+), 33 deletions(-)

commit e9693ff7a4d482a1b7692cc62ec74459ee5c064c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:41 2008 +0000

    Removed tabs from GConf schema. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1628
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 data/empathy.schemas.in |   90
 +++++++++++++++++++++++-----------------------
 1 files changed, 45 insertions(+), 45 deletions(-)

commit 2ac2acdef43cd2542266c376e1405be627d6f195
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:38 2008 +0000

    Only display the importing result if there was a failure. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1627
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 33 ++++++++++++++-------------------
 1 files changed, 14 insertions(+), 19 deletions(-)

commit 9443aba35805c6c91d6c7d51246be6d311df3798
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:35 2008 +0000

    Ask whether to import if there are accounts to import on loading
    the account editor, but only once. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1626
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-accounts-dialog.c |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

commit a1e7795ec6e8c0459d9f3fe9158dcca20cd4cda3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:31 2008 +0000

    Added GConf key EMPATHY_PREFS_IMPORT_ASKED. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1625
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 data/empathy.schemas.in       |   14 ++++++++++++++
 libempathy-gtk/empathy-conf.h |    1 +
 2 files changed, 15 insertions(+), 0 deletions(-)

commit 9c3f7c7b17d9ce8d27f5be62a71efc6898b50ce5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:28 2008 +0000

    Added empathy_import_dialog_accounts_to_import. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1624
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 15 +++++++++++++++
 src/empathy-import-dialog.h |	  1 +
 2 files changed, 16 insertions(+), 0 deletions(-)

commit e6824dcd08f6f9954a69e288bdf30c0bdc1e8461
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:25 2008 +0000

    Automatically tick "import" only for accounts which are not already
    present in MC. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1623
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 46
 ++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 45 insertions(+), 1 deletions(-)

commit f749f00f51c7a70603594db8cb7edfc411ba04a9
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:21 2008 +0000

    Make the parent of the import dialog be the parent of the warning
    message dialog. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1622
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit c3cf049cf33b614e25528863a0dd2fa751be5a58
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:18 2008 +0000

    Display a warning when no accounts could be found for
    importing. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1621
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 32 ++++++++++++++++++++++++++------
 1 files changed, 26 insertions(+), 6 deletions(-)

commit fbf0ac92c15fa6701b6732e9e637d1327151d2dc
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:15 2008 +0000

    Check whether ~/.purple/accounts.xml is readable before trying to
    read it. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1620
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit ff4ad8b99f708e499da04b8413b44c55ff8867bb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:11 2008 +0000

    Use g_ascii_strtod instead of sscanf. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1619
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit a6fd7cfb702990d6f4af4a7daa37920d2d2a145d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:08 2008 +0000

    Use tp_strdiff instead of strcmp. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1618
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

commit 3534cf201dd107cc29531429988700aafc6ccf3a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:04 2008 +0000

    Added import_dialog_free and actually destroy the importer when
    finished importing or when cancelled. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1617
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

commit fc87bd048249f991cc14c95786aa8db147e3d4fa
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:47:01 2008 +0000

    Actually add the accounts when the user presses OK. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1616
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 61
 ++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 54 insertions(+), 7 deletions(-)

commit 6d0ae3dec3297e2e07810c21c8aae3411faf1977
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:58 2008 +0000

    Renamed import_dialog_add_accounts to
    import_dialog_add_accounts_to_model to avoid confusion. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1615
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f0dd39f028e69fec031159beeda0352eb71575fb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:54 2008 +0000

    Added more whitespace between indentations and comments. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1614
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 5c44736e019ce8487a0856c188846b899c83b3a7
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:51 2008 +0000

    Fill the tree view with Pidgin accounts to import. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1613
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 33 +++++++++++++++++++--------------
 1 files changed, 19 insertions(+), 14 deletions(-)

commit 4d5b6f406262ba5ecfe7cb699cb26c36125b6d18
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:48 2008 +0000

    Set a height request of 200px for the treeview widget. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1612
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.glade |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit eb7c4a6bc4ceb326e0cbc30eb00cf4b0c280f90b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:45 2008 +0000

    Re-wrote the UI of the importer dialog. (Jonny Lamb)

    This UI currently does not work with the backend.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1611
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c	 |  212
 +++++++++++++++++++++++++++++++++------
 src/empathy-import-dialog.glade |   71 +++++++++++++
 2 files changed, 250 insertions(+), 33 deletions(-)

commit 4c658b6bf19014cb1d9a5a8395ccd5cb0584ee90
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:42 2008 +0000

    Fix wrong condition in import_dialog_pidgin_parse_setting().

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1610
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d88dc97095a5054eb515702daa7e4092678698c0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:38 2008 +0000

    Add comments and cleanup the pidgin importer. Account settings are
    now imported into a GHashTable mapping the param's string to a GValue.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1609
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	293
 ++++++++++++++++++++++---------------------
 1 files changed, 152 insertions(+), 141 deletions(-)

commit 8de5eabb0912d7cf23cd87cd86623e3269d5d39f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:35 2008 +0000

    Renamed static empathy_import_dialog_* functions to
    import_dialog_*. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1608
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 58
 +++++++++++++++++++++---------------------
 1 files changed, 29 insertions(+), 29 deletions(-)

commit fcfa182018ade3ef2d6031fd5080e53e5045f9c8
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:32 2008 +0000

    Simplified the node looping code further. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1607
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	135
 +++++++++++++++++++++----------------------
 1 files changed, 66 insertions(+), 69 deletions(-)

commit 326b299d26002b601511e6c9ec6f495b4dc29731
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:28 2008 +0000

    Use a different loop with nodes to shorten code. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1606
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit 222eb7f27277fdcf8e001817cb3e1ed8618e3ca0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:25 2008 +0000

    Added another empty line between function declaration and code. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1605
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 951270547045982ca8cbbbffc4dc3210472f6e0b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:22 2008 +0000

    Avoid using gtk_widget_show_all and show each widget
    separately. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1604
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit abcac00e8e5a8616547a276be3662461df817262
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:19 2008 +0000

    Added a missing g_free. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1603
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit a9669f79f635857b4a72a94efff47a559d35bacb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:15 2008 +0000

    Make EmpathyImportDialog a singleton. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1602
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 03bab28166c7481c98dce79126837b790c81072a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:12 2008 +0000

    Name imported accounts in the same way as a new account does. (Jonny
    Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1601
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	 15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

commit abaa43674dd3416ec28ad20640aff9504a2f45d0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:09 2008 +0000

    Changed import button to "Import Accounts...". (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1600
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-accounts-dialog.glade |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3b10923e19ee5f45804325bc702d9400b161df3d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:05 2008 +0000

    Added spacing of 6 to "Import accounts" button. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1599
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-accounts-dialog.glade |	1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 74e77cd5ef71c2b476e6f07fbaf6ca69aeff6013
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:46:02 2008 +0000

    Moved to Collabora coding style. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1598
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	595
 ++++++++++++++++++++++---------------------
 1 files changed, 308 insertions(+), 287 deletions(-)

commit 977ccf7fb39d9438e8662cbc3110d8b0fc0ea33e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:45:58 2008 +0000

    Added an "Import accounts" button to the accounts dialog. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1597
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-accounts-dialog.c	   |   13 +++++++++++
 src/empathy-accounts-dialog.glade |   42
 +++++++++++++++++++++++++++---------
 2 files changed, 44 insertions(+), 11 deletions(-)

commit e89ce18cda8c5192df063b90f329f2f5ff23c181
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:45:55 2008 +0000

    Removed import dialog references from main window. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1596
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-main-window.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

commit 386ee3a0612236e39a3c5920ad0e72c1b290ba86
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:45:52 2008 +0000

    Fixed typos of constants in the import dialog. (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1595
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c |	  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 8846b5c45e9e29080063503327bf1d65b07986bc
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:45:48 2008 +0000

    Fixed part of dialog, as per Xavier's comments.

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1594
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-import-dialog.c   |  152
 ++++++++++++++++++++---------------------
 src/empathy-main-window.glade |   15 ----
 2 files changed, 74 insertions(+), 93 deletions(-)

commit bf1a377b27b0a68a60795d9719aad5c027d94c9d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 12:45:44 2008 +0000

    Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)

    Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1593
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/Makefile.am	       |    1 +
 src/empathy-import-dialog.c   |  406
 +++++++++++++++++++++++++++++++++++++++++
 src/empathy-import-dialog.h   |   33 ++++
 src/empathy-main-window.c     |   11 +
 src/empathy-main-window.glade |   15 ++
 5 files changed, 466 insertions(+), 0 deletions(-)

commit 5d9a4f9f85768227044f80d93549049ea8084213
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 17 07:05:49 2008 +0000

    Use alphabetical order in makefile

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1592
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/Makefile.am |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit 3ce5bb5298c960d058198a266c9c274011b8b1e1
Author: frolix68 <frolix68@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Tue Oct 14 01:00:07 2008 +0000

    Updated el translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1590
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/el.po | 1485
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 801 insertions(+), 684 deletions(-)

commit 48f66860511aba2300d6fce0f4027a138aca20ce
Author: kennethn <kennethn@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 20:53:45 2008 +0000

    Updated Danish translation (Kenneth Nielsen)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1588
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/da.po |   31 ++++++++++++++++++++++++-------
 1 files changed, 24 insertions(+), 7 deletions(-)

commit 6f56c8bda6b34a4bfddc67a80505b4de8e0389b3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 08:06:43 2008 +0000

    Update gitignore

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1586
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b96f63b2f4a06e1e3bff315a40e7009f7a9cbae0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 08:04:35 2008 +0000

    empathy-contact-menu.c: store the chatroom instead of the channel
    in contact_room_sub_menu_item_activate_cb_ctx

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1585
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

commit 5cd9d8e2b13a948cd78504ecf9654488838965ce
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 08:04:32 2008 +0000

    empathy-contact-menu.c: use new empathy_chatroom_manager_new API

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1584
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 26963e73b5c4b5342daba1c5cfa29f20c54fd288
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 08:04:29 2008 +0000

    Change menu entry to 'Invite to chatroom'

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1583
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 47f192e13bf307eada5d5be207c0f39da88dc06a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 08:04:27 2008 +0000

    Actually invite contact to chatroom. Fixes bug #496100 (Guillaume
    Desmottes).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1582
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |   70
 ++++++++++++++++++++++++++++----
 1 files changed, 61 insertions(+), 9 deletions(-)

commit 93373b9656b354d87c0b746d2763208a1a4c82e6
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 08:04:24 2008 +0000

    Display invite menu entry in the contact menu

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1581
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-contact-menu.c |   92
 +++++++++++++++++++++++++++++++++
 libempathy-gtk/empathy-contact-menu.h |    1 +
 2 files changed, 93 insertions(+), 0 deletions(-)

commit 7e391584b388d425a0482192bbc35a5a661ea1b3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:45 2008 +0000

    Update python bindings

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1580
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 python/pyempathy/pyempathy.defs |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

commit 12f23a6acf76e63998f32b932376c8a8b942d88a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:41 2008 +0000

    empathy_chatroom_manager_remove: when looking for the chatroom to
    remove check the address first so we are not confuse if the room
    was invalidated

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1579
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom-manager.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 93b40e139c8b53992f27350f3e9afd92f9732984
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:38 2008 +0000

    empathy_chatroom_equal: use tp_strdiff instead of g_str_equal

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1578
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 6437307ff240f833a1151a242244e42df30d547f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:36 2008 +0000

    check-empathy-chatroom-manager.c: factor out
    change_account_name_in_file

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1577
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |   71
 ++++++++++++++++----------------
 1 files changed, 35 insertions(+), 36 deletions(-)

commit 9d9034b4a44939504ece7a9553e1448eea52af1c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:33 2008 +0000

    check-empathy-chatroom-manager.c: check the result of system()

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1576
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit dd9b013d7d47a9ef076a4b0a36af762c0731ce9a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:30 2008 +0000

    empathy_chatroom_set_auto_connect: notify the favorite property
    change if needed

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1575
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e3fad7375e09910d7588147d9f1d7baff0d42379
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:27 2008 +0000

    chatroom-manager: add_chatroom: connect the 'notify' signal instead
    of each signal individually

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1574
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom-manager.c |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

commit 8482b83e11f1c925e1d8dc4d679195381e2737ee
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:25 2008 +0000

    reuse test account instead of creating one at each test to avoid to
    pollute gconf DB with loooooot of unremovable accounts

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1573
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |   20 ++++++++++----------
 tests/check-empathy-chatroom.c		|    6 +++---
 tests/check-empathy-helpers.c		|   17 +++++++++++++++--
 tests/check-empathy-helpers.h		|    2 +-
 4 files changed, 29 insertions(+), 16 deletions(-)

commit 1c75beb71a9b52283f2cc7dcfeddadccb36f6338
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:22 2008 +0000

    empathy-chat-window: use new chatroom mgr API

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1572
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-chat-window.c |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ad4305de95a6340bfa9806c50497560e3692cca8
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:19 2008 +0000

    remove empathy_chatroom_manager_store from the API as it's became
    useless

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1571
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom-manager.c |    8 --------
 libempathy/empathy-chatroom-manager.h |    1 -
 2 files changed, 0 insertions(+), 9 deletions(-)

commit a6ddbaa938212113301ab919dacf5d760ca74921
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:16 2008 +0000

    empathy-chatrooms-window: no need to call
    empathy_chatroom_manager_store anymore

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1570
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 src/empathy-chatrooms-window.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 6a59b88b06b1101bf72999da8831b30155828601
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:13 2008 +0000

    disconnect chatroom signals when they are removed from the mgr

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1569
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom-manager.c |   34
 +++++++++++++++++++++++---------
 1 files changed, 24 insertions(+), 10 deletions(-)

commit f7ac2c9731a5a7d1f1ce6857ff10d2578cbd012e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:10 2008 +0000

    automatically save the chatroom mgr XML file when one chatroom
    is modified

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1568
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom-manager.c	|   17 ++++++--
 tests/check-empathy-chatroom-manager.c |   74
 ++++++++++++++++++++++++++++++++
 2 files changed, 87 insertions(+), 4 deletions(-)

commit 35e00b61268483e56105367b20e452ab6455eef5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:08 2008 +0000

    chatroom-mgr: use a save timer instead of saving the file directly

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1567
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom-manager.c |   43
 ++++++++++++++++++++++++++++++--
 1 files changed, 40 insertions(+), 3 deletions(-)

commit b3d5533d91b38f4419174603508fde6bd4b694ba
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:05 2008 +0000

    only save the chatrooms xml when a favorite chatroom is added/removed

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1566
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom-manager.c |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

commit 61dcdae9110d3baf6c4b334c4572d809c2e9f64a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:55:02 2008 +0000

    test empathy chatroom manager change favorite

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1565
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |   65
 ++++++++++++++++++++++++++++++++
 1 files changed, 65 insertions(+), 0 deletions(-)

commit b118a391f3060157daff68e3596ae88139faac56
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:59 2008 +0000

    chatroom-mgr: store the file when a chatroom changes its favorite
    state

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1564
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom-manager.c |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

commit ab1ea83f17fd24a5a7a380bdfec75bf421291af4
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:56 2008 +0000

    test favorite change

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1563
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom.c |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

commit 43d179d899387840d1c3d80d1b4d72a084f3d01d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:53 2008 +0000

    test empathy_chatroom_manager_remove

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1562
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |   56
 ++++++++++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)

commit 462db4ba074457f3587385b2ca6cc9f434932f9a
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:51 2008 +0000

    test empathy_chatroom_manager_add

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1561
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |   65
 ++++++++++++++++++++++++++++++++
 1 files changed, 65 insertions(+), 0 deletions(-)

commit b8a8593ce3d632867d1aebab4a117002ab509099
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:48 2008 +0000

    check_chatrooms_list: don't depend on the order of the chatrooms in
    the list

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1560
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |   27 ++++++++++++++++++++++-----
 1 files changed, 22 insertions(+), 5 deletions(-)

commit c2d5bd98a6a6479f3e32682748df067a0d21f94f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:40 2008 +0000

    factor out check_chatrooms_list

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1559
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |   65
 +++++++++++++++++---------------
 1 files changed, 35 insertions(+), 30 deletions(-)

commit 93a64ba016c2630986856b1f46e435e9402e01dd
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:37 2008 +0000

    factor out check_chatroom

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1558
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |   27 ++++++++++++++++++---------
 1 files changed, 18 insertions(+), 9 deletions(-)

commit 2371653b163170bbe1904dc5a37330fb50348fdd
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:35 2008 +0000

    test chatroom xml parsing

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1557
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |   37
 ++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

commit f11e25f829505ffe7e1eabb0209547b79a1ceca0
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:32 2008 +0000

    fix leak in destroy_test_account

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1556
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-helpers.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit f1761b134a44a658a0c91108c83f30fa1b66921c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:29 2008 +0000

    rename remove_account_from_gconf to destroy_test_account and destroy
    the account object in it

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1555
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |    4 +---
 tests/check-empathy-chatroom.c		|    8 ++------
 tests/check-empathy-helpers.c		|    5 ++++-
 tests/check-empathy-helpers.h		|    2 +-
 4 files changed, 8 insertions(+), 11 deletions(-)

commit c479f897ddf4b240d999da7a77813585e1dc18c3
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:25 2008 +0000

    factor out create_test_account

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1554
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |    5 +----
 tests/check-empathy-chatroom.c		|    6 ++----
 tests/check-empathy-helpers.c		|   14 ++++++++++++++
 tests/check-empathy-helpers.h		|    1 +
 4 files changed, 18 insertions(+), 8 deletions(-)

commit e403dd4db6cf1b18be96c8db0250399952ee483d
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:23 2008 +0000

    move empathy specifc helpers to check-empathy-helpers

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1553
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/Makefile.am			   |	2 +
 tests/check-empathy-chatroom-manager.c    |	3 +
 tests/check-empathy-helpers.c		   |  124
 +++++++++++++++++++++++++++++
 tests/check-empathy-helpers.h		   |   30 +++++++
 tests/check-empathy-irc-network-manager.c |	1 +
 tests/check-helpers.c			   |   96 ----------------------
 tests/check-helpers.h			   |	6 --
 7 files changed, 160 insertions(+), 102 deletions(-)

commit ec140d720321f92f59c026a6e59c595d70599438
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:15 2008 +0000

    load the chatrooms sample XML file

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1552
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit ee84d4b1c5b3a1b1285473b543d14d63d9a4712c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:12 2008 +0000

    add 2 chatrooms to chatrooms-sample.xml

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1551
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/xml/chatrooms-sample.xml |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

commit 5ec1cebd3b806c86931679222629efef1e89ea74
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:09 2008 +0000

    add remove_account_from_gconf to check-helpers

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1550
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-helpers.c |   64
 +++++++++++++++++++++++++++++++++++++++++++++++++
 tests/check-helpers.h |    3 ++
 2 files changed, 67 insertions(+), 0 deletions(-)

commit 62a62c4bcbe40a755003cac2538026adbcdbd799
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:05 2008 +0000

    fake the profile and the CM for tests

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1549
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/Makefile.am		|    4 +++-
 tests/check-empathy-chatroom.c |    3 +--
 tests/test.manager		|    5 +++++
 tests/test.profile		|    4 ++++
 4 files changed, 13 insertions(+), 3 deletions(-)

commit f42699f75d63435df9608d2e429fb63682057327
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:54:02 2008 +0000

    factor out get_xml_file, get_user_xml_file and copy_xml_file

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1548
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c    |   37
 +--------------------------
 tests/check-empathy-irc-network-manager.c |   40
 ++--------------------------
 tests/check-helpers.c			   |   36
 ++++++++++++++++++++++++++
 tests/check-helpers.h			   |	4 +++
 4 files changed, 44 insertions(+), 73 deletions(-)

commit f0a80e653db99d55f09932f99246f50382a870e5
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:59 2008 +0000

    copy chatrooms xml file instead of using the sample one for tests

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1547
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |   31
 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

commit 52bb43b85a81878da7bed0a2acc42f58e077866c
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:56 2008 +0000

    move xml/chatrooms.xml to xml/chatrooms-sample.xml

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1546
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom-manager.c |    5 ++++-
 tests/xml/chatrooms-sample.xml		|    2 ++
 tests/xml/chatrooms.xml		|    2 --
 3 files changed, 6 insertions(+), 3 deletions(-)

commit 58e296be8233777444ca729d3a1f16ff4230b33e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:53 2008 +0000

    rename check-empathy-irc-chatroom-manager.c to
    check-empathy-chatroom-manager.c

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1545
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/Makefile.am			    |	 2 +-
 tests/check-empathy-chatroom-manager.c     |	38
 +++++++++++++++++++++++++++
 tests/check-empathy-irc-chatroom-manager.c |	39
 ----------------------------
 3 files changed, 39 insertions(+), 40 deletions(-)

commit 41a47822d966e14ce52e9914389c1f93d8d8ed11
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:50 2008 +0000

    check-empathy-chatroom: unref and destroy the account

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1544
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/check-empathy-chatroom.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 15175146053feb4e920adf921fca513981299b24
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:47 2008 +0000

    add a test file for EmpathyChatroomManager

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1543
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/Makefile.am			    |	 3 +-
 tests/check-empathy-irc-chatroom-manager.c |	39
 ++++++++++++++++++++++++++++
 tests/check-libempathy.h		    |	 1 +
 tests/check-main.c			    |	 1 +
 tests/xml/Makefile.am			    |	 3 +-
 tests/xml/chatrooms.xml		    |	 2 +
 6 files changed, 47 insertions(+), 2 deletions(-)

commit 7d57d8857e0e318fb90ef894a724972caf4a5d2b
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:43 2008 +0000

    add the file path as arg to empathy_chatroom_manager_new

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1542
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom-manager.c |    8 +++++---
 libempathy/empathy-chatroom-manager.h |    2 +-
 libempathy/empathy-dispatcher.c       |    2 +-
 src/empathy-chatrooms-window.c        |    2 +-
 src/empathy-main-window.c	       |    2 +-
 5 files changed, 9 insertions(+), 7 deletions(-)

commit c3ac485502a297107e20dea36d79c80a586228bb
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:40 2008 +0000

    chatroom-manager: set the file path as a property

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1541
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom-manager.c |  139
 ++++++++++++++++++++++++--------
 1 files changed, 104 insertions(+), 35 deletions(-)

commit c7fe6234686af45c85e2693bb0b9f993fd804378
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:36 2008 +0000

    add EmpathyChatroom tests

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1540
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 tests/Makefile.am		|    3 +-
 tests/check-empathy-chatroom.c |  128
 ++++++++++++++++++++++++++++++++++++++++
 tests/check-libempathy.h	|    1 +
 tests/check-main.c		|    1 +
 4 files changed, 132 insertions(+), 1 deletions(-)

commit f2661e735701b7ba1d874c81ce6760993d19d336
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:31 2008 +0000

    auto-connect implies favorite

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1539
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 35c054ce50f93c11c71151681105d39a456b83db
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:27 2008 +0000

    dispatcher: store a ref on the ChatroomManager

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1538
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   77
 ++++++++++++++++++++++++++++-----------
 1 files changed, 56 insertions(+), 21 deletions(-)

commit daf76a29374525098286ad711adbeda8cc46ae32
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:24 2008 +0000

    rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cb

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1537
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit df79cdd5d6995201ec0da83cd45ae2cc64aa8380
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:15 2008 +0000

    empathy-dispatcher: use new API of EmpathyChatRoom

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1536
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 940b093ac5f0706acea6469944b9a6973c80611f
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:11 2008 +0000

    add joined room to EmpathyChatroomManager. Fixes bug #542176
    (Guillaume Desmottes).

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1535
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-dispatcher.c |   75
 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 75 insertions(+), 0 deletions(-)

commit 1dedc1630745e70c45bb65e5526b553ca2e74efc
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:03 2008 +0000

    Save chatrooms to XML only if they are marked as favorite

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1534
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom-manager.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 497fe437720fb99e20411a66a0fa6bea25692694
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 13 07:53:00 2008 +0000

    add a favorite and tp-channel property to EmpathyChatroom

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1533
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-chatroom.c |   54
 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

commit 5f55aeee2cc6cf73217823e00d1beff3cb3e716b
Author: jorgegonz <jorgegonz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Oct 12 20:46:19 2008 +0000

    Updated es translation (Jorge Gonzalez)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1532
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/es.po |   56 ++++++++++++++++++++++++++++++++------------------------
 1 files changed, 32 insertions(+), 24 deletions(-)

commit d75db9908eb6d225b52a122328e6a4bcef252d67
Author: dnylande <dnylande@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Oct 9 19:06:47 2008 +0000

    Updated sv translation (Daniel Nylander)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1531
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/sv/sv.po |  122
 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 62 insertions(+), 60 deletions(-)

commit 496387cbd75588a770269e217f9161da01e3ae11
Author: dnylande <dnylande@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Thu Oct 9 17:37:17 2008 +0000

    Updated sv translation (Daniel Nylander)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1530
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/sv.po |   56 +++++++++++++++++++++++++++++++-------------------------
 1 files changed, 31 insertions(+), 25 deletions(-)

commit 67acab371d01431afef68f7cc659ef20773c5264
Author: kmaraas <kmaraas@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 6 16:31:31 2008 +0000

    Update

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1526
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/nb.po |   54 +++++++++++++++++++++++++++++++-----------------------
 1 files changed, 31 insertions(+), 23 deletions(-)

commit ed216df36d82cb48cffa69745c16142827be5f16
Author: fpeters <fpeters@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 6 09:14:44 2008 +0000

    use AM_PATH_PYTHON for Python detection  (closes: #544029)


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1524
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |   38 +++++++++++++++-----------------------
 1 files changed, 15 insertions(+), 23 deletions(-)

commit fc0e30cb989cf8d24d5bf8b2d565893ac5dbc62f
Author: pmkovar <pmkovar@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 6 00:44:49 2008 +0000

    Updated cs translation (Martin Picek and Lucas Lommer). Added Czech
    translation of empathy manual by Lucas Lommer.


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1522
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 help/Makefile.am |    2 +-
 help/cs/cs.po	  |  760
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/ChangeLog	  |   97 -------
 po/cs.po	  |  227 +++++++++--------
 4 files changed, 878 insertions(+), 208 deletions(-)

commit 0ada0bfc1311b2f303d7c0124e0d5290748836c5
Author: kelemeng <kelemeng@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Oct 6 00:37:39 2008 +0000

    Hungarian translation updated

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1520
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/hu.po |   52 +++++++++++++++++++++++++++++++---------------------
 1 files changed, 31 insertions(+), 21 deletions(-)

commit 9d0ca9360e06fc7edb114574f7d30ce3b210a38e
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Oct 5 20:24:37 2008 +0000

    Fix build error, empathy_theme_update_view return void.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1517
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-theme.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7fe0abae891c5974817ce5b88b64c73b4ab64e7e
Author: icq <icq@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Oct 4 16:05:13 2008 +0000

    Updated Galician Translation.


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1515
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++++
 po/gl.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit f7a59b424d06012510d563f5fba745400ff06664
Author: ituohela <ituohela@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Oct 4 14:14:47 2008 +0000

    Updated Finnish translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1513
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++++
 po/fi.po     |   44 ++++++++++++++++++++++++++------------------
 2 files changed, 30 insertions(+), 18 deletions(-)

commit 1b33e411abbd09b5a90303a35be7b9cee3d2fe04
Author: ogmaciel <ogmaciel@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 3 23:30:07 2008 +0000

    Updated Brazilian Portuguese translation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1509
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++++
 po/pt_BR.po  |   56
 ++++++++++++++++++++++++++++++++------------------------
 2 files changed, 36 insertions(+), 24 deletions(-)

commit ea47f9c02be8a06d90bf50cbe5462b429270b21b
Author: icq <icq@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 3 20:24:42 2008 +0000

    Updated Galician translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1506
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++++
 po/gl.po     |   56
 ++++++++++++++++++++++++++++++++------------------------
 2 files changed, 36 insertions(+), 24 deletions(-)

commit 7b5c1a9a77cd455a050e225b68055abf629bef00
Author: kelemeng <kelemeng@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Oct 3 17:50:43 2008 +0000

    Mark some forgotten strings for translation (bug #553066)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1504
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 megaphone/src/megaphone-applet.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 70aa9ebfa863219eea20024420a5b593b493891b
Author: al_shopov <al_shopov@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Sep 29 19:03:38 2008 +0000

    2008-09-29	Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Alexander Shopov <ash@contact.bg>

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1503
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    5 ++
 po/bg.po     |  134
 +++++++++++++--------------------------------------------
 2 files changed, 36 insertions(+), 103 deletions(-)

commit 033088b58b799994f7826b7d464d7457191d42bb
Author: fpeters <fpeters@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Sep 29 15:05:59 2008 +0000

    Catch underscores in email addresses.  (closes: #554284)

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1500
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy/empathy-utils.c |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d3ca3eb159ff7e3d38e078ee6332f8967fbe68cc
Author: zyang <zyang@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Sep 26 15:02:17 2008 +0000

    Fix a typo in zh_CN.po

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1499
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/zh_CN.po |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6bd1ca695da64095aa05b1d0f39611edd1f9da74
Author: icq <icq@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Sep 26 11:41:27 2008 +0000

    Updated Galician Translation.


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1497
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++++
 po/gl.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit f3f1fdda619cfed3cb2656af6a3ad3a81965eb33
Author: fwang <fwang@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Wed Sep 24 13:56:12 2008 +0000

    Updated zh_CN translation.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1494
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++
 po/zh_CN.po  |   90
 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 53 insertions(+), 41 deletions(-)

commit ddd114b36481e221be68c4b50c3bd3005694be81
Author: vuntz <vuntz@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Sep 22 14:03:49 2008 +0000

    Fix for GTK+ adjustment policy enforcement:
    http://mail.gnome.org/archives/desktop-devel-list/2008-September/msg00148.html


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1488
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 libempathy-gtk/empathy-account-widget-aim.glade    |	 2 +-
 .../empathy-account-widget-groupwise.glade	    |	 2 +-
 libempathy-gtk/empathy-account-widget-icq.glade    |	 2 +-
 libempathy-gtk/empathy-account-widget-jabber.glade |	 4 ++--
 libempathy-gtk/empathy-account-widget-msn.glade    |	 2 +-
 libempathy-gtk/empathy-account-widget-sip.glade    |	 2 +-
 libempathy-gtk/empathy-account-widget-yahoo.glade  |	 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

commit 03aa8d60d92c707e081e77826e98240acc357c87
Author: zyang <zyang@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Sep 22 03:32:54 2008 +0000

    Updated the header of zh_CN.po


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1486
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/zh_CN.po |	 14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 6ce1f95867e09780e024632e68093b2fcb682ac1
Author: zyang <zyang@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Mon Sep 22 03:07:02 2008 +0000

    Updated zh_CN translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1484
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/zh_CN.po | 1468
 ++++++++++-------------------------------------------------
 1 files changed, 243 insertions(+), 1225 deletions(-)

commit 40397abd2ef62c8072a6addbf4ec2c10ae8de7bf
Author: aprokoudine <aprokoudine@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Sep 21 18:08:28 2008 +0000

    updated Russian translation


    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1482
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/ru.po     |  894
 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 420 insertions(+), 478 deletions(-)

commit 4205ca4cc54e7c1a0fce2a640b381e7b82fe80f0
Author: djihed <djihed@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Sep 21 11:52:55 2008 +0000

    * Updated Arabic Translation by Anas Afif Emad.

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1481
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 +
 po/ar.po     |  246
 ++++++++++++++++++----------------------------------------
 2 files changed, 81 insertions(+), 169 deletions(-)

commit 4b9a9982b38f08453898904d9d2248f322d3048d
Author: kennethn <kennethn@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sun Sep 21 01:52:09 2008 +0000

    Updated Danish translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1480
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/ChangeLog |    4 ++++
 po/da.po     |   41 ++++++++++++++++++++---------------------
 2 files changed, 24 insertions(+), 21 deletions(-)

commit 36005ec48bf117e50de71828d5d5eabed8ebc1b9
Author: grakic <grakic@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Sat Sep 20 13:16:26 2008 +0000

    Updated sr translation

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1477
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 po/sr.po	|14384
 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
 po/sr@latin.po |14384
 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 26172 insertions(+), 2596 deletions(-)

commit 43e7cd0dd38f5718b5f12c6352faef7bb2e51827
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Sep 19 16:31:26 2008 +0000

    Bump version to 2.25.1

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1476
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 69f6676f1bd662e1e21cb198d74f6f0f595b0769
Author: xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>
Date:	Fri Sep 19 16:11:07 2008 +0000

    Fix release script to correctly detect bug numbers

    git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1475
    4ee84921-47dd-4033-b63a-18d7a039a3e4

 release.py |	 3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
