summaryrefslogtreecommitdiff
path: root/nautilus-sendto-extension
Commit message (Collapse)AuthorAgeFilesLines
* general: run uncrustifyCarlos Soriano2016-08-292-109/+123
| | | | | | | | And make the style of Nautilus the same for all files. Hopefully we can fix all the style issues we can find in the next days, so expect a little of movement on this. https://bugzilla.gnome.org/show_bug.cgi?id=770564
* Port from intltoolErnestas Kulik2016-08-032-1/+2
| | | | | | | | gettext has been continuously improving, up to a point where intltool can be deprecated in favor of it. This commit ports the project files to use upstream gettext. https://bugzilla.gnome.org/show_bug.cgi?id=769362
* send-to: use Send to... for the labelCarlos Soriano2015-08-311-2/+2
| | | | | | | | | | We were using "Email.." for the label, but mockups use "Send to..." which feels more intuitive. Eventually we want to provide more options to send files via sharing or so. For now, just use the same functionality we had previously, just email. https://bugzilla.gnome.org/show_bug.cgi?id=745654
* Don't mention FSF addressCosimo Cecchi2014-02-173-6/+3
| | | | | | Use the website instead. https://bugzilla.gnome.org/show_bug.cgi?id=721518
* build: stop using INCLUDES, deprecated by automake 1.7Andrés G. Aragoneses2013-06-181-1/+1
| | | | | | | | | | | | | | | | | | | We already depend on automake 1.9, so using the replacement of INCLUDES (AM_CPPFLAGS) won't hurt, especially now that it is a warning shown by default since automake 1.13, as evidenced by this build log of mine: Makefile.am: installing './INSTALL' eel/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') eel/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' libnautilus-extension/Makefile.am:7: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') libnautilus-private/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') nautilus-sendto-extension/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') src/Makefile.am:13: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') test/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Signed-off-by: Alexander Larsson <alexl@redhat.com>
* sendto-extension: Check for available mail clientPlamena Manolova2013-06-071-1/+17
| | | | | | | | The sendto extension now checks for an available client supported by nautilus sendto and conditionaly adds the "Email" option to the file menu list. https://bugzilla.gnome.org/show_bug.cgi?id=701653
* sendto: We only send mails nowBastien Nocera2013-04-041-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680983
* sendto-extension: Use proper Unicode ellipsis instead of three periodsJeremy Bicha2012-12-041-4/+4
| | | | | | Thanks Alex for pointing this out! https://bugzilla.gnome.org/show_bug.cgi?id=689586
* build: use GNOME_MAINTAINER_MODE_DEFINESCosimo Cecchi2012-10-231-1/+1
| | | | Instead of defining our own set of deprecation cflags.
* Use git.mkWilliam Jon McCann2012-09-171-0/+2
|
* sendto-extension: fix curly quotes regressionCosimo Cecchi2012-09-051-1/+1
| | | | We shouldn't use curly quotes when launching a command line.
* Use double quotes instead of ascii quotesWilliam Jon McCann2012-08-141-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=681808
* all: silence new warnings from GCC 4.6Cosimo Cecchi2011-01-251-3/+0
| | | | | | GCC 4.6 introduced a new warning about variables declared and initialized, but not really used in the function body. Remove all of these occurrences to build cleanly.
* Add base libraries so building with --as-needed worksSjoerd Simons2011-01-101-2/+3
|
* libnautilus-extension: use a different directory for 3.0Cosimo Cecchi2010-12-031-1/+1
| | | | | | So that old extensions do not pull in GTK+2 code. https://bugzilla.gnome.org/show_bug.cgi?id=624244
* Move nautilus-sendto extension to nautilusBastien Nocera2010-11-014-0/+296
And add a check for the presence of nautilus-sendto to the initialisation of the object. Building the extension is optional, though on by default. https://bugzilla.gnome.org/show_bug.cgi?id=633485