]> git.0d.be Git - empathy.git/log
empathy.git
10 years agoUse the telepathy-account-widgets submodule instead of the internal copy
Marco Barisione [Mon, 20 May 2013 13:08:16 +0000 (14:08 +0100)]
Use the telepathy-account-widgets submodule instead of the internal copy

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

10 years agoAdd telepathy-account-widgets submodule
Marco Barisione [Tue, 20 Aug 2013 11:10:47 +0000 (12:10 +0100)]
Add telepathy-account-widgets submodule

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

10 years agoPOTFILES.in: remove files that were moved to tp-account-widgets
Marco Barisione [Thu, 25 Jul 2013 16:16:16 +0000 (17:16 +0100)]
POTFILES.in: remove files that were moved to tp-account-widgets

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

10 years agotp-account-widgets/Makefile.am: don't check the style of copied files
Marco Barisione [Tue, 30 Jul 2013 16:33:39 +0000 (17:33 +0100)]
tp-account-widgets/Makefile.am: don't check the style of copied files

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

10 years agoaccount-widget: add an "action-area" property
Marco Barisione [Mon, 29 Jul 2013 07:20:25 +0000 (08:20 +0100)]
account-widget: add an "action-area" property

This allows user of the class to get the buttons packed in a different
widget, for instance the one returned by gtk_dialog_get_action_area.

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

10 years agoaccount-widget: make the buttons look like normal dialog buttons
Marco Barisione [Mon, 29 Jul 2013 07:04:15 +0000 (08:04 +0100)]
account-widget: make the buttons look like normal dialog buttons

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

10 years agoprotocol-chooser: port to TpawProtocol
Marco Barisione [Fri, 26 Jul 2013 13:37:42 +0000 (14:37 +0100)]
protocol-chooser: port to TpawProtocol

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

10 years agoprotocol: add an object to represent a protocol and a way to list them
Marco Barisione [Fri, 26 Jul 2013 13:36:23 +0000 (14:36 +0100)]
protocol: add an object to represent a protocol and a way to list them

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

10 years agotp-account-widgets/Makefile.am: remove Empathy's include paths
Marco Barisione [Mon, 13 May 2013 09:37:34 +0000 (10:37 +0100)]
tp-account-widgets/Makefile.am: remove Empathy's include paths

tp-account-widgets doesn't depend on Empathy headers any more!

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

10 years agotp-account-widgets: don't include empathy(-ui)-utils.h
Marco Barisione [Mon, 13 May 2013 09:23:22 +0000 (10:23 +0100)]
tp-account-widgets: don't include empathy(-ui)-utils.h

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

10 years agotp-account-widgets: use g_strcmp0 instead of strcmp
Marco Barisione [Mon, 13 May 2013 09:25:27 +0000 (10:25 +0100)]
tp-account-widgets: use g_strcmp0 instead of strcmp

There was no bug in this code, but I noticed the usage of strcmp because
of compilation errors caused by some changes to the includes. g_strcmp0
is safer as it handles NULLs.

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

10 years agoirc-network-dialog: include stdlib.h needed for strtoul
Marco Barisione [Mon, 13 May 2013 09:33:16 +0000 (10:33 +0100)]
irc-network-dialog: include stdlib.h needed for strtoul

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

10 years agotpaw-string-parser: include string.h needed for strlen
Marco Barisione [Tue, 30 Jul 2013 13:44:41 +0000 (14:44 +0100)]
tpaw-string-parser: include string.h needed for strlen

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

10 years agotpaw-utils: add the TPAW namespace to ACCOUNT_WIDGETS_RESOURCES_PREFIX
Marco Barisione [Mon, 13 May 2013 10:11:26 +0000 (11:11 +0100)]
tpaw-utils: add the TPAW namespace to ACCOUNT_WIDGETS_RESOURCES_PREFIX

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

10 years agotpaw-utils: move ACCOUNT_WIDGETS_RESOURCES_PREFIX from Empathy
Marco Barisione [Mon, 13 May 2013 09:24:18 +0000 (10:24 +0100)]
tpaw-utils: move ACCOUNT_WIDGETS_RESOURCES_PREFIX from Empathy

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

10 years agodebug: remove EMPATHY_DEBUG_IRC as it's not needed any more
Marco Barisione [Fri, 10 May 2013 17:10:20 +0000 (18:10 +0100)]
debug: remove EMPATHY_DEBUG_IRC as it's not needed any more

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

