]> git.0d.be Git - empathy.git/log
empathy.git
9 years agoUpdated Oriya translation
Manoj Kumar Giri [Wed, 10 Sep 2014 08:21:19 +0000 (08:21 +0000)]
Updated Oriya translation

9 years agoUpdated Slovak translation
Dušan Kazik [Tue, 9 Sep 2014 13:36:18 +0000 (13:36 +0000)]
Updated Slovak translation

9 years agoFinnish translation update by Jiri Grönroos
Ville-Pekka Vainio [Sun, 7 Sep 2014 10:26:04 +0000 (13:26 +0300)]
Finnish translation update by Jiri Grönroos

9 years agoUpdated Korean translation
Changwoo Ryu [Fri, 5 Sep 2014 21:00:12 +0000 (06:00 +0900)]
Updated Korean translation

9 years agoUpdated Kannada translation
Shankar Prasad [Thu, 4 Sep 2014 16:55:45 +0000 (16:55 +0000)]
Updated Kannada translation

9 years agoUpdated gujarati translations
Sweta Kothari [Wed, 3 Sep 2014 10:06:44 +0000 (15:36 +0530)]
Updated gujarati translations

9 years agodon't pass a GError when first trying to start gnome-contacts
Guillaume Desmottes [Thu, 28 Aug 2014 11:31:44 +0000 (13:31 +0200)]
don't pass a GError when first trying to start gnome-contacts

9 years agoroster-window: fix crash if empathy_chatroom_manager_find() failed
Guillaume Desmottes [Thu, 28 Aug 2014 10:10:35 +0000 (12:10 +0200)]
roster-window: fix crash if empathy_chatroom_manager_find() failed

This function doesn't use/set a GError so we shouldn't try to use it.

9 years agoupdate gnome-contacts's desktop file
Guillaume Desmottes [Thu, 28 Aug 2014 09:13:27 +0000 (11:13 +0200)]
update gnome-contacts's desktop file

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

9 years agoUpdated Oriya translation
Manoj Kumar Giri [Tue, 26 Aug 2014 14:49:09 +0000 (14:49 +0000)]
Updated Oriya translation

9 years agoremove released flag
Guillaume Desmottes [Wed, 20 Aug 2014 13:04:01 +0000 (15:04 +0200)]
remove released flag

9 years ago3.12.5
Guillaume Desmottes [Wed, 20 Aug 2014 12:53:12 +0000 (14:53 +0200)]
3.12.5

9 years agoUpdated German translation
Christian Kirbach [Fri, 15 Aug 2014 15:53:18 +0000 (17:53 +0200)]
Updated German translation

9 years agolibempathy-gtk: chain GtkCombobox subclass constructors to parent
Frédéric Péters [Wed, 9 Jul 2014 12:46:39 +0000 (14:46 +0200)]
libempathy-gtk: chain GtkCombobox subclass constructors to parent

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

9 years agodoap: add <programming-language>
Piotr Drąg [Thu, 31 Jul 2014 15:32:23 +0000 (17:32 +0200)]
doap: add <programming-language>

9 years agodoap category core-apps
Olav Vitters [Wed, 30 Jul 2014 17:42:39 +0000 (19:42 +0200)]
doap category core-apps

9 years agoremove released flag
Guillaume Desmottes [Mon, 23 Jun 2014 16:21:54 +0000 (18:21 +0200)]
remove released flag

9 years ago3.12.4
Guillaume Desmottes [Mon, 23 Jun 2014 16:15:38 +0000 (18:15 +0200)]
3.12.4

9 years agoindividual-menu: stop creating single_individual
Guillaume Desmottes [Mon, 23 Jun 2014 13:35:03 +0000 (15:35 +0200)]
individual-menu: stop creating single_individual

This code was always pretty hacky and created loads of nasty bugs so I'm glad
to get rid of it.

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

9 years agoindividual-menu: remove 'block' item from personas sub menus
Guillaume Desmottes [Mon, 23 Jun 2014 13:33:11 +0000 (15:33 +0200)]
individual-menu: remove 'block' item from personas sub menus

Blocking a specific persona from an individual is a very uncommon operation.
Either you want to block the full individual or the personas shouldn't be
linked together.
There is not much point cluttering the menu with it.

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

