]> git.0d.be Git - empathy.git/log
empathy.git
11 years agoMerge branch 'gnome-3-4'
Guillaume Desmottes [Wed, 9 May 2012 12:02:13 +0000 (14:02 +0200)]
Merge branch 'gnome-3-4'

Conflicts:
configure.ac
libempathy/empathy-tp-chat.c
src/empathy-event-manager.c
src/empathy-streamed-media-window.c
src/empathy-video-widget.c

11 years agoUse tp-glib version checking macros
Guillaume Desmottes [Wed, 9 May 2012 11:58:26 +0000 (13:58 +0200)]
Use tp-glib version checking macros

Will make sure we don't accidentally use new API in stable branch.

Depend on tp-glib 0.18.0 while we are on it as any distro shipping 3.4 should
use this version any way.

11 years agoUse TP_ERROR instead of TP_ERRORS
Guillaume Desmottes [Mon, 7 May 2012 09:10:17 +0000 (11:10 +0200)]
Use TP_ERROR instead of TP_ERRORS

The latter has been deprecated in tp-glib master.

11 years agonew-account-dialog: rely on the EmpathyAccountWidget::close signal
Guillaume Desmottes [Tue, 8 May 2012 11:50:03 +0000 (13:50 +0200)]
new-account-dialog: rely on the EmpathyAccountWidget::close signal

User of the dialog should wait for the widget to be completely done before
destroying it.

Change the 'success' dialog response to GTK_RESPONSE_APPLY to stay coherent
with the response type received from EmpathyAccountWidget.

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

11 years agoaccount-widget: delay 'close' signal if enabling the account
Guillaume Desmottes [Tue, 8 May 2012 11:46:48 +0000 (13:46 +0200)]
account-widget: delay 'close' signal if enabling the account

The whole point of this signal is to tell to user when it can be destroyed, so
we shouldn't fire it if we are still pending on an async call.

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

11 years agovideo-widget: Remove as it is now unused
Olivier Crête [Mon, 7 May 2012 22:52:42 +0000 (18:52 -0400)]
video-widget: Remove as it is now unused

It was only used by empathy-av. Move the #defines to call-window where
they are used.

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

11 years agocall-observer: use tp_channel_get_target_contact()
Guillaume Desmottes [Tue, 8 May 2012 08:37:34 +0000 (10:37 +0200)]
call-observer: use tp_channel_get_target_contact()

11 years agoTurn EmpathyAccountWidget to a proper GtkWidget
Guillaume Desmottes [Fri, 4 May 2012 12:53:34 +0000 (14:53 +0200)]
Turn EmpathyAccountWidget to a proper GtkWidget

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

11 years agoapprove_ft_channel: stop using the contact factory
Guillaume Desmottes [Mon, 7 May 2012 11:56:40 +0000 (13:56 +0200)]
approve_ft_channel: stop using the contact factory

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

11 years agoapprove_call_channel: stop using the contact factory
Guillaume Desmottes [Mon, 7 May 2012 11:56:40 +0000 (13:56 +0200)]
approve_call_channel: stop using the contact factory

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

11 years agoevent-manager: factor out approve_channel_*() functions
Guillaume Desmottes [Mon, 7 May 2012 10:18:31 +0000 (12:18 +0200)]
event-manager: factor out approve_channel_*() functions

This approve function is way to big, let's split it.

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

11 years agotp-chat: stop using the contact factory when building message
Guillaume Desmottes [Mon, 7 May 2012 11:39:21 +0000 (13:39 +0200)]
tp-chat: stop using the contact factory when building message

Messages are now synchronously proccessed so we don't have to keep an internal
queue of messages being prepared.
We also need to complete the preparation of the EmpathyTpChat feature in idle
as it's now prepared synchronously as well.

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

11 years agoft-handler: create EmpathyContact from TpContact
Guillaume Desmottes [Mon, 7 May 2012 10:00:27 +0000 (12:00 +0200)]
ft-handler: create EmpathyContact from TpContact

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

11 years agotp-contact-factory: remove unused methods
Guillaume Desmottes [Mon, 7 May 2012 09:54:54 +0000 (11:54 +0200)]
tp-contact-factory: remove unused methods

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

