summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-group-scheduler.c
Commit message (Expand)AuthorAgeFilesLines
* Fix missing mutex unlock in group schedulerGaël Bonithon2022-03-171-1/+1
* Try all available thumbnailers before declaring failureGaël Bonithon2021-12-291-20/+28
* Error handling: Fit to the spec and complete message if neededGaël Bonithon2021-12-261-4/+13
* Define error messages in `tumbler/tumbler-error.h`Gaël Bonithon2021-12-171-1/+1
* Fix compilation warningsGaël Bonithon2021-11-101-10/+7
* Use guint32 for request handleAli Abdallah2020-05-171-2/+2
* Fix uninitialized variableOlivier Duchateau2018-09-111-1/+1
* Don't use deprecated glib 2.32 API.Nick Schermer2012-12-071-19/+20
* Update TumblerError enum and its usage.Jannis Pohlmann2009-12-081-1/+1
* Fix a bunch of compiler warnings.Jannis Pohlmann2009-10-271-5/+1
* Massive refactoring to support flavors properly.Jannis Pohlmann2009-10-271-37/+12
* Added the DBus API parts for flavor supportPhilip Van Hoof2009-10-261-1/+2
* Unqueue is not an English word, Dequeue is.Philip Van Hoof2009-10-251-15/+15
* Add the handle to the Ready signalPhilip Van Hoof2009-10-151-3/+4
* Cancel all URIs when the GMount they reside in is about to be unmounted.Jannis Pohlmann2009-10-151-0/+54
* Added dbus_message_set_destination to the DBus signal emitsPhilip Van Hoof2009-10-141-6/+9
* Add cancel capability to the thumbnail operations.Philip Van Hoof2009-10-141-3/+12
* Make sure to unlock the mutex before returning. Spotted by Philip.Jannis Pohlmann2009-10-081-0/+2
* Set background system priority for the group scheduler.Jannis Pohlmann2009-10-081-1/+15
* Wrap request unqueued check with the mutex to make the check atomic.Jannis Pohlmann2009-10-081-6/+6
* Fix compiler warning, add parameters to uri_error_new().Jannis Pohlmann2009-10-081-5/+8
* Rework the TumblerGroupScheduler code. Use a GList for error/ready URIs.Jannis Pohlmann2009-10-061-96/+178
* Renamed the kind property to name, using GObject propertiesPhilip Van Hoof2009-10-061-25/+12
* Group scheduler for background thumbnailingPhilip Van Hoof2009-10-061-0/+571