summaryrefslogtreecommitdiff
path: root/src/dkp-source.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-09refactor out DkpDevice and DkpSupply so we can add another type of device wit...Richard Hughes1-991/+0
2008-08-08make get_on_battery and get_low_battery part of the DkpDevice vtable, not dir...Richard Hughes1-8/+15
2008-08-05make the LowBatteryChanged and OnBatteryChanged signals workRichard Hughes1-20/+35
2008-08-05add some helpers in DkpSource to get the binary states of primary batteriesRichard Hughes1-0/+28
2008-08-04don't crash if we do GetStatistics on a device without historyRichard Hughes1-0/+7
2008-08-04Add a GetStatistics() method on org.freedesktop.DeviceKit.Power.Source so we ...Richard Hughes1-5/+91
2008-08-04the power_supply class gives a very clear status enum, just use itRichard Hughes1-21/+15
2008-08-04add simple history data to be saved and retrievedRichard Hughes1-1/+42
2008-08-01only poll when we have no updates when charging or discharging. if we are emp...Richard Hughes1-6/+6
2008-08-01trivial line fixes :-)Richard Hughes1-2/+0
2008-08-01don't print blank lines in dkp_object_printRichard Hughes1-0/+5
2008-08-01abstract out the meta-device into a seporate struct so we can copy it, check ...Richard Hughes1-207/+137
2008-08-01add some debugging infrastructureRichard Hughes1-12/+11
2008-08-01convert spaces to tabs, and make sure functions have sensible namesRichard Hughes1-585/+628
2008-08-01change the GObject prefix from DevkitPower to DkpRichard Hughes1-69/+69
2008-08-01rename some source filesRichard Hughes1-4/+4
2008-08-01add some more GCC warningsRichard Hughes1-0/+838