Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2019-02-01 | tx: sync with transifex | raveit65 | 73 | -73/+104 | |
2019-01-30 | Fix Python 2 INT_ASLONG function. | Patrick Monnerat | 1 | -1/+1 | |
Ref: https://github.com/mate-desktop/python-caja/pull/34#issuecomment-457189545 | |||||
2019-01-30 | Include Python 3 ABI flags in shared library name. | Patrick Monnerat | 3 | -2/+5 | |
Python 3 appends the ABI flags to the version in the shared library file name: since this library is loaded as a gmodule, the correct file name must be provided. | |||||
2019-01-30 | Make Python statements compatible with version 2 and 3. | Patrick Monnerat | 2 | -2/+2 | |
2019-01-30 | Implement Python 3 C API compatibility using conditional and macros. | Patrick Monnerat | 2 | -7/+31 | |
The updated sources are still compatible with Python 2. | |||||
2019-01-30 | Allow to "make dist" without building the docs. | Patrick Monnerat | 1 | -4/+4 | |
2019-01-30 | Fail to build if some referenced symbol cannot be resolved at link time. | Patrick Monnerat | 2 | -1/+2 | |
This also requires to link with the gmodule library. | |||||
2019-01-30 | Modernize examples | Patrick Monnerat | 7 | -13/+188 | |
The example extension scripts need to be in sync with new versions of referenced foreign packages. This commit also makes them compatible with Python version 3 (retaining Python 2 compatibility). An additional example extension "mixed" is added: it implements all caja extension features and can also be used as a new extension pattern. See source header comment for a description. Ref: https://github.com/mate-desktop/python-caja/pull/34#issuecomment-457257832 | |||||
2018-12-26 | release 1.21.0v1.21.0 | raveit65 | 1 | -0/+3 | |
2018-12-26 | tx: sync with transifex | raveit65 | 72 | -344/+727 | |
2018-12-26 | tx: fix Project-Id-Version and Content-Type in resource file | raveit65 | 1 | -3/+3 | |
2018-12-26 | disable deprecation warnings for distcheck | raveit65 | 1 | -1/+4 | |
2018-06-19 | pre-bump version | raveit65 | 2 | -1/+3 | |
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -2/+2 | |
2018-03-18 | tx: add makepot and .pot files | raveit65 | 2 | -0/+31 | |
2018-03-12 | transifex: set minimum_perc and type in config file | raveit65 | 1 | -0/+2 | |
2018-02-02 | release 1.20v1.20.0 | raveit65 | 2 | -1/+5 | |
2018-02-02 | sync with transifex | raveit65 | 66 | -73/+129 | |
2017-10-13 | update to 1.19.0v1.19.0 | raveit65 | 1 | -0/+4 | |
2017-10-13 | sync with transifex | raveit65 | 64 | -63/+91 | |
2017-07-26 | sync with transifex | raveit65 | 8 | -13/+71 | |
2017-07-26 | use standard python exception message | monsta | 1 | -1/+1 | |
2017-07-21 | Added gi.require_version() | leigh123linux | 1 | -1/+14 | |
taken from: https://github.com/linuxmint/nemo-extensions/commit/67cc631 | |||||
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-03-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-03-13 | Bump version to 1.18.0v1.18.0 | Martin Wimpress | 2 | -4/+4 | |
2017-03-13 | Sync translations. | Martin Wimpress | 6 | -9/+64 | |
2017-01-13 | Update python-caja NEWS to use consistent, project wide, markdown-like ↵ | Martin Wimpress | 1 | -9/+9 | |
formatting. This will make generating release announcements easier. | |||||
2016-11-28 | po: actually add new languages from Transifex | monsta | 1 | -0/+4 | |
2016-11-24 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+4 | |
2016-11-24 | sync with transifex | raveit65 | 9 | -11/+119 | |
2016-11-23 | support GTK+3 only: require Caja 1.17.1 and pygobject-3.0 | monsta | 3 | -20/+13 | |