commit 314fd3df8e43b2a97678f8b6133dd9cbd8a6d024
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 21 17:36:54 2009 +0000

    prepare 2.29.4

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

commit 582759cb421b0095a82179a8e81de9a6da650178
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 21 14:00:55 2009 +0000

    account-widget-sip: re-add tooltips

    They have been accidentally removed in
    eed9993f70997795d52828ebe56e5831c9566206.

 libempathy-gtk/empathy-account-widget-sip.ui |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit c80fb17f32ce997a631e228a7b6fd89d2120a09d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 1 15:53:58 2009 +0000

    event-manager: remove the auto-remove timer when the event is
    destroyed

    This avoid to crash when trying to re-remove an old event (#603485).

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

commit 4d26e574b71c760e752a70eb5f2eb448b63f93e4
Author: Pascal Potvin <pascal.potvin@gmail.com>
Date:   Tue Dec 8 00:22:06 2009 -0500

    presence-chooser: Ellipsize long status messages (#576434)

 libempathy-gtk/empathy-presence-chooser.c     |    1 +
 libempathy-gtk/empathy-status-preset-dialog.c |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

commit 4a9ec5b513a5e7c183cfcb55b1b2bcda1e5f2f52
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Sat Dec 19 12:42:25 2009 +1100

    [EmpathyContactSelectorDialog] remove got_response vcall

    The got_response vcall method wasn't generic enough. It assumed
    that your
    response code was always GTK_RESPONSE_ACCEPT, and doesn't allow for
    the dialog
    to be used with gtk_dialog_run.

    Instead dialogs now use the regular response() vcall provided by
    GtkDialog,
    and an additional API method
    empathy_contact_selector_dialog_get_selected()
    provides the information content of the dialog.

 libempathy-gtk/empathy-contact-selector-dialog.c |   56
 ++++++++++------------
 libempathy-gtk/empathy-contact-selector-dialog.h |    7 +--
 libempathy-gtk/empathy-new-call-dialog.c         |   24 +++++++--
 libempathy-gtk/empathy-new-message-dialog.c      |   25 +++++++--
 4 files changed, 65 insertions(+), 47 deletions(-)

commit c56343b28433a6285ad3d954cb276f03e0a6d665
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Sat Dec 19 12:40:44 2009 +1100

    [EmpathyContactSelectorDialog] initialise priv->show_account_chooser
    correctly

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

commit afa788702e58636d3f05845dc7b7a750300a7348
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Sun Dec 20 18:40:39 2009 +0100

    Updated German help translation

 help/de/de.po |  834
 +++++++++++++++++++++++++++-----------------------------
 1 files changed, 402 insertions(+), 432 deletions(-)

commit ee8585d60d8ec1b6d1ffe494fdccb0d9220be398
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Dec 19 13:43:29 2009 +0100

    Updated Spanish translation

 po/es.po |  752
 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 429 insertions(+), 323 deletions(-)

commit d9406c1b700fdc1fcd4a4030b9013a4d999e8808
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Fri Dec 18 17:53:51 2009 +1100

    [EmpathyContactSelectorDialog] normalise case in match function

 libempathy-gtk/empathy-contact-selector-dialog.c |   36
 +++++++++++++---------
 1 files changed, 21 insertions(+), 15 deletions(-)

commit ef8f800b78bcf4795a9d9c01e21390c62663524b
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Fri Dec 18 17:32:30 2009 +1100

    [EmpathyContactSelectorDialog] tweak padding

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

commit 2afe25753afb3279629a1e63c9340a4738c9bfa9
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Fri Dec 18 17:28:42 2009 +1100

    [EmpathyContactSelectorDialog] switch from table_contents to VBox

    This makes it more flexible to add other contents to the dialog.

 libempathy-gtk/empathy-contact-selector-dialog.c |   11 ++++++++---
 libempathy-gtk/empathy-contact-selector-dialog.h |    2 +-
 libempathy-gtk/empathy-new-call-dialog.c         |    4 ++--
 3 files changed, 11 insertions(+), 6 deletions(-)

commit 270d39eae11b2723a086e10e5dd9c358d1e90ade
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Fri Dec 18 16:34:38 2009 +1100

    [EmpathyContactSelectorDialog] make the Account Chooser optional

 libempathy-gtk/empathy-contact-selector-dialog.c  |  115
 +++++++++++++++++++--
 libempathy-gtk/empathy-contact-selector-dialog.h  |    6 +
 libempathy-gtk/empathy-contact-selector-dialog.ui |    2 +-
 3 files changed, 115 insertions(+), 8 deletions(-)

commit 51b0e60035f1125428148dee926e8085a9ba571c
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Fri Dec 18 16:33:16 2009 +1100

    [EmpathyContactSelectorDialog] make this an abstract type

    i.e. a type that must be inherited and can't be created directly

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

commit 4d8f47ca8199f166c7eb5b0bdf5981652055ac12
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Fri Dec 18 13:53:24 2009 +1100

    [EmpathyContactSelectorDialog] Add missing include

 libempathy-gtk/empathy-contact-selector-dialog.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4979eef6c9ba13e8050c15ed99f72e7ed650f675
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Dec 3 13:09:55 2009 +0000

    block/unblock the right signals on menu actions

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

commit 6cc05c13a047c904df1b615075c826a12b351359
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Dec 18 13:58:56 2009 +0000

    tp-call: set debug domain to voip

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

commit 650117104f4e23cd2739e2e623dce070c0e02c33
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Dec 18 13:45:33 2009 +0000

    save the geometry of the call window

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

commit 499b394d0033da606c04e13afae4052818d9a431
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Dec 17 15:37:53 2009 +0000

    Display the audio or video icon in incoming call dialog

    This is more useful than the question mark icon as it can be used
    to easily
    see if we are receiving an audio or video call.

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

commit 3860bc951676c103e145a4a9403eb750f73e84c7
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Dec 17 16:09:31 2009 +0000

    add im-groupwise.svg

    Seems I forgot to add the svg version.

 data/icons/hicolor_apps_scalable_im-groupwise.svg |  215
 +++++++++++++++++++++
 1 files changed, 215 insertions(+), 0 deletions(-)

commit 5f00c9a99a1c1ecf9ebd08f0bda58bbfed0f052f
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Dec 17 14:55:05 2009 +0000

    no need to export contact_list_store_get_contact_status_icon any more

 libempathy-gtk/empathy-contact-list-store.c |   33
 +++++++++++++--------------
 libempathy-gtk/empathy-contact-list-store.h |    3 --
 2 files changed, 16 insertions(+), 20 deletions(-)

commit beb0b7e42281f326f379bd9233297e855e5ad020
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Dec 17 14:51:55 2009 +0000

    main-window: don't add the protocol icon on top of event icons

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

commit 3fbe87fc0d91b765ac55c1ad683e328af446110b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Dec 17 10:38:43 2009 +0000

    contact-selector-dialog: set a border of 12 as defined in the HIG

 libempathy-gtk/empathy-contact-selector-dialog.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 5a7cfe477ccf6c5280c0281046d277b4f14740af
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Dec 16 12:04:49 2009 +0000

    new-message-dialog: filter out CM which doesn't support 1-1 chat

 libempathy-gtk/empathy-new-message-dialog.c |   35
 +++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

commit c4ffa18abd28523741b079ab2913fcdff7f39865
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Dec 16 12:00:11 2009 +0000

    new-call-dialog: filter out CM which doesn't support calls

 libempathy-gtk/empathy-new-call-dialog.c |   35
 ++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

commit 0af3c68b4c8c9392174d780712f5d4a12d0e13e6
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Dec 16 11:18:37 2009 +0000

    contact-selector-dialog: add API for subclass to redefine the accoutn
    filter function

 libempathy-gtk/empathy-contact-selector-dialog.c |   18
 ++++++++++++++++--
 libempathy-gtk/empathy-contact-selector-dialog.h |    3 +++
 2 files changed, 19 insertions(+), 2 deletions(-)

commit 5631f4f5e4a4d446d5e4d81acd94b69567f9dcfa
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 15 19:32:38 2009 +0000

    new-call-dialog: add 'Send Video' check button

 libempathy-gtk/empathy-new-call-dialog.c |   33
 ++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 2 deletions(-)

commit 43e69eaeb5ea47d0e4a8a75a95ed537696a2639b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 15 19:28:36 2009 +0000

    contact-selector-dialog: make table_contact a protected member

    So subclass can easily add widgets.

 libempathy-gtk/empathy-contact-selector-dialog.c |    7 +++----
 libempathy-gtk/empathy-contact-selector-dialog.h |    1 +
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 6101004ea39c479f048d8bdc4f3ce4296fb3dba6
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 15 19:06:28 2009 +0000

    contact-selector-dialog: emit response when the entry is activated

 libempathy-gtk/empathy-contact-selector-dialog.c |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

commit 59f03a7aef175ffa8792eb0fbf825346cf5d5c4a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 15 18:48:48 2009 +0000

    status-icon: add "New Call" entry in the context menu

 src/empathy-status-icon.c  |    9 +++++++++
 src/empathy-status-icon.ui |    8 ++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

commit c5b4c8eedb2f1f28cc8fedf21ceb42eadfcf1162
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 15 18:48:19 2009 +0000

    main-window: add "New Call" menu entry (#582599)

 src/empathy-main-window.c  |   10 ++++++++++
 src/empathy-main-window.ui |    9 +++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

commit 83d23c5c7c31616c36a2c1dd6f1cb422f5d4d36b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 15 18:47:20 2009 +0000

    add empathy-new-call-dialog

 libempathy-gtk/Makefile.am               |    2 +
 libempathy-gtk/empathy-new-call-dialog.c |  177
 ++++++++++++++++++++++++++++++
 libempathy-gtk/empathy-new-call-dialog.h |   65 +++++++++++
 po/POTFILES.in                           |    1 +
 4 files changed, 245 insertions(+), 0 deletions(-)

commit f143221d55b5139588f7f6ba55b7a6fe21dadb4c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 15 18:09:25 2009 +0000

    rename empathy-new-message-dialog.ui to
    empathy-contact-selector-dialog.ui

 libempathy-gtk/Makefile.am                        |    2 +-
 libempathy-gtk/empathy-contact-selector-dialog.c  |    2 +-
 libempathy-gtk/empathy-contact-selector-dialog.ui |   52
 +++++++++++++++++++++
 libempathy-gtk/empathy-new-message-dialog.ui      |   52
 ---------------------
 po/POTFILES.in                                    |    2 +-
 5 files changed, 55 insertions(+), 55 deletions(-)

commit b650895f8d148260d1220342692b834eebb0038b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 15 18:03:36 2009 +0000

    empathy-new-message-dialog: port to TP coding style

    We rewrote most of this file any way.

 libempathy-gtk/empathy-new-message-dialog.c |  104
 ++++++++++++++-------------
 libempathy-gtk/empathy-new-message-dialog.h |    1 -
 2 files changed, 53 insertions(+), 52 deletions(-)

commit bd731dbfa05556c02013ed8453b10ac57b218306
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 15 17:58:21 2009 +0000

    new-message-dialog: inherit from EmpathyContactSelectorDialog

 libempathy-gtk/empathy-new-message-dialog.c |  277
 ++-------------------------
 libempathy-gtk/empathy-new-message-dialog.h |    6 +-
 2 files changed, 22 insertions(+), 261 deletions(-)

commit 30e07ec329817c5ef360645aa2dd80cd1cff9eeb
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 15 17:56:26 2009 +0000

    add empathy-contact-selector-dialog

    EmpathyContactSelectorDialog is an abstract class to helping to
    implement
    dialog such as the "new message" dialog.

 libempathy-gtk/Makefile.am                       |    2 +
 libempathy-gtk/empathy-contact-selector-dialog.c |  320
 ++++++++++++++++++++++
 libempathy-gtk/empathy-contact-selector-dialog.h |   72 +++++
 3 files changed, 394 insertions(+), 0 deletions(-)

commit 3aadcbead0634ad2a9ef6f182b75fda18758fafb
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 15 15:41:26 2009 +0000

    new-message-dialog: remove the call button

    We are about to create a new dialog for it.

 libempathy-gtk/empathy-new-message-dialog.c |   43
 ++-------------------------
 1 files changed, 3 insertions(+), 40 deletions(-)

commit fbaeb693027d63d94488702635630644971dfc2f
Author: chantra <chantra@debuntu.org>
Date:   Wed Dec 16 16:20:36 2009 +0000

    contact_list: displays an icon showing the protocol by the contact
    (#603877)

 data/empathy.schemas.in                     |   15 +++
 libempathy-gtk/empathy-conf.h               |    1 +
 libempathy-gtk/empathy-contact-list-store.c |  143
 ++++++++++++++++++++++++++-
 libempathy-gtk/empathy-contact-list-store.h |    8 ++
 libempathy-gtk/empathy-contact-list-view.c  |   14 ++-
 libempathy-gtk/empathy-contact-selector.c   |    2 +-
 libempathy-gtk/empathy-ui-utils.c           |  112 +++++++++++++++++++++
 libempathy-gtk/empathy-ui-utils.h           |    9 ++
 src/empathy-main-window.c                   |   63 +++++++++++-
 src/empathy-main-window.ui                  |    7 ++
 10 files changed, 360 insertions(+), 14 deletions(-)

commit d6152461b68592397130f5df2dd285b5651eb460
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Dec 16 12:21:09 2009 +0100

    Updated Norwegian bokmål translation.

 po/nb.po |  407
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 218 insertions(+), 189 deletions(-)

commit 6f0ca35e45900f91aa7a0960a478fcf7e062d0dc
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Wed Dec 16 11:28:42 2009 +0100

    remove duplicate expression

    probably the product of a faulty merge in 4bca2228

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

commit 5217557e08ac29fb01bfe92dd901d92502154135
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 14 17:32:59 2009 +0000

    say if incoming call are video or not (#582596)

 src/empathy-event-manager.c |   27 +++++++++++++++++++++++----
 1 files changed, 23 insertions(+), 4 deletions(-)

commit 33999734f01e9f8d3a85532904bb04dcb3271f0b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 14 17:32:24 2009 +0000

    add empathy_tp_call_has_initial_video

 libempathy/empathy-tp-call.c |   22 ++++++++++++++++++++++
 libempathy/empathy-tp-call.h |    2 ++
 2 files changed, 24 insertions(+), 0 deletions(-)

commit 594e7fee5d0fc22e385da905e1db93829553f0ed
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 15 12:28:57 2009 +0000

    empathy_protocol_icon_name: use the Yahoo icon for Yahoo Japan
    (#604567)

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

commit 881ee2e637f50afaaba49447d428632233676279
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Dec 15 13:28:28 2009 +0100

    dont show infobar when creating an account

 src/empathy-accounts-dialog.c |   22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)

commit efa5be890a30290f23e0d460932ebd41504fa973
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Mon Dec 14 09:42:21 2009 +0100

    get connectivity only when needed

 src/empathy-accounts-dialog.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 53aeb4caa6e0927a1c4be687675701d4bebb360f
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Mon Dec 14 09:22:15 2009 +0100

    fixed a crash when creating account

    the infobar in accounts dialog provoked a crash when creating a new
    account because TpAccount *account was NULL

 src/empathy-accounts-dialog.c |   40
 +++++++++++++++++++++++++++++++++-------
 1 files changed, 33 insertions(+), 7 deletions(-)

commit ca5fc936fb56cb00ebb436872697585d46d2c0df
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Thu Dec 10 00:28:34 2009 +0100

    update infobar only on selected account

    previously the infobar contained wrong statuses sometimes, if the
    auto reconnect on a faulty account triggered the update

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

commit b54fd8c9d094ff6fc162b1d30b118185207d9f04
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Thu Dec 10 00:22:35 2009 +0100

    updated status messages

    small updates on the status messages

 src/empathy-accounts-dialog.c |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

commit fbce68e65c37e7f004bdfd6cfeb59e7ea2a67b07
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Dec 8 20:01:03 2009 +0100

    set infobar message to no network connection

    if the account is disconnected and there is no internet connection
    at all.

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

commit 0a39af61f6bab052ead17918ab372e0cbb8eab3c
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Dec 8 19:41:57 2009 +0100

    refactor friendly status reason messages

    the friendly status reason can be asked from empathy-utils

 libempathy/empathy-utils.c    |   37 ++++++++++++++++++++++++
 libempathy/empathy-utils.h    |    1 +
 src/empathy-accounts-dialog.c |   62
 ++++++++---------------------------------
 src/empathy-main-window.c     |   45 +-----------------------------
 4 files changed, 51 insertions(+), 94 deletions(-)

commit 78eed901305de30ff164012604045bacf5cc38b6
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Dec 8 19:08:28 2009 +0100

    added case for requested disconnection

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

commit 76af01fa4ced883f28b8464d835522b3f0af1cb6
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Dec 8 18:50:55 2009 +0100

    handle presence changes

    some refactoring was neccesary to handl correctly the presence
    changes. all information about the connection status and reason and
    presence are gathered explicitly in update_status_infobar and not
    passed by the callbacks.

 src/empathy-accounts-dialog.c |   30 ++++++++++++++++++++----------
 1 files changed, 20 insertions(+), 10 deletions(-)

commit 904a7310bff53399f126a343741bc3812a2c4864
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Dec 8 18:22:01 2009 +0100

    show infobar when connected

    the infobar should be visible when connected, not only when an
    error occured

 src/empathy-accounts-dialog.c |   24 +++++++++++++++++-------
 1 files changed, 17 insertions(+), 7 deletions(-)

commit 4480008a770cd2039eec01a97ca4d83877311a43
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Dec 8 13:08:38 2009 +0100

    set expand of infobar to false

    the infobar should not be expanded when the window is resized

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

commit de7b6beeaff6ad9d6ed9d52d40adb35b739af288
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Dec 8 12:57:58 2009 +0100

    added case for disabled account

    if the account is disabled the status-infobar shows as disconnected
    reason "disabled"

 src/empathy-accounts-dialog.c |  180
 +++++++++++++++++++++++------------------
 1 files changed, 100 insertions(+), 80 deletions(-)

commit 9da3da13b18e1b72800f355297beda52e2822f46
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Dec 8 12:13:30 2009 +0100

    added reson to status infobar

 src/empathy-accounts-dialog.c |   68
 ++++++++++++++++++++++++++++++++++------
 1 files changed, 57 insertions(+), 11 deletions(-)

commit f9d025086633f300da83d1222609cea3953fe20d
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Dec 8 11:48:36 2009 +0100

    added spinner to connecting infobar

 src/empathy-accounts-dialog.c |   32 +++++++++++++++++++++++---------
 1 files changed, 23 insertions(+), 9 deletions(-)

commit 693487af854d750c32700ef6622473a7953e6643
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Dec 8 09:59:37 2009 +0100

    added status image to infobar

    when disconnected the infobar shows the offline icon

 src/empathy-accounts-dialog.c |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

commit 220c7e08dbcce8325c8695573643e7448d98b9e1
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Thu Dec 3 00:18:16 2009 +0100

    change position of the infobar

 src/empathy-accounts-dialog.c  |    7 ++++---
 src/empathy-accounts-dialog.ui |   39
 +++++++++++++++++++--------------------
 2 files changed, 23 insertions(+), 23 deletions(-)

commit aca1d575ff5caf0eb8ae1fc401eca1c7f7d620d9
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Wed Dec 2 23:59:22 2009 +0100

    use different message types in infobar

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

commit fe04111c230ccccc78fd14153cf3faa059f495a8
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Wed Dec 2 23:55:08 2009 +0100

    show the infobar when not connected

    fixes bug #599153

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

commit 0346b097ed20b5617d6b2cf4c0e0dc498e7b1516
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Wed Dec 2 23:37:41 2009 +0100

    added infobar with empty label

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

commit 1a85521a5acf30995d71b86d733ef56c17e619e6
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Wed Dec 2 23:11:51 2009 +0100

    added vbox for the status-infobar

    the vbox should hold the infobar which shows the connection status
    in accounts-dialog

 src/empathy-accounts-dialog.c  |    2 ++
 src/empathy-accounts-dialog.ui |   26 +++++++++++++++++++-------
 2 files changed, 21 insertions(+), 7 deletions(-)

commit b2f25f9f70969bf3d872780becb4f73137c268d1
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Mon Dec 14 10:34:05 2009 +0100

    refactoring - use main_window_remove_error

    use remove_error function everywhere the error is removed

 src/empathy-main-window.c |   18 +++---------------
 1 files changed, 3 insertions(+), 15 deletions(-)

commit 8a0d77c2ad1908136329d8ebe5348136e4e49387
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Dec 8 22:43:39 2009 +0100

    remove error infobars if account disabled/removed

    fixes bug #601379

 src/empathy-main-window.c |   34 +++++++++++++++++++++++++++++-----
 1 files changed, 29 insertions(+), 5 deletions(-)

commit 3291e323833f781ba858801a0ebeeb22bc7f712d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 14 17:43:35 2009 +0000

    add im-silc icon (#604554)

    Thanks to K.Vishnoo Charan Reddy for the icon.

 data/icons/Makefile.am                       |    6 ++
 data/icons/hicolor_apps_16x16_im-silc.png    |  Bin 0 -> 321 bytes
 data/icons/hicolor_apps_22x22_im-silc.png    |  Bin 0 -> 391 bytes
 data/icons/hicolor_apps_24x24_im-silc.png    |  Bin 0 -> 311 bytes
 data/icons/hicolor_apps_32x32_im-silc.png    |  Bin 0 -> 475 bytes
 data/icons/hicolor_apps_48x48_im-silc.png    |  Bin 0 -> 468 bytes
 data/icons/hicolor_apps_scalable_im-silc.svg |   92
 ++++++++++++++++++++++++++
 7 files changed, 98 insertions(+), 0 deletions(-)

commit e39a5b99f4bc566ddce8c6e441afb40b98733cb9
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 14 13:40:30 2009 +0000

    add empathy-new-message-dialog.c to POTFILES.in

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f04b86652a33b9182e04b20efe4be4fa35789e8a
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 14 10:34:27 2009 +0000

    add myself to AUTHORS

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

commit 06e9054f40ad9660325c87181f597c3039f767cf
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 14 10:33:46 2009 +0000

    add K.Vishnoo Charan Reddy as an artist contributor

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

commit 357abe46ebdc57f29037d12350c06d7fd14581b3
Merge: 0e98e5f 2e7c1dd
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Mon Dec 14 08:18:19 2009 +0100

    Merge branch 'create-cancel-crash'

commit 0e98e5f539964a4c854c7e1b68139222e00e3e48
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Dec 11 14:12:14 2009 +0100

    connect the 'group-members-changed' on groups once they are ready

    The previous code was racy. If the 'group-members-changed' was
    fired before
    the channel was ready, the group didn't exist yet in Empathy and
    so the
    contact didn't appear in the group.

    We fix that by connecting this signal once the group channel is
    ready and
    adding current members manually.

 libempathy/empathy-tp-contact-list.c |  140
 +++++++++++++++++++--------------
 1 files changed, 81 insertions(+), 59 deletions(-)

commit 2767e7bb07bcb8f4e9349955c42efd58df176c63
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Thu Dec 10 08:59:40 2009 +0100

    Use EnsureChannel to get Stored/Publish/Subscribe channels

 libempathy/empathy-tp-contact-list.c |  181
 +++++++++-------------------------
 1 files changed, 47 insertions(+), 134 deletions(-)

commit 13d43c86bb62e15b78f61058a3003b30eae9caf1
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Fri Dec 11 11:00:30 2009 +0100

    empathy_spell_check: remove debug message if there is no languages
    configured

    It floods debug logs.

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

commit 2e7c1dd9ccb1b67b19393fdfd2fe32a2b4727f42
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Wed Dec 9 11:22:58 2009 +0100

    changed way of tracking pending changes

    fixes bug #603490, we track pending changes explicitly now. before
    they were connected to the sensitivity of the control buttons (if
    buttons sensitive -> pending changes). When an account is about to
    be created and the user hits "Cancel" we don't show the "are you
    sure" dialog any more because the action of the user is clear and
    not accidental. When closing the window during creation the dialog
    still shows up.

 libempathy-gtk/empathy-account-widget.c |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

commit 194a6d0d636eb62add7719edc48b60906081a3ba
Merge: 0ff7162 7190ca9
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Dec 9 17:28:43 2009 +0000

    Merge branch 'enabled-first-604166'

commit 0ff7162d2f3b141a89d551663593c804f529945d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Dec 9 16:18:53 2009 +0000

    use tp_asv_new

 libempathy/empathy-tp-contact-list.c |   20 +++++---------------
 1 files changed, 5 insertions(+), 15 deletions(-)

commit db0b0f0ad369618f8204bbdf918aa574ccb25c8c
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Dec 9 16:15:09 2009 +0000

    tp_contact_list_remove: add FIXME about potential race

 libempathy/empathy-tp-contact-list.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 7b4335bd88919c0d377ee0f67f1158d4f6b7dc2d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Dec 9 15:53:51 2009 +0000

    tp_contact_list_remove: remove from the stored list if possible
    (#604181)

 libempathy/empathy-tp-contact-list.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 311cd30ad1aa251d029e37be4dd4ff96482d46db
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Dec 9 15:23:22 2009 +0000

    tp-contact-list: request the 'stored' channel

 libempathy/empathy-tp-contact-list.c |   67
 +++++++++++++++++++++++++++++++++-
 1 files changed, 66 insertions(+), 1 deletions(-)

commit 7190ca926a151a3fa1fec7ec9faf6a490a378b8e
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Dec 9 11:59:33 2009 +0000

    account-chooser: display enabled accounts first (#604166)

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

commit d7a4689a729cbd5da40d34d532f4b61f2e3aeadb
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Dec 9 11:06:23 2009 +0000

    new-message-dialog: inherit from GtkDialog (#604097)

 libempathy-gtk/empathy-new-message-dialog.c  |  204
 ++++++++++++++++++--------
 libempathy-gtk/empathy-new-message-dialog.h  |   33 ++++-
 libempathy-gtk/empathy-new-message-dialog.ui |  167 ++++++---------------
 3 files changed, 223 insertions(+), 181 deletions(-)

commit d2a7455e20bfbf9787e69c60af8877205c5cd982
Author: Aron Xu <aronxu@gnome.org>
Date:   Wed Dec 9 13:06:45 2009 +0800

    Updated Simplified Chinese translation.

 po/zh_CN.po |  743
 +++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 465 insertions(+), 278 deletions(-)

commit cce0608573b9a8f675cd948622322f4f1ef2e947
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 8 14:56:38 2009 +0000

    chat: don't display pending messages before messages from logs

    empathy_chat_set_tp_chat has a comment saying that
    show_pending_messages is a
    no-op when calling during object construction. This now is now
    actually true
    as we added a boolean saying if we can display pending messages
    or not.

    This is to avoid displaying pending messages *before* the messages
    fetched
    from logs (#603980).

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

commit 9a2a6a34682af3eb6ff1741e45a0c1b5cd4d386f
Author: ranjiao <ranjiao@gmail.com>
Date:   Tue Dec 8 09:29:25 2009 +0800

    remember the chat window's paned width (#586290)

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

commit ff031d276cc1ae2cb16fa700e84497fc599624b8
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 7 17:34:51 2009 +0000

    remove useless cast

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

commit ce76a397628746402c494ee8aec6e14a7d8322c7
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 7 15:40:18 2009 +0000

    chat: wait that connection is ready before re-requesting the channel
    (#603976)

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

commit 3f3d218978d49b77f18464977f3b92c5d644bc1b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 7 16:19:30 2009 +0000

    chat-window: ref the contact stored as a data in the chat

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

commit 206b3a79c8b5d941d20a65f258a5beb0b7b32270
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 7 17:13:24 2009 +0000

    Separate geometry of private and muc chat windows (#604003)

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

commit 23414db5acced9ab25ca012e86b4efbd1653bbcc
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 7 16:52:26 2009 +0000

    change empathy_chat_window_get_nb_rooms to get_chats_type

    That way we can implement the semantic we meant to. Muc and 1-1
    chat are
    handled the same way.

 src/empathy-chat-window.c |   23 +++++++++++++++--------
 src/empathy-chat-window.h |    4 +++-
 2 files changed, 18 insertions(+), 9 deletions(-)

commit 208e7858319b6b10c592b615fd5ef1559cf44b5b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 7 16:35:18 2009 +0000

    fix comments

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

commit 247a7866ebdf6f51f357c89a3ffb6e801188f683
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 7 16:32:27 2009 +0000

    empathy_chat_window_get_default: rename room_filter to room

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

commit 784b5bd127a9cb1bb725f6c3e1e5338015383037
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 7 15:15:03 2009 +0000

    empathy_chat_window_get_default: check if the window has at least
    one room

    Also, check if the window has a least one 1-1 chat before adding a
    new one.
    That way we won't mix 1-1 and muc chat if user doesn't want to
    (he can still
    re-arrange the tabs manually).

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

commit bc50bd062a3a9bb85e6c3e0228571c670532fdf9
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 7 15:14:46 2009 +0000

    add empathy_chat_window_get_nb_rooms

 src/empathy-chat-window.c |   14 ++++++++++++++
 src/empathy-chat-window.h |    1 +
 2 files changed, 15 insertions(+), 0 deletions(-)

commit 487f4d0fc504b9c0cb77a030869893054c907d6d
Author: Abner Silva <abner.silva@collabora.co.uk>
Date:   Thu Jul 16 16:55:31 2009 -0300

    Grouping all 1-to-1 chats in one window and MUC's in another
    one. (Fixes #588812)

 src/empathy-chat-window.c |    9 ++++++---
 src/empathy-chat-window.h |    2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

commit b8698934662ff2f97b6d1d68f409650878bbcad6
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 7 14:42:12 2009 +0000

    chat_destroy_cb: use chat_update_contacts_visibility instead of
    empathy_chat_set_show_contacts

    That way priv->show_contacts is not changed and we'll redisplay
    the contact
    list when reconnecting if needed (#598964).

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

commit 31b467503ba8705c32b3de475f543a2fabd6cba6
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Dec 7 14:39:54 2009 +0000

    explicitely pass the show state to empathy_chat_set_show_contacts

    This will allow us to show/hide the contact list without changing
    priv->show_contacts.

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

commit eecff5c85657bd20626ad9cb426a79a66eb771a6
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Dec 4 21:48:09 2009 +0100

    Updated Norwegian bokmål translation.

 po/nb.po |  810
 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 517 insertions(+), 293 deletions(-)

commit 26da2e88c968de373b15c127173d6d79b86a4b81
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Dec 4 20:04:09 2009 +0100

    Updated Slovenian translation

 po/sl.po |  304
 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 164 insertions(+), 140 deletions(-)

commit 2a89ad8bcc909d2b4e8651c6eccb3a0de4da2ea5
Author: Yaron Sharabani <sh.yaron@gmail.com>
Date:   Fri Dec 4 18:46:27 2009 +0200

    Updated Hebrew translation

 po/he.po | 1465
 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 974 insertions(+), 491 deletions(-)

commit 52898e966ab9d41e6016ae5ca58f1dbf7fa7dbe3
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Thu Dec 3 11:05:47 2009 +0000

    add im-groupwise icon (#603634)

    Thanks to K.Vishnoo Charan Reddy for the icon.

 data/icons/Makefile.am                         |    6 ++++++
 data/icons/hicolor_apps_16x16_im-groupwise.png |  Bin 0 -> 865 bytes
 data/icons/hicolor_apps_22x22_im-groupwise.png |  Bin 0 -> 1330 bytes
 data/icons/hicolor_apps_24x24_im-groupwise.png |  Bin 0 -> 1494 bytes
 data/icons/hicolor_apps_32x32_im-groupwise.png |  Bin 0 -> 2164 bytes
 data/icons/hicolor_apps_48x48_im-groupwise.png |  Bin 0 -> 3817 bytes
 6 files changed, 6 insertions(+), 0 deletions(-)

commit 3d2adf9323509792856a56a75eca2ad2f14ac7b3
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Dec 2 13:05:38 2009 +0000

    chat_new_connection_cb: don't try to reconnect chats if the account
    is not connected

    We should wait that the account is connected before reconnecting chats
    (#603593).

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

commit cf81786242c9143e0c8cb4956006ff29f1309d8d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Wed Dec 2 12:42:50 2009 +0000

    Don't highlight scrollback messages (#602288)

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

commit 52376d81c4c2d29ac6845070efbc0785d7989d28
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 1 17:04:03 2009 +0000

    tp-chat: set the flags of the message

 libempathy/empathy-tp-chat.c |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

commit 8d1543fd36e67823e390477548dfa43f86afa2e2
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 1 17:03:51 2009 +0000

    empathy-message: add message flags

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

commit 623c7ba6130a483a2581dadce6f674755cdf44d3
Author: Brian Pepple <bpepple@fedoraproject.org>
Date:   Tue Dec 1 19:20:05 2009 -0500

    Hide state image in contact widget until the presense state is
    notified. (#603545)

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

commit cf5b53f8292a03fddb4894eb8f50db70a84ab287
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 1 18:11:05 2009 +0000

    add im-sametime icon (#603508)

    Thanks to K.Vishnoo Charan Reddy for the icon.

 data/icons/Makefile.am                           |    6 +
 data/icons/hicolor_apps_16x16_im-sametime.png    |  Bin 0 -> 817 bytes
 data/icons/hicolor_apps_22x22_im-sametime.png    |  Bin 0 -> 1225 bytes
 data/icons/hicolor_apps_24x24_im-sametime.png    |  Bin 0 -> 1398 bytes
 data/icons/hicolor_apps_32x32_im-sametime.png    |  Bin 0 -> 1994 bytes
 data/icons/hicolor_apps_48x48_im-sametime.png    |  Bin 0 -> 3417 bytes
 data/icons/hicolor_apps_scalable_im-sametime.svg |  127
 ++++++++++++++++++++++
 7 files changed, 133 insertions(+), 0 deletions(-)

commit 4fb2cbb8ecc681614dbc6729a5c9b4d9fb550024
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 1 17:53:49 2009 +0000

    add 24x24 and 32x32 versions of the im-meanwhile icon

 data/icons/Makefile.am                         |    2 ++
 data/icons/hicolor_apps_24x24_im-meanwhile.png |  Bin 0 -> 1423 bytes
 data/icons/hicolor_apps_32x32_im-meanwhile.png |  Bin 0 -> 2086 bytes
 3 files changed, 2 insertions(+), 0 deletions(-)

commit eb8cb1d761372e0a5732f205d0f6ce20243d5bac
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 1 17:51:27 2009 +0000

    add im-myspace icon (#603502)

    Thanks to K.Vishnoo Charan Reddy for the icon.

 data/icons/Makefile.am                          |    6 ++
 data/icons/hicolor_apps_16x16_im-myspace.png    |  Bin 0 -> 624 bytes
 data/icons/hicolor_apps_22x22_im-myspace.png    |  Bin 0 -> 884 bytes
 data/icons/hicolor_apps_24x24_im-myspace.png    |  Bin 0 -> 799 bytes
 data/icons/hicolor_apps_32x32_im-myspace.png    |  Bin 0 -> 1174 bytes
 data/icons/hicolor_apps_48x48_im-myspace.png    |  Bin 0 -> 1619 bytes
 data/icons/hicolor_apps_scalable_im-myspace.svg |  109
 +++++++++++++++++++++++
 7 files changed, 115 insertions(+), 0 deletions(-)

commit bf5f6a6ca78beb479a1e7c1f1e7a1f12cfdc1c16
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 1 17:33:39 2009 +0000

    chat: don't display latest logs in room

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

commit 3e6fc17bc72bb426af351e0cfc33abb775ada155
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Dec 1 17:04:30 2009 +0100

    added destroyed flag

    the destroyed flag indicates if the widgets in empathy-account-widget
    have already been destroyed. this is important for some async calls.

 libempathy-gtk/empathy-account-widget.c |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit 19d28abca284a7a85a98f8bdd01aeb0ff54860e7
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Dec 1 13:53:24 2009 +0100

    fixed problem with destroyed widget in async call

    with all the async calls the widget needed in one of the callbacks
    was destroyed before the callback was called.

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

commit 02c70cf6746cd909a873f54dd320772160f9ec13
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Nov 24 18:45:46 2009 +0100

    update presence when account is enabled

    the problem was that disabling accounts forced their requested
    presence to _offline_, when the account was re-enabled the r-s stayed
    offline and the account did not try to reconnect. this was introduced
    with TpAccount. fixes bug #602821

 libempathy-gtk/empathy-account-widget.c |   49
 ++++++++++++++++++++++++------
 1 files changed, 39 insertions(+), 10 deletions(-)

commit 53a0fc1ae74070e6268173294ba986bc2c7e3e07
Author: Felix Kaser <f.kaser@gmx.net>
Date:   Tue Nov 24 18:13:17 2009 +0100

    emit account-created signal outside enabled_cb

    the account-created signal should be emitted independently from
    enabled-callback. the signal should be emitted even if for some
    reason the account could not be enabled.

 libempathy-gtk/empathy-account-widget.c |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

commit 5d472d0d977e00de90039af2e67a785721da5d51
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 1 15:29:22 2009 +0000

    rephrase the 'redial' tooltip

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

commit 891a40763f86c9e2ad2b7c2306e8a24a038f2c99
Author: Laurent Bigonville <bigon@bigon.be>
Date:   Tue Dec 1 15:18:32 2009 +0100

    Link libempathy-gtk against libnotify

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

commit 93adac828a2e0465c0a4d77051856e9602a5e6b0
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 1 12:41:20 2009 +0000

    add tooltips on the hang-up, redial and audio buttons (#576542)

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

commit c193319ca0b9d130abb525e88ac87c4293e2fb0b
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 1 12:46:44 2009 +0000

    rename update_join_button_sensitivy to update_join_button_sensitivity

 src/empathy-new-chatroom-dialog.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit d7a092467227ecdcfb5173a1f26a6207606c2154
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 1 12:03:42 2009 +0000

    new-chatroom-dialog: unsensitive the join button when account is
    disconnected

    Trying to join a room with a not connected account leads to crash
    (#603393).

 src/empathy-new-chatroom-dialog.c |   37
 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 36 insertions(+), 1 deletions(-)

commit 63824875083611f8503deaff302887dd6c47a603
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 1 11:57:02 2009 +0000

    factor out update_join_button_sensitivy

 src/empathy-new-chatroom-dialog.c |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

commit 832c7689e8060ec508f4dbae53d51f7200ddf2ad
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 1 11:44:57 2009 +0000

    new-chatroom-dialog: store the currently selected account

 src/empathy-new-chatroom-dialog.c |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)

commit 1805af473647ce9cdde47ae7ed37b1d3fd37d74d
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Tue Dec 1 12:05:27 2009 +0000

    dep on nautilus-sendto is actually 2.28.1

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

commit a7f2c69cc15e8e971928ef8012d61f45442da8ca
Author: Xavier Claessens <xclaesse@gmail.com>
Date:   Tue Dec 1 11:38:37 2009 +0100

    Use \s to match spaces, it is the same as [ \t\n\r\f\v]

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

commit 35f5ca3376db3a641d4deb0f1eedd76a0ca2cd15
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date:   Mon Nov 30 16:40:55 2009 +0000

    start dev of 2.29.4

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