]> git.0d.be Git - empathy.git/log
empathy.git
12 years agoUpdated Czech translation
Marek Černocký [Sat, 30 Apr 2011 11:07:04 +0000 (13:07 +0200)]
Updated Czech translation

13 years agoUpdated Slovenian translation
Matej Urbančič [Thu, 28 Apr 2011 19:25:18 +0000 (21:25 +0200)]
Updated Slovenian translation

13 years agoUpdated Spanish translation
Daniel Mustieles [Wed, 27 Apr 2011 18:12:22 +0000 (20:12 +0200)]
Updated Spanish translation

13 years agoUse focus feature of adium themes
Xavier Claessens [Tue, 26 Apr 2011 09:52:33 +0000 (11:52 +0200)]
Use focus feature of adium themes

13 years agoAdd FIXMEs for things we don't implement yet from adium theme spec
Xavier Claessens [Tue, 26 Apr 2011 12:31:50 +0000 (14:31 +0200)]
Add FIXMEs for things we don't implement yet from adium theme spec

This also replaces well known keywords that we don't implement yet by "",
otherwise the html is broken and webkit does not render it correctly.

13 years agochat_window_page_switched_cb: get the child from the GTK+ signal
Guillaume Desmottes [Wed, 27 Apr 2011 10:04:06 +0000 (12:04 +0200)]
chat_window_page_switched_cb: get the child from the GTK+ signal

We don't care about GTK+2 compatibility any more.

13 years agoUpdated Turkish translation
Muhammet Kara [Tue, 26 Apr 2011 12:21:12 +0000 (15:21 +0300)]
Updated Turkish translation

13 years agocontact_list_store_chat_state_changed_cb(): tidy
Will Thompson [Fri, 15 Apr 2011 18:31:28 +0000 (19:31 +0100)]
contact_list_store_chat_state_changed_cb(): tidy

This doesn't fix bgo#647891, but I think it makes the loop clearer.

Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
13 years agoAdded UG translation
Abduxukur Abdurixit [Mon, 25 Apr 2011 07:56:22 +0000 (09:56 +0200)]
Added UG translation

13 years agoUpdated Thai translation.
Sira Nokyoongtong [Mon, 25 Apr 2011 07:44:56 +0000 (14:44 +0700)]
Updated Thai translation.

13 years agoAdded UG translation
Abduxukur Abdurixit [Sun, 24 Apr 2011 18:29:13 +0000 (20:29 +0200)]
Added UG translation

