summaryrefslogtreecommitdiff
path: root/tumblerd/tumbler-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Allow to choose an alternative service name prefixGaël Bonithon2022-01-091-1/+1
* Cleanup: Avoid code duplicationGaël Bonithon2021-12-291-48/+3
* Debug: Add or adjust some traces and dumpsGaël Bonithon2021-12-261-3/+13
* Debug: Convert dump functions to `GString, g_debug()`Gaël Bonithon2021-12-261-8/+15
* Debug: Prefer runtime to compile-time check for loggingGaël Bonithon2021-12-261-53/+37
* Cleanup: Use `g_file_peek_path()` when appropriateGaël Bonithon2021-12-261-37/+16
* Do not translate warning messagesGaël Bonithon2021-12-181-15/+12
* Fix compilation warningsGaël Bonithon2021-11-101-2/+1
* On some systems $XDG_DATA_HOME can have duplicated pathAli Abdallah2017-06-071-3/+26
* Fix a couple of compile warnings caused by return voidAli Abdallah2017-05-111-4/+4
* Fixed a typo in g_variant_is_of_type.Ali Abdallah2015-10-141-7/+7
* Porting the specialized thumbnailer to gdbusAli Abdallah2015-10-101-33/+44
* Start porting some code from dbus-glib.Ali Abdallah2015-10-081-106/+82
* Don't use deprecated glib 2.32 API.Nick Schermer2012-12-071-34/+34
* Avoid accessing list elements after they have been freed (bug #7418).Jannis Pohlmann2012-02-251-1/+6
* Simplify the race fix. Failed name ownership implies already running.Jannis Pohlmann2011-09-281-26/+2
* Fix ownership race conditions when started twice (bug #8001).Jannis Pohlmann2011-09-281-10/+34
* Quit tumbler after five minutes of inactivity.Jannis Pohlmann2011-02-131-8/+13
* Get rid of the inherently broken GStrv type in function signatures.Jannis Pohlmann2011-02-131-4/+4
* Fix a segfault when one of the thumbnailer dirs is deleted (bug #6134).Jannis Pohlmann2010-11-131-1/+1
* Fix crash when deleting the last thumbnailer dir/file or overrides file.Jannis Pohlmann2009-11-251-11/+15
* Fix a few memory leaks.Jannis Pohlmann2009-11-231-3/+11
* Remove empty lists from the hash table when a directory is deleted.Jannis Pohlmann2009-11-171-1/+15
* Fix two bugs and change debug output.Jannis Pohlmann2009-11-171-9/+56
* Fix wrong free spotted by Philip.Jannis Pohlmann2009-11-161-1/+1
* Support specialized thumbnailers and overrides files properly.Jannis Pohlmann2009-11-161-16/+1564
* Moved GetSupported and GetSchedulers to the servicePhilip Van Hoof2009-10-081-67/+0
* Back to the org.freedesktop.thumbnails namespace. Use API versioning.Jannis Pohlmann2009-10-061-2/+2
* Implement the font thumbnailer, reusing code from ThunarVFS.Jannis Pohlmann2009-09-301-2/+2
* Fix two more memory leeks. According to valgrind there are none left.Jannis Pohlmann2009-09-121-0/+6
* Cleanup, remove private structs and use G_DEFINE_TYPE where possible.Jannis Pohlmann2009-06-171-80/+30
* Add TumblerCache service and try to start it at startup of tumblerd.Jannis Pohlmann2009-06-051-7/+8
* 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/+397