summaryrefslogtreecommitdiff
path: root/plugins/desktop-thumbnailer
Commit message (Expand)AuthorAgeFilesLines
* desktop-thumbnailer: Allow to override configuration in desktop filesGaël Bonithon2021-12-291-37/+99
* desktop-thumbnailer: Allow for thumbnailer overrideGaël Bonithon2021-12-292-9/+18
* Cleanup: Avoid code duplicationGaël Bonithon2021-12-291-48/+3
* Reserve some third-party API messages to debug loggingGaël Bonithon2021-12-271-3/+11
* Error handling: Fit to the spec and complete message if neededGaël Bonithon2021-12-261-1/+2
* Debug: Add or adjust some traces and dumpsGaël Bonithon2021-12-262-2/+10
* Debug: Prefer runtime to compile-time check for loggingGaël Bonithon2021-12-262-7/+3
* Cleanup: Use `g_file_peek_path()` when appropriateGaël Bonithon2021-12-262-25/+8
* Fix typo in previous commitGaël Bonithon2021-12-221-1/+1
* Refactoring: Avoid code duplicationGaël Bonithon2021-12-221-51/+9
* Do not translate warning messagesGaël Bonithon2021-12-183-5/+5
* desktop-thumbnailer: Fill in `finalize()`Gaël Bonithon2021-12-141-0/+4
* desktop-thumbnailer: Fix some memory leaksGaël Bonithon2021-12-141-4/+5
* desktop-thumbnailer: Fix error handlingGaël Bonithon2021-12-121-23/+16
* Fix some priority issuesGaël Bonithon2021-12-121-2/+3
* Fix copy-paste errors when creating pluginsGaël Bonithon2021-12-121-1/+1
* Fix compilation warningsGaël Bonithon2021-11-101-2/+2
* prepend $XDG_DATA_HOME/thumbnailers/ to thumbnailers directoryYves-Alexis Perez2019-08-271-0/+5
* Fix a typo in desktop-thumbnailer-provider.c (Bug #14925)Denis Ovsienko2019-04-161-1/+1
* Use hash table to avoid loading xdg user path twice.Ali Abdallah2018-09-081-1/+5
* Fix identation + close thumbnailers directoryAli Abdallah2018-09-021-10/+14
* Avoid loading desktop thumbnailers twice when XDG_DATA_DIRSAli Abdallah2017-06-071-3/+21
* Remove a couple of ridiculous debug prints.Ali Abdallah2017-05-281-6/+0
* Don't ref the pixbuf as the desktop plugin returns it as it is.Ali Abdallah2017-05-282-4/+4
* Load and register in tumbler a list of thumbnailers read from XDG_DATA_DIRS/t...Ali Abdallah2017-05-282-30/+471
* Added skeleton files for the desktop thumbnailer plugin.Ali Abdallah2017-05-286-0/+492