summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-06Released DeviceKit-power 011DeviceKit-power-011Richard Hughes2-3/+33
2009-10-01Use voltage_now as a fallback to the design voltage, and return 10.0V if no ↵Richard Hughes1-8/+44
value could be found
2009-09-30Fix a tiny memory leak when we collect the properties from the interface ↵Richard Hughes1-28/+35
multiple times
2009-09-30Use the sysfs file 'type' to work out the battery type as the presence of ↵Richard Hughes1-5/+26
'online' in unreliable
2009-09-18Convert the property names to be FirstLetterCaps rather than dash-dash so ↵Richard Hughes7-103/+99
KDE people can use the DBus interface
2009-09-13Merge branch 'master' of ssh://git.freedesktop.org/git/DeviceKit/DeviceKit-powerRichard Hughes1-1/+1
2009-09-11Raise the checked GLib version to 2.21.5Richard Hughes1-1/+1
2009-09-11Use g_ptr_array_new_with_free_func() in more places to make client ↵Richard Hughes8-23/+20
applications easier
2009-09-11trivial: fix up two issues from code reviewRichard Hughes1-2/+2
2009-09-11Fix up a few problems spotted by clangRichard Hughes6-34/+41
2009-09-11bugfix: freeze and thaw the device during initial coldplugRichard Hughes2-0/+17
2009-09-11Be more militant with refcount checking to prevent crashesRichard Hughes5-8/+34
2009-09-11Add some self tests and fix up some obvious bugsRichard Hughes28-39/+832
2009-09-11Fix up some more memory leaksRichard Hughes4-30/+52
2009-09-11bugfix: make the remove logic much cleaner to try to fix bugs where removing ↵Richard Hughes15-293/+266
the mouse kills the session
2009-09-11Fix a crash with the Linux backendRichard Hughes2-9/+6
2009-09-11trivial: fix make distcheckRichard Hughes1-7/+16
2009-09-11Fix compile for Linux backendRichard Hughes5-17/+59
2009-09-11Fix conflicts in the mergeRichard Hughes13-151/+119
2009-08-20Uncomment enough warnings so master actually compiles...Richard Hughes2-4/+4
2009-08-20Add some more warnings, and fix up a few errors. Still more to fixRichard Hughes13-134/+100
2009-08-19Remove depricated g_strcasecmp and convert to g_ascii_strcasecmpRichard Hughes3-18/+21
2009-08-06Merge branch 'master' into not-just-gudev2Richard Hughes1-2/+8
2009-08-03Only disable the polling if the kernel tells us we're fully charged, not if ↵Richard Hughes1-2/+8
we guessed it
2009-07-31Merge branch 'master' into not-just-gudev2Richard Hughes2-28/+37
2009-07-31Add another UPS device IDArnaud Quette1-2/+2
Signed-off-by: Richard Hughes <richard@hughsie.com>
2009-07-28Update README to reflect realityRichard Hughes1-3/+7
2009-07-27Update list of HID UPS devicesArnaud Quette1-24/+29
2009-07-27Actually make compile with the linux backendRichard Hughes8-105/+77
2009-07-27Initial split to make DeviceKit-power compile without GUdev for non-linux ↵Richard Hughes31-682/+1455
platforms
2009-07-22Return meaningfull errors if the user tries to suspend or hibernate without ↵Richard Hughes1-14/+46
kernel support or swap setup
2009-07-22trivial: post release version bumpRichard Hughes2-5/+5
2009-07-22Released DeviceKit-power 010DeviceKit-power-010Richard Hughes1-0/+22
2009-07-22trivial: correct a few function prefixesRichard Hughes1-15/+13
2009-07-22Fix a trivial compile warningRichard Hughes1-0/+2
2009-07-22Only refresh all battery devices when the ac-adaptor changesRichard Hughes1-7/+13
2009-07-21Refresh all battery devices after a power event, and again after a short ↵Richard Hughes3-3/+50
delay. Fixes rh#512995
2009-07-21If we don't have enough swap available, don't advertise hibernate. Fixes ↵Richard Hughes1-0/+65
rh#513015
2009-07-21Query the kernel to decide if we have hibernate and suspend supportRichard Hughes1-5/+37
2009-07-20Use the global battery state as a metric when single battery machines are ↵Richard Hughes1-20/+22
not charging or discharging
2009-07-15Fix up compile as merging two branches missed a hunkRichard Hughes1-3/+3
2009-07-13Only guess the battery status if we have more than one battery in the systemRichard Hughes1-18/+24
2009-07-13Add a private dkp_daemon_get_number_devices_of_type() function to the daemonRichard Hughes2-0/+33
2009-07-13Correct a description string from one of the new enumsRichard Hughes1-1/+1
2009-07-06Add a notify flag to set_lid_is_closedLoïc Minier3-7/+6
Add a notify flag to set_lid_is_closed and use it only on input cold plug. http://bugs.freedesktop.org/show_bug.cgi?id=22574 https://launchpad.net/bugs/385135
2009-07-06fix conflictsRichard Hughes16-204/+197
2009-07-06Port to PolicyKit1Richard Hughes10-196/+130
2009-07-06trivial: post release version bumpRichard Hughes2-5/+5
2009-07-06Released DeviceKit-power 009DeviceKit-power-009Richard Hughes1-0/+41
2009-07-06Add two new state enums, pending-discharge and pending-chargeRichard Hughes4-2/+20