11 years agoAdd fallback server for WLM
Xavier Claessens [Mon, 7 May 2012 20:31:44 +0000 (22:31 +0200)]
Add fallback server for WLM

11 years agoAdd fallback server for WLM
Xavier Claessens [Mon, 7 May 2012 20:31:44 +0000 (22:31 +0200)]
Add fallback server for WLM

11 years agoUse gst_object_ref_sink()
Javier Jardón [Tue, 8 May 2012 05:57:08 +0000 (14:57 +0900)]
Use gst_object_ref_sink()

Instead call both gst_object_ref() and gst_object_sink()

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

11 years agogoa-mc-plugin: support enabling or disabling accounts
Debarshi Ray [Sat, 31 Mar 2012 21:37:53 +0000 (23:37 +0200)]
goa-mc-plugin: support enabling or disabling accounts

Bumped the required version of GOA to 3.5.0.

Fixes: https://bugzilla.gnome.org/673263
11 years agoUse TP_ERROR instead of TP_ERRORS
Guillaume Desmottes [Mon, 7 May 2012 09:10:17 +0000 (11:10 +0200)]
Use TP_ERROR instead of TP_ERRORS

The latter has been deprecated in tp-glib master.

11 years agoUse gst_object_ref_sink()
Javier Jardón [Mon, 7 May 2012 08:11:29 +0000 (17:11 +0900)]
Use gst_object_ref_sink()

Instead call both gst_object_ref() and gst_object_sink()

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

11 years agoFix localization of --help outputs and application names
Gabor Kelemen [Wed, 2 May 2012 19:31:41 +0000 (22:31 +0300)]
Fix localization of --help outputs and application names

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

11 years agoaccounts-dialog: stop using tp_connection_get_self_handle()
Guillaume Desmottes [Thu, 3 May 2012 09:30:49 +0000 (11:30 +0200)]
accounts-dialog: stop using tp_connection_get_self_handle()

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

11 years agocontact-widget: stop using tp_connection_get_self_handle()
Guillaume Desmottes [Thu, 3 May 2012 09:30:49 +0000 (11:30 +0200)]
contact-widget: stop using tp_connection_get_self_handle()

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

11 years agocontact: compare TpContact objects rather than handles
Guillaume Desmottes [Thu, 3 May 2012 09:21:11 +0000 (11:21 +0200)]
contact: compare TpContact objects rather than handles

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

11 years agoinvite-participant-dialog: compare TpContact objects rather than handles
Guillaume Desmottes [Thu, 3 May 2012 09:21:11 +0000 (11:21 +0200)]
invite-participant-dialog: compare TpContact objects rather than handles

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

11 years agotp-chat:stop using the handle of members
Guillaume Desmottes [Thu, 3 May 2012 09:14:45 +0000 (11:14 +0200)]
tp-chat:stop using the handle of members

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

11 years agoempathy_tp_chat_is_invited: return a TpContact for the inviter
Guillaume Desmottes [Thu, 3 May 2012 09:02:39 +0000 (11:02 +0200)]
empathy_tp_chat_is_invited: return a TpContact for the inviter

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

11 years agoevent-manager: use new channel group API
Guillaume Desmottes [Wed, 2 May 2012 09:42:59 +0000 (11:42 +0200)]
event-manager: use new channel group API

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

11 years agoinvite-participant-dialog: stop using tp_channel_group_get_handle_owner()
Guillaume Desmottes [Wed, 2 May 2012 13:45:44 +0000 (15:45 +0200)]
invite-participant-dialog: stop using tp_channel_group_get_handle_owner()

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

11 years agotp-chat: use new channel group API to track members
Guillaume Desmottes [Wed, 2 May 2012 09:42:59 +0000 (11:42 +0200)]
tp-chat: use new channel group API to track members

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

11 years agotp_chat_prepare_ready_async: use new channel group API
Guillaume Desmottes [Wed, 2 May 2012 09:42:59 +0000 (11:42 +0200)]
tp_chat_prepare_ready_async: use new channel group API

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