10 years agocalendar-button: don't use the non-existing TPAW_DEBUG_OTHER_THING flag
Marco Barisione [Tue, 30 Jul 2013 13:37:30 +0000 (14:37 +0100)]
calendar-button: don't use the non-existing TPAW_DEBUG_OTHER_THING flag

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

10 years agotpaw-debug: remove unused debug keys
Marco Barisione [Fri, 10 May 2013 17:07:52 +0000 (18:07 +0100)]
tpaw-debug: remove unused debug keys

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

10 years agotp-account-widgets: use TpAW's debugging functions instead of Empathy's
Marco Barisione [Fri, 10 May 2013 17:04:54 +0000 (18:04 +0100)]
tp-account-widgets: use TpAW's debugging functions instead of Empathy's

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

10 years agodebug: set tp-account-widgets's debug flags
Marco Barisione [Fri, 10 May 2013 17:00:09 +0000 (18:00 +0100)]
debug: set tp-account-widgets's debug flags

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

10 years agotpaw-debug: don't set tp-glib's debug flags, Empathy does that
Marco Barisione [Fri, 10 May 2013 16:57:44 +0000 (17:57 +0100)]
tpaw-debug: don't set tp-glib's debug flags, Empathy does that

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

10 years agotpaw-debug: copy from Empathy
Marco Barisione [Fri, 10 May 2013 16:50:33 +0000 (17:50 +0100)]
tpaw-debug: copy from Empathy

This commit just copies the files and renames the function.
tp-account-widget's debugging stuff is not functional yet.

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

10 years agopixbuf-utils: copy the generic pixbuf-related utily functions from Empathy
Marco Barisione [Tue, 30 Jul 2013 15:08:34 +0000 (16:08 +0100)]
pixbuf-utils: copy the generic pixbuf-related utily functions from Empathy

This commit also changes the licence of the moved code from GPL to LGPL.
See GOSSIP-RELICENSING.txt for details.

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

10 years agotpaw-utils: use self->priv instead of EMPATHY_GET_PRIV(self)
Marco Barisione [Fri, 10 May 2013 16:01:31 +0000 (17:01 +0100)]
tpaw-utils: use self->priv instead of EMPATHY_GET_PRIV(self)

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

10 years agotpaw-utils: move EMP_STR_EMPTY to tp-aw and rename it
Marco Barisione [Fri, 10 May 2013 15:58:34 +0000 (16:58 +0100)]
tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename it

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

10 years agotpaw-utils: copy URL handling functions from Empathy to tp-aw
Marco Barisione [Tue, 30 Jul 2013 15:15:05 +0000 (16:15 +0100)]
tpaw-utils: copy URL handling functions from Empathy to tp-aw

This commit also changes the licence of the moved code from GPL to LGPL.
See GOSSIP-RELICENSING.txt for details.

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

10 years agotpaw-utils: move empathy_xml_validate_from_resource to tp-aw and rename it
Marco Barisione [Fri, 10 May 2013 15:08:28 +0000 (16:08 +0100)]
tpaw-utils: move empathy_xml_validate_from_resource to tp-aw and rename it

This commit also changes the licence of the moved code (all copyrighted by
Collabora Ltd.) from GPL to LGPL.

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

10 years agotpaw-utils: move empathy_window_present* to tp-aw and rename it
Marco Barisione [Fri, 10 May 2013 14:09:02 +0000 (15:09 +0100)]
tpaw-utils: move empathy_window_present* to tp-aw and rename it

This commit also changes the licence of the moved code from GPL to LGPL.
See GOSSIP-RELICENSING.txt for details.

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

10 years agotpaw-utils: move empathy_get_toplevel_window to tp-aw and rename it
Marco Barisione [Fri, 10 May 2013 13:25:22 +0000 (14:25 +0100)]
tpaw-utils: move empathy_get_toplevel_window to tp-aw and rename it

This commit also changes the licence of the moved code from GPL to LGPL.
See GOSSIP-RELICENSING.txt for details.

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

10 years agotpaw-utils: move empathy_implement_finish_* to tp-aw and rename them
Marco Barisione [Thu, 9 May 2013 16:10:17 +0000 (17:10 +0100)]
tpaw-utils: move empathy_implement_finish_* to tp-aw and rename them

All the code was initially written for wocky which is under LGPL.

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

