summaryrefslogtreecommitdiff
path: root/src/up-daemon.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-16daemon: Minimise WarningLevel signalsBastien Nocera1-0/+4
2013-10-16daemon: Only modify display device when it changesBastien Nocera1-1/+11
2013-10-16daemon: Add GetDisplayDevice methodBastien Nocera1-0/+33
2013-10-16daemon: Set the display device type when on batteryBastien Nocera1-0/+1
2013-10-16daemon: Remove spurious linefeedBastien Nocera1-1/+0
2013-10-15daemon: Add support for more types for PropertiesChangedBastien Nocera1-0/+16
2013-10-15daemon: Coalesce PropertiesChanged signals togetherBastien Nocera1-40/+98
2013-10-15daemon: Calculate global WarningLevel correctlyBastien Nocera1-17/+137
2013-10-15daemon: Register on the Bus after coldplugBastien Nocera1-45/+34
2013-10-14daemon: Don't emit changed signal in coldplugBastien Nocera1-5/+7
2013-10-14daemon: Sort the UpDaemon struct memberBastien Nocera1-4/+7
2013-10-14daemon: Add new WarningLevel "Discharging"Bastien Nocera1-2/+5
2013-10-14daemon: Move all computations of warning level to daemonBastien Nocera1-5/+9
2013-10-14daemon: Require newer GLibBastien Nocera1-2/+0
2013-10-14daemon: Add CriticalPowerActionBastien Nocera1-0/+28
2013-10-14daemon: Emit the PropertiesChanged signalBastien Nocera1-7/+52
2013-10-14daemon: Emit the "Changed" signal without going through notifyBastien Nocera1-25/+25
2013-10-14daemon: Device* signals send out object pathsBastien Nocera1-6/+6
2013-10-14daemon: Add small hack for keyboards and miceBastien Nocera1-4/+18
2013-10-14daemon: Replace "on-low-battery" propertyBastien Nocera1-39/+50
2013-10-14daemon: Add WarningLevel device propertyBastien Nocera1-0/+31
2013-10-14daemon: Load level policy configurationBastien Nocera1-0/+55
2013-10-14daemon: Remove unused config file loadingBastien Nocera1-25/+0
2013-10-14daemon: Remove unneeded reset of priv struct membersBastien Nocera1-8/+0
2013-10-14daemon: Remove obsolete featuresBastien Nocera1-622/+1
2013-10-14daemon: Simplify _new() functionsBastien Nocera1-3/+1
2013-10-14daemon: Remove unused _set_propertyBastien Nocera1-14/+0
2013-02-20Revert "Add option to run daemon on the session bus for testing"Martin Pitt1-16/+1
2013-02-12Also deprecate running the powersave scriptsRichard Hughes1-3/+9
2013-02-12Add a --enable-deprecated configure argumentRichard Hughes1-10/+82
2012-07-11Use systemd for suspend and hibernateMatthias Clasen1-21/+40
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