summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-01add some debugging infrastructureRichard Hughes9-70/+396
2008-08-01convert spaces to tabs, and make sure functions have sensible namesRichard Hughes10-1502/+1624
2008-08-01change the GObject prefix from DevkitPower to DkpRichard Hughes10-296/+296
2008-08-01rename some source filesRichard Hughes8-41/+43
2008-08-01add some more GCC warningsRichard Hughes10-0/+9
2008-07-25when we haven't got a rate value, try to calculate thisRichard Hughes1-14/+61
2008-07-25don't return an ID if we are not presentRichard Hughes1-0/+4
2008-07-25add some more logic into the power supply classRichard Hughes1-7/+16
2008-07-25calculate a quick and dirty time remaining valueRichard Hughes1-0/+30
2008-07-25only suppy an id for devices supplying the systemRichard Hughes1-0/+4
2008-07-25add a power-supply bool property so we can tell if the device is a supplier o...Richard Hughes2-0/+22
2008-07-25provide a function for getting a unique ID for the batteryRichard Hughes2-0/+43
2008-07-25add a couple of sanity checks for the battery valuesRichard Hughes1-0/+10
2008-07-24add two bits of data that session applications really want -- battery mode an...Richard Hughes3-0/+113
2008-07-24add the Suspend() and Hibernate() stub methodsRichard Hughes3-0/+110
2008-07-24if the battery goes away, properly clean up the cached valuesRichard Hughes1-0/+7
2008-07-24using the technology as the coldplug indicator is a bad idea, properly flag thisRichard Hughes1-24/+62
2008-07-24export battery-is-present as some batteries in laptops and UPSs can be removedRichard Hughes2-0/+25
2008-07-24export battery-is-rechargeable so we can export if we think it can be rechargedRichard Hughes2-0/+22
2008-07-24export battery-capacity as it's a useful property of a batteryRichard Hughes2-0/+26
2008-07-24battery-technology should be an enumerated typeRichard Hughes4-7/+80
2008-07-24add the battery state enumerated type propertyRichard Hughes4-1/+67
2008-07-24split out the enumerated stuff into devkit-power-enum.[c|h] as they'll be mor...Richard Hughes4-14/+112
2008-07-24remove the battery-energy-empty-design parameter, it's never going to be anyt...Richard Hughes2-20/+0
2008-07-24add the PolicyKit action org.freedesktop.devicekit.power.hibernateRichard Hughes1-2/+12
2008-07-24add a new convenience function, sysfs_get_bool()Richard Hughes2-0/+19
2008-07-24fixup a few places where we mention a disk daemon to a power daemonRichard Hughes4-5/+5
2008-05-08commit testDavid Zeuthen1-1/+0
2008-05-08forgot to add filesDavid Zeuthen2-0/+16
2008-05-08added wrong fileDavid Zeuthen2-1/+1
2008-05-08initial commitDavid Zeuthen42-0/+4941