11 years agoempathy_tp_chat_is_invited: use new channel group API
Guillaume Desmottes [Wed, 2 May 2012 09:28:43 +0000 (11:28 +0200)]
empathy_tp_chat_is_invited: use new channel group API

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

11 years agoindividual-store-channel: stop preparing TP_CHANNEL_FEATURE_CONTACTS
Guillaume Desmottes [Wed, 2 May 2012 08:52:06 +0000 (10:52 +0200)]
individual-store-channel: stop preparing TP_CHANNEL_FEATURE_CONTACTS

The factory does it for us now.

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

11 years agoclient-factory: prepare TP_CHANNEL_FEATURE_CONTACTS
Guillaume Desmottes [Wed, 2 May 2012 08:50:14 +0000 (10:50 +0200)]
client-factory: prepare TP_CHANNEL_FEATURE_CONTACTS

We are about to use the channel-contacts API so best to make sure they will
work.

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

11 years agoremove empathy_tp_chat_join()
Guillaume Desmottes [Tue, 1 May 2012 10:58:52 +0000 (12:58 +0200)]
remove empathy_tp_chat_join()

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

11 years agochat-manager: use tp_channel_join_async()
Guillaume Desmottes [Tue, 1 May 2012 10:55:49 +0000 (12:55 +0200)]
chat-manager: use tp_channel_join_async()

It's basically the same as empathy_tp_chat_join()

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

11 years agoRevert "Revert "remove EMPATHY_AV_BUS_NAME*""
Guillaume Desmottes [Wed, 2 May 2012 14:03:32 +0000 (16:03 +0200)]
Revert "Revert "remove EMPATHY_AV_BUS_NAME*""

This reverts commit afb9276b8a497e7b9275fb53abafd0cdb18d55fc.

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

11 years agoRevert "Revert "Stop requesting StreamedMedia channels""
Guillaume Desmottes [Wed, 2 May 2012 14:03:11 +0000 (16:03 +0200)]
Revert "Revert "Stop requesting StreamedMedia channels""

This reverts commit 758b4250e767d9e952b8c0ea4db7d93df192a0c0.

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

11 years agoremove empathy-av
Guillaume Desmottes [Wed, 2 May 2012 14:01:24 +0000 (16:01 +0200)]
remove empathy-av

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

11 years agoStop approving StreamedMedia channels
Guillaume Desmottes [Wed, 2 May 2012 14:18:18 +0000 (16:18 +0200)]
Stop approving StreamedMedia channels

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

11 years agoRevert "DISTCHECK_CONFIGURE_FLAGS add --enable-empathy-av"
Guillaume Desmottes [Wed, 2 May 2012 13:59:25 +0000 (15:59 +0200)]
Revert "DISTCHECK_CONFIGURE_FLAGS add --enable-empathy-av"

This reverts commit bd55c7dec76d6c95d294ee60da616b7fe51d181a.

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

11 years agotp-chat: add the 'members-changed' signal
Guillaume Desmottes [Thu, 26 Apr 2012 11:42:03 +0000 (13:42 +0200)]
tp-chat: add the 'members-changed' signal

It uses to be implemented by the EmpathyContactList interface which has been
removed.

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

11 years agotp-chat: add the 'member-renamed' signal
Guillaume Desmottes [Thu, 26 Apr 2012 11:42:03 +0000 (13:42 +0200)]
tp-chat: add the 'member-renamed' signal

It uses to be implemented by the EmpathyContactList interface which has been
removed.

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

11 years agoremove released flag and update release.py
Guillaume Desmottes [Mon, 30 Apr 2012 15:37:06 +0000 (17:37 +0200)]
remove released flag and update release.py

11 years agoPrepare 3.5.1
Guillaume Desmottes [Mon, 30 Apr 2012 15:21:34 +0000 (17:21 +0200)]
Prepare 3.5.1

11 years agoMerge branch 'gnome-3-4'
Guillaume Desmottes [Mon, 30 Apr 2012 15:11:11 +0000 (17:11 +0200)]
Merge branch 'gnome-3-4'

