summaryrefslogtreecommitdiff
path: root/src/up-daemon.c
Commit message (Expand)AuthorAgeFilesLines
* Replace use of G_TYPE_INSTANCE_GET_PRIVATEChristian Kellner2019-02-211-3/+1
* Replace use of deprecated g_type_class_add_privateChristian Kellner2019-02-211-3/+1
* daemon: Consider pending-charge when calculating the display stateJoão Paulo Rechi Vita2018-11-141-1/+5
* daemon: Make comment more succinctJoão Paulo Rechi Vita2018-11-141-3/+3
* daemon: Fix critical action after resume from hibernateMiroslav Sustek2017-09-211-0/+4
* Revert bug 99862 patchsetBastien Nocera2017-09-081-42/+32
* daemon: more efficient poll resettingChristian Kellner2017-09-081-2/+2
* daemon: move two functions upChristian Kellner2017-09-081-32/+27
* daemon: only reset poll if warning-level changedChristian Kellner2017-09-081-2/+17
* daemon: Move a number of constants to a shared fileBastien Nocera2017-04-061-4/+5
* daemon: Make warning levels for devices inclusiveBastien Nocera2017-04-061-2/+2
* daemon: Add support for pausing and resuming pollChristian Kellner2017-03-251-27/+116
* daemon: Fix polling helper debug outputBastien Nocera2017-03-241-6/+8
* daemon: fix get_critical_action()Martin Pitt2016-02-231-2/+2
* daemon: Lower the warning levels for input devicesBastien Nocera2015-11-121-2/+2
* daemon: remove custom marshal setupCosimo Cecchi2015-07-291-2/+0
* daemon: make UpDaemon a subclass of UpExportedDaemonCosimo Cecchi2015-07-291-23/+11
* daemon: port main() to GDBusCosimo Cecchi2015-07-291-12/+4
* daemon: port UpDaemon to GDBusCosimo Cecchi2015-07-291-334/+88
* daemon: fix ulong/gulong typoPeter Wu2014-12-031-1/+1
* daemon: release resources at shutdownPeter Wu2014-11-261-0/+18
* daemon: fix various reference leaksPeter Wu2014-11-261-2/+9
* daemon: properly disconnect signals, stop memleakPeter Wu2014-11-261-2/+18
* daemon: fix memleak in queue_changed_propertyPeter Wu2014-11-261-1/+3
* daemon: remove unused variablePeter Wu2014-11-181-1/+0
* daemon: Use new warning update helper functionBastien Nocera2014-11-141-6/+1
* daemon: Update display device when battery is removedBastien Nocera2014-11-141-0/+3
* daemon: Split out updating on_battery and warning_levelBastien Nocera2014-11-141-11/+18
* daemon: Update aggregate device on battery removalEvangelos Foutras2014-10-081-0/+7
* all: convert value from g_get_real_time() to secondsEvangelos Foutras2014-10-081-2/+2
* daemon: Set update-time on the aggregate deviceBastien Nocera2014-09-241-1/+5
* Free the obtained device list array after useAlexander Jesner2014-08-181-0/+2
* Remove polkit dependencyEric Koegel2014-07-141-4/+0
* all: Remove IsDocked propertyBastien Nocera2014-05-071-12/+0
* daemon: Deprecate "IsDocked" propertyBastien Nocera2014-05-071-16/+1
* daemon: Fix shutdown on boot on some machinesBastien Nocera2014-04-231-3/+10
* daemon: Add poll helper functionsBastien Nocera2013-10-281-0/+136
* daemon: Better timeout source namingBastien Nocera2013-10-261-0/+1
* daemon: Let the backends do the pollingBastien Nocera2013-10-261-66/+1
* daemon: Fix time to empty with multiple batteriesBastien Nocera2013-10-201-2/+2
* daemon: Differentiate 2 warningsBastien Nocera2013-10-181-2/+2
* daemon: Fix WarningLevel for devices with no "time to empty"Bastien Nocera2013-10-181-1/+3
* daemon: Remove dead code from up_daemon_device_changed_cb()Bastien Nocera2013-10-171-11/+0
* all: Remove *changed signalsBastien Nocera2013-10-171-25/+2
* power: Work-around batteries that are slow to notice chargeBastien Nocera2013-10-171-0/+5
* all: Add GetCriticalAction daemon methodBastien Nocera2013-10-171-0/+11
* all: Remove WarningLevel from the daemon propertiesBastien Nocera2013-10-171-15/+1
* daemon: Indentation in UpDaemon structBastien Nocera2013-10-171-9/+9
* daemon: Minimise WarningLevel signalsBastien Nocera2013-10-161-0/+4
* daemon: Only modify display device when it changesBastien Nocera2013-10-161-1/+11