10 years agouser-info: move from Empathy to tp-account-widgets
Marco Barisione [Tue, 30 Jul 2013 13:09:13 +0000 (14:09 +0100)]
user-info: move from Empathy to tp-account-widgets

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

10 years agoavatar-chooser: move from Empathy to tp-account-widgets
Marco Barisione [Tue, 30 Jul 2013 13:00:26 +0000 (14:00 +0100)]
avatar-chooser: move from Empathy to tp-account-widgets

This commit also changes the licence of the moved code from GPL to LGPL.
EmpathyAvatarChooser was based on Evolution's EImageChooser that was
originally LGPL. The later contributions were relicensed by the authors,
see GOSSIP-RELICENSING.txt for details.

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

10 years agotpaw-images: move the default avatar definition from Empathy to tp-aw
Marco Barisione [Tue, 30 Jul 2013 12:52:30 +0000 (13:52 +0100)]
tpaw-images: move the default avatar definition from Empathy to tp-aw

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

10 years agotpaw-gsettings: move the avatar path stuff from Empathy to tp-aw
Marco Barisione [Tue, 30 Jul 2013 07:23:26 +0000 (08:23 +0100)]
tpaw-gsettings: move the avatar path stuff from Empathy to tp-aw

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

10 years agocamera-monitor: move from Empathy to tp-account-widgets
Marco Barisione [Mon, 29 Jul 2013 15:20:24 +0000 (16:20 +0100)]
camera-monitor: move from Empathy to tp-account-widgets

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

10 years agocheese-camera-device-monitor: move from Empathy to tp-account-widgets
Marco Barisione [Mon, 29 Jul 2013 15:07:52 +0000 (16:07 +0100)]
cheese-camera-device-monitor: move from Empathy to tp-account-widgets

This commit also changes the licence of the moved code from GPL to LGPL.
See GOSSIP-RELICENSING.txt for details.

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

10 years agocalendar-button: move from Empathy to tp-accounts-widgets
Marco Barisione [Mon, 29 Jul 2013 13:20:00 +0000 (14:20 +0100)]
calendar-button: move from Empathy to tp-accounts-widgets

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

10 years agocontactinfo-utils: move from Empathy to tp-account-widgets
Marco Barisione [Mon, 29 Jul 2013 13:12:14 +0000 (14:12 +0100)]
contactinfo-utils: move from Empathy to tp-account-widgets

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

10 years agocontactinfo-utils: remove the include for empathy-ui-utils.h
Marco Barisione [Mon, 29 Jul 2013 13:06:33 +0000 (14:06 +0100)]
contactinfo-utils: remove the include for empathy-ui-utils.h

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

10 years agostring-parser: move everything except for _match_smiley(), to tp-aw
Marco Barisione [Mon, 29 Jul 2013 13:01:56 +0000 (14:01 +0100)]
string-parser: move everything except for _match_smiley(), to tp-aw

empathy_string_match_smiley() depends on other files and it's not needed
by tp-account-widgets, so we can leave it in libempathy-gtk.

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

10 years agocontactinfo-utils: move create_channel_list_label to individual-widget
Marco Barisione [Mon, 29 Jul 2013 09:28:48 +0000 (10:28 +0100)]
contactinfo-utils: move create_channel_list_label to individual-widget

This removed the dependency of contactinfo-utils on
empathy-request-util.h, so it's easier to move tp tp-account-widgets.

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

10 years agotime: move from Empathy to tp-account-widgets
Marco Barisione [Mon, 29 Jul 2013 08:32:09 +0000 (09:32 +0100)]
time: move from Empathy to tp-account-widgets

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

10 years agobuilder: move empathy_builder_* from Empathy to tp-account-widgets
Marco Barisione [Thu, 9 May 2013 14:50:15 +0000 (15:50 +0100)]
builder: move empathy_builder_* from Empathy to tp-account-widgets

This commit also changes the licence of the moved code from GPL to LGPL.
See GOSSIP-RELICENSING.txt for details.

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

10 years agobuilder: add stub header and source file for tpaw_builder_* functions
Marco Barisione [Thu, 9 May 2013 12:56:32 +0000 (13:56 +0100)]
builder: add stub header and source file for tpaw_builder_* functions

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

10 years agolive-search: move from Empathy to tp-account-widgets
Marco Barisione [Thu, 9 May 2013 12:44:04 +0000 (13:44 +0100)]
live-search: move from Empathy to tp-account-widgets

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

