summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-09-18Convert the property names to be FirstLetterCaps rather than dash-dash so KDE...Richard Hughes3-55/+55
2009-09-11Use g_ptr_array_new_with_free_func() in more places to make client applicatio...Richard Hughes5-18/+12
2009-09-11Fix up a few problems spotted by clangRichard Hughes5-27/+22
2009-09-11bugfix: freeze and thaw the device during initial coldplugRichard Hughes2-0/+17
2009-09-11Be more militant with refcount checking to prevent crashesRichard Hughes5-8/+34
2009-09-11Add some self tests and fix up some obvious bugsRichard Hughes25-35/+819
2009-09-11Fix up some more memory leaksRichard Hughes4-30/+52
2009-09-11bugfix: make the remove logic much cleaner to try to fix bugs where removing ...Richard Hughes15-293/+266
2009-09-11Fix a crash with the Linux backendRichard Hughes2-9/+6
2009-09-11trivial: fix make distcheckRichard Hughes1-7/+16
2009-09-11Fix compile for Linux backendRichard Hughes5-17/+59
2009-09-11Fix conflicts in the mergeRichard Hughes12-81/+66
2009-08-20Uncomment enough warnings so master actually compiles...Richard Hughes1-2/+2
2009-08-20Add some more warnings, and fix up a few errors. Still more to fixRichard Hughes12-65/+47
2009-08-19Remove depricated g_strcasecmp and convert to g_ascii_strcasecmpRichard Hughes3-18/+21
2009-08-06Merge branch 'master' into not-just-gudev2Richard Hughes1-2/+8
2009-08-03Only disable the polling if the kernel tells us we're fully charged, not if w...Richard Hughes1-2/+8
2009-07-27Actually make compile with the linux backendRichard Hughes7-104/+72
2009-07-27Initial split to make DeviceKit-power compile without GUdev for non-linux pla...Richard Hughes30-675/+1424
2009-07-22Return meaningfull errors if the user tries to suspend or hibernate without k...Richard Hughes1-14/+46
2009-07-22trivial: correct a few function prefixesRichard Hughes1-15/+13
2009-07-22Fix a trivial compile warningRichard Hughes1-0/+2
2009-07-22Only refresh all battery devices when the ac-adaptor changesRichard Hughes1-7/+13
2009-07-21Refresh all battery devices after a power event, and again after a short dela...Richard Hughes3-3/+50
2009-07-21If we don't have enough swap available, don't advertise hibernate. Fixes rh#5...Richard Hughes1-0/+65
2009-07-21Query the kernel to decide if we have hibernate and suspend supportRichard Hughes1-5/+37
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-06Add a notify flag to set_lid_is_closedLoïc Minier3-7/+6
2009-07-06fix conflictsRichard Hughes10-191/+135
2009-07-06Port to PolicyKit1Richard Hughes8-188/+126
2009-07-06Add two new state enums, pending-discharge and pending-chargeRichard Hughes2-2/+8
2009-07-06Fix conflictsRichard Hughes14-200/+325
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 Hughes6-570/+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 Hughes2-11/+3
2009-07-03Make it very clear that the Backlight interface is temporaryRichard Hughes2-3/+11
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 Hughes6-4/+570
2009-07-03Move the udev rules to thier own directoryRichard Hughes10-306/+0
2009-07-03I must learn to spell deprecated...Richard Hughes1-1/+1
2009-07-03Protect the non-GObject accessors with DKP_DISABLE_DEPRECIATED and fix up the...Richard Hughes1-0/+1
2009-07-03Export the recall-notice, recall-vendor and recall-url properties on power de...Richard Hughes3-0/+108
2009-07-03Add battery recall data rulesRichard Hughes7-15/+227
2009-07-02Add a lid-is-present propertyRichard Hughes2-1/+29
2009-07-02Use a DkpDeviceList for managed devices tooRichard Hughes1-46/+20