aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-listener.c
Commit message (Expand)AuthorAgeFilesLines
* remove some g_message() calls that shouldn't've been committed.Charles Kerr2012-05-311-5/+0
* add a test to make sure that the listener responds to a PropertiesChanged signalCharles Kerr2012-05-291-0/+5
* exclude G_DEFINE_TYPE from coverage testing in dbus-listener.cCharles Kerr2012-05-291-0/+2
* add a mock GSD.Power to handle the GetPower requestsCharles Kerr2012-05-281-8/+3
* use signals to decouple i-power and dbus-listenerCharles Kerr2012-05-271-78/+22
* reuse the same cancellable across multiple non-concurrent dbus callsCharles Kerr2012-05-261-18/+18
* avoid a cyclical refcount dependency between IndicatorPower and its DBusListenerCharles Kerr2012-05-261-3/+17
* separate the dbus org.gnome.SettingsDaemon.Power logic into a separate classCharles Kerr2012-05-261-0/+276