11 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Mon, 30 Apr 2012 08:17:11 +0000 (10:17 +0200)]
Updated Norwegian bokmål translation

12 years agoPOTFILES.in: set type gsettings
Guillaume Desmottes [Mon, 23 Apr 2012 14:45:13 +0000 (16:45 +0200)]
POTFILES.in: set type gsettings

12 years agoStop generating gschema from .in file
Guillaume Desmottes [Mon, 23 Apr 2012 12:17:49 +0000 (14:17 +0200)]
Stop generating gschema from .in file

intltool now supports translating gschema files properly so we don't need to
do this crack any more.

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

12 years agoadd tests/certificates/Makefile.am
Guillaume Desmottes [Mon, 23 Apr 2012 13:00:58 +0000 (15:00 +0200)]
add tests/certificates/Makefile.am

certificates needs to be in EXTRA_DIST so empathy-tls-test passes when
distchecking.

12 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 21 Apr 2012 11:01:01 +0000 (13:01 +0200)]
Updated Slovenian translation

12 years agoUpdated Galician translations
Fran Diéguez [Fri, 20 Apr 2012 13:32:06 +0000 (15:32 +0200)]
Updated Galician translations

12 years agoUpdated Spanish translation
Daniel Mustieles [Fri, 20 Apr 2012 12:29:54 +0000 (14:29 +0200)]
Updated Spanish translation

12 years agostrip the new group name
Guillaume Desmottes [Fri, 20 Apr 2012 09:39:24 +0000 (11:39 +0200)]
strip the new group name

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

12 years agolive-search: don't forward shift keys
Guillaume Desmottes [Thu, 5 Apr 2012 12:35:27 +0000 (14:35 +0200)]
live-search: don't forward shift keys

Not doing so cancel any group renaming operation.

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

12 years agoindividual-view: add menu item to rename groups
Guillaume Desmottes [Mon, 13 Feb 2012 08:55:28 +0000 (09:55 +0100)]
individual-view: add menu item to rename groups

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

12 years agoadd empathy_connection_aggregator_rename_group()
Guillaume Desmottes [Mon, 13 Feb 2012 13:19:28 +0000 (14:19 +0100)]
add empathy_connection_aggregator_rename_group()

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

12 years agoroster-window: set a default height
Guillaume Desmottes [Fri, 20 Apr 2012 08:03:48 +0000 (10:03 +0200)]
roster-window: set a default height

600 seems to be a decent default height and that's already the one we use for
the log viewer window.

We continue relying on Gtk+ to pick the best width as there is no point making
the window wider as long as all the menus are displayed.

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

12 years agoUpdated Galician translations
Fran Diéguez [Thu, 19 Apr 2012 17:36:21 +0000 (19:36 +0200)]
Updated Galician translations

12 years agotls-test: Use a proper PKCS#11 mock module for testing
Stef Walter [Thu, 19 Apr 2012 05:56:49 +0000 (07:56 +0200)]
tls-test: Use a proper PKCS#11 mock module for testing

 * In empathy-tls-test.c use a proper PKCS#11 mock module,
   which we can place certificate anchors and pinned certificates in.
 * Fix EmpathyTlsVerifier to check for server trust assertions
   not client ones, this was a bug highlighted by fixing tests.

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

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

12 years agoadd tests to noinst_PROGRAMS
Guillaume Desmottes [Wed, 18 Apr 2012 12:20:24 +0000 (14:20 +0200)]
add tests to noinst_PROGRAMS

Make sure tests are always build. This is how tp-glib is handling its tests as
well.

12 years agoHook tests on 'make check' instead of 'make test'
Guillaume Desmottes [Thu, 19 Jan 2012 12:21:11 +0000 (13:21 +0100)]
Hook tests on 'make check' instead of 'make test'

This is how it's supposed to be done and so has the nice side effect of
actually using TESTS_ENVIRONMENT and so fix tests if EMPATHY_SRCDIR is not
defined.

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

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 18 Apr 2012 17:58:31 +0000 (19:58 +0200)]
Updated Norwegian bokmål translation

