]> git.0d.be Git - empathy.git/log
empathy.git
14 years agoUpdated Catalan (Valencian) translation
Carles Ferrando [Thu, 22 Apr 2010 20:58:34 +0000 (22:58 +0200)]
Updated Catalan (Valencian) translation

14 years ago[help] Some updates to the help based on the new version
Milo Casagrande [Thu, 22 Apr 2010 19:50:23 +0000 (21:50 +0200)]
[help] Some updates to the help based on the new version

14 years agoUpdated Italian translation
Milo Casagrande [Thu, 22 Apr 2010 19:26:23 +0000 (21:26 +0200)]
Updated Italian translation

14 years agodisconnect empathy_call_window_bus_message() in dispose (#616301)
David Laban [Tue, 20 Apr 2010 14:51:30 +0000 (15:51 +0100)]
disconnect empathy_call_window_bus_message() in dispose (#616301)

Otherwise, we will crash because priv->handler is not there.

14 years agoiterate_on_channels: continue instead of returning if a channel doesn't match
Guillaume Desmottes [Tue, 20 Apr 2010 12:27:52 +0000 (14:27 +0200)]
iterate_on_channels: continue instead of returning if a channel doesn't match

We are iterating on channels so we should check the remaining channels...

14 years agofix show_offline gconf key (#616267)
Guillaume Desmottes [Tue, 20 Apr 2010 09:47:26 +0000 (11:47 +0200)]
fix show_offline gconf key (#616267)

The key is /ui/show_offline not /contacts/show_offline

14 years agoremove empathy_dispatch_operation_new_with_wrapper
Guillaume Desmottes [Mon, 19 Apr 2010 15:32:07 +0000 (17:32 +0200)]
remove empathy_dispatch_operation_new_with_wrapper

It's not needed any more.

14 years agodispatcher: don't check for Requests when fetching conn properties
Guillaume Desmottes [Mon, 19 Apr 2010 15:12:50 +0000 (17:12 +0200)]
dispatcher: don't check for Requests when fetching conn properties

14 years agodispatcher: stop supporting old style channel requesting
Guillaume Desmottes [Mon, 19 Apr 2010 15:10:36 +0000 (17:10 +0200)]
dispatcher: stop supporting old style channel requesting

Requests is mandatory now and we use the CD any way.

14 years agocall cb with an error if dispatcher_chat_with_contact* fails
Guillaume Desmottes [Mon, 19 Apr 2010 13:30:23 +0000 (15:30 +0200)]
call cb with an error if dispatcher_chat_with_contact* fails

14 years agodispatcher_connection_invalidated_cb: terminate pending requests
Guillaume Desmottes [Mon, 19 Apr 2010 13:11:59 +0000 (15:11 +0200)]
dispatcher_connection_invalidated_cb: terminate pending requests

14 years agoempathy_dispatcher_chat_with_contact: check if connection_data is NULL
Guillaume Desmottes [Mon, 19 Apr 2010 09:13:17 +0000 (11:13 +0200)]
empathy_dispatcher_chat_with_contact: check if connection_data is NULL

If the connection has been invalidated, it has been removed from
priv->connections so we should check to avoid using a NULL pointer (#615970).

14 years agouser-extended-away has been renamed to user-idle.svg
Guillaume Desmottes [Mon, 19 Apr 2010 10:57:09 +0000 (12:57 +0200)]
user-extended-away has been renamed to user-idle.svg

14 years agoMove the spinner next to the expander label in new chatroom dialog
Xavier Claessens [Tue, 13 Apr 2010 16:55:48 +0000 (18:55 +0200)]
Move the spinner next to the expander label in new chatroom dialog

14 years agoFix some build errors when GSEAL is enabled
Xavier Claessens [Tue, 13 Apr 2010 14:27:12 +0000 (16:27 +0200)]
Fix some build errors when GSEAL is enabled

14 years agoRemove check for GTK version now that we depend on 2.20
Xavier Claessens [Tue, 13 Apr 2010 14:25:57 +0000 (16:25 +0200)]
Remove check for GTK version now that we depend on 2.20

Fixes bug #612185

14 years agoDo not use deprecated GTK symbols
Xavier Claessens [Tue, 13 Apr 2010 14:12:25 +0000 (16:12 +0200)]
Do not use deprecated GTK symbols

14 years agoReplace EphySpinner by GtkSpinner
Xavier Claessens [Tue, 13 Apr 2010 14:02:53 +0000 (16:02 +0200)]
Replace EphySpinner by GtkSpinner

Fixes bug #598446

14 years agoForce maintainer mode if it is not a released empathy
Xavier Claessens [Tue, 13 Apr 2010 13:42:38 +0000 (15:42 +0200)]
Force maintainer mode if it is not a released empathy

14 years agocontact list store: order contacts by alias, ID, protocol then account ID (fixes...
Jonny Lamb [Sun, 18 Apr 2010 17:10:15 +0000 (18:10 +0100)]
contact list store: order contacts by alias, ID, protocol then account ID (fixes #612864)

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
14 years agoUpdate the Tabs menu when a tab is moved.
Mike Ruprecht [Sat, 17 Apr 2010 08:31:04 +0000 (03:31 -0500)]
Update the Tabs menu when a tab is moved.

Previously when a tab was moved, the Tabs menu didn't update
regarding the directions the tab could further be moved. If
wrapping is off, a tab on the edge moved one way couldn't be
moved back. Fixes #616012

14 years agoFix doap file
Olav Vitters [Sun, 18 Apr 2010 09:30:58 +0000 (11:30 +0200)]
Fix doap file

14 years agoUpdated Galician translations
Francisco Diéguez [Sat, 17 Apr 2010 14:11:31 +0000 (16:11 +0200)]
Updated Galician translations

14 years agosrc/empathy-chat-window.ui: Swap keyboard controls for moving tabs
Mirsal Ennaime [Mon, 12 Apr 2010 16:31:02 +0000 (18:31 +0200)]
src/empathy-chat-window.ui: Swap keyboard controls for moving tabs

Closes: bgo#615164
Keyboard shortcuts for moving tabs and for changing tabs work in the opposite direction.
Users may expect them to work in the same direction and to be consistant with other GNOME applications.
The mapping is now Ctrl + Shift + PageUp / PageDown for moving tabs left / right respectively, as it is in GNOME Terminal for instance.

14 years agoUpdated Spanish translation
Jorge González [Fri, 16 Apr 2010 06:45:21 +0000 (08:45 +0200)]
Updated Spanish translation

14 years agoprotocol-chooser: return NULL if for some reason we can't find the procol any more
Guillaume Desmottes [Thu, 15 Apr 2010 15:19:56 +0000 (17:19 +0200)]
protocol-chooser: return NULL if for some reason we can't find the procol any more

This could eventually happen if a CM claims to support a protocol in its
manager file but actually don't. Should fix #61582

14 years agoaccount-widget-generic: embed the advanced section in a GtkScrolledWindow (#615827)
Guillaume Desmottes [Thu, 15 Apr 2010 12:00:51 +0000 (14:00 +0200)]
account-widget-generic: embed the advanced section in a GtkScrolledWindow (#615827)

14 years agoMerge remote branch 'alsuren/fix-615734'
Guillaume Desmottes [Thu, 15 Apr 2010 08:20:37 +0000 (10:20 +0200)]
Merge remote branch 'alsuren/fix-615734'

14 years agoupdated Tamil translation
vasudeven [Thu, 15 Apr 2010 08:04:55 +0000 (13:34 +0530)]
updated Tamil translation

14 years agoupdated Tamil translation
vasudeven [Sun, 21 Mar 2010 01:57:07 +0000 (07:27 +0530)]
updated Tamil translation

14 years agoupdated Tamil translation
vasudeven [Wed, 17 Mar 2010 14:16:04 +0000 (19:46 +0530)]
updated Tamil translation

14 years agoUpdated Brazilian Portuguese translation.
Vladimir Melo [Thu, 15 Apr 2010 00:59:39 +0000 (20:59 -0400)]
Updated Brazilian Portuguese translation.

14 years agoaccount-assistant: make impl_signal_apply() behave more like impl_signal_prepare()
David Laban [Wed, 14 Apr 2010 14:57:54 +0000 (15:57 +0100)]
account-assistant: make impl_signal_apply() behave more like impl_signal_prepare()

Fixes b.g.o#615734

current_page only seems to be == PAGE_ENTER_CREATE the first time you visit the page.
After that, it has been seen to be 4 or larger. impl_signal_prepare() currently checks
for >=, so I'm copying that, and also dealing with refs in the same way.

This patch probably probably actually hides a bug in how current_page is set, because
I can't see how it should be set >= 4 because the enum only goes up to 3. I'll look into
that now, but the patch is tested and works.

14 years agoOccitan translation update
Yannig Marchegay [Wed, 14 Apr 2010 11:21:18 +0000 (13:21 +0200)]
Occitan translation update

14 years agoUpdated Occitan translation
Yannig Marchegay [Wed, 14 Apr 2010 00:20:51 +0000 (02:20 +0200)]
Updated Occitan translation

14 years agoUpdated Occitan translation
Yannig Marchegay [Tue, 13 Apr 2010 23:39:31 +0000 (01:39 +0200)]
Updated Occitan translation

14 years agoTake full width for the password and id entries for jabber account settings
Xavier Claessens [Tue, 13 Apr 2010 07:04:48 +0000 (09:04 +0200)]
Take full width for the password and id entries for jabber account settings

14 years agoUpdated Arabic translation
Khaled Hosny [Mon, 12 Apr 2010 14:01:00 +0000 (16:01 +0200)]
Updated Arabic translation

14 years agolibempathy-gtk/empathy-search-bar.ui: remove invisible_char property; we want to...
Guillaume Desmottes [Mon, 12 Apr 2010 12:19:19 +0000 (14:19 +0200)]
libempathy-gtk/empathy-search-bar.ui: remove invisible_char property; we want to use the default

14 years agolibempathy-gtk/empathy-contact-widget.ui: remove invisible_char property; we want...
Guillaume Desmottes [Mon, 12 Apr 2010 12:19:19 +0000 (14:19 +0200)]
libempathy-gtk/empathy-contact-widget.ui: remove invisible_char property; we want to use the default

14 years agolibempathy-gtk/empathy-contact-selector-dialog.ui: remove invisible_char property...
Guillaume Desmottes [Mon, 12 Apr 2010 12:19:19 +0000 (14:19 +0200)]
libempathy-gtk/empathy-contact-selector-dialog.ui: remove invisible_char property; we want to use the default

14 years agolibempathy-gtk/empathy-account-widget-yahoo.ui: remove invisible_char property; we...
Guillaume Desmottes [Mon, 12 Apr 2010 12:19:19 +0000 (14:19 +0200)]
libempathy-gtk/empathy-account-widget-yahoo.ui: remove invisible_char property; we want to use the default

14 years agolibempathy-gtk/empathy-account-widget-sip.ui: remove invisible_char property; we...
Guillaume Desmottes [Mon, 12 Apr 2010 12:19:19 +0000 (14:19 +0200)]
libempathy-gtk/empathy-account-widget-sip.ui: remove invisible_char property; we want to use the default

14 years agolibempathy-gtk/empathy-account-widget-msn.ui: remove invisible_char property; we...
Guillaume Desmottes [Mon, 12 Apr 2010 12:19:19 +0000 (14:19 +0200)]
libempathy-gtk/empathy-account-widget-msn.ui: remove invisible_char property; we want to use the default

14 years agolibempathy-gtk/empathy-account-widget-local-xmpp.ui: remove invisible_char property...
Guillaume Desmottes [Mon, 12 Apr 2010 12:19:19 +0000 (14:19 +0200)]
libempathy-gtk/empathy-account-widget-local-xmpp.ui: remove invisible_char property; we want to use the default

14 years agolibempathy-gtk/empathy-account-widget-jabber.ui: remove invisible_char property;...
Guillaume Desmottes [Mon, 12 Apr 2010 12:19:19 +0000 (14:19 +0200)]
libempathy-gtk/empathy-account-widget-jabber.ui: remove invisible_char property; we want to use the default

14 years agolibempathy-gtk/empathy-account-widget-irc.ui: remove invisible_char property; we...
Guillaume Desmottes [Mon, 12 Apr 2010 12:19:19 +0000 (14:19 +0200)]
libempathy-gtk/empathy-account-widget-irc.ui: remove invisible_char property; we want to use the default

14 years agolibempathy-gtk/empathy-account-widget-icq.ui: remove invisible_char property; we...
Guillaume Desmottes [Mon, 12 Apr 2010 12:19:19 +0000 (14:19 +0200)]
libempathy-gtk/empathy-account-widget-icq.ui: remove invisible_char property; we want to use the default

14 years agolibempathy-gtk/empathy-account-widget-groupwise.ui: remove invisible_char property...
Guillaume Desmottes [Mon, 12 Apr 2010 12:19:19 +0000 (14:19 +0200)]
libempathy-gtk/empathy-account-widget-groupwise.ui: remove invisible_char property; we want to use the default

14 years agolibempathy-gtk/empathy-account-widget-aim.ui: remove invisible_char property; we...
Guillaume Desmottes [Mon, 12 Apr 2010 12:19:19 +0000 (14:19 +0200)]
libempathy-gtk/empathy-account-widget-aim.ui: remove invisible_char property; we want to use the default

14 years agowidget-sip: re-add the entry_password
Guillaume Desmottes [Mon, 12 Apr 2010 11:39:08 +0000 (13:39 +0200)]
widget-sip: re-add the entry_password

It has been accidentally removed in 3479e2bafb401bd4cd7fc3332c52c3c3cbdc8ba0.

14 years agocontact-widget: use empathy_account_chooser_get_account
Guillaume Desmottes [Mon, 12 Apr 2010 09:32:28 +0000 (11:32 +0200)]
contact-widget: use empathy_account_chooser_get_account

14 years agoadd empathy_account_chooser_get_account
Guillaume Desmottes [Mon, 12 Apr 2010 09:32:18 +0000 (11:32 +0200)]
add empathy_account_chooser_get_account

14 years agochange empathy_avatar_chooser_set_connection to empathy_avatar_chooser_set_account
Guillaume Desmottes [Fri, 9 Apr 2010 12:02:04 +0000 (14:02 +0200)]
change empathy_avatar_chooser_set_connection to empathy_avatar_chooser_set_account

This is a first step in having a more account centric Empathy. This will be
used once we'll have Protocol objects to set avatar on offline accounts.

14 years agocontact-widget: use empathy_avatar_chooser_set_connection
Guillaume Desmottes [Fri, 9 Apr 2010 11:55:11 +0000 (13:55 +0200)]
contact-widget: use empathy_avatar_chooser_set_connection

14 years agoadd empathy_avatar_chooser_set_connection
Guillaume Desmottes [Fri, 9 Apr 2010 11:52:28 +0000 (13:52 +0200)]
add empathy_avatar_chooser_set_connection

14 years agoUpdated Lithuanian translation
Žygimantas Beručka [Sat, 10 Apr 2010 18:33:36 +0000 (21:33 +0300)]
Updated Lithuanian translation

14 years agoremove empathy_signal_connect_weak (#613583)
Guillaume Desmottes [Mon, 22 Mar 2010 13:09:11 +0000 (14:09 +0100)]
remove empathy_signal_connect_weak (#613583)

14 years agolibempathy-gtk/empathy-location-manager.c: use tp_g_signal_connect_object instead...
Guillaume Desmottes [Mon, 22 Mar 2010 14:40:22 +0000 (15:40 +0100)]
libempathy-gtk/empathy-location-manager.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak

14 years agosrc/empathy-status-icon.c: use tp_g_signal_connect_object instead of empathy_signal_c...
Guillaume Desmottes [Mon, 22 Mar 2010 13:34:38 +0000 (14:34 +0100)]
src/empathy-status-icon.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak

14 years agosrc/empathy-chat-window.c: use tp_g_signal_connect_object instead of empathy_signal_c...
Guillaume Desmottes [Mon, 22 Mar 2010 13:34:38 +0000 (14:34 +0100)]
src/empathy-chat-window.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak

14 years agosrc/empathy-call-window.c: use tp_g_signal_connect_object instead of empathy_signal_c...
Guillaume Desmottes [Mon, 22 Mar 2010 13:34:38 +0000 (14:34 +0100)]
src/empathy-call-window.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak

14 years agosrc/empathy-accounts-dialog.c: use tp_g_signal_connect_object instead of empathy_sign...
Guillaume Desmottes [Mon, 22 Mar 2010 13:34:38 +0000 (14:34 +0100)]
src/empathy-accounts-dialog.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak

14 years agosrc/cc-empathy-accounts-page.c: use tp_g_signal_connect_object instead of empathy_sig...
Guillaume Desmottes [Mon, 22 Mar 2010 13:34:38 +0000 (14:34 +0100)]
src/cc-empathy-accounts-page.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak

14 years agolibempathy/empathy-idle.c: use tp_g_signal_connect_object instead of empathy_signal_c...
Guillaume Desmottes [Mon, 22 Mar 2010 13:34:38 +0000 (14:34 +0100)]
libempathy/empathy-idle.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak

14 years agolibempathy/empathy-dispatcher.c: use tp_g_signal_connect_object instead of empathy_si...
Guillaume Desmottes [Mon, 22 Mar 2010 13:34:38 +0000 (14:34 +0100)]
libempathy/empathy-dispatcher.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak

14 years agolibempathy/empathy-contact-manager.c: use tp_g_signal_connect_object instead of empat...
Guillaume Desmottes [Mon, 22 Mar 2010 13:34:38 +0000 (14:34 +0100)]
libempathy/empathy-contact-manager.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak

14 years agolibempathy/empathy-account-settings.c: use tp_g_signal_connect_object instead of...
Guillaume Desmottes [Mon, 22 Mar 2010 13:34:38 +0000 (14:34 +0100)]
libempathy/empathy-account-settings.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak

14 years agolibempathy-gtk/empathy-presence-chooser.c: use tp_g_signal_connect_object instead...
Guillaume Desmottes [Mon, 22 Mar 2010 13:34:38 +0000 (14:34 +0100)]
libempathy-gtk/empathy-presence-chooser.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak

14 years agolibempathy-gtk/empathy-chat.c: use tp_g_signal_connect_object instead of empathy_sign...
Guillaume Desmottes [Mon, 22 Mar 2010 13:34:38 +0000 (14:34 +0100)]
libempathy-gtk/empathy-chat.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak

14 years agolibempathy-gtk/empathy-account-widget.c: use tp_g_signal_connect_object instead of...
Guillaume Desmottes [Mon, 22 Mar 2010 13:34:38 +0000 (14:34 +0100)]
libempathy-gtk/empathy-account-widget.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak

14 years agolibempathy-gtk/empathy-account-chooser.c: use tp_g_signal_connect_object instead...
Guillaume Desmottes [Mon, 22 Mar 2010 13:34:38 +0000 (14:34 +0100)]
libempathy-gtk/empathy-account-chooser.c: use tp_g_signal_connect_object instead of empathy_signal_connect_weak

14 years agoaccount_assistant_apply_account_and_finish: explicitely ask to set the display name
Guillaume Desmottes [Fri, 9 Apr 2010 08:01:45 +0000 (10:01 +0200)]
account_assistant_apply_account_and_finish: explicitely ask to set the display name

Checking if priv->current_widget_object is NULL or not isn't right because if
we create a normal account before the Salut one, this pointer is not NULL and
we rename the Salut account to the same name that the standard one.

This patch adds an extra argument account_assistant_apply_account_and_finish
saying if we should set a new display name or not. It's more clear and avoid
to rely on side effects.

Fixes bug #615058

14 years agostatus-icon: don't approve event if notification bubble has been dismissed
Guillaume Desmottes [Wed, 7 Apr 2010 09:22:03 +0000 (11:22 +0200)]
status-icon: don't approve event if notification bubble has been dismissed

This code was broken anyway so we don't change the current behaviour.

14 years agoremove NotificationData
Guillaume Desmottes [Wed, 7 Apr 2010 09:15:07 +0000 (11:15 +0200)]
remove NotificationData

We just need the window now.
This has the nice side effect of fixing bug #615027.

14 years agochat-window: don't present chat if notification has been dismissed
Guillaume Desmottes [Wed, 7 Apr 2010 09:08:45 +0000 (11:08 +0200)]
chat-window: don't present chat if notification has been dismissed

Clicking on a notification mean 'please go away'. If user wants to approve the
action he has to click on the 'Reply' button.

This code was broken anyway so we don't change the current behaviour.

14 years agolook for the right key when checking if altitude is set
Guillaume Desmottes [Thu, 8 Apr 2010 13:50:48 +0000 (15:50 +0200)]
look for the right key when checking if altitude is set

14 years agouse tp_asv_set_double
Guillaume Desmottes [Thu, 8 Apr 2010 13:18:43 +0000 (15:18 +0200)]
use tp_asv_set_double

14 years agogeocode_cb: create a new location hash table instead of modifying the current one
Guillaume Desmottes [Thu, 8 Apr 2010 12:05:18 +0000 (14:05 +0200)]
geocode_cb: create a new location hash table instead of modifying the current one

The location we receive from tp-glib should be considered as read-only as we
don't have any guarantee about the way keys and values are freed.

Should hopefully fix (#615135).

14 years agogeocode_cb: don't update location if we didn't get the full position
Guillaume Desmottes [Thu, 8 Apr 2010 11:51:41 +0000 (13:51 +0200)]
geocode_cb: don't update location if we didn't get the full position

14 years agoupdate_geocode: don't search for position if we already have lat or lon
Guillaume Desmottes [Thu, 8 Apr 2010 11:42:43 +0000 (13:42 +0200)]
update_geocode: don't search for position if we already have lat or lon

If contact publishes his position, it's fair to assume it publishes lat and
lon.

14 years agodon't start geocode search if the address is empty
Guillaume Desmottes [Thu, 8 Apr 2010 11:34:38 +0000 (13:34 +0200)]
don't start geocode search if the address is empty

14 years agounref avatar and location in dispose rather than finalize
Guillaume Desmottes [Thu, 8 Apr 2010 11:31:09 +0000 (13:31 +0200)]
unref avatar and location in dispose rather than finalize

14 years agoupdate last_timestamp with every message
Felix Kaser [Wed, 7 Apr 2010 11:33:21 +0000 (13:33 +0200)]
update last_timestamp with every message

the last_timestamp is updated with every message in chat-text-view

14 years agogroup messages only if the delay is short
Felix Kaser [Wed, 7 Apr 2010 11:19:08 +0000 (13:19 +0200)]
group messages only if the delay is short

messages from the same sender should not be grouped when the delay between two messages is too long (5min). fixes bug #604475

14 years agofactor out iteration on channels
Guillaume Desmottes [Wed, 7 Apr 2010 08:02:01 +0000 (10:02 +0200)]
factor out iteration on channels

14 years agoCall EnsureChannel with an 'infinite' timeout so we don't have to catch list channels...
Guillaume Desmottes [Tue, 30 Mar 2010 13:37:27 +0000 (15:37 +0200)]
Call EnsureChannel with an 'infinite' timeout so we don't have to catch list channels in NewChannels any more

14 years agopass properties hash table to tp_contact_list_group_add_channel
Guillaume Desmottes [Tue, 30 Mar 2010 13:17:48 +0000 (15:17 +0200)]
pass properties hash table to tp_contact_list_group_add_channel

14 years agoUse Requests.Channels property instead of the deprecated ListChannels()
Guillaume Desmottes [Tue, 30 Mar 2010 13:12:11 +0000 (15:12 +0200)]
Use Requests.Channels property instead of the deprecated ListChannels()

14 years agoUse NewChannels signal to catch group channels (#614236)
Guillaume Desmottes [Tue, 30 Mar 2010 12:58:19 +0000 (14:58 +0200)]
Use NewChannels signal to catch group channels (#614236)

14 years agonew_channels_cb: don't early return if TargetHandleType != TP_HANDLE_TYPE_LIST
Guillaume Desmottes [Tue, 30 Mar 2010 12:48:30 +0000 (14:48 +0200)]
new_channels_cb: don't early return if TargetHandleType != TP_HANDLE_TYPE_LIST

14 years agotp-contact-list: stop disconnecting NewChannels
Guillaume Desmottes [Tue, 30 Mar 2010 12:35:38 +0000 (14:35 +0200)]
tp-contact-list: stop disconnecting NewChannels

We are going to use it to get group channels as well.

14 years agorename im-xmpp icon to im-jabber
Guillaume Desmottes [Thu, 8 Apr 2010 09:30:35 +0000 (11:30 +0200)]
rename im-xmpp icon to im-jabber

Empathy uses 'im-jabber'.

14 years agoadd the current date as suffix the the log name
Guillaume Desmottes [Wed, 7 Apr 2010 15:05:46 +0000 (17:05 +0200)]
add the current date as suffix the the log name

14 years agoset default name when saving logs (#615052)
Guillaume Desmottes [Wed, 7 Apr 2010 13:35:30 +0000 (15:35 +0200)]
set default name when saving logs (#615052)

14 years agofactor out get_active_cm_name
Guillaume Desmottes [Wed, 7 Apr 2010 13:35:15 +0000 (15:35 +0200)]
factor out get_active_cm_name

14 years agodebug-window: set temp directory as default folder when saving logs
Guillaume Desmottes [Wed, 7 Apr 2010 13:04:35 +0000 (15:04 +0200)]
debug-window: set temp directory as default folder when saving logs

14 years agolocation_manager_dispose: chain up to the parent's dispose, not the parent's finalize
Simon McVittie [Wed, 7 Apr 2010 12:40:22 +0000 (13:40 +0100)]
location_manager_dispose: chain up to the parent's dispose, not the parent's finalize

This leads to crashes when other code is relying on weak reference
notifications happening in the right order.

14 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Wed, 7 Apr 2010 09:39:40 +0000 (16:39 +0700)]
Updated Thai translation.

14 years agofix coding style
Guillaume Desmottes [Tue, 6 Apr 2010 16:12:56 +0000 (18:12 +0200)]
fix coding style