Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2016-10-18 | drop ancient check for Python 2.5, not needed these days | monsta | 1 | -6/+0 | |
2016-09-19 | release 1.16.0v1.16.01.16 | raveit65 | 1 | -1/+1 | |
2016-09-19 | update NEWS for 1.16 | monsta | 1 | -1/+4 | |
2016-09-19 | sync with Transifex | monsta | 1 | -3/+4 | |
2016-08-24 | examples: add dummy function to background-image extension | monsta | 1 | -0/+3 | |
seems like the only way to fix Caja warning: caja_menu_provider_get_background_items: assertion 'CAJA_IS_MENU_PROVIDER (provider)' failed | |||||
2016-08-23 | examples: use proper import in update-file-info-async.py | monsta | 1 | -2/+2 | |
2016-08-23 | examples: fix Caja crash when loading background-image extension | monsta | 1 | -1/+1 | |
due to wrong background schema name | |||||
2016-08-23 | remove ancient NEWS.GNOME | monsta | 1 | -78/+0 | |
2016-06-21 | po: re-add two non-empty translations | monsta | 3 | -0/+56 | |
2016-06-21 | revert addition of empty translations | monsta | 103 | -2680/+0 | |
they're all empty - except for two which I'll re-add later - so they simply don't do anything. no translated strings, no use. This reverts commit cc34243266804068147a2a1b6c25081efdc377ce. |