summaryrefslogtreecommitdiff
path: root/tumbler
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix two memory leaks. Cleanup indentations.Jannis Pohlmann2009-09-121-0/+2
* Add tumbler_thumbnail_save_file() to save thumbnails from source files.Jannis Pohlmann2009-06-252-0/+29
* Cleanup, remove private structs and use G_DEFINE_TYPE where possible.Jannis Pohlmann2009-06-1712-247/+150
* No thumbnails for thumbnails. Allow Unqueue in the middle of requests.Jannis Pohlmann2009-06-126-39/+72
* Implement Cleanup, Copy, Move and Delete in cache plugin and service.Jannis Pohlmann2009-06-092-1/+81
* Fix bug in deallocation of provider infos in TumblerProviderFactory.Jannis Pohlmann2009-06-091-4/+8
* Add plugin interface for cache and thumbnailer implementations.Jannis Pohlmann2009-06-0825-1335/+2413
* Remove tumbler-thumbnail.h includes.Jannis Pohlmann2009-06-052-2/+0
* Add TUMBLER_ERROR_NO_THUMBNAILER error code.Jannis Pohlmann2009-06-051-0/+1
* Improve threshold scheduler, thumbnail info and builtin thumbnailer.Jannis Pohlmann2009-06-057-306/+911
* Add TumblerThumbnailInfo and TumblerThumbnailFormat enum.Jannis Pohlmann2009-05-227-1/+516
* Add API docs for tumbler (not tumblerd) using GTK-Doc.Jannis Pohlmann2009-05-224-0/+31
* Add error domain, TumblerThumbnailFlavor and thumbnail helper functions.Jannis Pohlmann2009-05-228-2/+470
* Add tumbler utility library, rename the service to tumblerd.Jannis Pohlmann2009-05-2129-4137/+161
* Implement TumblerNaiveScheduler and add signals to TumblerService.Jannis Pohlmann2009-05-2112-47/+722
* Fix last element not being copied in tumbler_thumbnailer_array_copy().Jannis Pohlmann2009-05-211-3/+3
* Implement tumbler_service_queue() based on TumblerSchedulerRequest.Jannis Pohlmann2009-05-209-43/+277
* Implement tumbler_service_start(), add D-Bus bindings for the service.Jannis Pohlmann2009-05-203-2/+128
* Add TumblerScheduler and TumblerThresholdScheduler skeletons.Jannis Pohlmann2009-05-207-7/+375
* Use GdkPixbuf to get MIME types for the (optional) pixbuf thumbnailer.Jannis Pohlmann2009-05-194-14/+80
* Implement tumbler_manager_get_supported() based on the registry.Jannis Pohlmann2009-05-193-13/+94
* Make the registry thread-safe using a GMutex.Jannis Pohlmann2009-05-191-2/+13
* Implement thumbnailer management in TumblerRegistry.Jannis Pohlmann2009-05-196-46/+297
* Improve TumblerThumbnailer and add TumblerSpecializedThumbnailer.Jannis Pohlmann2009-05-1810-16/+618
* Introduce interfaces and classes for built-in thumbnailers.Jannis Pohlmann2009-05-1711-12/+618
* Implement manager D-Bus interface in TumblerManager.Jannis Pohlmann2009-05-175-7/+164
* Add tumbler class skeletons and .pot file.Jannis Pohlmann2009-05-178-1/+930
* Initial import. Nothing useful yet.Jannis Pohlmann2009-05-173-0/+93