12 years agoUpdated Telugu Translation
Sasi Bhushan [Tue, 17 Apr 2012 12:56:17 +0000 (18:26 +0530)]
Updated Telugu Translation

12 years agoUpdated Slovenian translation
Andrej Žnidaršič [Mon, 16 Apr 2012 20:24:19 +0000 (22:24 +0200)]
Updated Slovenian translation

12 years agoUpdated Aragonese translation
Daniel Martinez Cucalon [Mon, 16 Apr 2012 18:20:16 +0000 (20:20 +0200)]
Updated Aragonese translation

12 years agoUpdated Aragonese translation
Daniel Martinez Cucalon [Mon, 16 Apr 2012 18:20:16 +0000 (20:20 +0200)]
Updated Aragonese translation

12 years agoMerge branch 'gnome-3-4'
Guillaume Desmottes [Mon, 16 Apr 2012 12:00:41 +0000 (14:00 +0200)]
Merge branch 'gnome-3-4'

Conflicts:
configure.ac
po/sk.po
po/zh_CN.po

12 years agoremove released flag
Guillaume Desmottes [Mon, 16 Apr 2012 11:57:58 +0000 (13:57 +0200)]
remove released flag

12 years agoUpdated Slovak translation
Pavol Klačanský [Mon, 16 Apr 2012 11:57:39 +0000 (13:57 +0200)]
Updated Slovak translation

12 years agoUpdated Slovak translation
Pavol Klačanský [Mon, 16 Apr 2012 11:56:06 +0000 (13:56 +0200)]
Updated Slovak translation

12 years agoprepare 3.4.1
Guillaume Desmottes [Mon, 16 Apr 2012 11:47:40 +0000 (13:47 +0200)]
prepare 3.4.1

12 years agoSmall fixes to the Arabic translation
Ibrahim Saed [Sat, 14 Apr 2012 18:30:05 +0000 (19:30 +0100)]
Small fixes to the Arabic translation

12 years agoSmall fixes to the Arabic translation
Ibrahim Saed [Sat, 14 Apr 2012 18:30:05 +0000 (19:30 +0100)]
Small fixes to the Arabic translation

12 years agoUpdated French doc translation
Bruno Brouard [Sun, 15 Apr 2012 14:02:44 +0000 (16:02 +0200)]
Updated French doc translation

12 years agoUpdated French doc translation
Bruno Brouard [Sun, 15 Apr 2012 14:02:44 +0000 (16:02 +0200)]
Updated French doc translation

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Thu, 12 Apr 2012 22:02:07 +0000 (01:02 +0300)]
Updated Hebrew translation.

12 years ago[l10n] Fix a bug in zh_CN translation.
Automatic Mirroring [Wed, 11 Apr 2012 16:40:21 +0000 (16:40 +0000)]
[l10n] Fix a bug in zh_CN translation.

12 years ago[l10n] Fix a bug in zh_CN translation.
Automatic Mirroring [Wed, 11 Apr 2012 16:39:25 +0000 (16:39 +0000)]
[l10n] Fix a bug in zh_CN translation.

12 years agoMerge branch 'gnome-3-4'
Guillaume Desmottes [Wed, 11 Apr 2012 09:09:08 +0000 (11:09 +0200)]
Merge branch 'gnome-3-4'

Conflicts:
po/ca@valencia.po

12 years agoDon't display anything when being re-invoked in hidden mode
Guillaume Desmottes [Wed, 11 Apr 2012 09:01:11 +0000 (11:01 +0200)]
Don't display anything when being re-invoked in hidden mode

Hidden is disabled by default, so if Empathy is re-invoked with --hidden
explicitely passed, we shouldn't bring back the contact list or any UI.

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

12 years ago[l10n]Updated Catalan (Valencian) translation
Carles Ferrando [Tue, 10 Apr 2012 21:32:13 +0000 (23:32 +0200)]
[l10n]Updated Catalan (Valencian) translation

12 years ago[l10n] Fixes on Catalan translation
Jordi Serratosa [Tue, 10 Apr 2012 21:31:39 +0000 (23:31 +0200)]
[l10n] Fixes on Catalan translation

