summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-06Use the global state to fix the unknown battery statusRichard Hughes3-0/+39
2009-07-06Move a hack about the fully charged level from g-p-mRichard Hughes1-0/+8
2009-07-05Revert "Add a backlight interface so we can control backlight brightness with...Richard Hughes10-1004/+4
2009-07-05Revert "Fix a tiny bug that could cause a crash"Richard Hughes1-1/+1
2009-07-05Revert "Make it very clear that the Backlight interface is temporary"Richard Hughes4-17/+5
2009-07-03Make it very clear that the Backlight interface is temporaryRichard Hughes4-5/+17
2009-07-03Fix a tiny bug that could cause a crashRichard Hughes1-1/+1
2009-07-03Add a backlight interface so we can control backlight brightness without HALRichard Hughes10-4/+1004
2009-07-03Move the udev rules to thier own directoryRichard Hughes13-14/+22
2009-07-03I must learn to spell deprecated...Richard Hughes4-4/+4
2009-07-03We have to prefix the version macro with 0x, else it gets identified as octal...Richard Hughes1-1/+1
2009-07-03Protect the non-GObject accessors with DKP_DISABLE_DEPRECIATED and fix up the...Richard Hughes5-8/+42
2009-07-03Remove dkp_client_get_lid_is_present(), we want to encourage people to be usi...Richard Hughes2-17/+0
2009-07-03Add a DKP_CHECK_VERSION macro which we can use in client toolsRichard Hughes5-0/+50
2009-07-03Export the recall-notice, recall-vendor and recall-url properties on power de...Richard Hughes4-4/+178
2009-07-03Be less asserty when enum values are added in newer versions of the specRichard Hughes1-12/+3
2009-07-03Add battery recall data rulesRichard Hughes7-15/+227
2009-07-02Add a lid-is-present propertyRichard Hughes4-6/+71
2009-07-02Use a DkpDeviceList for managed devices tooRichard Hughes1-46/+20
2009-07-02Take referenced counted objects in DkpDeviceListRichard Hughes1-1/+4
2009-07-02Make DkpDeviceList work with GObject types, and not with specific DkpDevice t...Richard Hughes3-39/+44
2009-07-02trivial: Remove some debugging that slipped inRichard Hughes1-1/+0
2009-07-02udev rules files now live in /lib/udev/rules.d, not /etc/udev/rules.dRichard Hughes2-1/+9
2009-07-02Fix detecting the USB UPS devicesRichard Hughes1-29/+37
2009-07-02The UPS can't expose empty or fully-charged, so fixup these statesRichard Hughes1-11/+47
2009-07-02bugfix: set the GObject properties correctly in the DkpDeviceHid classRichard Hughes1-3/+3
2009-07-02trivial: whitespace fixesRichard Hughes1-4/+4
2009-07-02trivial: ups devices have state tooRichard Hughes1-1/+2
2009-07-02initial refresh after coldplug is not fatal if it failsRichard Hughes1-4/+14
2009-07-01Enable pretty compiler output with new automake versionsRichard Hughes1-0/+3
2009-07-01suppress lid change event on startupMartin Pitt1-1/+11
2009-06-28hardcode pm-powersave like we do pm-suspend and pm-hibernateRichard Hughes1-1/+1
2009-06-28Fix two issues with the pm-powersave codeRoland Dreier1-2/+4
2009-06-26Fix a small memory leak on supply coldpluggingRichard Hughes1-4/+41
2009-06-26Don't show empty vendor, model or serials in the debug outputsRichard Hughes1-3/+3
2009-06-26Correct a few function namesRichard Hughes2-31/+31
2009-06-26Interface with pm-powersave as external vendors are using thisRichard Hughes1-0/+30
2009-06-15One more variation of lithium-polyRichard Hughes1-1/+2
2009-06-14Prefix the DkpDevice subclassed devices with device to make it clearerRichard Hughes11-364/+364
2009-06-14Don't assume all batteries have positive energy_full valuesRichard Hughes1-6/+8
2009-06-14Only print interesting device propertiesRichard Hughes1-8/+14
2009-06-14For power_supply, unknown is a valid state from the kernelRichard Hughes1-0/+2
2009-06-14Mark batteries as empty if they have unknown state and a very low energyRichard Hughes1-0/+6
2009-06-01trivial: post release version bumpRichard Hughes2-5/+5
2009-06-01Released DeviceKit-power 008DeviceKit-power-008Richard Hughes2-3/+39
2009-05-29Trivial formatting nitRichard Hughes1-1/+1
2009-05-29Trivial whitespace fixesRichard Hughes1-27/+27
2009-05-29Allow properties in DkpDevice (client) to be setRichard Hughes1-56/+127