summaryrefslogtreecommitdiff
path: root/gnome-session/gsm-autostart-app.c
Commit message (Expand)AuthorAgeFilesLines
* gsm_manager_get does not return a referenceMatthias Clasen2011-02-281-8/+0
* Use gsm_manager_get instead of gsm_manager_new to get the managerAlexander Larsson2011-02-161-4/+4
* Support autostart conditions that depend on the current sessionAlexander Larsson2011-02-161-8/+152
* [gsm] Add autostart condition through GSettingsBastien Nocera2010-10-251-1/+93
* [gsm] Use defines for GKeyFile keys we useVincent Untz2009-06-291-14/+14
* [gsm] Do not print NULL on errorVincent Untz2009-06-221-2/+2
* Reduce GConf roundtripsMatthias Clasen2009-04-231-1/+1
* Merge branch 'session-saving'Lucas Almeida Rocha2009-02-241-1/+8
* Fix startup id leak. Fixes #552815 Patch from: Matthias ClasenWilliam Jon McCann2008-09-231-0/+1
* Always chain up in dispose handlers.Matthias Clasen2008-08-311-0/+2
* Fix some leaks found by valgrind. Patch from: Matthias ClasenWilliam Jon McCann2008-08-291-0/+6
* Don't return an error if we can't stop an app that we want to restart. ItWilliam Jon McCann2008-08-211-2/+3
* Fix some warnings from sparse and other tools. Closes bug #521413Kjartan Maraas2008-08-161-3/+3
* Add support for killing apps. Try to stop app if there isn't a clientWilliam Jon McCann2008-08-151-0/+49
* Clean up some debug spew.William Jon McCann2008-08-131-2/+0
* Add a debugging summary of all apps before starting.William Jon McCann2008-08-131-5/+0
* Initialize error. Fixes #547443William Jon McCann2008-08-121-0/+1
* Dropped the auto-restart check, it's useless in this context.Jonh Wendell2008-08-081-8/+0
* Fix a number of bugs and leaks related to the monitoring of theWilliam Jon McCann2008-08-051-241/+373
* Add gsm_app_is_conditionally_disabled. Remove AutostartCondition checkWilliam Jon McCann2008-08-051-28/+48
* Put the apps on the bus.William Jon McCann2008-08-041-13/+8
* Add a method to ask if a certain AutostartCondition is being handled. OneWilliam Jon McCann2008-08-041-14/+42
* Rename some files to gsm-Matthias Clasen2008-07-301-1/+1
* Remove gsm_gconf_get_client. Don't leak a gconf client. Pointed out byWilliam Jon McCann2008-07-251-1/+2
* Make sure error is initialized.William Jon McCann2008-07-251-0/+2
* Rename client-id to startup-id to distinguish from Client's ID. StartWilliam Jon McCann2008-07-161-11/+11
* By default emit stop signal from client.William Jon McCann2008-07-151-8/+8
* Add preliminary support for service clients.William Jon McCann2008-06-191-66/+274
* Add dbus method client support. Add test client. Fix up restart handling.William Jon McCann2008-06-181-7/+74
* Update copyright headers.William Jon McCann2008-06-181-0/+1
* Stub out some dbus based client classes. Make the GsmClient class moreWilliam Jon McCann2008-06-171-29/+36
* Wait on processes so we don't create zombies.William Jon McCann2008-06-131-11/+26
* Actually register clients.William Jon McCann2008-06-131-20/+41
* A bit more refactoring.William Jon McCann2008-06-131-60/+313
* First crack at new new gnome-session based around D-Bus. XSMP stillWilliam Jon McCann2008-06-111-0/+342