summaryrefslogtreecommitdiff
path: root/src/up-daemon.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-06Add boolean RunPowersaveCommand to UPower.confLandry Breuil1-2/+8
2011-05-04Add new NotifySleep() and NotifyResume() signals that include the sleep typeRichard Hughes1-1/+30
2011-04-26Add option to run daemon on the session bus for testingMartin Pitt1-1/+16
2011-03-28Add a config option 'IgnoreLid' so users with broken / inverted lid switches ...Richard Hughes1-0/+18
2011-03-14Correct the DBus-glib property name for LidForceSleepRichard Hughes1-1/+1
2011-02-02Add a LidForceSleep property to ensure that we don't melt any laptopsRichard Hughes1-0/+25
2011-01-04Add an IsDocked binary property to the main interfaceRichard Hughes1-0/+26
2010-11-01Ensure the self check code can find UPower.confRichard Hughes1-2/+12
2010-11-01Port from EggDebug to the GLib built-in logging frameworkRichard Hughes1-28/+26
2010-08-19Fix double D-BUS return in up_daemon_*_allowedMatthias Clasen1-4/+20
2010-08-19Revert "Add missing D-Bus return in up_qos_cancel_request()"Martin Pitt1-21/+5
2010-08-19Add missing D-Bus return in up_qos_cancel_request()Matthias Clasen1-5/+21
2010-08-19Free GErrors after returning themMatthias Clasen1-0/+8
2010-07-07Dynamic testing for enough hibernate swapMartin Pitt1-14/+27
2010-07-07fix typo in numerical constantMartin Pitt1-1/+1
2010-07-07Fix UP_DAEMON_WATERLINE harderMartin Pitt1-3/+3
2010-07-07Increase UP_DAEMON_SWAP_WATERLINEMartin Pitt1-1/+4
2010-07-07Get the powersave command from the backend rather than hardcoding Linux speci...Richard Hughes1-13/+14
2010-06-05Port to GTestRichard Hughes1-27/+0
2010-06-05Assign names to our idle sources when using new versions of glib2Richard Hughes1-0/+12
2010-05-10trivial: correct some debugging statements that made things more confusingRichard Hughes1-4/+4
2010-05-10Ensure we sent ::notify signals when UpDaemon properties changeRichard Hughes1-0/+4
2010-05-07Ensure we send ::Sleeping() if clients do not call AboutToSleep()Richard Hughes1-2/+16
2010-05-07Only emit ::Sleeping() after we've checked AboutToSleep()Richard Hughes1-4/+4
2010-04-19Provide UpDaemon with C setters rather than relying on GObject propertiesRichard Hughes1-30/+53
2010-04-14Add a config file with SleepTimeout and AllowHibernateEncryptedSwap entriesRichard Hughes1-93/+129
2010-03-29Get the suspend and hibernate commands from the backend, rather than hardcodi...Richard Hughes1-2/+6
2010-03-29Get the swap size from the backend, rather than hardcoding Linux specificsRichard Hughes1-61/+1
2010-03-29Get the encrypted swap status from the backend, rather than hardcoding Linux ...Richard Hughes1-108/+1
2010-03-29Get the kernel sleep capabilities from the backend, rather than hardcoding Li...Richard Hughes1-28/+2
2010-02-09trivial: remove two unused variables which break the build when using strict ...Richard Hughes1-2/+0
2010-02-09Add {Suspend,Hibernate}Allowed D-Bus methodsMartin Pitt1-0/+46
2010-02-08Add a new method and two new signals to inform userspace of the pending suspe...Richard Hughes1-22/+158
2010-02-07trivial: do not free errors that we do not allocate in the error pathsRichard Hughes1-4/+0
2010-02-07trivial: Fix up a void marshalling typeRichard Hughes1-1/+1
2010-01-26trivial: rename the new libupower 'type' to 'kind' to avoid clashing with GOb...Richard Hughes1-10/+10
2010-01-18Rename the PolicyKit rules from org.freedesktop.devicekit.power to org.freede...Richard Hughes1-2/+2
2010-01-18Rename the DBus service from org.freedesktop.DeviceKit.Power to org.freedeskt...Richard Hughes1-1/+1
2010-01-18trivial: switch to using the new enum names internally (no ABI or API break)Richard Hughes1-4/+4
2010-01-18trivial: DkpPolkit -> UpPolkit (no ABI or API break)Richard Hughes1-6/+6
2010-01-18trivial: DkpDevice -> UpDevice (no ABI or API break)Richard Hughes1-43/+43
2010-01-18trivial: DkpDaemon -> UpDaemon (no ABI or API break)Richard Hughes1-138/+138
2010-01-18trivial: DkpBackend -> UpBackend (no ABI or API break)Richard Hughes1-5/+5
2010-01-18trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or A...Richard Hughes1-0/+1215