summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2019-02-20Examples: remove use of Python 2/3 incompatible urllib/urlparse.Patrick Monnerat5-69/+15
Plus some other rewriting to improve lisibility.
2019-01-30Modernize examplesPatrick Monnerat7-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
2016-08-24examples: add dummy function to background-image extensionmonsta1-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-23examples: use proper import in update-file-info-async.pymonsta1-2/+2
2016-08-23examples: fix Caja crash when loading background-image extensionmonsta1-1/+1
due to wrong background schema name
2013-01-22Port examples to g-i and gsettingsYaakov Selkowitz7-66/+73
2012-01-13switch to autogen.sh, updated files for MATEStefano Karapetsas1-465/+0
2012-01-13initial import from Mate-Extra repoStefano Karapetsas10-0/+701