12 years ago[l10n]Updated Catalan (Valencian) translation
Carles Ferrando [Tue, 10 Apr 2012 21:31:46 +0000 (23:31 +0200)]
[l10n]Updated Catalan (Valencian) translation

12 years ago[l10n] Fixes on Catalan translation
Jordi Serratosa [Tue, 10 Apr 2012 21:31:39 +0000 (23:31 +0200)]
[l10n] Fixes on Catalan translation

12 years agoUse more tp_capabilities_ methods
Guillaume Desmottes [Tue, 10 Apr 2012 14:18:29 +0000 (16:18 +0200)]
Use more tp_capabilities_ methods

Makes code easier and would allow us to stop using a GValueArray once we'll
have API to check if SMS are supported.

This may break StreamedMedia only CM but we are not going to support those in
3.5 anyway.

12 years agoDepends on tp-glib 0.17.6
Guillaume Desmottes [Tue, 10 Apr 2012 14:18:02 +0000 (16:18 +0200)]
Depends on tp-glib 0.17.6

Needed for tp_capabilities_supports_audio_video_call()

12 years agoremove empathy_plist_parse_array()
Guillaume Desmottes [Tue, 10 Apr 2012 13:50:52 +0000 (15:50 +0200)]
remove empathy_plist_parse_array()

It's not used by the Adium code and uses a GValueArray which is deprecated.

12 years agoindividual-manager: remove (un)linking API
Guillaume Desmottes [Tue, 10 Apr 2012 12:34:51 +0000 (14:34 +0200)]
individual-manager: remove (un)linking API

Empathy now relies on gnome-contacts to link contacts.

12 years agoremove empathy-contact-list
Guillaume Desmottes [Tue, 10 Apr 2012 11:28:05 +0000 (13:28 +0200)]
remove empathy-contact-list

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

12 years agoremove useless empathy-contact-list.h includes
Guillaume Desmottes [Tue, 10 Apr 2012 11:28:30 +0000 (13:28 +0200)]
remove useless empathy-contact-list.h includes

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

12 years agoimplement empathy_tp_chat_get_members as a method on TpChat
Guillaume Desmottes [Tue, 10 Apr 2012 11:15:07 +0000 (13:15 +0200)]
implement empathy_tp_chat_get_members as a method on TpChat

That means EmpathyTpChat doesn't have to implement the EmpathyContactList
interface any more.

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

12 years agoremove unused tp_chat_remove
Guillaume Desmottes [Tue, 10 Apr 2012 11:20:53 +0000 (13:20 +0200)]
remove unused tp_chat_remove

empathy_contact_list_remove() is not used any more.

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

12 years agoimplement empathy_tp_chat_add as a method on TpChat
Guillaume Desmottes [Tue, 10 Apr 2012 11:15:07 +0000 (13:15 +0200)]
implement empathy_tp_chat_add as a method on TpChat

We want to get rid of the EmpathyContactList interface.

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

12 years agotp-chat: use self->priv directly
Guillaume Desmottes [Tue, 10 Apr 2012 11:05:57 +0000 (13:05 +0200)]
tp-chat: use self->priv directly

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

12 years agotp-chat: port to Telepathy coding style
Guillaume Desmottes [Tue, 10 Apr 2012 10:51:10 +0000 (12:51 +0200)]
tp-chat: port to Telepathy coding style

I'm so tired of hacking in this file using the old style.

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

12 years agoUpdated Spanish translation
Daniel Mustieles [Sun, 8 Apr 2012 11:22:05 +0000 (13:22 +0200)]
Updated Spanish translation

12 years agoUpdated HINDI translation
Chandan Kumar [Sun, 8 Apr 2012 09:18:54 +0000 (14:48 +0530)]
Updated HINDI translation

12 years agopo: fixed problems in en_CA.po
Tiffany Antopolski [Sun, 8 Apr 2012 08:58:47 +0000 (04:58 -0400)]
po: fixed problems in en_CA.po

This fixes bug #673669

12 years agoremove released flag
Guillaume Desmottes [Fri, 6 Apr 2012 07:56:35 +0000 (09:56 +0200)]
remove released flag