9 years agoindividual-menu: use the proper persona in submenus
Guillaume Desmottes [Mon, 23 Jun 2014 13:10:17 +0000 (15:10 +0200)]
individual-menu: use the proper persona in submenus

'single_individual' uses to be a FolksIndivudal containing a single persona
(the one from the submenu) ensuring that operations (chat, call, etc) were
performed on this very persona.

But we broke this in 0909d1f884c4542553d98b18e7622664d2a02169 by replacing the
empathy_create_individual_from_tp_contact() call by
empathy_ensure_individual_from_tp_contact() as the same individuals (the one
will all the personas) was now used in all the sub menus.

Fixing this by introducing 'contact' variant of the menu_item_new methods
which is always cleaner.

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

9 years agoindividual-menu: factor out some item_new() code
Guillaume Desmottes [Mon, 23 Jun 2014 12:54:09 +0000 (14:54 +0200)]
individual-menu: factor out some item_new() code

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

9 years agoindividual-menu: rename menu_item_new functions
Guillaume Desmottes [Mon, 23 Jun 2014 12:39:28 +0000 (14:39 +0200)]
individual-menu: rename menu_item_new functions

- Remove the namespace prefix for static functions
- Add 'individual' suffix

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

9 years agoEmpathySmileyManager: use the proper Unicode characters
Giovanni Campagna [Fri, 10 Jan 2014 10:03:28 +0000 (11:03 +0100)]
EmpathySmileyManager: use the proper Unicode characters

For emoticons that are part of the freedesktop icon spec and of
Unicode 6.3, recognize the character and replace it with the icon.
Also, prefer the unicode character to the older ASCII encoding.
This ensures the maximum compatibility with Hangouts, and also
looks nice on iOS/Android.

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

9 years agoBe more compatible with Facebook emoticon codes
Giovanni Campagna [Mon, 28 Jan 2013 09:21:49 +0000 (10:21 +0100)]
Be more compatible with Facebook emoticon codes

Since we support Facebook chat, and interoperate with the chat from the
browser, we need to support roughly the same emoticon codes.

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

9 years agoremove released flag
Guillaume Desmottes [Wed, 11 Jun 2014 12:02:28 +0000 (14:02 +0200)]
remove released flag

9 years ago3.12.3
Guillaume Desmottes [Wed, 11 Jun 2014 11:45:59 +0000 (13:45 +0200)]
3.12.3

9 years agogoa-mc-plugin: Remove Windows Live chat using Jabber
Debarshi Ray [Tue, 3 Jun 2014 13:13:54 +0000 (15:13 +0200)]
goa-mc-plugin: Remove Windows Live chat using Jabber

Microsoft has been planning to drop Windows Live Messenger in favour of
Skype for quite some time now. The XMPP gateway that we used does not
work anymore. However, you can continue using the proprietary MSN
protocol.

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

9 years agoAdd missing textdomain() call
Juan A. Suarez Romero [Thu, 20 Mar 2014 15:04:53 +0000 (15:04 +0000)]
Add missing textdomain() call

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

9 years agoremove released flag
Guillaume Desmottes [Wed, 14 May 2014 08:12:23 +0000 (10:12 +0200)]
remove released flag

9 years ago3.12.2
Guillaume Desmottes [Wed, 14 May 2014 08:04:00 +0000 (10:04 +0200)]
3.12.2

9 years agotelepathy-account-widgets: update
Guillaume Desmottes [Wed, 14 May 2014 08:02:17 +0000 (10:02 +0200)]
telepathy-account-widgets: update

9 years ago[l10n] Updated Catalan (Valencian) translation
Carles Ferrando [Thu, 8 May 2014 22:30:18 +0000 (00:30 +0200)]
[l10n] Updated Catalan (Valencian) translation

9 years agoUpdated Spanish Translation
Daniel Mustieles [Thu, 8 May 2014 18:59:23 +0000 (20:59 +0200)]
Updated Spanish Translation

9 years agoUpdated Spanish Translation
Daniel Mustieles [Thu, 8 May 2014 17:58:03 +0000 (19:58 +0200)]
Updated Spanish Translation

9 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Sun, 4 May 2014 19:16:16 +0000 (21:16 +0200)]
Updated Belarusian translation.

9 years agoUpdated Romanian Translation
Daniel Șerbănescu [Wed, 23 Apr 2014 19:39:44 +0000 (21:39 +0200)]
Updated Romanian Translation