10 years agoaccount-settings: don't set the presence on newly created accounts
Marco Barisione [Wed, 8 May 2013 14:45:45 +0000 (15:45 +0100)]
account-settings: don't set the presence on newly created accounts

What happened before this patch was:
1) tpaw_account_settings_do_create_account() sets the requested presence
   to the global requested presence in Empathy;
2) If the requested presence is unset, unknown or offline,
   empathy_connect_new_account() sets it to available;
3) Every process with a TpAccountManager object in memory that was
   previously used to set the requested presence will try to set the
   presence on the new account.

The first step is a problem as it doesn't work if the account is created
by a process that is not Empathy as the other processes have no way of
knowing what Empathy's requested presence is.
This doesn't matter as, in the third step, both Empathy and gnome-shell
(and any other process using a TpAccountManager) will try to set the
presence to their own idea of the current requested presence. Of course
this is a race condition, see [1], but the behaviour is not changed by
this patch.
In case there is no process using a TpAccountManager, the second step
will still guarantee that the newly created account goes online.

[1] https://bugs.freedesktop.org/show_bug.cgi?id=24104

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

10 years agotpaw-utils: copy empathy_make_color_whiter()
Marco Barisione [Mon, 6 May 2013 16:04:23 +0000 (17:04 +0100)]
tpaw-utils: copy empathy_make_color_whiter()

This commit also changes the licence of the moved code from GPL to LGPL.
See GOSSIP-RELICENSING.txt for details.

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

10 years agoutils: remove empathy_account_has_uri_scheme_tel()
Marco Barisione [Mon, 6 May 2013 14:19:57 +0000 (15:19 +0100)]
utils: remove empathy_account_has_uri_scheme_tel()

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

10 years agoaccount-settings: use TpAccount's functions for schemes instead of Empathy's
Marco Barisione [Wed, 8 May 2013 13:49:45 +0000 (14:49 +0100)]
account-settings: use TpAccount's functions for schemes instead of Empathy's

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

10 years agoindividual-menu: use TpAccount's functions for schemes instead of Empathy's
Marco Barisione [Wed, 8 May 2013 13:47:08 +0000 (14:47 +0100)]
individual-menu: use TpAccount's functions for schemes instead of Empathy's

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

10 years agotpaw-utils: move functions for protocol and service display information
Marco Barisione [Mon, 6 May 2013 13:39:09 +0000 (14:39 +0100)]
tpaw-utils: move functions for protocol and service display information

The following functions were moved from empathy to tp-aw and renamed
accordingly:
* empathy_protocol_icon_name;
* empathy_protocol_name_to_display_name;
* empathy_service_name_to_display_name.

This commit also changes the licence of the moved code (all copyrighted
by Collabora Ltd.) from GPL to LGPL.

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

10 years agotpaw-utils: move empathy_connect_new_account to tp-aw and rename it
Marco Barisione [Mon, 6 May 2013 13:02:09 +0000 (14:02 +0100)]
tpaw-utils: move empathy_connect_new_account to tp-aw and rename it

This commit also changes the licence of the moved code (all copyrighted
by Collabora Ltd.) from GPL to LGPL.

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

10 years agotpaw-utils: add stub for files with misc utility functions
Marco Barisione [Mon, 6 May 2013 10:37:47 +0000 (11:37 +0100)]
tpaw-utils: add stub for files with misc utility functions

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

10 years agouoa-utils: move from Empathy to tp-aw
Marco Barisione [Fri, 26 Jul 2013 09:44:30 +0000 (10:44 +0100)]
uoa-utils: move from Empathy to tp-aw

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

10 years agokeyring: explain why the schema name still contains “Empathy”
Marco Barisione [Mon, 13 May 2013 13:58:05 +0000 (14:58 +0100)]
keyring: explain why the schema name still contains “Empathy”

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

10 years agokeyring: move from Empathy to tp-account-widgets
Marco Barisione [Thu, 25 Jul 2013 15:24:14 +0000 (16:24 +0100)]
keyring: move from Empathy to tp-account-widgets

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

10 years agoconnection-managers: move from Empathy to tp-account-widgets
Marco Barisione [Wed, 8 May 2013 14:14:35 +0000 (15:14 +0100)]
connection-managers: move from Empathy to tp-account-widgets

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

