summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-18Port UPower to libusb1 to avoid crappy unfixable crashesRichard Hughes3-65/+70
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
2010-05-07Only emit ::Sleeping() after we've checked AboutToSleep()Richard Hughes1-4/+4
2010-05-03fix recognition of lithium iron phosphate (LiFePO4) batteriesSascha Silbe1-1/+1
2010-04-19Provide UpDaemon with C setters rather than relying on GObject propertiesRichard Hughes5-43/+67
2010-04-14Add a config file with SleepTimeout and AllowHibernateEncryptedSwap entriesRichard Hughes1-93/+129
2010-03-30trivial: Add stubs to dummy backend to make it compile again.Michael Biebl1-0/+56
2010-03-29Get the suspend and hibernate commands from the backend, rather than hardcodi...Richard Hughes4-7/+34
2010-03-29Get the swap size from the backend, rather than hardcoding Linux specificsRichard Hughes4-61/+65
2010-03-29Get the encrypted swap status from the backend, rather than hardcoding Linux ...Richard Hughes3-108/+109
2010-03-29Get the kernel sleep capabilities from the backend, rather than hardcoding Li...Richard Hughes4-33/+54