Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the manager from the view, relying only on the model | Laurent Contzen | 2012-08-06 | 1 | -3/+3 |
| | |||||
* | empathy-roster-view: start using empathy-roster-model | Laurent Contzen | 2012-07-23 | 1 | -2/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680302 | ||||
* | empathy-nautilus-sendto now uses a RosterView instead of EmpathyContactChooser | Laurent Contzen | 2012-06-27 | 1 | -16/+40 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678875 | ||||
* | build nautilus-sendto plugin with ERROR_CFLAGS | Guillaume Desmottes | 2012-06-27 | 1 | -0/+1 |
| | |||||
* | empathy-nautilus-sendto: use the Empathy icon | Guillaume Desmottes | 2012-04-04 | 1 | -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 warning | Cosimo Cecchi | 2012-03-27 | 1 | -1/+0 |
| | |||||
* | client-factory: stop creating EmpathyTpFile objects | Jonny Lamb | 2011-11-09 | 1 | -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 EmpathyContactChooser | Guillaume Desmottes | 2011-10-09 | 1 | -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 FT | Guillaume Desmottes | 2011-09-27 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | Group all harddeps in one pkg-config call | Xavier Claessens | 2010-11-15 | 1 | -2/+1 |
| | | | | We do not support GTK2 anymore, so there is no point in keeping those | ||||
* | nautilus-sendto-plugin: depend on 2.31.7 when building with GTK+2 | Guillaume Desmottes | 2010-08-27 | 1 | -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 Desmottes | 2010-07-08 | 1 | -0/+17 |
| | |||||
* | move GTK+ check to its own PKG_CHECK_MODULES | Guillaume Desmottes | 2010-07-08 | 1 | -1/+2 |
| | |||||
* | Depend on telepathy-logger (#610956) | Guillaume Desmottes | 2010-06-18 | 1 | -1/+0 |
| | |||||
* | nautilus-sendto: add TPL CFLAGS | Guillaume Desmottes | 2010-06-18 | 1 | -0/+1 |
| | |||||
* | Fix building nst plugin out of tree. | Will Thompson | 2010-01-26 | 1 | -0/+1 |
| | |||||
* | Miscellaneous string fixes | Philip Withnall | 2010-01-01 | 1 | -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> | ||||
* | Fix nautilus-sendto plugin's linking | Bastien Nocera | 2009-11-19 | 1 | -1/+0 |
| | | | | | | | 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 | ||||
* | nautilus-sendto: don't dup the account manager; it's not needed (closes bug ↵ | Jonny Lamb | 2009-11-06 | 1 | -36/+0 |
| | | | | | | #600961) Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | empathy-nautilus-sendto.c: fix shadow declaration | Guillaume Desmottes | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | Add nautilus-sendto plugin | Bastien Nocera | 2009-09-24 | 2 | -0/+309 |
As nautilus-sendto now exports its plugin API. https://bugzilla.gnome.org/show_bug.cgi?id=596075 |