Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-15 | Include autogen.sh in generated tarball | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-13 | Include Python multiarch headers and library search paths | Micah Gersten | 1 | -2/+4 | |
Use python-config to find the python include dirs http://patch-tracker.debian.org/patch/series/dl/nautilus-python/1.1-4/02_python_multiarch_path.patch | |||||
2014-01-13 | Merge pull request #12 from infirit/master | Stefano Karapetsas | 14 | -36/+944 | |
Revert "Do not dlopen libpython" + various fixes and cleanups | |||||
2014-01-10 | Remove distro directory | infirit | 1 | -28/+0 | |
2014-01-09 | Properly fix dataroot warning for pkg-config file. | infirit | 1 | -0/+1 | |
All we needed to do was add @dataroot@ to caja-python.pc.in. config.status: WARNING: 'caja-python.pc.in' seems to ignore the --datarootdir setting | |||||
2014-01-09 | Revert "Fix pkgconfig wraning about datadir" | infirit | 1 | -1/+1 | |
This reverts commit b0dcf318701e517340aa7a491af8a8384df474a4. | |||||
2014-01-09 | Add ChangeLog dist-hook for generation from git | infirit | 1 | -0/+14 | |
2014-01-09 | Cleanup AC_INIT | infirit | 1 | -1/+3 | |
2014-01-09 | Fix distcheck so it works without root privilege | infirit | 2 | -8/+15 | |
2014-01-08 | Don't set AC_PREFIX_DEFAULT | infirit | 1 | -2/+0 | |
2014-01-08 | Cleanup AM_CPPFLAGS | infirit | 1 | -12/+15 | |
2014-01-08 | Bring gtk-doc up to date. | infirit | 9 | -11/+886 | |
It should build again and be properly included with make dist. Based on nautilus-python changes, see below for the details. https://git.gnome.org/browse/nautilus-python/log/docs?h=nautilus-3.0 | |||||
2014-01-08 | Autofoo cleanups | infirit | 2 | -3/+3 | |
2014-01-08 | Revert "Do not dlopen libpython" | infirit | 2 | -1/+9 | |
This reverts commit d63756bd11b097f11f115d5477110893b7ee16a2. Causes problems like the following issue on github: https://github.com/mate-desktop/python-caja/issues/5 | |||||
2013-11-13 | Merge pull request #11 from flexiondotorg/master | Stefano Karapetsas | 1 | -28/+0 | |
Remove distro folder. | |||||
2013-11-13 | Remove distro folder. | Martin Wimpress | 1 | -28/+0 | |
2013-09-21 | Merge pull request #10 from infirit/master | Stefano Karapetsas | 2 | -10/+7 | |
Autofoo cleanups | |||||
2013-09-21 | Fix pkgconfig wraning about datadir | infirit | 1 | -1/+1 | |
WARNING: 'caja-python.pc.in' seems to ignore the --datarootdir setting | |||||
2013-09-21 | Autofoo cleanups | infirit | 1 | -9/+6 | |
2013-09-07 | Merge pull request #9 from NiceandGently/master | Stefano Karapetsas | 1 | -1/+1 | |
fix make file for automake-1.13 | |||||
2013-09-06 | fix make file for automake-1.13 | Wolfgang Ulbrich | 1 | -1/+1 | |
2013-09-06 | Merge pull request #8 from NiceandGently/master | Stefano Karapetsas | 1 | -2/+2 | |
fix incorrect-fsf-address in COPYING | |||||
2013-09-06 | fix incorrect-fsf-address in COPYING | Wolfgang Ulbrich | 1 | -2/+2 | |
2013-04-05 | Merge pull request #3 from cygwinports/master | Stefano Karapetsas | 2 | -2/+2 | |
Fix autotools deprecations | |||||
2013-04-05 | Fix autotools deprecations | Yaakov Selkowitz | 2 | -2/+2 | |
2013-04-01 | Bump version to 1.6.0python-caja-1.6.0 | Stefano Karapetsas | 1 | -2/+2 | |
2013-04-01 | Add empty ChangeLog to allow build from git | Stefano Karapetsas | 1 | -0/+2 | |
2013-03-24 | "Removed ChangeLog" | Steve Zesch | 1 | -3/+0 | |
2013-01-22 | Bump version to 1.5.0python-caja-1.5.0 | Stefano Karapetsas | 1 | -1/+1 | |
2013-01-22 | Fix configure.in | Stefano Karapetsas | 1 | -2/+8 | |
2013-01-22 | Fix m4 underquoting warning | Yaakov Selkowitz | 1 | -1/+1 | |
2013-01-22 | Do not dlopen libpython | Yaakov Selkowitz | 2 | -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-22 | Drop support for old script location | Yaakov Selkowitz | 3 | -13/+2 | |
Now is a good time as any, with the extension API changing to g-i. | |||||
2013-01-22 | Update docs for g-i | Yaakov Selkowitz | 14 | -363/+277 | |
2013-01-22 | Fix git repo URI | Yaakov Selkowitz | 1 | -1/+1 | |
2013-01-22 | Port examples to g-i and gsettings | Yaakov Selkowitz | 7 | -66/+73 | |
2013-01-22 | Convert to g-i | Yaakov Selkowitz | 5 | -209/+59 | |
2013-01-22 | Remove autotool files from version control | Yaakov Selkowitz | 9 | -9641/+0 | |
2013-01-22 | Remove static bindings | Yaakov Selkowitz | 4 | -550/+0 | |
2012-11-18 | Merge branch 'master' of github.com:mate-desktop/python-caja | Steve Zesch | 1 | -2/+0 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 5 | -5/+5 | |
2012-11-18 | Merge pull request #1 from sbalneav/master | Stefano Karapetsas | 1 | -2/+0 | |
python-caja: remove dependency on python-mate | |||||
2012-11-18 | Remove dependency on mate-python (deprecated module) | Scott Balneaves | 1 | -2/+0 | |
2012-07-11 | Preparing for 1.4 release.python-caja-1.4.0 | Steve Zesch | 2 | -27/+1 | |
2012-03-14 | update for 1.2 releasepython-caja-1.2.0 | Stefano Karapetsas | 3 | -4/+4 | |
2012-01-13 | switch to autogen.sh, updated files for MATE | Stefano Karapetsas | 16 | -30073/+38 | |
2012-01-13 | initial import from Mate-Extra repo | Stefano Karapetsas | 69 | -0/+44885 | |