9 years agoEmpathyChat: Fix pending messages not being displayed
Xavier Claessens [Tue, 22 Apr 2014 18:33:03 +0000 (14:33 -0400)]
EmpathyChat: Fix pending messages not being displayed

We don't have to wait for backlog to be inserted before adding
pending messages anymore since backlog are prepended in the view.

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

9 years agoUpdated Indonesian translation
Dirgita [Wed, 23 Apr 2014 09:45:30 +0000 (09:45 +0000)]
Updated Indonesian translation

10 years agoUpdated Spanish translation
Daniel Mustieles [Tue, 15 Apr 2014 12:16:10 +0000 (14:16 +0200)]
Updated Spanish translation

10 years agoremove released flag
Guillaume Desmottes [Mon, 14 Apr 2014 14:37:00 +0000 (16:37 +0200)]
remove released flag

10 years ago3.12.1
Guillaume Desmottes [Mon, 14 Apr 2014 14:30:54 +0000 (16:30 +0200)]
3.12.1

10 years agorelease.py: update last_tag_pattern
Guillaume Desmottes [Mon, 14 Apr 2014 14:30:34 +0000 (16:30 +0200)]
release.py: update last_tag_pattern

10 years agotelepathy-account-widgets: update
Guillaume Desmottes [Mon, 14 Apr 2014 14:29:14 +0000 (16:29 +0200)]
telepathy-account-widgets: update

10 years agoFixed Russian translation
Yuri Myasoedov [Tue, 8 Apr 2014 20:14:57 +0000 (00:14 +0400)]
Fixed Russian translation

10 years agoUpdated German translation
Christian Kirbach [Sat, 5 Apr 2014 20:19:15 +0000 (22:19 +0200)]
Updated German translation

10 years agodoap: update URLs
Piotr Drąg [Sun, 30 Mar 2014 17:05:21 +0000 (19:05 +0200)]
doap: update URLs

10 years agoremove released flag
Guillaume Desmottes [Mon, 24 Mar 2014 15:15:58 +0000 (16:15 +0100)]
remove released flag

10 years ago3.12.0
Guillaume Desmottes [Mon, 24 Mar 2014 15:05:58 +0000 (16:05 +0100)]
3.12.0

10 years agoUpdated Danish translation
Kenneth Nielsen [Sun, 23 Mar 2014 18:17:48 +0000 (19:17 +0100)]
Updated Danish translation

10 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Sat, 22 Mar 2014 15:25:33 +0000 (16:25 +0100)]
Updated Basque language

10 years agoupdate Punjabi Translation 19March2014: Alam
A S Alam [Wed, 19 Mar 2014 20:44:20 +0000 (15:44 -0500)]
update Punjabi Translation 19March2014: Alam

10 years agoremove released flag
Guillaume Desmottes [Mon, 17 Mar 2014 13:03:08 +0000 (14:03 +0100)]
remove released flag

10 years ago3.11.92
Guillaume Desmottes [Mon, 17 Mar 2014 12:58:31 +0000 (13:58 +0100)]
3.11.92

10 years agoUpdated Czech translation
Marek Černocký [Mon, 17 Mar 2014 07:41:31 +0000 (08:41 +0100)]
Updated Czech translation

10 years agoFinnish translation update by Jiri Grönroos
Ville-Pekka Vainio [Sun, 16 Mar 2014 18:32:00 +0000 (20:32 +0200)]
Finnish translation update by Jiri Grönroos

10 years agoUpdated French translation
Frédéric Péters [Sun, 16 Mar 2014 12:25:57 +0000 (12:25 +0000)]
Updated French translation

10 years agoUpdated Serbian translation
Мирослав Николић [Sun, 16 Mar 2014 08:13:11 +0000 (09:13 +0100)]
Updated Serbian translation

10 years agoUpdated Portuguese translation
Tiagosdot [Tue, 11 Mar 2014 22:41:16 +0000 (22:41 +0000)]
Updated Portuguese translation

10 years agoUpdated Czech translation
Tomáš Karger [Tue, 11 Mar 2014 16:51:46 +0000 (17:51 +0100)]
Updated Czech translation

10 years agoUpdated Russian translation
Yuri Myasoedov [Tue, 11 Mar 2014 16:48:17 +0000 (20:48 +0400)]
Updated Russian translation