13 years agoaccount-assistant: ensure that the import widget takes all the space available (...
Guillaume Desmottes [Fri, 22 Apr 2011 08:20:50 +0000 (10:20 +0200)]
account-assistant: ensure that the import widget takes all the space available (#648372)

13 years agoUpdated Persian translation
Arash Mousavi [Thu, 21 Apr 2011 20:37:58 +0000 (01:07 +0430)]
Updated Persian translation

13 years agoaccount-widget: remove all the code related to the enabled checkbox
Guillaume Desmottes [Wed, 20 Apr 2011 12:27:37 +0000 (14:27 +0200)]
account-widget: remove all the code related to the enabled checkbox

13 years agoRemove enabled toggle from account-widget
Danielle Madeley [Mon, 14 Mar 2011 10:30:10 +0000 (21:30 +1100)]
Remove enabled toggle from account-widget

13 years agodon't display the enable switch if account is restricted
Guillaume Desmottes [Wed, 20 Apr 2011 12:21:08 +0000 (14:21 +0200)]
don't display the enable switch if account is restricted

13 years agouse a GtkSwitch instead of MX switch
Guillaume Desmottes [Wed, 20 Apr 2011 12:09:07 +0000 (14:09 +0200)]
use a GtkSwitch instead of MX switch

13 years agoAdd an enabled switch to the account dialog GtkInfoBar
Danielle Madeley [Mon, 14 Mar 2011 10:24:15 +0000 (21:24 +1100)]
Add an enabled switch to the account dialog GtkInfoBar

13 years agolocation-manager: use tp_asv_*
Guillaume Desmottes [Tue, 19 Apr 2011 15:33:14 +0000 (17:33 +0200)]
location-manager: use tp_asv_*

13 years agolocation-manager: use the self->priv pattern
Guillaume Desmottes [Tue, 19 Apr 2011 15:25:15 +0000 (17:25 +0200)]
location-manager: use the self->priv pattern

13 years agolocation-manager: remove useless propety getter and setter
Guillaume Desmottes [Tue, 19 Apr 2011 15:13:18 +0000 (17:13 +0200)]
location-manager: remove useless propety getter and setter

13 years agolocation_manager_dispose: use tp_clear_*
Guillaume Desmottes [Tue, 19 Apr 2011 15:12:20 +0000 (17:12 +0200)]
location_manager_dispose: use tp_clear_*

13 years agoUpdated Polish translation
Piotr Drąg [Wed, 20 Apr 2011 10:42:28 +0000 (12:42 +0200)]
Updated Polish translation

13 years agoMerge branch 'timestamp-648188'
Guillaume Desmottes [Wed, 20 Apr 2011 07:49:52 +0000 (09:49 +0200)]
Merge branch 'timestamp-648188'

13 years agochat_text_view_append_timestamp: use empathy_time_to_string_utc()
Guillaume Desmottes [Tue, 19 Apr 2011 10:18:02 +0000 (12:18 +0200)]
chat_text_view_append_timestamp: use empathy_time_to_string_utc()

13 years agoPort all timestamps from time_t to gint64 (#648188)
Guillaume Desmottes [Tue, 19 Apr 2011 09:06:52 +0000 (11:06 +0200)]
Port all timestamps from time_t to gint64 (#648188)

13 years agoempathy-time: remove unused functions
Guillaume Desmottes [Tue, 19 Apr 2011 09:31:18 +0000 (11:31 +0200)]
empathy-time: remove unused functions

13 years agoempathy-message: cast timestamps to glong
Guillaume Desmottes [Tue, 19 Apr 2011 08:49:42 +0000 (10:49 +0200)]
empathy-message: cast timestamps to glong

tp_message_get_received_timestamp() and tpl_event_get_timestamp() both return
gint64 while the timestamp is stored as a glong. We need to cast it as varargs
won't do it for us and not casting will result in a a sizing mismatch on
32-bit.

Ideally we should stop using time_t and always use gint64 with timestamps.

13 years agoempathy_message_new_from_tp_message: assign priv as soon as the message is created
Guillaume Desmottes [Tue, 19 Apr 2011 07:52:54 +0000 (09:52 +0200)]
empathy_message_new_from_tp_message: assign priv as soon as the message is created

13 years agoaccounts_dialog_cms_prepare_cb: don't update the settings if we are already preparing one
Guillaume Desmottes [Wed, 13 Apr 2011 10:34:38 +0000 (12:34 +0200)]
accounts_dialog_cms_prepare_cb: don't update the settings if we are already preparing one

This may lead to ignoring the existing setting if it's a slow one to prepare
(as Haze for example). (#647641)

13 years agouse the TpChannel:chat-state-changed signal
Guillaume Desmottes [Mon, 18 Apr 2011 12:48:47 +0000 (14:48 +0200)]
use the TpChannel:chat-state-changed signal

13 years agouse delivery report instead of Text.SendError
Guillaume Desmottes [Mon, 18 Apr 2011 12:31:42 +0000 (14:31 +0200)]
use delivery report instead of Text.SendError

13 years agopreferences: use GtkBox instead of Gtk[V,H]Box
Cosimo Cecchi [Fri, 15 Apr 2011 19:53:03 +0000 (15:53 -0400)]
preferences: use GtkBox instead of Gtk[V,H]Box

Use the orientation property of GtkBox to inherit the new proper packing
defaults, otherwise boxes in the preferences will look all spread in the
notebook height.

https://bugzilla.gnome.org/show_bug.cgi?id=647904

13 years agofactor out handle_incoming_message()
Guillaume Desmottes [Mon, 18 Apr 2011 11:25:39 +0000 (13:25 +0200)]
factor out handle_incoming_message()

13 years agoempathy-message: remove useless public setters
Guillaume Desmottes [Fri, 15 Apr 2011 15:08:58 +0000 (17:08 +0200)]
empathy-message: remove useless public setters

Also fix the GParamFlags of properties.

13 years agoremove empathy_message_new()
Guillaume Desmottes [Fri, 15 Apr 2011 14:50:33 +0000 (16:50 +0200)]
remove empathy_message_new()

13 years agouse tp_text_channel_send_message_async()
Guillaume Desmottes [Fri, 15 Apr 2011 14:41:25 +0000 (16:41 +0200)]
use tp_text_channel_send_message_async()

13 years agochat_send_error_cb: don't display the message if it's NULL
Guillaume Desmottes [Mon, 18 Apr 2011 12:38:46 +0000 (14:38 +0200)]
chat_send_error_cb: don't display the message if it's NULL

13 years agoBug 647056 — Removing a contact causes a segfault
Philip Withnall [Sat, 16 Apr 2011 16:13:51 +0000 (17:13 +0100)]
Bug 647056 — Removing a contact causes a segfault

Fix a double unref which was causing segfaults when removing contacts.

Closes: bgo#647056
13 years agofactor out empathy_message_new_from_tp_message
Guillaume Desmottes [Fri, 15 Apr 2011 13:17:07 +0000 (15:17 +0200)]
factor out empathy_message_new_from_tp_message

13 years agoempathy-message: add missing getter/setter
Guillaume Desmottes [Fri, 15 Apr 2011 13:35:07 +0000 (15:35 +0200)]
empathy-message: add missing getter/setter

13 years agouse TpTextChannel:message-sent
Guillaume Desmottes [Fri, 15 Apr 2011 12:37:53 +0000 (14:37 +0200)]
use TpTextChannel:message-sent

13 years agouse TpTextChannel:message-received
Guillaume Desmottes [Fri, 15 Apr 2011 12:08:33 +0000 (14:08 +0200)]
use TpTextChannel:message-received

13 years agouse tp_text_channel_get_pending_messages() to get the pending messages
Guillaume Desmottes [Fri, 15 Apr 2011 10:57:56 +0000 (12:57 +0200)]
use tp_text_channel_get_pending_messages() to get the pending messages

13 years agoempathy-tp-chat: ensure that we get a TpTextChannel
Guillaume Desmottes [Fri, 15 Apr 2011 10:21:52 +0000 (12:21 +0200)]
empathy-tp-chat: ensure that we get a TpTextChannel

13 years agoAdd translation context on some strings (#646131)
Guillaume Desmottes [Fri, 15 Apr 2011 09:58:39 +0000 (11:58 +0200)]
Add translation context on some strings (#646131)

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Mon, 18 Apr 2011 07:46:29 +0000 (10:46 +0300)]
Updated Hebrew translation.

13 years agoMerge branch 'nm-asleep-647793'
Guillaume Desmottes [Fri, 15 Apr 2011 09:24:30 +0000 (11:24 +0200)]
Merge branch 'nm-asleep-647793'

13 years agoconnectivity: consider that network is disconnected if state is NM_STATE_ASLEEP ...
Guillaume Desmottes [Fri, 15 Apr 2011 06:33:27 +0000 (08:33 +0200)]
connectivity: consider that network is disconnected if state is NM_STATE_ASLEEP (#647793)

13 years agoUpdated Vietnamese translation
Nguyễn Thái Ngọc Duy [Thu, 14 Apr 2011 11:58:18 +0000 (18:58 +0700)]
Updated Vietnamese translation

13 years agopo/vi.po: import from Damned Lies
Nguyễn Thái Ngọc Duy [Thu, 14 Apr 2011 11:52:55 +0000 (18:52 +0700)]
po/vi.po: import from Damned Lies

13 years agoEnable audio/video capabilities if InitialAudio/Video is in the fixed props for Strea...
Youness Alaoui [Tue, 5 Apr 2011 01:41:40 +0000 (21:41 -0400)]
Enable audio/video capabilities if InitialAudio/Video is in the fixed props for StreamedMedia channels If a connection manager puts InitialAudio=TRUE or InitialVideo=TRUE in the fixed properties, empathy thinks the CM doesn't support audio/video.

13 years ago[l10n] Updated Argonesian translation
Daniel Martinez [Mon, 11 Apr 2011 20:11:56 +0000 (22:11 +0200)]
[l10n] Updated Argonesian translation

13 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 11 Apr 2011 19:03:15 +0000 (21:03 +0200)]
Updated Spanish translation

13 years agoft-manager: add a 'Close' button (#646084)
Guillaume Desmottes [Thu, 7 Apr 2011 11:11:30 +0000 (13:11 +0200)]
ft-manager: add a 'Close' button (#646084)

13 years agofactor out close_window()
Guillaume Desmottes [Thu, 7 Apr 2011 11:11:23 +0000 (13:11 +0200)]
factor out close_window()

13 years agoDisplay a notification for auth events
Guillaume Desmottes [Tue, 29 Mar 2011 09:23:00 +0000 (11:23 +0200)]
Display a notification for auth events

This makes them more visible when using the Shell (#646061).

13 years agoBase the search bar on GtkToolbar instead of GtkHBox in order not to resize the chat...
Vitaly Minko [Thu, 7 Apr 2011 07:29:23 +0000 (07:29 +0000)]
Base the search bar on GtkToolbar instead of GtkHBox in order not to resize the chat window when we activate it (#614319).

13 years agolog_manager_got_entities_cb: don't use the currently selected account
Guillaume Desmottes [Thu, 24 Mar 2011 10:21:33 +0000 (11:21 +0100)]
log_manager_got_entities_cb: don't use the currently selected account

As the tpl_log_manager_get_entities_async() call is async, the selected
account may have changed while it's running. So we have to explicitely pass
the account which was selected when we started the call (#645586).

13 years agoemulate '/me' command if CM doesn't support Action messages (#622118)
Guillaume Desmottes [Tue, 5 Apr 2011 14:37:37 +0000 (16:37 +0200)]
emulate '/me' command if CM doesn't support Action messages (#622118)

13 years agoadd empathy_tp_chat_get_self_contact()
Guillaume Desmottes [Wed, 6 Apr 2011 09:37:28 +0000 (11:37 +0200)]
add empathy_tp_chat_get_self_contact()

https://bugzilla.gnome.org/show_bug.cgi?id=622118

13 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Wed, 6 Apr 2011 07:37:34 +0000 (09:37 +0200)]
Updated Basque language

13 years agoUpdated French Doc Translation
Bruno Brouard [Tue, 5 Apr 2011 09:41:06 +0000 (11:41 +0200)]
Updated French Doc Translation

13 years agoBug 646227 — Possible overflow in persona-view:drag_data_get
Philip Withnall [Wed, 30 Mar 2011 14:18:03 +0000 (15:18 +0100)]
Bug 646227 — Possible overflow in persona-view:drag_data_get

I think it was a fluke that this code worked in the first place, since it was
accessing arrays with indices which were out of range, and which wouldn't have
corresponded to the correct entries even if they were in range.

This should fix the mapping between DND types and DND URIs/atoms in the
contact list, individual and persona views.

Closes: bgo#646227
13 years agoRevert "-Fix use of include <config.h> to make sure translations work"
Guillaume Desmottes [Mon, 4 Apr 2011 13:50:58 +0000 (15:50 +0200)]
Revert "-Fix use of include <config.h> to make sure translations work"

This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47.

Sorry, I didn't mean to push that...

13 years ago-Fix use of include <config.h> to make sure translations work
Kjartan Maraas [Tue, 29 Mar 2011 17:03:09 +0000 (19:03 +0200)]
-Fix use of include <config.h> to make sure translations work

13 years agoRemove unnecessary code in empathy_auth_factory_constructed()
Stef Walter [Mon, 28 Mar 2011 11:31:17 +0000 (13:31 +0200)]
Remove unnecessary code in empathy_auth_factory_constructed()

https://bugzilla.gnome.org/show_bug.cgi?id=645930

13 years agoremove released flag
Guillaume Desmottes [Mon, 4 Apr 2011 13:19:26 +0000 (15:19 +0200)]
remove released flag

13 years agoprepare 3.0 release
Guillaume Desmottes [Mon, 4 Apr 2011 12:58:18 +0000 (14:58 +0200)]
prepare 3.0 release

13 years agoInitialize matched to FALSE to stop -Wall breaking the build (and potentially avoid...
Danilo Segan [Mon, 4 Apr 2011 11:09:16 +0000 (13:09 +0200)]
Initialize matched to FALSE to stop -Wall breaking the build (and potentially avoid a hard-to-track bug)

Fixes bug #646691

13 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Mon, 4 Apr 2011 10:20:02 +0000 (13:20 +0300)]
[l10n] Updated Estonian translation

13 years agoUpdated Turkish translation
Baris Cicek [Mon, 4 Apr 2011 05:08:43 +0000 (08:08 +0300)]
Updated Turkish translation

13 years agoUpdated Japanese translation
OKANO Takayoshi [Mon, 4 Apr 2011 04:29:44 +0000 (13:29 +0900)]
Updated Japanese translation

13 years ago[l10n] Updated German doc translation, umlauts fixed
Wolfgang Stöggl [Sun, 3 Apr 2011 19:56:53 +0000 (21:56 +0200)]
[l10n] Updated German doc translation, umlauts fixed

13 years ago[l10n]Fixes on Catalan translation
Jordi Serratosa [Sun, 3 Apr 2011 19:08:00 +0000 (21:08 +0200)]
[l10n]Fixes on Catalan translation

13 years ago[l10n] Updated German translation, umlauts fixed
Wolfgang Stöggl [Sun, 3 Apr 2011 19:02:29 +0000 (21:02 +0200)]
[l10n] Updated German translation, umlauts fixed

13 years agol10n: Updated Greek translation for empathy
George Stefanakis [Sun, 3 Apr 2011 18:18:35 +0000 (21:18 +0300)]
l10n: Updated Greek translation for empathy

13 years agoUpdated Danish translation
Kenneth Nielsen [Sun, 3 Apr 2011 15:44:28 +0000 (17:44 +0200)]
Updated Danish translation

13 years agoUpdated Brazilian Portuguese translation. Reviewed by Djavan Fagundes.
Rodrigo Padula de Oliveira [Sun, 3 Apr 2011 13:41:13 +0000 (09:41 -0400)]
Updated Brazilian Portuguese translation. Reviewed by Djavan Fagundes.

13 years agoUpdated Spanish translation
Jorge González [Sat, 2 Apr 2011 19:04:35 +0000 (21:04 +0200)]
Updated Spanish translation

13 years agoset a category on presence notifications
Guillaume Desmottes [Wed, 30 Mar 2011 07:51:29 +0000 (09:51 +0200)]
set a category on presence notifications

13 years agoset a category on chat related notifications
Guillaume Desmottes [Tue, 29 Mar 2011 08:07:01 +0000 (10:07 +0200)]
set a category on chat related notifications

That can be used by the Shell to filter out notifications it's handling itself
directly (#645932).

13 years agoset urgency hint on urgent notifications
Guillaume Desmottes [Tue, 29 Mar 2011 07:48:22 +0000 (09:48 +0200)]
set urgency hint on urgent notifications

This will ensure that they stay visible in the Shell and that their actions
buttons are displayed as well (#645932).

13 years agoapplied patch from https://bugzilla.gnome.org/show_bug.cgi?id=645870
Leonid Kanter [Fri, 1 Apr 2011 15:17:47 +0000 (18:17 +0300)]
applied patch from https://bugzilla.gnome.org/show_bug.cgi?id=645870

13 years agoUpdated Vietnamese translation
Nguyễn Thái Ngọc Duy [Fri, 1 Apr 2011 13:25:54 +0000 (20:25 +0700)]
Updated Vietnamese translation

13 years agopo/vi.po: import from Damned Lies
Nguyễn Thái Ngọc Duy [Fri, 1 Apr 2011 12:36:03 +0000 (19:36 +0700)]
po/vi.po: import from Damned Lies

13 years agoAdded translated German screenshots.
Hendrik Richter [Fri, 1 Apr 2011 10:02:53 +0000 (12:02 +0200)]
Added translated German screenshots.

13 years agoAdded translated German screenshots.
Hendrik Richter [Fri, 1 Apr 2011 09:58:20 +0000 (11:58 +0200)]
Added translated German screenshots.

13 years agoAdded translated German screenshots.
Hendrik Richter [Fri, 1 Apr 2011 09:55:52 +0000 (11:55 +0200)]
Added translated German screenshots.

13 years agoUpdated Gujarati Translations
Sweta Kothari [Fri, 1 Apr 2011 08:44:04 +0000 (14:14 +0530)]
Updated Gujarati Translations

13 years ago[l10n] Updated German doc translation
Mario Blättermann [Fri, 1 Apr 2011 06:57:29 +0000 (08:57 +0200)]
[l10n] Updated German doc translation

13 years agohelp/C/figures: Icon and screenshot updates
Shaun McCance [Fri, 1 Apr 2011 02:14:21 +0000 (22:14 -0400)]
help/C/figures: Icon and screenshot updates

13 years agoUpdated Serbian translation
Branko Kokanović [Wed, 30 Mar 2011 23:38:53 +0000 (01:38 +0200)]
Updated Serbian translation

13 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Wed, 30 Mar 2011 17:49:31 +0000 (19:49 +0200)]
Updated Basque language

13 years agoempathy_chat_window_present_chat: no need to call show_all on the window
Guillaume Desmottes [Wed, 30 Mar 2011 11:46:48 +0000 (13:46 +0200)]
empathy_chat_window_present_chat: no need to call show_all on the window

empathy_window_present_with_time() called later in this function will do it
for us.

This has the nice side effect of avoid to display the window before resizing
it and do making it look bad (#638951).

13 years agomove the Enabled translator comment just before the string
Guillaume Desmottes [Wed, 30 Mar 2011 09:18:40 +0000 (11:18 +0200)]
move the Enabled translator comment just before the string

If not, gettext doesn't find it...

13 years agogivve translators context for the 'Unknown' string
Guillaume Desmottes [Wed, 30 Mar 2011 08:43:51 +0000 (10:43 +0200)]
givve translators context for the 'Unknown' string

13 years agogive translators context for the 'Enabled' checkbox (#646131)
Guillaume Desmottes [Wed, 30 Mar 2011 08:36:51 +0000 (10:36 +0200)]
give translators context for the 'Enabled' checkbox (#646131)

13 years agoAdded Slovak translation
Pavol Klačanský [Tue, 29 Mar 2011 15:44:47 +0000 (17:44 +0200)]
Added Slovak translation

13 years agoft-manager: make sure the scrolled window expands in the dialog height
Cosimo Cecchi [Mon, 28 Mar 2011 20:27:01 +0000 (16:27 -0400)]
ft-manager: make sure the scrolled window expands in the dialog height

GTK+ 3 changed some packing defaults of GtkDialog, so this needs to be
done explicitly here.

https://bugzilla.gnome.org/show_bug.cgi?id=646010