summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-20Use the global battery state as a metric when single battery machines are not...Richard Hughes1-20/+22
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
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
2009-07-06Fix conflictsRichard Hughes34-204/+815
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-01Fix compileRichard Hughes4-26/+105
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