summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2017-07-26use standard python exception messagemonsta1-1/+1
2017-07-21Added gi.require_version()leigh123linux1-1/+14
taken from: https://github.com/linuxmint/nemo-extensions/commit/67cc631
2016-10-18drop ancient check for Python 2.5, not needed these daysmonsta1-6/+0
2016-04-05fix indent a bitmonsta1-12/+12
2016-03-07expose child python filenames to cajaAlexander van der Meij1-0/+12
2014-07-11Use pkg-config for python detection and variablesinfirit1-2/+3
2014-01-08Cleanup AM_CPPFLAGSinfirit1-12/+15
2014-01-08Revert "Do not dlopen libpython"infirit2-1/+9
This reverts commit d63756bd11b097f11f115d5477110893b7ee16a2. Causes problems like the following issue on github: https://github.com/mate-desktop/python-caja/issues/5
2013-09-06fix make file for automake-1.13Wolfgang Ulbrich1-1/+1
2013-01-22Do not dlopen libpythonYaakov Selkowitz2-9/+1
As libcaja-python is linked with -lpythonX.Y on all platforms, there is no need to dlopen libpython in order to load it.
2013-01-22Drop support for old script locationYaakov Selkowitz1-9/+0
Now is a good time as any, with the extension API changing to g-i.
2013-01-22Convert to g-iYaakov Selkowitz3-179/+37
2013-01-22Remove static bindingsYaakov Selkowitz4-550/+0
2012-11-18fixed incorrect fsf addresses.Steve Zesch5-5/+5
2012-01-13switch to autogen.sh, updated files for MATEStefano Karapetsas1-643/+0
2012-01-13initial import from Mate-Extra repoStefano Karapetsas9-0/+2364