summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or A...Richard Hughes2010-01-1849-190/+191
* trivial: use g_set_error() in more placesRichard Hughes2010-01-172-4/+4
* Use a fallback for the capability bit when checking the lid status. Fixes #25041Richard Hughes2010-01-111-1/+6
* trivial: be a whitespace and format naziRichard Hughes2010-01-038-261/+250
* import the FreeBSD backendJoe Marcus Clarke2010-01-0315-1/+2080
* Check if swap exists before determining how much is freeDebbie Beliveau2009-12-161-0/+10
* Fix segfault in the history code. Fixes fd#25632Richard Hughes2009-12-141-0/+6
* Make some small cleanups in prep for the releaseRichard Hughes2009-12-013-24/+58
* Use a gdouble for percentage.Byron Clark2009-11-251-2/+2
* Update some common egg code for better debugging supportRichard Hughes2009-11-234-102/+268
* Some batteries give out massive rate values when nearly emptyRichard Hughes2009-11-231-3/+7
* When the internal battery is in the unknown state, we can't make a decision w...Richard Hughes2009-11-221-0/+2
* Some vendors fill the NVRAM full of junk. Don't crash the daemon if the batte...Richard Hughes2009-11-171-0/+34
* Avoid going from discharging to pending-discharge when the expansion battery ...Richard Hughes2009-11-171-8/+20
* Fix a trivial copy-paste error that broke hibernate for a lot of peopleRichard Hughes2009-10-211-1/+1
* When we do a delayed refresh, actually do 5 x 1 second apart rather than 1 x ...Richard Hughes2009-10-161-17/+44
* Connect to the device changed signal rather than the backend changed signal s...Richard Hughes2009-10-162-40/+55
* Don't emit changed events from the DkpBackend layer, instead push then throug...Richard Hughes2009-10-162-20/+9
* add trivial comment markup entryRichard Hughes2009-10-161-0/+4
* Detect encrypted swap and prevent hibernate in this case. Fixes fd#23196Richard Hughes2009-10-161-8/+133
* Ensure we only reset the update-time property when we have done the refresh, ...Richard Hughes2009-10-143-9/+14
* Use voltage_now as a fallback to the design voltage, and return 10.0V if no v...Richard Hughes2009-10-011-8/+44
* Use the sysfs file 'type' to work out the battery type as the presence of 'on...Richard Hughes2009-09-301-5/+26
* Convert the property names to be FirstLetterCaps rather than dash-dash so KDE...Richard Hughes2009-09-183-55/+55
* Use g_ptr_array_new_with_free_func() in more places to make client applicatio...Richard Hughes2009-09-115-18/+12
* Fix up a few problems spotted by clangRichard Hughes2009-09-115-27/+22
* bugfix: freeze and thaw the device during initial coldplugRichard Hughes2009-09-112-0/+17
* Be more militant with refcount checking to prevent crashesRichard Hughes2009-09-115-8/+34
* Add some self tests and fix up some obvious bugsRichard Hughes2009-09-1125-35/+819
* Fix up some more memory leaksRichard Hughes2009-09-114-30/+52
* bugfix: make the remove logic much cleaner to try to fix bugs where removing ...Richard Hughes2009-09-1115-293/+266
* Fix a crash with the Linux backendRichard Hughes2009-09-112-9/+6
* trivial: fix make distcheckRichard Hughes2009-09-111-7/+16
* Fix compile for Linux backendRichard Hughes2009-09-115-17/+59
* Fix conflicts in the mergeRichard Hughes2009-09-1112-81/+66
|\
| * Uncomment enough warnings so master actually compiles...Richard Hughes2009-08-201-2/+2
| * Add some more warnings, and fix up a few errors. Still more to fixRichard Hughes2009-08-2012-65/+47
| * Remove depricated g_strcasecmp and convert to g_ascii_strcasecmpRichard Hughes2009-08-193-18/+21
* | Merge branch 'master' into not-just-gudev2Richard Hughes2009-08-061-2/+8
|\ \ | |/
| * Only disable the polling if the kernel tells us we're fully charged, not if w...Richard Hughes2009-08-031-2/+8
* | Actually make compile with the linux backendRichard Hughes2009-07-277-104/+72
* | Initial split to make DeviceKit-power compile without GUdev for non-linux pla...Richard Hughes2009-07-2730-675/+1424
|/
* Return meaningfull errors if the user tries to suspend or hibernate without k...Richard Hughes2009-07-221-14/+46
* trivial: correct a few function prefixesRichard Hughes2009-07-221-15/+13
* Fix a trivial compile warningRichard Hughes2009-07-221-0/+2
* Only refresh all battery devices when the ac-adaptor changesRichard Hughes2009-07-221-7/+13
* Refresh all battery devices after a power event, and again after a short dela...Richard Hughes2009-07-213-3/+50
* If we don't have enough swap available, don't advertise hibernate. Fixes rh#5...Richard Hughes2009-07-211-0/+65
* Query the kernel to decide if we have hibernate and suspend supportRichard Hughes2009-07-211-5/+37
* Use the global battery state as a metric when single battery machines are not...Richard Hughes2009-07-201-20/+22