| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This was a regression caused by c689cd6a91cb2a31ce0d03f47e59ca4e3f368e9c
https://bugzilla.gnome.org/show_bug.cgi?id=707338
|
|
|
|
|
|
| |
Not used anymore with Geoclue 2.
https://bugzilla.gnome.org/show_bug.cgi?id=706627
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
All the code was initially written for wocky which is under LGPL.
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=699492
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Needed for EMPATHY_LOCATION_*.
Signed-off-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
https://bugzilla.gnome.org/show_bug.cgi?id=706125
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=705668
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
It is used only from one place, there is no reason to have it
in utils.
https://bugzilla.gnome.org/show_bug.cgi?id=704454
|
|\
| |
| |
| |
| | |
Conflicts:
src/empathy.c
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=699017
|
| | |
|
| | |
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=697076
|
| |
| |
| |
| |
| |
| | |
Reorder some inclusions and remove a few blank lines.
https://bugzilla.gnome.org/show_bug.cgi?id=697076
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Sort by:
• "config.h"
• API declarations, if any
• public libraries
• internal headers, alphabetically sorted (mostly)
http://telepathy.freedesktop.org/wiki/Style#A.23includes
https://bugzilla.gnome.org/show_bug.cgi?id=697076
|
| |
| |
| |
| |
| |
| |
| |
| | |
Directly add the libempathy, libempathy-gtk and extensions directories
to the include search path. This decouples header inclusions from their
location and helps when reorganizing the source files layout.
https://bugzilla.gnome.org/show_bug.cgi?id=696950
|
| |
| |
| |
| |
| |
| |
| | |
If we're under the libempathy directory there's no need to prefix
include file paths with it, and the same is true for libempathy-gtk.
https://bugzilla.gnome.org/show_bug.cgi?id=696950
|
| |
| |
| |
| |
| |
| |
| | |
This makes a bit more obvious which headers come from public libraries
and which ones come from uninstalled utility libraries.
https://bugzilla.gnome.org/show_bug.cgi?id=696950
|
| |
| |
| |
| |
| |
| |
| |
| | |
After embedding all the DTDs with GResource the file-based
empathy_xml_validate() is no longer needed, replaced by
empathy_xml_validate_from_resource().
https://bugzilla.gnome.org/show_bug.cgi?id=696974
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=696974
|
|/
|
|
|
|
| |
Validate against dtd stored in a GResource.
https://bugzilla.gnome.org/show_bug.cgi?id=696974
|
|
|
|
|
|
|
| |
With the help of the script posted at http://stackoverflow.com/a/7135530
and some manual fixes, drop the unused or redundant #include directives.
https://bugzilla.gnome.org/show_bug.cgi?id=696718
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=696718
|
|
|
|
|
|
| |
This reverts commit 670aec4ba8b16fbf35afdf65b65c1904872286dc.
https://bugzilla.gnome.org/show_bug.cgi?id=680152
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Needed to save favorite changes from empathy-chat as it only changes this
property.
https://bugzilla.gnome.org/show_bug.cgi?id=678983
|
|\| |
|
| |
| |
| |
| |
| |
| | |
We have to make sure that tp_connection_get_self_contact() won't return NULL.
https://bugzilla.gnome.org/show_bug.cgi?id=691006
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We should update the URI schemes and service even if the account uses SASL, so
it has to be done *before* the early return.
I did not hit this bug before as the only CM on which we use URI schemes
(rakia) was not implementing SASL channel when I implemented this feature.
https://bugzilla.gnome.org/show_bug.cgi?id=691195
|
| |
| |
| |
| |
| |
| |
| | |
If a provider supports more than one authentication mechanism (eg.,
Google), we prefer OAuth2.
Fixes: https://bugzilla.gnome.org/687690
|
| |
| |
| |
| |
| |
| |
| | |
GOA recently switched to OAuth2 for Google accounts, so we
can use its credentials to access Google Talk without a password.
https://bugzilla.gnome.org/show_bug.cgi?id=652546
|
| |
| |
| |
| | |
Fixes: https://bugzilla.gnome.org/687762
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Empathy currently displays a phone icon for clients which indicate that
they're phones. However some mobile clients use the "handheld" client
type instead (e.g. Xabber on android devices).
While changing things around, i've also refactored the code a bit to
ensure that the determination will stay consistent in the various
location if it's changed in future.
|
| |
| |
| |
| |
| | |
Fix a couple of small details missed by the last commit so that things
compile again.
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=689056
|
| |
| |
| |
| | |
https://bugzilla.gnome.org/show_bug.cgi?id=688988
|
| |
| |
| |
| |
| |
| |
| | |
If a provider supports more than one authentication mechanism (eg.,
Google), we prefer OAuth2.
Fixes: https://bugzilla.gnome.org/687690
|
| |
| |
| |
| | |
Fixes: https://bugzilla.gnome.org/687762
|
|/
|
|
|
|
|
| |
GOA recently switched to OAuth2 for Google accounts, so we
can use its credentials to access Google Talk without a password.
https://bugzilla.gnome.org/show_bug.cgi?id=652546
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=685203
|
|
|
|
|
|
|
| |
g_variant_lookup() fails if we don't specificy that this string is secretly an
object path.
https://bugzilla.gnome.org/show_bug.cgi?id=684783
|
|
|
|
|
|
|
| |
Only the person invited are suppose to join these channels so tweak their
settings to make them more secure.
https://bugzilla.gnome.org/show_bug.cgi?id=684675
|
|
|
|
|
| |
tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to
reduce the delta with the future stable branch.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=683864
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=683864
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=660128
|
|
|
|
| |
tp_channel_borrow_immutable_properties() has been deprecated.
|
| |
|
|
|
|
| |
tp_channel_get_connection() has been deprecated.
|
|
|
|
| |
tp_text_channel_get_pending_messages() has been deprecated.
|
|
|
|
|
|
| |
tp_account_manager_get_valid_accounts() has been deprecated.
Fix an accounts list leak in empathy-sanity-cleaning.
|
|
|
|
| |
This ensures that the password is stored with the proper 'remember' value.
|
|
|
|
|
|
|
| |
libempathy only used gstreamer api directly from the camera monitor,
which simply uses it for its debug infrastructure.. Use the standard
empathy debug infrastruction instead so we can drop the gstreamer
dependency.
|
|
|
|
|
|
|
| |
This method can takes quiet a while before returning (if user has to enter his
admin password for example).
https://bugzilla.gnome.org/show_bug.cgi?id=682802
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=680776
|