10 years agoUpdated Polish translation
Paweł Żołnowski [Mon, 10 Mar 2014 16:11:59 +0000 (17:11 +0100)]
Updated Polish translation

10 years agoUpdated Czech translation
Marek Černocký [Sun, 9 Mar 2014 10:02:57 +0000 (11:02 +0100)]
Updated Czech translation

10 years agoUpdated Czech translation
Marek Černocký [Sat, 8 Mar 2014 19:40:34 +0000 (20:40 +0100)]
Updated Czech translation

10 years agoUpdated Latvian translation
Rūdolfs Mazurs [Sat, 8 Mar 2014 13:28:29 +0000 (15:28 +0200)]
Updated Latvian translation

10 years agoUpdated Korean translation
Changwoo Ryu [Thu, 6 Mar 2014 14:33:26 +0000 (23:33 +0900)]
Updated Korean translation

10 years ago[l10n] Update Catalan translation
Pau Iranzo [Wed, 5 Mar 2014 23:38:59 +0000 (00:38 +0100)]
[l10n] Update Catalan translation

10 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 5 Mar 2014 06:11:24 +0000 (07:11 +0100)]
Updated Norwegian bokmål translation

10 years agoremove released flag
Guillaume Desmottes [Mon, 3 Mar 2014 14:11:27 +0000 (15:11 +0100)]
remove released flag

10 years ago3.11.91
Guillaume Desmottes [Mon, 3 Mar 2014 14:04:41 +0000 (15:04 +0100)]
3.11.91

10 years agotelepathy-account-widgets: update to master
Guillaume Desmottes [Mon, 3 Mar 2014 14:01:35 +0000 (15:01 +0100)]
telepathy-account-widgets: update to master

10 years agouse TpAccountChannelRequest Conference high level API
Guillaume Desmottes [Tue, 25 Feb 2014 16:33:56 +0000 (17:33 +0100)]
use TpAccountChannelRequest Conference high level API

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

10 years agotp-chat: stop setting TargetHandleType: None
Guillaume Desmottes [Tue, 25 Feb 2014 16:31:40 +0000 (17:31 +0100)]
tp-chat: stop setting TargetHandleType: None

It's now down automatically by TpAccountChannelRequest.

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

10 years agouse tp_account_channel_request_set_sms_channel()
Guillaume Desmottes [Tue, 25 Feb 2014 16:31:27 +0000 (17:31 +0100)]
use tp_account_channel_request_set_sms_channel()

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

10 years agouse tp_account_channel_request_set_file_transfer_hash()
Guillaume Desmottes [Tue, 25 Feb 2014 16:30:31 +0000 (17:30 +0100)]
use tp_account_channel_request_set_file_transfer_hash()

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

10 years agouse tp_account_channel_request_new_stream_tube()
Guillaume Desmottes [Tue, 25 Feb 2014 16:28:30 +0000 (17:28 +0100)]
use tp_account_channel_request_new_stream_tube()

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

10 years agobump tp-glib dep
Guillaume Desmottes [Tue, 25 Feb 2014 16:28:20 +0000 (17:28 +0100)]
bump tp-glib dep

Needed for newer TpAccountChannelRequest API.

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

10 years agoft-handler: use TpAccountChannelRequest higher level API
Guillaume Desmottes [Mon, 24 Feb 2014 14:05:15 +0000 (15:05 +0100)]
ft-handler: use TpAccountChannelRequest higher level API

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

10 years agotp-chat: use TpAccountChannelRequest higher level API
Guillaume Desmottes [Mon, 24 Feb 2014 14:05:15 +0000 (15:05 +0100)]
tp-chat: use TpAccountChannelRequest higher level API

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

10 years agorequest-util: use TpAccountChannelRequest higher level API
Guillaume Desmottes [Mon, 24 Feb 2014 14:05:15 +0000 (15:05 +0100)]
request-util: use TpAccountChannelRequest higher level API

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

10 years agoshare-my-desktop: use tp_account_channel_request_set_target_contact()
Guillaume Desmottes [Mon, 24 Feb 2014 14:59:55 +0000 (15:59 +0100)]
share-my-desktop: use tp_account_channel_request_set_target_contact()

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