10 years agoaccount-settings: fix a reference to empathy-account-widget.c
Marco Barisione [Mon, 13 May 2013 09:43:05 +0000 (10:43 +0100)]
account-settings: fix a reference to empathy-account-widget.c

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

10 years agoaccount-settings: move from Empathy to tp-account-widgets
Marco Barisione [Wed, 8 May 2013 13:39:41 +0000 (14:39 +0100)]
account-settings: move from Empathy to tp-account-widgets

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

10 years agoirc-network: change the license header from the GPL to the LGPL one
Marco Barisione [Thu, 1 Aug 2013 06:43:38 +0000 (07:43 +0100)]
irc-network: change the license header from the GPL to the LGPL one

The license of this file should have been LGPL from the start (see the
header file too). Anyway, we have permission to relicense this file to
LGPL, see GOSSIP-RELICENSING.txt for details.

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

10 years agoaccount-widget: change the license header from the GPL to the LGPL one
Marco Barisione [Thu, 1 Aug 2013 06:33:40 +0000 (07:33 +0100)]
account-widget: change the license header from the GPL to the LGPL one

We have permission to relicense these files to LGPL, see
GOSSIP-RELICENSING.txt for details.

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

10 years agotp-account-widgets: refer to the right renamed files
Marco Barisione [Mon, 13 May 2013 09:47:00 +0000 (10:47 +0100)]
tp-account-widgets: refer to the right renamed files

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

10 years agotp-account-widgets: rename all the files from empathy-* to tpaw-*
Marco Barisione [Wed, 8 May 2013 16:17:30 +0000 (17:17 +0100)]
tp-account-widgets: rename all the files from empathy-* to tpaw-*

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

10 years agotp-account-widgets: Switch the symbols namespace to tpaw
Emanuele Aina [Wed, 3 Apr 2013 11:14:33 +0000 (13:14 +0200)]
tp-account-widgets: Switch the symbols namespace to tpaw

The file names have been kept unchanged to keep the diff simple and will
be updated later. This makes easier to spot where the account widgets
still rely on libempathy.

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

10 years agotp-account-widgets: Move the IRC network list with the related sources
Emanuele Aina [Tue, 26 Mar 2013 22:19:28 +0000 (23:19 +0100)]
tp-account-widgets: Move the IRC network list with the related sources

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

10 years agotp-account-widgets: Move the IRC support sources with the account widget
Emanuele Aina [Tue, 26 Mar 2013 16:39:28 +0000 (17:39 +0100)]
tp-account-widgets: Move the IRC support sources with the account widget

To handle different networks and servers the IRC account widget uses
many helper object and functions. Move them close to the IRC account
widget sources.

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

10 years agotp-account-widgets: Move account widgets code in the tp-account-widgets subdir
Emanuele Aina [Mon, 25 Mar 2013 15:38:16 +0000 (16:38 +0100)]
tp-account-widgets: Move account widgets code in the tp-account-widgets subdir

Start moving the account widgets code in a subdir before fully isolating
it and stubbing it out in a submodule.

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

10 years agoaccounts-dialog: Include the proper account-widget header
Emanuele Aina [Tue, 2 Apr 2013 10:14:52 +0000 (12:14 +0200)]
accounts-dialog: Include the proper account-widget header

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

10 years agoGOSSIP-RELICENSING: emails authorising us to relicense code for tp-aw
Marco Barisione [Tue, 25 Jun 2013 12:47:13 +0000 (13:47 +0100)]
GOSSIP-RELICENSING: emails authorising us to relicense code for tp-aw

