summaryrefslogtreecommitdiff
path: root/sendto
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 systemrbuj7-0/+34
2022-02-19Fix build warnings about missing field initializerrbuj2-1/+2
2021-12-11Use a blank line at mostrbuj4-10/+0
2021-06-20update copyright to 2021raveit651-0/+1
2021-02-08build: allow users to disable gettext support (--disable-nls)rbuj2-3/+13
2021-01-28Do not call bindtextdomain/bind_textdomain_codeset in librariesrbuj7-21/+0
2021-01-28Include i18n header after defining GETTEXT_PACKAGE macrorbuj9-20/+36
2021-01-28build: Use PACKAGE_URL variablerbuj1-1/+1
2021-01-18Print status messagesrbuj1-0/+2
2021-01-16Update copyrightrbuj1-1/+1
2021-01-16Remove warning -Wshadowrbuj3-11/+10
2020-12-04caja-sendto-command: use g_list_free_fullrbuj1-2/+1
2020-11-25Use `#include <config.h>`rbuj7-7/+12
2020-11-16travis CI: fix build issue of gtk-doc moduleraveit651-0/+2
2020-09-01Remove unused macrosPablo Barciela1-2/+1
2020-06-23add git.mk to generate .gitignoretamplan8-0/+15
2020-06-23Require gtk+ 3.22 in glade filestamplan1-2/+2
2020-06-21sendto: Fix evolution command for sending an emailrbuj1-1/+5
2020-03-25Fix memory leak allocated with 'gtk_builder_new ()'rbuj1-16/+18
2020-03-12caja-sendto-command: fix memory leak pointed to by 'p'rbuj1-3/+9
2020-03-09Do not collect the translation for Iconraveit651-1/+1
2020-02-29automake: do not include CFLAGS in CPPFLAGSrbuj15-88/+162
2020-02-10sendto: use gresources for UI filesrbuj3-11/+39
2020-02-06caja-sendto: rewrite caja-sendto.ui from scratch fixing deprecationsrbuj2-386/+189
2020-02-06caja-sendto-command: add .7z,.tar.xz to packed type drop-down listrbuj2-5/+18
2020-01-31sendto: value stored to 'file' is never readrbuj1-2/+0
2019-12-24migrate from intltool to gettextWu Xiaotian3-13/+15
2019-10-01i18n caja extension copyrightrbuj1-1/+1
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 Napias9-80/+80
2019-06-10Change url project's websiteLaurent Napias1-1/+1
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2017-08-03sendto burn: avoid deprecated gtk_show_uriraveit651-0/+4
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-1/+1
and require caja >= 1.17.1 and libmate-desktop >= 1.17.0
2016-01-02drop MateConf migration scriptsMonsta2-7/+0
2015-06-08Uncapitalize "To" in "Send To..."Piotr Jurkiewicz1-2/+2
2015-01-14sendto: safer access to list element's dataMonsta1-6/+6
g_list_nth_data just returns NULL if either list or element is NULL Closes https://github.com/mate-desktop/caja-extensions/pull/11
2015-01-10Update POTFILES.in with renamed extension filesinfirit1-2/+1
So we do not have to add *.caja-extension.in to extra dist
2015-01-10fix dist for extension ini filesinfirit1-2/+13
2014-12-23sendto: use proper GTK+ version in .pc fileMonsta1-1/+1
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-12-17caja-sendto-command: don't leak memoryMonsta1-0/+2
Closes https://github.com/mate-desktop/caja-extensions/pull/7
2014-11-16Remove obsolete property from ui filesmonsta1-1/+0
should fix the showing of rotate dialog in GTK+3 build, see https://git.gnome.org/browse/nautilus-image-converter/commit/?id=23441ed6d74b4eba68333c802890cb396721a6d6 Closes https://github.com/mate-desktop/caja-extensions/pull/8
2014-11-03Add information for about dialogsStefano Karapetsas2-4/+8
2014-10-27Add ini files for extension managementStefano Karapetsas2-0/+9
2014-05-20Remove call to deprecated g_thread_initinfirit1-1/+0
2014-05-07Remove autogenerated doc filesinfirit10-327/+0
2014-03-23sendto plugin: re-introduce the option to select plugins to buildinfirit7-14/+17