summaryrefslogtreecommitdiff
path: root/tumbler
Commit message (Expand)AuthorAgeFilesLines
* i18n: Add missing initializationHEADmasterGaël Bonithon2022-03-171-0/+6
* Debug: Display data side-by-side when appropriateGaël Bonithon2021-12-292-0/+37
* Add support for thumbnail size x-large and xx-largeGaël Bonithon2021-12-292-0/+20
* desktop-thumbnailer: Allow to override configuration in desktop filesGaël Bonithon2021-12-294-13/+43
* Cleanup: Avoid code duplicationGaël Bonithon2021-12-292-0/+50
* Try all available thumbnailers before declaring failureGaël Bonithon2021-12-292-14/+21
* Reserve some third-party API messages to debug loggingGaël Bonithon2021-12-272-0/+39
* Debug: Add some config-file-related messagesGaël Bonithon2021-12-261-2/+6
* Error handling: Fit to the spec and complete message if neededGaël Bonithon2021-12-264-7/+7
* Debug: Add or adjust some traces and dumpsGaël Bonithon2021-12-262-0/+30
* Debug: Prefer runtime to compile-time check for loggingGaël Bonithon2021-12-262-0/+22
* Fix mistake in previous commitGaël Bonithon2021-12-222-3/+6
* Fix typo in previous commitGaël Bonithon2021-12-222-15/+15
* Refactoring: Avoid code duplicationGaël Bonithon2021-12-222-0/+85
* Use microsecond precision for last modification timeGaël Bonithon2021-12-216-22/+25
* Do not translate warning messagesGaël Bonithon2021-12-183-6/+13
* Define error messages in `tumbler/tumbler-error.h`Gaël Bonithon2021-12-172-1/+9
* Remove TUMBLER_ADD_INTERFACEGaël Bonithon2021-11-103-44/+0
* Fix compilation warningsGaël Bonithon2021-11-107-87/+35
* This commit implements Excludes pathsAli Abdallah2020-05-012-7/+45
* Fix g_type_class_add_private is deprecatedAndre Miranda2019-04-161-8/+3
* Check for sparse video files only on plugin side.Ali Abdallah2018-10-212-6/+45
* Fix memory corruption on 64bit (bug #9766).Nick Schermer2013-05-051-1/+1
* Store min length value.Nick Schermer2013-05-051-3/+5
* Add some additional debug checks.Nick Schermer2013-05-041-0/+3
* Add config file system to control thumbnailing plugin.Nick Schermer2012-12-276-3/+209
* Disable http and cdda schemes as well.Nick Schermer2012-12-081-4/+6
* Drop unneeded vfs schemes.Nick Schermer2012-12-081-20/+26
* Explicitly link against gmodule (bug #8466).Lionel Le Folgoc2012-02-241-0/+2
* Make sure to include PLATFORM flags everywhere.Jannis Pohlmann2011-12-271-1/+2
* Avoid unref of null object.Nick Schermer2011-10-281-2/+5
* Fix compiler error on Sun Studio.Nick Schermer2011-03-281-3/+3
* Quit tumbler after five minutes of inactivity.Jannis Pohlmann2011-02-131-1/+2
* Get rid of the inherently broken GStrv type in function signatures.Jannis Pohlmann2011-02-138-46/+44
* Make Cleanup() take an array of base URIs instead of just one.Jannis Pohlmann2011-02-132-8/+8
* Use LGPL instead of GPL license headers in the library (bug #6781).Jannis Pohlmann2010-11-066-54/+54
* Add poppler-based PDF/PS thumbnailer plugin. New error code NO_CONTENT.Jannis Pohlmann2010-07-161-0/+1
* Allow TumblerFileInfos to be created with empty URIs/MIME types.Jannis Pohlmann2010-02-261-2/+2
* GStrv is a boxed type, fix marshallers.Jannis Pohlmann2010-02-251-2/+2
* Avoid compiler warning due to global name shadowing.Jannis Pohlmann2010-02-251-4/+4
* Report unsupported flavors back to clients via an error signal.Jannis Pohlmann2010-01-073-3/+8
* Update TumblerError enum and its usage.Jannis Pohlmann2009-12-081-2/+4
* Add missing marshaller.Jannis Pohlmann2009-11-271-0/+1
* Fix a few memory leaks.Jannis Pohlmann2009-11-231-0/+2
* Support specialized thumbnailers and overrides files properly.Jannis Pohlmann2009-11-162-15/+39
* Fix a bunch of compiler warnings.Jannis Pohlmann2009-10-273-30/+1
* Rename the delete member of TumblerCache to do_delete (for C++).Jannis Pohlmann2009-10-272-3/+3
* Remove obsolete provider files. Fix include in tumbler-file-info.c.Jannis Pohlmann2009-10-271-11/+8
* Massive refactoring to support flavors properly.Jannis Pohlmann2009-10-2720-348/+861
* Switch to a plugin API that only allows one cache backend at a time.Jannis Pohlmann2009-10-266-74/+82