summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-specialized-thumbnailer.c
Commit message (Expand)AuthorAgeFilesLines
* Allow to choose an alternative service name prefixGaël Bonithon2022-01-091-1/+1
* Error handling: Fit to the spec and complete message if neededGaël Bonithon2021-12-261-3/+6
* Drop support of GLib < 2.32Olivier Duchateau2020-08-091-29/+0
* Fix GTimeVal deprecationOlivier Duchateau2020-08-091-3/+5
* Use guint32 for request handleAli Abdallah2020-05-171-2/+2
* Fix wrong variant signature in g_variant_get.Ali Abdallah2017-07-171-1/+1
* Pass &s to g_variant_get to get only a pointer to the serialisedAli Abdallah2015-11-011-2/+2
* Fixed a typo in g_variant_is_of_type.Ali Abdallah2015-10-141-1/+1
* Porting the specialized thumbnailer to gdbusAli Abdallah2015-10-101-143/+117
* Don't use deprecated glib 2.32 API.Nick Schermer2012-12-071-8/+38
* Make strings translatable.Jannis Pohlmann2009-12-051-2/+3
* Fixed a bug in the specialized thumbnailer support:Philip Van Hoof2009-12-051-2/+20
* Renamed "Create" to "Queue" in specialized thumbnailer supportPhilip Van Hoof2009-12-021-1/+1
* Reimplementation of specialized after merge with masterJannis Pohlmann2009-11-251-54/+152
* Register D-Bus marshallers in _class_init instead of _init.Jannis Pohlmann2009-11-231-12/+12
* Set "modified" of thumbnailers runtime registered to the current time.Jannis Pohlmann2009-11-161-1/+4
* Support specialized thumbnailers and overrides files properly.Jannis Pohlmann2009-11-161-18/+64
* Massive refactoring to support flavors properly.Jannis Pohlmann2009-10-271-6/+2
* Added the DBus API parts for flavor supportPhilip Van Hoof2009-10-261-2/+4
* Add cancel capability to the thumbnail operations.Philip Van Hoof2009-10-141-0/+2
* Back to the org.freedesktop.thumbnails namespace. Use API versioning.Jannis Pohlmann2009-10-061-4/+5
* 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/+12
* Derive TumblerSpecializedThumbnailer from TumblerAbstractThumbnailer.Jannis Pohlmann2009-10-051-32/+6
* Implement the font thumbnailer, reusing code from ThunarVFS.Jannis Pohlmann2009-09-301-1/+1
* Cleanup, remove private structs and use G_DEFINE_TYPE where possible.Jannis Pohlmann2009-06-171-103/+61
* Add plugin interface for cache and thumbnailer implementations.Jannis Pohlmann2009-06-081-1/+2
* Improve threshold scheduler, thumbnail info and builtin thumbnailer.Jannis Pohlmann2009-06-051-1/+1
* Add tumbler utility library, rename the service to tumblerd.Jannis Pohlmann2009-05-211-0/+462