summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* I must learn to spell deprecated...Richard Hughes2009-07-034-4/+4
* We have to prefix the version macro with 0x, else it gets identified as octal...Richard Hughes2009-07-031-1/+1
* Protect the non-GObject accessors with DKP_DISABLE_DEPRECIATED and fix up the...Richard Hughes2009-07-035-8/+42
* Remove dkp_client_get_lid_is_present(), we want to encourage people to be usi...Richard Hughes2009-07-032-17/+0
* Add a DKP_CHECK_VERSION macro which we can use in client toolsRichard Hughes2009-07-035-0/+50
* Export the recall-notice, recall-vendor and recall-url properties on power de...Richard Hughes2009-07-034-4/+178
* Be less asserty when enum values are added in newer versions of the specRichard Hughes2009-07-031-12/+3
* Add battery recall data rulesRichard Hughes2009-07-037-15/+227
* Add a lid-is-present propertyRichard Hughes2009-07-024-6/+71
* Use a DkpDeviceList for managed devices tooRichard Hughes2009-07-021-46/+20
* Take referenced counted objects in DkpDeviceListRichard Hughes2009-07-021-1/+4
* Make DkpDeviceList work with GObject types, and not with specific DkpDevice t...Richard Hughes2009-07-023-39/+44
* trivial: Remove some debugging that slipped inRichard Hughes2009-07-021-1/+0
* udev rules files now live in /lib/udev/rules.d, not /etc/udev/rules.dRichard Hughes2009-07-022-1/+9
* Fix detecting the USB UPS devicesRichard Hughes2009-07-021-29/+37
* The UPS can't expose empty or fully-charged, so fixup these statesRichard Hughes2009-07-021-11/+47
* bugfix: set the GObject properties correctly in the DkpDeviceHid classRichard Hughes2009-07-021-3/+3
* trivial: whitespace fixesRichard Hughes2009-07-021-4/+4
* trivial: ups devices have state tooRichard Hughes2009-07-021-1/+2
* initial refresh after coldplug is not fatal if it failsRichard Hughes2009-07-021-4/+14
* Enable pretty compiler output with new automake versionsRichard Hughes2009-07-011-0/+3
* suppress lid change event on startupMartin Pitt2009-07-011-1/+11
* hardcode pm-powersave like we do pm-suspend and pm-hibernateRichard Hughes2009-06-281-1/+1
* Fix two issues with the pm-powersave codeRoland Dreier2009-06-281-2/+4
* Fix a small memory leak on supply coldpluggingRichard Hughes2009-06-261-4/+41
* Don't show empty vendor, model or serials in the debug outputsRichard Hughes2009-06-261-3/+3
* Correct a few function namesRichard Hughes2009-06-262-31/+31
* Interface with pm-powersave as external vendors are using thisRichard Hughes2009-06-261-0/+30
* One more variation of lithium-polyRichard Hughes2009-06-151-1/+2
* Prefix the DkpDevice subclassed devices with device to make it clearerRichard Hughes2009-06-1411-364/+364
* Don't assume all batteries have positive energy_full valuesRichard Hughes2009-06-141-6/+8
* Only print interesting device propertiesRichard Hughes2009-06-141-8/+14
* For power_supply, unknown is a valid state from the kernelRichard Hughes2009-06-141-0/+2
* Mark batteries as empty if they have unknown state and a very low energyRichard Hughes2009-06-141-0/+6
* trivial: post release version bumpRichard Hughes2009-06-012-5/+5
* Released DeviceKit-power 008DeviceKit-power-008Richard Hughes2009-06-012-3/+39
* Trivial formatting nitRichard Hughes2009-05-291-1/+1
* Trivial whitespace fixesRichard Hughes2009-05-291-27/+27
* Allow properties in DkpDevice (client) to be setRichard Hughes2009-05-291-56/+127
* Only attempt to print history if the device is capableRichard Hughes2009-05-291-2/+4
* Fix up the return statuses from coldplug and refresh, as different modules ar...Richard Hughes2009-05-275-15/+38
* Don't poll on unknown forever. Based on a patch from Matthew Garrett, many th...Richard Hughes2009-05-261-2/+15
* Setup different polls based on the battery state. Based on a patch from Matth...Richard Hughes2009-05-261-9/+39
* Don't return history data relative to the earliest point, only within the tim...Richard Hughes2009-05-261-4/+3
* Allow the daemon to get the global online state for all devicesMatthew Garrett2009-05-264-2/+82
* Remove the 0x prefix from some rule matchesRonald2009-05-261-14/+14
* Never overwrite ID_PRODUCT or ID_VENDORRichard Hughes2009-05-266-24/+51
* Trivially fix a compile errorRichard Hughes2009-05-261-1/+1
* Trivially remove some unused codeRichard Hughes2009-05-261-99/+0
* Correct a debugging statementRichard Hughes2009-05-141-1/+1