aboutsummaryrefslogtreecommitdiffstats
path: root/nautilus-sendto-plugin/empathy-nautilus-sendto.c
Commit message (Collapse)AuthorAgeFilesLines
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | 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.
* Removed the manager from the view, relying only on the modelLaurent Contzen2012-08-061-3/+3
|
* empathy-roster-view: start using empathy-roster-modelLaurent Contzen2012-07-231-2/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680302
* empathy-nautilus-sendto now uses a RosterView instead of EmpathyContactChooserLaurent Contzen2012-06-271-16/+40
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=678875
* empathy-nautilus-sendto: use the Empathy iconGuillaume Desmottes2012-04-041-1/+1
| | | | | | The first field of NstPluginInfo is the id of the icon of the plugin. https://bugzilla.gnome.org/show_bug.cgi?id=673480
* trivial: fix a GCC build warningCosimo Cecchi2012-03-271-1/+0
|
* client-factory: stop creating EmpathyTpFile objectsJonny Lamb2011-11-091-2/+1
| | | | | | | TpAutomaticClientFactory will create TpFileTransferChannels for us and they're, like, way better. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* nautilus-sendto: use EmpathyContactSelector instead of EmpathyContactChooserGuillaume Desmottes2011-10-091-33/+67
| | | | | | | 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
* pass to proper user action time when requesting an outgoing FTGuillaume Desmottes2011-09-271-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245
* nautilus-sendto-plugin: depend on 2.31.7 when building with GTK+2Guillaume Desmottes2010-08-271-18/+0
| | | | | This version will have the same API that 2.90.0 so we don't have to stay compatible with the old API.
* Build with latest NST when using GTK3 and port to new API (#623199)Guillaume Desmottes2010-07-081-0/+17
|
* Miscellaneous string fixesPhilip Withnall2010-01-011-2/+2
| | | | | | | Lots of small spelling and grammar fixes, as well as some terminology cleanups. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* nautilus-sendto: don't dup the account manager; it's not needed (closes bug ↵Jonny Lamb2009-11-061-36/+0
| | | | | | #600961) Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* empathy-nautilus-sendto.c: fix shadow declarationGuillaume Desmottes2009-10-221-1/+1
|
* Add nautilus-sendto pluginBastien Nocera2009-09-241-0/+290
As nautilus-sendto now exports its plugin API. https://bugzilla.gnome.org/show_bug.cgi?id=596075