summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Depend on stable GUdev APIMichael Biebl2-2/+0
2011-03-04up-input.c: fix bitmap checkArnaud Patard1-2/+2
2011-03-03Add an option for polling dock devices in UPower.conf, defaulting to falseRichard Hughes4-3/+53
2011-02-23Drop devkit and devkit-power-daemon symlinksMichael Biebl1-3/+0
2011-02-02Add a LidForceSleep property to ensure that we don't melt any laptopsRichard Hughes3-0/+45
2011-01-04linux: use the number of active DRM devices to determine the system docked st...Richard Hughes4-1/+256
2011-01-04Add an IsDocked binary property to the main interfaceRichard Hughes3-0/+40
2011-01-04Support the power_now sysfs attribute to get time remaining on new kernelsRichard Hughes1-10/+14
2010-11-05Testsuite: Reduce race condition in history purging checkMartin Pitt1-1/+1
2010-11-04Fix self check to work as non-rootMartin Pitt1-10/+17
2010-11-04UpHistory: Add method to set history dirMartin Pitt2-1/+16
2010-11-04Fix compilation eror against Linux 2.6.36Martin Pitt1-0/+1
2010-11-01Ensure the self check code can find UPower.confRichard Hughes2-2/+18
2010-11-01Port from EggDebug to the GLib built-in logging frameworkRichard Hughes29-848/+237
2010-10-21remove the UP_DEVICE_SUPPLY_CHARGED_THRESHOLD heuristicMichal Schmidt1-8/+0
2010-10-18Keyboard backlight of zero is not an errorAlex Murray1-4/+5
2010-10-11Add support for controlling leds keyboard backlightsAlex Murray6-0/+507
2010-09-20Do not continue to poll the serial port if there is no Watts Up Pro adaptorRichard Hughes1-5/+1
2010-09-17Only save by default 7 days data to stop the log files becoming huge. Fixes r...Richard Hughes3-29/+176
2010-09-17trivial: fix make distcheckRichard Hughes1-1/+1
2010-08-19Fix up_polkit_get_subject() D-BUS error returnMatthias Clasen1-0/+7
2010-08-19Fix double D-BUS return in up_daemon_*_allowedMatthias Clasen3-10/+23
2010-08-19Add missing D-Bus return in up_qos_cancel_request()Matthias Clasen1-0/+2
2010-08-19Revert "Add missing D-Bus return in up_qos_cancel_request()"Martin Pitt4-34/+12
2010-08-19Add missing D-Bus return in up_qos_cancel_request()Matthias Clasen4-12/+34
2010-08-19Free GErrors after returning themMatthias Clasen2-0/+16
2010-08-10Ensure we've initialized errors when calling into PolicyKitRichard Hughes1-4/+10
2010-08-10Fix compile with the latest PolicyKit releaseRichard Hughes1-0/+10
2010-07-12trivial: fix make distcheckRichard Hughes1-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 Pitt2-4/+5
2010-07-07src/linux/up-backend.c: Add missing #includeMartin Pitt1-0/+1
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 Hughes3-15/+31
2010-07-02up-device-supply.c: Fix #27902 Bug - Daemon Segmentation FaultMariusz Ceier2-18/+18
2010-06-14Use pm-is-supported to test if various sleep modes are supported.Victor Lowther1-13/+15
2010-06-14Cast cnt to int to stop gcc from complaining.Victor Lowther1-1/+1
2010-06-05Port to GTestRichard Hughes15-721/+143
2010-06-05Assign names to our idle sources when using new versions of glib2Richard Hughes12-7/+69
2010-06-01Add UP_DEVICE_KIND_COMPUTER as we'll need UP_DEVICE_KIND_TABLET for wacom tab...Richard Hughes1-1/+1
2010-05-29When calculating used swap space, only use anonymous pagesSteven Walter1-1/+1
2010-05-28trivial: print the specific error from libusb1Richard Hughes1-2/+10
2010-05-28trivial: Get rid of some over-verbose debuggingRichard Hughes1-2/+0
2010-05-28trivial: Rename a few 'DeviceKit-power' strings we missedRichard Hughes3-3/+3
2010-05-28Fix compilation of the idevice deviceBastien Nocera1-1/+2
2010-05-28Fix up a few leaks Richard introduced...Bastien Nocera1-15/+23
2010-05-28trivial: fix a tiny warning reported by clang with the capacity code intial v...Richard Hughes1-1/+1
2010-05-28Fix up a potential crasher in the CSR device codeRichard Hughes1-1/+6
2010-05-28Add battery query support for iDevicesBastien Nocera5-2/+366