summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-04Released UPower 0.9.6UPOWER_0_9_6Richard Hughes1-0/+19
2010-10-04Fix the build with new versions of gobject-introspectionRichard Hughes1-1/+2
2010-09-20Do not continue to poll the serial port if there is no Watts Up Pro adaptorRichard Hughes1-5/+1
2010-09-20Allow explicitly disabling libimobiledevice supportBrett Witherspoon1-7/+10
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-31Remove devkit-power-gobjectRichard Hughes30-3837/+2
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 Hughes2-3/+24
2010-07-26Ensure the new device types get valid descriptions in upower --dumpRichard Hughes1-1/+6
2010-07-12trivial: post release version bumpRichard Hughes2-5/+5
2010-07-12Released UPower 0.9.5UPOWER_0_9_5Richard Hughes1-0/+24
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 Hughes16-725/+144
2010-06-05Assign names to our idle sources when using new versions of glib2Richard Hughes12-7/+69
2010-06-02Update the list of supported TrippLite HID Power DevicesJoseph Stockman1-0/+20
2010-06-01Add UP_DEVICE_KIND_COMPUTER as we'll need UP_DEVICE_KIND_TABLET for wacom tab...Richard Hughes3-1/+5
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 Hughes7-12/+14
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 Nocera6-2/+374
2010-05-28Add media-player and tablet device kindsRichard Hughes2-0/+12
2010-05-19Remove the artifically high autoconf build requirementRichard Hughes1-1/+1
2010-05-18Port UPower to libusb1 to avoid crappy unfixable crashesRichard Hughes4-71/+71
2010-05-12trivial: post release version bumpRichard Hughes2-5/+5
2010-05-12Released UPower 0.9.4UPOWER_0_9_4Richard Hughes1-0/+12
2010-05-11Detect when the kernel changes the reported charge units. Fixes rh#587112Kyle McMartin1-1/+22
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