]> git.0d.be Git - empathy.git/log
empathy.git
13 years agoallow to translate 'Google Talk'
Guillaume Desmottes [Tue, 28 Sep 2010 11:19:42 +0000 (13:19 +0200)]
allow to translate 'Google Talk'

We allow to translate 'Facebook Chat' so best stay coherent.

13 years agoAllow to set the Service of newly created account (#629734)
Guillaume Desmottes [Fri, 17 Sep 2010 14:27:39 +0000 (16:27 +0200)]
Allow to set the Service of newly created account (#629734)

13 years agofactor out empathy_protocol_chooser_create_account_settings()
Guillaume Desmottes [Fri, 17 Sep 2010 13:55:45 +0000 (15:55 +0200)]
factor out empathy_protocol_chooser_create_account_settings()

No need to keep this code duplicated.

13 years agoAdd empathy_service_name_to_display_name()
Guillaume Desmottes [Fri, 17 Sep 2010 13:35:07 +0000 (15:35 +0200)]
Add empathy_service_name_to_display_name()

Also makes empathy_protocol_name_to_display_name() fallbacks to the protocol
name so caller doesn't have to.

13 years agoprotocol-chooser: expose a 'service' string instead of boolean for facebook and gtalk
Guillaume Desmottes [Fri, 17 Sep 2010 13:13:19 +0000 (15:13 +0200)]
protocol-chooser: expose a 'service' string instead of boolean for facebook and gtalk

13 years agotp-roomlist: use TpAccountChannelRequest to create the channel
Guillaume Desmottes [Wed, 22 Sep 2010 15:44:57 +0000 (17:44 +0200)]
tp-roomlist: use TpAccountChannelRequest to create the channel

13 years agoAvoid to completely hide the last saved window when creating a new one
Guillaume Desmottes [Wed, 22 Sep 2010 13:33:59 +0000 (15:33 +0200)]
Avoid to completely hide the last saved window when creating a new one

13 years agochat-window: remember the geometry of the last saved window
Guillaume Desmottes [Wed, 22 Sep 2010 13:26:47 +0000 (15:26 +0200)]
chat-window: remember the geometry of the last saved window

This way new chat window have this geometry rather than the default one.

13 years agogeometry: add suport for binding a window more than once
Guillaume Desmottes [Wed, 22 Sep 2010 13:20:31 +0000 (15:20 +0200)]
geometry: add suport for binding a window more than once

13 years agogeometry: no need to export _load and _save
Guillaume Desmottes [Wed, 22 Sep 2010 10:23:14 +0000 (12:23 +0200)]
geometry: no need to export _load and _save

13 years agochat-window: most of the functions can be static
Guillaume Desmottes [Wed, 22 Sep 2010 09:55:45 +0000 (11:55 +0200)]
chat-window: most of the functions can be static

13 years agoAdd context on "Select" strings (#629707)
Guillaume Desmottes [Wed, 15 Sep 2010 11:13:11 +0000 (13:13 +0200)]
Add context on "Select" strings (#629707)

13 years agofix typo
Guillaume Desmottes [Wed, 29 Sep 2010 09:02:05 +0000 (11:02 +0200)]
fix typo

13 years agofield_value_is_empty: if the first element is not NULL field is not empty
Guillaume Desmottes [Tue, 28 Sep 2010 14:08:27 +0000 (16:08 +0200)]
field_value_is_empty: if the first element is not NULL field is not empty

13 years agofactor out field_value_is_empty()
Guillaume Desmottes [Tue, 28 Sep 2010 14:01:53 +0000 (16:01 +0200)]
factor out field_value_is_empty()

13 years agoadd debug output
Guillaume Desmottes [Mon, 27 Sep 2010 08:46:20 +0000 (10:46 +0200)]
add debug output

13 years agoAdd unsupported contact fields to details_to_set (#630427)
Guillaume Desmottes [Fri, 24 Sep 2010 09:27:16 +0000 (11:27 +0200)]
Add unsupported contact fields to details_to_set (#630427)

This avoid to loss unsupported fields when closing the dialog.

13 years agoUse tp_contact_info_field_copy() instead of creating a new field if found
Guillaume Desmottes [Fri, 24 Sep 2010 09:15:17 +0000 (11:15 +0200)]
Use tp_contact_info_field_copy() instead of creating a new field if found

13 years agocontact_widget_details_update_edit: free the list returned by tp_contact_get_contact_...
Guillaume Desmottes [Fri, 24 Sep 2010 08:31:33 +0000 (10:31 +0200)]
contact_widget_details_update_edit: free the list returned by tp_contact_get_contact_info()

13 years agocontact_widget_details_update_edit: no need to call tp_contact_get_contact_info(...
Guillaume Desmottes [Fri, 24 Sep 2010 08:31:14 +0000 (10:31 +0200)]
contact_widget_details_update_edit: no need to call tp_contact_get_contact_info() each iteration

13 years ago[i18n] Updated Dutch translation
Hannie Dumoleyn [Tue, 28 Sep 2010 15:20:27 +0000 (17:20 +0200)]
[i18n] Updated Dutch translation

13 years agoignore hu pages
Guillaume Desmottes [Tue, 28 Sep 2010 11:02:51 +0000 (13:02 +0200)]
ignore hu pages

13 years agogoogle-talk: no need to unset the 'server' param
Guillaume Desmottes [Tue, 28 Sep 2010 11:00:41 +0000 (13:00 +0200)]
google-talk: no need to unset the 'server' param

We don't set it anymore as fallback-servers super-seeded it but there is no
point to unset; the account settings has just be created and is empty.

13 years agobump GTK+ dep to 2.22.0
Guillaume Desmottes [Mon, 20 Sep 2010 09:33:45 +0000 (11:33 +0200)]
bump GTK+ dep to 2.22.0

13 years agoempathy-chat: update GDK_ defines to GDK_KEY_
Diego Escalante Urrelo [Sun, 19 Sep 2010 23:10:20 +0000 (18:10 -0500)]
empathy-chat: update GDK_ defines to GDK_KEY_

This change works in both GTK+ 2.22 and GTK+ 3.0

Bug #630107

13 years agoDon't use deprecated gtk_dialog_set_has_separator
Diego Escalante Urrelo [Sun, 19 Sep 2010 23:08:00 +0000 (18:08 -0500)]
Don't use deprecated gtk_dialog_set_has_separator

This is deprecated in GTK+ 2.22

Bug #630107

13 years agoempathy-avatar-image: don't use gdk_display global
Diego Escalante Urrelo [Sun, 19 Sep 2010 23:06:27 +0000 (18:06 -0500)]
empathy-avatar-image: don't use gdk_display global

This is deprecated for GTK+ 2.22.

Bug #630107

13 years agoUpdated Greek translation
Giannis Katsampirhs [Mon, 27 Sep 2010 18:39:17 +0000 (21:39 +0300)]
Updated Greek translation

13 years agodon't use gtk_window_present_with_time if timestamp == GDK_CURRENT_TIME (#629922)
Guillaume Desmottes [Mon, 20 Sep 2010 11:36:03 +0000 (13:36 +0200)]
don't use gtk_window_present_with_time if timestamp == GDK_CURRENT_TIME (#629922)

13 years agoempathy_window_present: use gtk_get_current_event_time() as default timestamp (#629922)
Guillaume Desmottes [Mon, 20 Sep 2010 11:31:06 +0000 (13:31 +0200)]
empathy_window_present: use gtk_get_current_event_time() as default timestamp (#629922)

13 years agoDisable the fullscreen action while we are not connected
Guillaume Desmottes [Thu, 16 Sep 2010 11:54:05 +0000 (13:54 +0200)]
Disable the fullscreen action while we are not connected

13 years agoempathy_call_window_fullscreen_set_cursor_visible: clean up function
Guillaume Desmottes [Thu, 16 Sep 2010 11:47:03 +0000 (13:47 +0200)]
empathy_call_window_fullscreen_set_cursor_visible: clean up function

13 years agoLeave fullscreen mode when call is disconnected (#593437)
Guillaume Desmottes [Thu, 16 Sep 2010 11:39:14 +0000 (13:39 +0200)]
Leave fullscreen mode when call is disconnected (#593437)

13 years agoshow_borders: check if video_output still exists before using it
Guillaume Desmottes [Thu, 16 Sep 2010 11:38:56 +0000 (13:38 +0200)]
show_borders: check if video_output still exists before using it

13 years agoempathy_call_window_fullscreen_set_cursor_visible: early return if video widget is...
Guillaume Desmottes [Thu, 16 Sep 2010 11:38:05 +0000 (13:38 +0200)]
empathy_call_window_fullscreen_set_cursor_visible: early return if video widget is NULL

13 years agocall-window-fullscreen: NULLify the video widget when it's destroyed
Guillaume Desmottes [Thu, 16 Sep 2010 11:37:34 +0000 (13:37 +0200)]
call-window-fullscreen: NULLify the video widget when it's destroyed

13 years agodisconnect signal before destroying the video widget
Guillaume Desmottes [Thu, 16 Sep 2010 11:38:34 +0000 (13:38 +0200)]
disconnect signal before destroying the video widget

13 years agofactor out disconnect_video_output_motion_handler()
Guillaume Desmottes [Thu, 16 Sep 2010 11:08:41 +0000 (13:08 +0200)]
factor out disconnect_video_output_motion_handler()

13 years agocall-window: remove the errors info bar when redialing (#630276)
Guillaume Desmottes [Wed, 22 Sep 2010 09:29:53 +0000 (11:29 +0200)]
call-window: remove the errors info bar when redialing (#630276)

13 years agochat_window_new_message_cb: update the window icon as well (#558802)
Guillaume Desmottes [Mon, 20 Sep 2010 14:30:06 +0000 (16:30 +0200)]
chat_window_new_message_cb: update the window icon as well (#558802)

We want to change the window icon even if it's not focused.

13 years agovoip_cmp_func: first check if we support and then audio
Guillaume Desmottes [Fri, 17 Sep 2010 12:17:05 +0000 (14:17 +0200)]
voip_cmp_func: first check if we support and then audio

This doesn't change anything when doing audio/video calls as we know for sure
that the individials support the capabilities. But when doing chat, we first
want to use the individial supporting video and then audio in case of a tie.

13 years agoPrioritize default individual for chats using capabilities (#629912)
Guillaume Desmottes [Fri, 17 Sep 2010 12:10:32 +0000 (14:10 +0200)]
Prioritize default individual for chats using capabilities (#629912)

13 years agorename presence_sort_func to presence_cmp_func
Guillaume Desmottes [Fri, 17 Sep 2010 10:36:20 +0000 (12:36 +0200)]
rename presence_sort_func to presence_cmp_func

cmp_func() compare one feature (presence in this case) while sort_func() uses
different cmp_func() to implement a feature specific sort.

13 years agoempathy-accounts.c: check return value of unique_app_send_message (#629782)
Guillaume Desmottes [Thu, 16 Sep 2010 08:47:55 +0000 (10:47 +0200)]
empathy-accounts.c: check return value of unique_app_send_message (#629782)

13 years agoempathy.c: check return value of unique_app_send_message (#629782)
Guillaume Desmottes [Thu, 16 Sep 2010 08:47:46 +0000 (10:47 +0200)]
empathy.c: check return value of unique_app_send_message (#629782)

13 years agoremove released flag
Guillaume Desmottes [Mon, 27 Sep 2010 13:15:58 +0000 (15:15 +0200)]
remove released flag

13 years agoAdded Spanish translation, removed by mistake
Jorge González [Mon, 27 Sep 2010 12:58:28 +0000 (14:58 +0200)]
Added Spanish translation, removed by mistake

13 years agoUpdated Japanese translation.
Takayuki KUSANO [Mon, 27 Sep 2010 12:43:03 +0000 (21:43 +0900)]
Updated Japanese translation.

13 years agoprepare 2.32.0
Guillaume Desmottes [Mon, 27 Sep 2010 09:43:25 +0000 (11:43 +0200)]
prepare 2.32.0

13 years agoUpdated Bulgarian translation
Damyan Ivanov [Mon, 27 Sep 2010 09:04:52 +0000 (12:04 +0300)]
Updated Bulgarian translation

13 years ago[help] Updated French translation
Claude Paroz [Mon, 27 Sep 2010 08:55:28 +0000 (10:55 +0200)]
[help] Updated French translation

13 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Mon, 27 Sep 2010 08:20:52 +0000 (10:20 +0200)]
Updated Basque language

13 years agoUpdated Spanish translation
Jorge González [Sun, 26 Sep 2010 09:33:46 +0000 (11:33 +0200)]
Updated Spanish translation

13 years agoUpdated Romanian translation
Lucian Adrian Grijincu [Sun, 26 Sep 2010 08:58:23 +0000 (11:58 +0300)]
Updated Romanian translation

13 years ago[i18n] Fixed typo in German doc translation
Mario Blättermann [Sat, 25 Sep 2010 19:16:58 +0000 (21:16 +0200)]
[i18n] Fixed typo in German doc translation

13 years ago[i18n] Updated German doc translation
Mario Blättermann [Sat, 25 Sep 2010 19:12:51 +0000 (21:12 +0200)]
[i18n] Updated German doc translation

13 years agoUpdate Simplifid Chinese translation.
Xhacker Liu [Sat, 25 Sep 2010 17:22:00 +0000 (17:22 +0000)]
Update Simplifid Chinese translation.

13 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Sat, 25 Sep 2010 16:50:20 +0000 (19:50 +0300)]
[l10n] Updated Estonian translation

13 years agoUpdated Hungarian translation
Gabor Kelemen [Sat, 25 Sep 2010 16:30:12 +0000 (18:30 +0200)]
Updated Hungarian translation

13 years agoAdded Hungarian translation
Gabor Kelemen [Sat, 25 Sep 2010 16:26:23 +0000 (18:26 +0200)]
Added Hungarian translation

13 years agoAdd hu to DOC_LINGUAS
Gabor Kelemen [Sat, 25 Sep 2010 16:26:00 +0000 (18:26 +0200)]
Add hu to DOC_LINGUAS

13 years ago[help] Fixed wrong section name, fixes #630544
Milo Casagrande [Sat, 25 Sep 2010 13:08:04 +0000 (15:08 +0200)]
[help] Fixed wrong section name, fixes #630544

13 years ago[l10n] Updated Italian translation
Milo Casagrande [Sat, 25 Sep 2010 12:42:21 +0000 (14:42 +0200)]
[l10n] Updated Italian translation

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sat, 25 Sep 2010 10:20:36 +0000 (12:20 +0200)]
Updated Norwegian bokmål translation

13 years ago[l10n] Updated German translation
Christian Kirbach [Sat, 25 Sep 2010 09:38:07 +0000 (11:38 +0200)]
[l10n] Updated German translation

13 years agoUpdated Spanish translation
Jorge González [Sat, 25 Sep 2010 08:44:58 +0000 (10:44 +0200)]
Updated Spanish translation

13 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Cheng-Chia Tseng [Sat, 25 Sep 2010 05:50:23 +0000 (13:50 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sat, 25 Sep 2010 00:33:45 +0000 (02:33 +0200)]
Updated Hebrew translation.

13 years ago[help] Fix typo - bgo 630476
Paul Cutler [Fri, 24 Sep 2010 15:36:11 +0000 (10:36 -0500)]
[help] Fix typo - bgo 630476

13 years agoFix a mistranslation
Gabor Kelemen [Fri, 24 Sep 2010 14:56:27 +0000 (16:56 +0200)]
Fix a mistranslation

13 years agoMark button texts for translation, also make them HIG-compatible
Gabor Kelemen [Thu, 23 Sep 2010 11:03:13 +0000 (13:03 +0200)]
Mark button texts for translation, also make them HIG-compatible

13 years agoFix a mistranslation
Gabor Kelemen [Fri, 24 Sep 2010 01:10:05 +0000 (03:10 +0200)]
Fix a mistranslation

13 years agoFix a mistranslation
Gabor Kelemen [Thu, 23 Sep 2010 12:17:48 +0000 (14:17 +0200)]
Fix a mistranslation

13 years agoUpdated Arabic translation
Khaled Hosny [Thu, 23 Sep 2010 10:38:01 +0000 (13:38 +0300)]
Updated Arabic translation

13 years agoUpdated Danish translation
Kenneth Nielsen [Wed, 22 Sep 2010 23:15:38 +0000 (01:15 +0200)]
Updated Danish translation

13 years agoUpdated British English translation
Bruce Cowan [Wed, 22 Sep 2010 18:38:13 +0000 (19:38 +0100)]
Updated British English translation

13 years agoupdate for Punjabi
A S Alam [Wed, 22 Sep 2010 16:10:19 +0000 (21:40 +0530)]
update for Punjabi

13 years agoUpdated Polish translation
Piotr Drąg [Wed, 22 Sep 2010 15:47:56 +0000 (17:47 +0200)]
Updated Polish translation

13 years agoUpdated Polish translation
Piotr Drąg [Wed, 24 Mar 2010 12:53:43 +0000 (13:53 +0100)]
Updated Polish translation

13 years agoUpdated Slovenian translation
Matej Urbančič [Wed, 22 Sep 2010 12:37:51 +0000 (14:37 +0200)]
Updated Slovenian translation

13 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Wed, 22 Sep 2010 10:24:34 +0000 (12:24 +0200)]
Updated Basque language

13 years agoUpdated French translation
Claude Paroz [Wed, 22 Sep 2010 08:52:08 +0000 (10:52 +0200)]
Updated French translation

13 years agoUpdated Russian translation
Yuri Myasoedov [Wed, 22 Sep 2010 08:12:14 +0000 (12:12 +0400)]
Updated Russian translation

13 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Wed, 22 Sep 2010 07:17:03 +0000 (10:17 +0300)]
[l10n] Updated Estonian translation

13 years agoUpdated Portuguese translation
Duarte Loreto [Tue, 21 Sep 2010 23:59:30 +0000 (00:59 +0100)]
Updated Portuguese translation

13 years agoUpdated Spanish translation
Jorge González [Tue, 21 Sep 2010 21:10:20 +0000 (23:10 +0200)]
Updated Spanish translation

13 years agoUpdated Brazilian Portuguese translation
Djavan Fagundes [Tue, 21 Sep 2010 17:30:54 +0000 (14:30 -0300)]
Updated Brazilian Portuguese translation

13 years agoUpdated Hungarian translation
Gabor Kelemen [Mon, 20 Sep 2010 22:04:41 +0000 (00:04 +0200)]
Updated Hungarian translation

13 years agoUpdated Czech translation
Marek Černocký [Tue, 21 Sep 2010 11:18:15 +0000 (13:18 +0200)]
Updated Czech translation

13 years agoUpdated Galician translations
Fran Diéguez [Tue, 21 Sep 2010 08:05:16 +0000 (10:05 +0200)]
Updated Galician translations

13 years agoAdd missing .h file to POTFILES.in
Gabor Kelemen [Mon, 20 Sep 2010 22:11:44 +0000 (00:11 +0200)]
Add missing .h file to POTFILES.in

13 years agoempathy_account_settings_set_strv: we have to copy the key (#630168)
Guillaume Desmottes [Mon, 20 Sep 2010 15:39:55 +0000 (17:39 +0200)]
empathy_account_settings_set_strv: we have to copy the key (#630168)

13 years agoMerge branch 'cancel-crash-629957'
Guillaume Desmottes [Mon, 20 Sep 2010 09:35:38 +0000 (11:35 +0200)]
Merge branch 'cancel-crash-629957'

13 years agocontact-widget: unref the cancellable once we have cancelled the operation (#629957)
Guillaume Desmottes [Mon, 20 Sep 2010 08:11:28 +0000 (10:11 +0200)]
contact-widget: unref the cancellable once we have cancelled the operation (#629957)

The comment was a lie, contact_widget_details_request_cb early returns when
the operation has been cancelled so it wasn't unset.
There is no point waiting any way so we can unref it right away.

13 years agouse tp_clear_object to unref the cancellable
Guillaume Desmottes [Mon, 20 Sep 2010 08:09:51 +0000 (10:09 +0200)]
use tp_clear_object to unref the cancellable

13 years agoUpdated Japanese translation
Takayuki KUSANO [Mon, 20 Sep 2010 08:00:49 +0000 (17:00 +0900)]
Updated Japanese translation

13 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Sun, 19 Sep 2010 09:07:53 +0000 (12:07 +0300)]
[l10n] Updated Estonian translation

13 years agoAdd Aragonese translation.
Daniel Martinez Cucalon [Sat, 18 Sep 2010 18:44:57 +0000 (18:44 +0000)]
Add Aragonese translation.

13 years agoUpdated Lithuanian translation
Žygimantas Beručka [Fri, 17 Sep 2010 20:43:51 +0000 (23:43 +0300)]
Updated Lithuanian translation

13 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Cheng-Chia Tseng [Fri, 17 Sep 2010 11:37:08 +0000 (19:37 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)