summaryrefslogtreecommitdiff
path: root/tumbler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added the DBus API parts for flavor supportPhilip Van Hoof2009-10-264-8/+17
* Prepare the API docs for make distcheck.Jannis Pohlmann2009-10-231-0/+3
* Add TumblerColorspace enum, rename save_pixbuf() to save_image_data().Jannis Pohlmann2009-10-214-36/+68
* Replaced GdkPixbuf APIs with TumblerImageDataJannis Pohlmann2009-10-212-6/+13
* Add the handle to the Ready signalPhilip Van Hoof2009-10-151-1/+1
* Added dbus_message_set_destination to the DBus signal emitsPhilip Van Hoof2009-10-141-1/+4
* Use silent build rules if available.Jannis Pohlmann2009-10-141-18/+22
* Add cancel capability to the thumbnail operations.Philip Van Hoof2009-10-144-4/+14
* Fix memory leak in tumbler_util_get_supported_uri_schemes().Jannis Pohlmann2009-10-081-3/+3
* Make sure to unlock the mutex before returning. Spotted by Philip.Jannis Pohlmann2009-10-081-1/+1
* $(builddir) doesn't work in Maemo scratchbox, using $(top_builddir)Jannis Pohlmann2009-10-081-3/+3
* Fixed a glitch, checking for the wrong function pointerPhilip Van Hoof2009-10-081-1/+1
* Use xdg cache macro. Drop revision versioning. Drop MAINTAINER_MODE.Jannis Pohlmann2009-10-061-13/+8
* Chain constructed up to parent classes. Need to remember this.Jannis Pohlmann2009-10-051-0/+4
* Register marshallers for specialized thumbnailer signals.Jannis Pohlmann2009-10-051-0/+1
* Always check for "file" and add it if necessary. Clearly the better way.Jannis Pohlmann2009-09-304-1/+105
* Fix several mistakes and typos, and therewith make distcheck.Jannis Pohlmann2009-09-303-3/+2