summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix `-Wclobbered` compilation warningsGaël Bonithon2021-12-112-3/+5
* Fix compilation warningsGaël Bonithon2021-11-1016-52/+60
* Support shared thumbnail repositories of the freedesktop.org thumbnail specSergios - Anestis Kefalidis2021-07-243-7/+57
* Fix missing parenthesesOlivier Duchateau2020-11-052-2/+2
* Add libgepub thumbnailer pluginOlivier Duchateau2020-11-057-0/+645
* Fix GTimeVal deprecationOlivier Duchateau2020-08-091-4/+5
* Use exif jpeg orientation hintAli Abdallah2020-08-061-7/+28
* Fix thumbnail orientation (Bug #15011)Andre Miranda2019-10-281-36/+34
* 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
* Add Fujifilm RAF support (Bug #14522)ToZ2019-03-071-0/+1
* Add more media types for audio cover thumbnails (Bug #12041)ToZ2019-03-072-9/+58
* Check for sparse video files only on plugin side.Ali Abdallah2018-10-212-5/+21
* 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
* Accept network paths in ffmpeg thumbnailer pluginEvangelos Foutras2018-09-021-6/+3
* Handle 0 mtime threshold on Cleanup DBus method.Ali Abdallah2018-03-311-45/+68
* Avoid loading desktop thumbnailers twice when XDG_DATA_DIRSAli Abdallah2017-06-071-3/+21
* According to the API doc of GdkPixbuf, gdk_pixbuf_loader_writeAli Abdallah2017-06-071-1/+5
* Fix typo in exif tag for image heightJustin Gassner2017-05-291-1/+1
* 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-287-0/+493
* Replace the deprecated function 'gsf_msole_metadata_read'Ali Abdallah2015-10-101-1/+1
* Removed unused static function xdg_cache_cache_get_home() (bug #11648)Matt Thirtytwo2015-03-071-9/+0
* Use $XDG_CACHE_HOME/thumbnails as per spec change (bug #10613)Jeremy Whiting2015-02-231-9/+9
* Add comments for the previous revert.Nick Schermer2014-07-281-3/+4
* Revert "Fix setting internal error to NULL in pixbuf thumbnailer (bug #10878)"Nick Schermer2014-07-281-6/+3
* Enable support for video/webm in ffmpeg thumbnailer plugin (bug #10360)Jannis Pohlmann2014-07-251-0/+1
* Fix setting internal error to NULL in pixbuf thumbnailer (bug #10878)Jannis Pohlmann2014-07-251-3/+6
* Send the cache operation replies after they are completed.Nick Schermer2013-07-281-7/+7
* Support move/copy operations on directories in the cache.Nick Schermer2013-07-281-55/+151
* Combine copy and move functions.Nick Schermer2013-07-281-72/+34
* Only enable keepalive in curl >= 7.25.Nick Schermer2013-05-061-1/+4
* Fix rendering from pdfs with thumbnail (bug #9972).Nick Schermer2013-05-051-86/+92
* Add more supported types for gst thumbnailer (bug #9747).Nick Schermer2013-05-051-8/+53
* Include string.h (bug #9858).Nick Schermer2013-05-041-0/+1
* Optimize regex patterns for cover thumbnailer.Nick Schermer2012-12-271-3/+4
* Add config file system to control thumbnailing plugin.Nick Schermer2012-12-272-147/+26
* Drop translations of debug message.Nick Schermer2012-12-2710-20/+20
* Always check in the title for a year.Nick Schermer2012-12-271-22/+20
* Fix previous commit, . is also a word boundry.Nick Schermer2012-12-271-1/+1
* Make the extension matching more global.Nick Schermer2012-12-271-1/+1
* Use Imdb to scale the pixbufs.Nick Schermer2012-12-271-6/+20
* Use a curl multi handle to re-use the connections.Nick Schermer2012-12-271-15/+85
* Slightly improve the matching and title generation.Nick Schermer2012-12-271-2/+2
* Fix location matching and titles starting with a year.Nick Schermer2012-12-271-3/+14
* Add cover-thumbnailer for movies.Nick Schermer2012-12-277-0/+1152
* Fix build when using -Wl,-z,defsYves-Alexis Perez2012-12-111-1/+4