The following people agreed with the relicensing of their code:
 - Martyn Russell <martyn@lanedo.com>
 - Richard Hult <richard@tinybird.com>
 - Mikael Hallendal <micke@tinybird.com>
 - Jonny Lamb <jonnylamb@gnome.org>
 - Felix Kaser <f.kaser@gmx.net>
 - Cosimo Cecchi <cosimoc@gnome.org>
 - Travis Reitter <treitter@gmail.com>
 - Xavier Claessens <xclaesse@gmail.com>
 - Marco Barisione <marco@barisione.org>
 - Danielle Madeley <danielle@madeley.id.au>
 - Chandni Verma <chandniverma2112@gmail.com>
 - Cyril Roelandt <tipecaml@gmail.com>
 - Dimitris Zenios <dimitris.zenios@gmail.com>
 - Jonathan Tellier <jonathan.tellier@gmail.com>
 - Marc Plano-Lesay <marc.planolesay@gmail.com>
 - Vitaly Minko <vitaly.minko@gmail.com>
 - Frederic Peters <fpeters@0d.be>
 - Andreas Henriksson <andreas@fatal.se>
 - Vincent Untz <vuntz@gnome.org>
 - Baptiste Mille-Mathias <baptistem@gnome.org>
 - Susana Pereira <susana.pereira@gmail.com>
 - Steve Frécinaux <code@istique.net>
 - Lars-Peter Clausen <lars@metafoo.de>
 - Milo Casagrande <milo@ubuntu.com>
 - Philip Withnall <philip@tecnocode.co.uk>
 - Bastien Nocera <hadess@hadess.net>
 - Daniel G. Siegel <dgsiegel@gnome.org>
 - Filippo Argiolas <filippo.argiolas@gmail.com>
 - Jaap Haitsma <jaap@haitsma.org>
 - Ryan Zeigler <zeiglerr@gmail.com>
 - Raluca-Elena Podiuc <ralucaelena1985@gmail.com>

Collabora Ltd. agrees with the relicensing of the code (contributed by
various authors) needed for telepathy-account-widgets (this work is done
for Collabora).

Richard Hult agrees with relicensing the code owned by Imendio/Tinybird.

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

10 years agopreferences: only show autoconnect when shell isn't running
Jonny Lamb [Mon, 19 Aug 2013 16:07:11 +0000 (18:07 +0200)]
preferences: only show autoconnect when shell isn't running

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

10 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 19 Aug 2013 20:06:06 +0000 (22:06 +0200)]
Updated Slovenian translation

10 years agoUpdated German translation
Christian Kirbach [Mon, 19 Aug 2013 17:26:23 +0000 (19:26 +0200)]
Updated German translation

10 years agoUpdated Czech translation
Marek Černocký [Mon, 19 Aug 2013 17:05:36 +0000 (19:05 +0200)]
Updated Czech translation

10 years agoDo not ring on incoming calls when busy
Emilio Pozuelo Monfort [Mon, 19 Aug 2013 11:02:46 +0000 (13:02 +0200)]
Do not ring on incoming calls when busy

Signed-off-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
https://bugzilla.gnome.org/show_bug.cgi?id=666221

10 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 19 Aug 2013 09:41:35 +0000 (11:41 +0200)]
Updated Spanish translation

10 years agoSet a title to password dialogs
Emilio Pozuelo Monfort [Fri, 16 Aug 2013 11:43:49 +0000 (13:43 +0200)]
Set a title to password dialogs

Signed-off-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
https://bugzilla.gnome.org/show_bug.cgi?id=706125

10 years agoAdd missing include
Emilio Pozuelo Monfort [Fri, 16 Aug 2013 11:43:00 +0000 (13:43 +0200)]
Add missing include

Needed for EMPATHY_LOCATION_*.

Signed-off-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
https://bugzilla.gnome.org/show_bug.cgi?id=706125

10 years ago[l10n] Updated Italian translation.
Milo Casagrande [Sun, 18 Aug 2013 12:17:22 +0000 (14:17 +0200)]
[l10n] Updated Italian translation.

10 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 17 Aug 2013 15:10:32 +0000 (17:10 +0200)]
Updated Slovenian translation

10 years agoUse new GeocodeLocation API in geocode-glib 0.99.1
Andreas Henriksson [Wed, 14 Aug 2013 19:44:24 +0000 (21:44 +0200)]
Use new GeocodeLocation API in geocode-glib 0.99.1

Use new accessor functions. The location structure members has been hidden.
Use regular g_object_unref, since the geocode_location_free has been
removed.

See:
https://git.gnome.org/browse/geocode-glib/commit?id=5372f2f7ff97707dcc839bd3ed79ea9f289f7409
"lib: Turn GeocodeLocation into a proper GObject"

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

10 years agoUse new api-versioned name for geocode-glib
Andreas Henriksson [Wed, 14 Aug 2013 18:40:48 +0000 (20:40 +0200)]
Use new api-versioned name for geocode-glib

geocode-glib has changed the name of the pkg-config file
to include the api version. Update configure script accordingly.

See:
https://git.gnome.org/browse/geocode-glib/commit/?id=1cadaa879b7d72d973880680b5f947fd5c275974
"pkg-config: Version the pkg-config file"

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

