summaryrefslogtreecommitdiff
path: root/gnome-settings-daemon
Commit message (Expand)AuthorAgeFilesLines
* Migrate gnome-settings-daemon settings (/apps/gnome/gnome_settings_daemon) to...Rodrigo Moya2010-10-053-75/+37
* Fix include directory to match API versionBastien Nocera2010-09-221-1/+1
* Silence build by defaultBastien Nocera2010-09-201-2/+2
* Miscellaneous string fixesPhilip Withnall2010-05-021-1/+1
* Add timed exit optionWilliam Jon McCann2010-01-091-0/+13
* revert build patch from r763Jens Granseuer2009-03-181-10/+11
* Based on patch by: Christopher Taylor <christophth@tiscali.it>Jens Granseuer2009-03-071-11/+10
* also install the plugin header file because it is needed for customJens Granseuer2009-03-021-2/+4
* Patch by: Frederic Peters <fpeters@0d.be>Jens Granseuer2008-12-281-0/+4
* Shutdown properly when bus goes away. Previously we were just lettingRay Strode2008-12-171-1/+21
* Shutdown properly when killed.Ray Strode2008-12-171-0/+50
* Rename pipefds to daemon_pipe_fds. This fits the naming style of theRay Strode2008-12-171-7/+7
* Don't call umask (bug #563543)Behdad Esfahbod2008-12-071-1/+0
* Fix --no-daemon (bug #562175)Behdad Esfahbod2008-11-241-13/+38
* Check return value of pipe().Behdad Esfahbod2008-11-101-2/+5
* Fork before gtk_init (bug #559695)Behdad Esfahbod2008-11-101-35/+59
* Use a pipe to communicate between child and parent process instead of aBehdad Esfahbod2008-11-041-7/+11
* Don't close stderr. Otherwise we just lose all our warnings that will notBehdad Esfahbod2008-11-041-17/+15
* Make parent wait for initialization in children to finish beforeBehdad Esfahbod2008-11-031-2/+63
* Preload gconf dirs when feasible (bug #559167)Behdad Esfahbod2008-11-032-13/+17
* Improve performance logging annotations (bug #559162)Behdad Esfahbod2008-11-032-12/+6
* Get rid of libgnome (bug #557808).Jens Granseuer2008-10-291-24/+0
* Bug 555553 – format not a string literal and no format argumentsChristian Persch2008-10-123-4/+4
* Patch by: Simon Zheng <simon.zheng@sun.com>Jens Granseuer2008-09-101-5/+5
* stop all plugins on shutdownJens Granseuer2008-05-271-1/+10
* listen to "SessionOver" D-Bus signal from Session Manager to know when toLucas Rocha2008-05-271-10/+59
* Patch by: Brian Cameron <brian.cameron@sun.com>Jens Granseuer2008-05-051-1/+10
* DBus API has been stable for a while; don't defineJens Granseuer2008-04-121-1/+0
* fix a few small leaksJens Granseuer2008-04-121-9/+8
* turn into a daemon by default and make --no-daemon workJens Granseuer2008-04-111-1/+1
* mark string for translationJens Granseuer2008-03-291-1/+1
* Add profiling points to plugins.William Jon McCann2008-03-241-2/+25
* Fix a refcounting bug. Add a few more checks. Fix up a leak. Fixes #524183William Jon McCann2008-03-242-22/+39
* Add missing files. Add some more profiling points.William Jon McCann2008-03-244-2/+131
* Add some profiling code. Must specify --enable-profiling to configure.William Jon McCann2008-03-244-18/+74
* Disable debug by default again.William Jon McCann2008-02-291-1/+1
* minor clean-upJens Granseuer2008-02-291-6/+2
* When dbus activated only load the plugins when requested instead of atWilliam Jon McCann2008-02-294-38/+84
* Add --debug command line option. Only print DEBUG level messages ifWilliam Jon McCann2008-02-251-3/+28
* Don't debug msg on missing priority since we don't recommend that it beWilliam Jon McCann2008-02-251-1/+0
* Allow gconf to override priorities. Set sound plugin priority to 1William Jon McCann2008-02-223-18/+38
* Merge PluginsEngine functionality into Manager. Emit signals when pluginsWilliam Jon McCann2008-02-228-431/+266
* Refactor the PluginInfo structure into a class. This will facilitateWilliam Jon McCann2008-02-226-490/+827
* mark string as translatableJens Granseuer2008-02-161-1/+1
* Patch by Wouter Bolsterlee <wbolster@gnome.org>Rodrigo Moya2008-02-111-1/+1
* update the default GConf prefix to match the changes from r112 or bugJens Granseuer2008-02-101-2/+2
* Support for defining plugin start order got lost in the split fromJens Granseuer2008-02-092-55/+84
* Based on a patch by: Damien Carberry <damien carberry@sun.com>Jens Granseuer2008-02-0511-0/+1773