Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-22 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
2020-04-22 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+1 | |
2020-04-11 | ci: build with mate-common-1.24.1 tarball | raveit65 | 1 | -0/+16 | |
2020-04-10 | ci: add autoconf-archive on arch requirements | rbuj | 1 | -0/+1 | |
2020-04-10 | ci: configure --enable-compile-warnings=maximum | rbuj | 1 | -1/+1 | |
2020-04-10 | ci: variables, drop obsolete Warn_Cflags | rbuj | 1 | -1/+0 | |
2020-04-10 | build: Use WARN_CFLAGS variable | rbuj | 2 | -4/+8 | |
2020-04-05 | Travis CI: avoid deprecated skip_cleanup | Pablo Barciela | 1 | -2/+2 | |
2020-04-04 | Travis CI: Fix build error with arch | Pablo Barciela | 1 | -13/+14 | |
2020-04-04 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -1/+1 | |
2020-02-20 | Travis CI: Fix build error, add .build.yml | Pablo Barciela | 2 | -116/+115 | |
2020-02-09 | release 1.24.0v1.24.0 | raveit65 | 2 | -1/+5 | |
2020-02-09 | tx: sync with transifex | raveit65 | 1 | -3/+3 | |
2020-01-31 | release 1.23.1v1.23.1 | raveit65 | 2 | -2/+13 | |
2020-01-31 | tx: sync with transifex | raveit65 | 73 | -606/+974 | |
2020-01-31 | configure: get quieter output from make | rbuj | 1 | -0/+1 | |
2020-01-30 | travis: don't set PYTHON environment variable anymore | monsta | 1 | -1/+0 | |
it's not needed now as Python 2 support is dropped | |||||
2020-01-29 | Get rid of commons | Patrick Monnerat | 2 | -11/+19 | |
See https://gcc.gnu.org/gcc-10/porting_to.html#common | |||||
2020-01-24 | Travis CI: auto deploy gh-pages | Pablo Barciela | 1 | -1/+33 | |
2020-01-24 | Travis CI: enable 'cppcheck' in debian | Pablo Barciela | 1 | -0/+4 | |
2020-01-24 | Travis CI: enable clang analyzer in the logs | Pablo Barciela | 1 | -1/+34 | |
2020-01-11 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2020-01-07 | tx: update resource file | raveit65 | 1 | -8/+12 | |
2020-01-07 | tx: add fixes to makepot script | raveit65 | 1 | -0/+2 | |
2020-01-06 | travis: add autopoint | Wu Xiaotian | 1 | -0/+2 | |
2020-01-06 | migrate from intltools to gettext | Wu Xiaotian | 5 | -12/+91 | |
2020-01-04 | README: update required Python version | monsta | 1 | -1/+1 | |
2019-12-25 | drop Python 2 support (#50) | monsta | 4 | -39/+11 | |
it's going EOL in 2020 | |||||
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-10-10 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-06 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-09-24 | Make configure.ac cross compile safe. | Martin Wimpress | 1 | -13/+10 | |
2019-07-06 | Remove trailing whitespaces | Laurent Napias | 4 | -51/+51 | |
2019-06-18 | release 1.23.0v1.23.0 | raveit65 | 2 | -1/+9 | |
2019-06-18 | tx: sync with transifex | raveit65 | 7 | -9/+40 | |
2019-06-18 | Add support for building with Python 3.8 | Patrick Monnerat | 1 | -2/+8 | |
Embedding Python >= 3.8 requires to use the pkgconfig profile python-*-embed. Try to use it and fallback to non-suffixed name on error. | |||||
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 | |
2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
2019-05-29 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -2/+2 | |
2019-04-05 | github release page | raveit65 | 1 | -0/+19 | |
2019-03-31 | Make Caja.OperationHandle usable. | Patrick Monnerat | 6 | -6/+145 | |
The Caja.OperationHandle.handle property is added: this gives access to the effective handle taking the form of a non-zero signed integer that can be stored in a void pointer. Trying to set this property with an invalid value raises an exception. Upon update_file_info_full call, the new Caja.OperationHandle is preset with a "unique" non-null value generated from an atomic counter. When the python method returns, the handle value is transmitted to Caja whatever it is: this fixes the problem of Caja expecting a non-null handle when CAJA_OPERATION_IN_PROGRESS is returned. Ref: https://github.com/mate-desktop/python-caja/issues/36 | |||||
2019-02-25 | release 1.22.0v1.22.0 | raveit65 | 2 | -1/+9 | |
2019-02-20 | fix distcheck when use python3 | Wu Xiaotian | 1 | -1/+1 | |
2019-02-20 | use PYTHON=python3 environment variable for building | Wu Xiaotian | 1 | -0/+1 | |
2019-02-20 | Enable Travis CI for all branches | Wu Xiaotian | 1 | -6/+0 | |
2019-02-20 | Initialize Travis CI support | Wu Xiaotian | 1 | -0/+86 | |
2019-02-20 | Examples: remove use of Python 2/3 incompatible urllib/urlparse. | Patrick Monnerat | 5 | -69/+15 | |
Plus some other rewriting to improve lisibility. | |||||
2019-02-14 | Report effective Python version and library location at the end of configure | Patrick Monnerat | 1 | -2/+4 | |
2019-02-05 | docs: fix remaining incompatibility with Python 3 | monsta | 1 | -1/+1 | |
2019-02-01 | release 1.21.1v1.21.1 | raveit65 | 2 | -1/+12 | |