10 years agoShow typing icon against composing members of a MUC
Chandni Verma [Tue, 30 Jul 2013 18:21:38 +0000 (23:51 +0530)]
Show typing icon against composing members of a MUC

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

10 years agoMake individual_store_find_contact and free_iters protected
Chandni Verma [Wed, 14 Aug 2013 06:48:13 +0000 (12:18 +0530)]
Make individual_store_find_contact and free_iters protected

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

10 years agoContact should leave 'Ungrouped' group immediately upon first joining a group
Chandni Verma [Fri, 12 Jul 2013 15:16:31 +0000 (20:46 +0530)]
Contact should leave 'Ungrouped' group immediately upon first joining a group

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

10 years agoUpdated Lithuanian translation
Aurimas Černius [Sun, 11 Aug 2013 17:10:35 +0000 (20:10 +0300)]
Updated Lithuanian translation

10 years agoUpdated German help translation
Christian Kirbach [Sat, 10 Aug 2013 10:02:53 +0000 (12:02 +0200)]
Updated German help translation

10 years agoEmpathyAccountsDialog: Simplify the way we update account display name label in infobar
Xavier Claessens [Thu, 8 Aug 2013 14:58:07 +0000 (16:58 +0200)]
EmpathyAccountsDialog: Simplify the way we update account display name label in infobar

accounts_dialog_update_status_infobar() is the function responsible
for doing all updates.

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

10 years agoEmpathyAccountSettings: remember the new account display name when setting one.
Xavier Claessens [Thu, 8 Aug 2013 14:56:27 +0000 (16:56 +0200)]
EmpathyAccountSettings: remember the new account display name when setting one.

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

10 years agoEmpathyUserInfo: Update identifier/alias when they change on the account
Xavier Claessens [Thu, 8 Aug 2013 12:50:26 +0000 (14:50 +0200)]
EmpathyUserInfo: Update identifier/alias when they change on the account

When the account goes online the account's nickname quickly changes from
the identifier to the actual nickname from the self VCard.

Identifier can change as well when editing account settings.

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

10 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Thu, 8 Aug 2013 18:58:53 +0000 (20:58 +0200)]
Updated Norwegian bokmål translation

10 years agoDon't dereference a NULL error
Emilio Pozuelo Monfort [Wed, 7 Aug 2013 17:29:15 +0000 (19:29 +0200)]
Don't dereference a NULL error

libsecret returns FALSE without an error in some cases but we
unconditionally dereference it, causing a crash.

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

10 years agoUpdated Hungarian translation
Gabor Kelemen [Wed, 7 Aug 2013 17:30:47 +0000 (19:30 +0200)]
Updated Hungarian translation

10 years agouse the user_action_time received from TP when presenting existing call window
Guillaume Desmottes [Wed, 7 Aug 2013 14:39:02 +0000 (16:39 +0200)]
use the user_action_time received from TP when presenting existing call window

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

10 years agoempathy_call_window_present(): rename to _new_handler()
Guillaume Desmottes [Wed, 7 Aug 2013 14:43:13 +0000 (16:43 +0200)]
empathy_call_window_present(): rename to _new_handler()

The name was miss leading as this function do more than just presenting the
window.

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

10 years agouse the user_action_time received from TP when presenting new call window
Guillaume Desmottes [Wed, 7 Aug 2013 14:39:02 +0000 (16:39 +0200)]
use the user_action_time received from TP when presenting new call window

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

10 years agocall-factory::new-call-handler: remove unused 'outgoing' arg
Guillaume Desmottes [Wed, 7 Aug 2013 14:33:59 +0000 (16:33 +0200)]
call-factory::new-call-handler: remove unused 'outgoing' arg

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

10 years agofix memory leak
Chandni Verma [Tue, 6 Aug 2013 10:18:27 +0000 (15:48 +0530)]
fix memory leak

10 years agoUpdated Brazilian Portuguese translation
Rafael Ferreira [Tue, 6 Aug 2013 02:16:46 +0000 (23:16 -0300)]
Updated Brazilian Portuguese translation

10 years agoFix assertion failure on opening conversation menu in 1-1 chats
Chandni Verma [Sat, 3 Aug 2013 15:13:01 +0000 (20:43 +0530)]
Fix assertion failure on opening conversation menu in 1-1 chats

10 years agoUpdated Galician translations
Fran Diéguez [Fri, 2 Aug 2013 10:34:29 +0000 (12:34 +0200)]
Updated Galician translations