10 years agoempathy-chat: use tp_account_channel_request_new_text()
Guillaume Desmottes [Mon, 24 Feb 2014 14:59:42 +0000 (15:59 +0100)]
empathy-chat: use tp_account_channel_request_new_text()

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

10 years agocall-utils: use TpAccountChannelRequest higher level API
Guillaume Desmottes [Mon, 24 Feb 2014 14:05:15 +0000 (15:05 +0100)]
call-utils: use TpAccountChannelRequest higher level API

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

10 years agocall-handler: remove 'initial-audio' prop
Guillaume Desmottes [Mon, 24 Feb 2014 13:46:18 +0000 (14:46 +0100)]
call-handler: remove 'initial-audio' prop

It was always set to TRUE anyway.

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

10 years agoempathy_call_new_with_streams: remove initial_audio arg
Guillaume Desmottes [Mon, 24 Feb 2014 13:33:55 +0000 (14:33 +0100)]
empathy_call_new_with_streams: remove initial_audio arg

We always pass TRUE.

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

10 years agocall-utils: inline call_new_with_streams()
Guillaume Desmottes [Mon, 24 Feb 2014 13:31:10 +0000 (14:31 +0100)]
call-utils: inline call_new_with_streams()

We no longer support fallbacking to StreamedMedia so there is no point keeping
this static function.

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

10 years agoUpdated Lithuanian translation
Aurimas Černius [Mon, 24 Feb 2014 21:32:24 +0000 (23:32 +0200)]
Updated Lithuanian translation

10 years agoUse new name of Ubuntu Online Accounts panel.
Robert Ancell [Wed, 19 Feb 2014 06:29:22 +0000 (19:29 +1300)]
Use new name of Ubuntu Online Accounts panel.

Since migrating to unity-control-center the name for the credentials panel has changed. Use this new name.

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

10 years agoUpdated Hungarian translation
Balázs Úr [Sun, 23 Feb 2014 15:43:31 +0000 (16:43 +0100)]
Updated Hungarian translation

10 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 19 Feb 2014 19:32:48 +0000 (20:32 +0100)]
Updated Norwegian bokmål translation

10 years agoremove released flag
Guillaume Desmottes [Mon, 17 Feb 2014 09:53:46 +0000 (10:53 +0100)]
remove released flag

10 years agoadd Chat_Manager.xml to EXTRA_DIST
Guillaume Desmottes [Mon, 17 Feb 2014 09:45:14 +0000 (10:45 +0100)]
add Chat_Manager.xml to EXTRA_DIST

10 years ago3.11.90
Guillaume Desmottes [Mon, 17 Feb 2014 09:34:21 +0000 (10:34 +0100)]
3.11.90

10 years agoconfigure: Nautilus sendto plugin has been removed
Guillaume Desmottes [Wed, 12 Feb 2014 15:15:11 +0000 (16:15 +0100)]
configure: Nautilus sendto plugin has been removed

10 years agoextensions: remove Chat_Manager.xml
Guillaume Desmottes [Fri, 7 Feb 2014 09:10:54 +0000 (10:10 +0100)]
extensions: remove Chat_Manager.xml

We use GDBus now.

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

10 years agochat-mgr: use GDBus service API
Guillaume Desmottes [Thu, 6 Feb 2014 12:12:45 +0000 (13:12 +0100)]
chat-mgr: use GDBus service API

We have now to use the GtkApplication bus name when calling the method as GBus
uses this bus name and not the Telepathy one which is used by dbus-glib.

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

10 years agochat-mgr: Use GDBus client side API
Guillaume Desmottes [Thu, 6 Feb 2014 11:08:45 +0000 (12:08 +0100)]
chat-mgr: Use GDBus client side API

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

10 years agogenerate GDBus API for the chat manager
Guillaume Desmottes [Thu, 6 Feb 2014 10:41:52 +0000 (11:41 +0100)]
generate GDBus API for the chat manager

Plan is to get rid of our own code gen system in next.

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

10 years agoUpdated Ukrainian translation
Daniel Korostil [Tue, 11 Feb 2014 21:31:02 +0000 (23:31 +0200)]
Updated Ukrainian translation

10 years agoGOA plugin: implement both MC 5.16 and MC 5.18 APIs
Simon McVittie [Wed, 5 Feb 2014 18:35:34 +0000 (18:35 +0000)]
GOA plugin: implement both MC 5.16 and MC 5.18 APIs