]> git.0d.be Git - empathy.git/log
empathy.git
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

13 years agodon't format header of presence notifications (#646097)
Guillaume Desmottes [Tue, 29 Mar 2011 13:08:59 +0000 (15:08 +0200)]
don't format header of presence notifications (#646097)

According to the spec [1], only the Body can be formated.

Furthermore, the Shell doesn't support such formating in the header.

[1] http://www.galago-project.org/specs/notification/0.9/x161.html

13 years agoUse /org/gnome as starting path for schemas
Luca Ferretti [Wed, 23 Mar 2011 15:42:56 +0000 (16:42 +0100)]
Use /org/gnome as starting path for schemas

13 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Tue, 29 Mar 2011 08:26:56 +0000 (10:26 +0200)]
Updated Basque language

13 years agoUpdated Dutch translation by Hannie Dumoleyn
Hannie Dumoleyn [Mon, 28 Mar 2011 18:08:21 +0000 (20:08 +0200)]
Updated Dutch translation by Hannie Dumoleyn

13 years agoremove released flag
Guillaume Desmottes [Mon, 28 Mar 2011 11:00:53 +0000 (13:00 +0200)]
remove released flag

13 years agoprepare 2.91.93
Guillaume Desmottes [Mon, 28 Mar 2011 10:42:22 +0000 (12:42 +0200)]
prepare 2.91.93

13 years agohindi updated
Rajesh Ranjan [Mon, 28 Mar 2011 09:07:55 +0000 (14:37 +0530)]
hindi updated

13 years agoevent-manager: only display incoming messages in notification
Guillaume Desmottes [Wed, 23 Mar 2011 14:01:54 +0000 (15:01 +0100)]
event-manager: only display incoming messages in notification

If not, we display outgoing ones as well if the user uses Shell's message tray
to reply.

13 years agotheme-adium: keep count of the pages loading instead of using a boolean
Guillaume Desmottes [Thu, 24 Mar 2011 14:00:37 +0000 (15:00 +0100)]
theme-adium: keep count of the pages loading instead of using a boolean

Each time theme_adium_clear() is called, WebKit has to reload the page. If we
do multi calls to clear() in a short interval, we used to think the page was
loaded while it was the *old* one which was actually loaded. (#645670)

13 years agoAdded UG translation
Abduxukur Abdurixit [Sun, 27 Mar 2011 17:18:36 +0000 (19:18 +0200)]
Added UG translation

13 years agoUpdated Lithuanian translation
Žygimantas Beručka [Sun, 27 Mar 2011 16:34:29 +0000 (19:34 +0300)]
Updated Lithuanian translation

13 years agoUpdated Tamil translation
Dr.T.Vasudevan [Sun, 27 Mar 2011 10:01:25 +0000 (15:31 +0530)]
Updated Tamil translation

13 years agoUpdated Bulgarian translation
Krasimir Chonov [Sat, 26 Mar 2011 04:40:04 +0000 (06:40 +0200)]
Updated Bulgarian translation

13 years agoUpdate Simplified Chinese translation.
Aron Xu [Fri, 25 Mar 2011 04:09:07 +0000 (04:09 +0000)]
Update Simplified Chinese translation.

13 years agoupdate tranlation for Punjabi by A S Alam
A S Alam [Fri, 25 Mar 2011 03:01:19 +0000 (08:31 +0530)]
update tranlation for Punjabi by A S Alam

13 years agoUpdated Marathi Translations
Sandeep Shedmake [Thu, 24 Mar 2011 15:28:49 +0000 (20:58 +0530)]
Updated Marathi Translations

13 years agoCalendar widget should be disabled if no contact selected (#645582)
Guillaume Desmottes [Thu, 24 Mar 2011 09:41:14 +0000 (10:41 +0100)]
Calendar widget should be disabled if no contact selected (#645582)

13 years agoaccount_chooser_filter_ready_cb: don't unref the account
Guillaume Desmottes [Thu, 24 Mar 2011 12:13:02 +0000 (13:13 +0100)]
account_chooser_filter_ready_cb: don't unref the account

Our ref is already released in filter_result_callback_data_free (#645672).

13 years agochat_window_new_message_cb: check that we found the chatroom
Guillaume Desmottes [Wed, 23 Mar 2011 13:27:19 +0000 (14:27 +0100)]
chat_window_new_message_cb: check that we found the chatroom

There is a race, if the chatroom manager didn't parse the chatrooms list yet,
this was crashing.

13 years agotp_chat_got_renamed_contacts_cb: use tp_clear_object() to unref priv->user
Guillaume Desmottes [Wed, 23 Mar 2011 13:26:29 +0000 (14:26 +0100)]
tp_chat_got_renamed_contacts_cb: use tp_clear_object() to unref priv->user

If priv->user and old are both NULL, we used to crash.

13 years agoremove released flag
Guillaume Desmottes [Wed, 23 Mar 2011 08:53:17 +0000 (09:53 +0100)]
remove released flag

13 years ago[l10n] Updated German translation
Mario Blättermann [Tue, 22 Mar 2011 21:21:45 +0000 (22:21 +0100)]
[l10n] Updated German translation

13 years agoprepare 2.91.92
Guillaume Desmottes [Tue, 22 Mar 2011 15:36:49 +0000 (16:36 +0100)]
prepare 2.91.92