| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
As the nautilus-sendto-plugin uses functions from libempathy it should
link directly against it otherwise the build fails when using
-Wl,--as-needed:
.libs/empathy-nautilus-sendto.o: In function
`dup_contact_from_individual':
/tmp/buildd/empathy-3.6.0.1/nautilus-sendto-plugin/empathy-nautilus-sendto.c:73:
undefined reference to `empathy_contact_dup_best_for_action'
/tmp/buildd/empathy-3.6.0.1/nautilus-sendto-plugin/empathy-nautilus-sendto.c:78:
undefined reference to `empathy_contact_can_do_action'
|
|
|
|
|
| |
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=680302
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=678875
|
| |
|
|
|
|
|
|
| |
The first field of NstPluginInfo is the id of the icon of the plugin.
https://bugzilla.gnome.org/show_bug.cgi?id=673480
|
| |
|
|
|
|
|
|
|
| |
TpAutomaticClientFactory will create TpFileTransferChannels for us and
they're, like, way better.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
|
|
|
|
|
| |
This way we display meta-contacts rather than Telepathy contacts and use a
nice treeview instead of a huge combo box.
https://bugzilla.gnome.org/show_bug.cgi?id=629517
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=658245
|
|
|
|
| |
We do not support GTK2 anymore, so there is no point in keeping those
|
|
|
|
|
| |
This version will have the same API that 2.90.0 so we don't have to stay
compatible with the old API.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Lots of small spelling and grammar fixes, as well as some terminology
cleanups.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
|
|
|
|
|
|
|
| |
No need to link to both libempathy-gtk and libempathy, the former
already links to the latter.
https://bugzilla.gnome.org/show_bug.cgi?id=602324
|
|
|
|
|
|
| |
#600961)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
|
| |
|
|
As nautilus-sendto now exports its plugin API.
https://bugzilla.gnome.org/show_bug.cgi?id=596075
|