summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-service.c
Commit message (Expand)AuthorAgeFilesLines
* Allow to choose an alternative service name prefixGaël Bonithon2022-01-091-3/+3
* Debug: Display data side-by-side when appropriateGaël Bonithon2021-12-291-1/+1
* Try all available thumbnailers before declaring failureGaël Bonithon2021-12-291-2/+2
* Error handling: Fit to the spec and complete message if neededGaël Bonithon2021-12-261-7/+23
* Debug: Add or adjust some traces and dumpsGaël Bonithon2021-12-261-2/+18
* Cache cleanup when a request for a URI failsGaël Bonithon2021-12-201-0/+6
* Do not translate warning messagesGaël Bonithon2021-12-181-1/+1
* Fix warnings from scan-build (Clang 13.0)Gaël Bonithon2021-12-111-1/+1
* Fix compilation warningsGaël Bonithon2021-11-101-4/+1
* Use guint32 for request handleAli Abdallah2020-05-171-11/+11
* Don't ref the variant before sending a signal and let itAli Abdallah2017-07-171-20/+13
* Fix a couple of compile warnings caused by return voidAli Abdallah2017-05-111-1/+1
* Port tumbler-service to gdbus.Ali Abdallah2015-10-101-313/+242
* Don't use deprecated glib 2.32 API.Nick Schermer2012-12-071-16/+16
* Simplify the race fix. Failed name ownership implies already running.Jannis Pohlmann2011-09-281-25/+2
* Fix ownership race conditions when started twice (bug #8001).Jannis Pohlmann2011-09-281-10/+22
* Add coding style document.Jannis Pohlmann2011-02-191-2/+2
* Quit tumbler after five minutes of inactivity.Jannis Pohlmann2011-02-131-11/+37
* Get rid of the inherently broken GStrv type in function signatures.Jannis Pohlmann2011-02-131-13/+13
* Fix compiler warnings in tumbler-service.Nick Schermer2010-08-261-15/+15
* Fix a memory leak.Jannis Pohlmann2010-07-171-0/+3
* Improve the code quality and consistency of the last commit.Jannis Pohlmann2010-02-261-118/+151
* Don't use dbus_connection_send from the threads, using g_idle_addPhilip Van Hoof2010-02-261-29/+156
* Report unsupported flavors back to clients via an error signal.Jannis Pohlmann2010-01-071-5/+27
* The error-code should be int32, not uint32Philip Van Hoof2009-12-021-1/+1
* Reimplementation of specialized after merge with masterJannis Pohlmann2009-11-251-41/+47
* Fix wrong unref in TumblerService. Disconnect from schedulers properly.Jannis Pohlmann2009-11-161-1/+15
* Massive refactoring to support flavors properly.Jannis Pohlmann2009-10-271-43/+57
* Added the DBus API parts for flavor supportPhilip Van Hoof2009-10-261-1/+43
* Unqueue is not an English word, Dequeue is.Philip Van Hoof2009-10-251-7/+7
* Add the handle to the Ready signalPhilip Van Hoof2009-10-151-0/+5
* Cancel all URIs when the GMount they reside in is about to be unmounted.Jannis Pohlmann2009-10-151-0/+45
* Add a few comments, minor coding style changes.Jannis Pohlmann2009-10-141-18/+48
* Added dbus_message_set_destination to the DBus signal emitsPhilip Van Hoof2009-10-141-10/+109
* Remove TumblerNaiveScheduler.Jannis Pohlmann2009-10-141-1/+0
* Cache supported URI schemes and MIME types in the registry.Jannis Pohlmann2009-10-081-103/+6
* Optimize tumbler_service_get_supported() by not duplicating strings.Jannis Pohlmann2009-10-081-45/+65
* Moved GetSupported and GetSchedulers to the servicePhilip Van Hoof2009-10-081-0/+127
* Refactor code a bit to make more obvious which scheduler is the default.Jannis Pohlmann2009-10-081-5/+5
* Back to the org.freedesktop.thumbnails namespace. Use API versioning.Jannis Pohlmann2009-10-061-6/+2
* Use a GList for managing the schedulers. Rework the service code a bit.Jannis Pohlmann2009-10-061-36/+69
* Renamed the kind property to name, using GObject propertiesPhilip Van Hoof2009-10-061-1/+1
* Added `scheduler` parameter to DBus method QueuePhilip Van Hoof2009-10-061-27/+57
* LIFO scheduler for interactive thumbnailingPhilip Van Hoof2009-10-061-2/+2
* Chain constructed up to parent classes. Need to remember this.Jannis Pohlmann2009-10-051-0/+4
* Implement the font thumbnailer, reusing code from ThunarVFS.Jannis Pohlmann2009-09-301-2/+2
* Cleanup, remove private structs and use G_DEFINE_TYPE where possible.Jannis Pohlmann2009-06-171-90/+55
* Add TumblerCache service and try to start it at startup of tumblerd.Jannis Pohlmann2009-06-051-2/+2
* Always pass the length along with TumblerThumbnailer arrays.Jannis Pohlmann2009-06-051-3/+6
* Improve threshold scheduler, thumbnail info and builtin thumbnailer.Jannis Pohlmann2009-06-051-1/+1