summaryrefslogtreecommitdiff
path: root/sendto/plugins
AgeCommit message (Collapse)AuthorFilesLines
2023-10-24sendto: require gupnp-1.6Xiaotian Wu1-20/+28
2022-08-20Failed to resolve the path to caja-extensions.mo on guix systemrbuj6-0/+30
2021-12-11Use a blank line at mostrbuj3-4/+0
2021-06-20update copyright to 2021raveit651-0/+1
2021-01-28Do not call bindtextdomain/bind_textdomain_codeset in librariesrbuj6-18/+0
2021-01-28Include i18n header after defining GETTEXT_PACKAGE macrorbuj6-10/+22
2021-01-16Remove warning -Wshadowrbuj2-7/+6
2020-11-25Use `#include <config.h>`rbuj6-6/+10
2020-06-23add git.mk to generate .gitignoretamplan7-0/+13
2020-06-21sendto: Fix evolution command for sending an emailrbuj1-1/+5
2020-02-29automake: do not include CFLAGS in CPPFLAGSrbuj12-78/+149
2019-08-18Build either with gupnp version 1.0 or 1.2.Jonathan Brielmaier1-0/+4
This fixes https://github.com/mate-desktop/caja-extensions/issues/52. * (configure.ac): Check also for gupnp-1.2 and set HAS_GUPNP_VERSION_1_2 to yes if found. * (sendto/plugins/upnp/upnp.c): Use gupnp_context_manager_create when building with gupnp-1.2 as gupnp_context_manager_new was removed. Signed-off-by: Jonathan Brielmaier <[email protected]> Co-authored-by: Gianfranco Costamagna <[email protected]>
2019-06-30Remove trailing whitespacesLaurent Napias4-42/+42
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2017-08-03sendto burn: avoid deprecated gtk_show_uriraveit651-0/+4
2014-12-17pidgin plugin: various fixesMonsta1-11/+9
- add missing spaces (code looked ugly) - remove a GError variable which has never been used actually (and avoid dereferencing NULL pointer at the same time) - don't leak memory
2014-12-17gajim plugin: don't leak memoryMonsta1-5/+7
2014-03-23sendto plugin: re-introduce the option to select plugins to buildinfirit7-14/+17
2013-10-17Add sendto extensionStefano Karapetsas15-0/+2279