summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-02-27trivial: remove egg-stringRichard Hughes10-618/+18
2009-02-27move the library directory from libdevkit-power to devkit-power-gobjectRichard Hughes1-2/+2
2009-02-27feature: get rid of DkpObject and instead use the GObject property system cor...Richard Hughes8-411/+1010
2009-02-26trivial: fix make distcheckRichard Hughes1-14/+15
2009-02-26trivial: compile failureRichard Hughes3-5/+0
2009-02-26bugfix: remove use of EggObjList, which was pretty hacky, and try to make the...Richard Hughes4-110/+191
2009-02-19bugfix: fix up DBus interface for CVE-2008-4311Stanislav Brabec1-4/+6
2009-02-09bugfix: fix the QoS interface, and abstract out the objectRichard Hughes1-55/+11
2009-02-09bugfix: don't sync to disk every 5 seconds, do it every 10 minutesRichard Hughes1-1/+1
2009-02-05bugfix: don't crash when we limit the resolution of a small datasetRichard Hughes1-1/+8
2009-02-05trivial: fix compileRichard Hughes1-1/+1
2009-02-05bugfix: correctly set the power-supply property as pointed out by David ZeuthenRichard Hughes1-1/+1
2009-02-04bugfix: only enable the wakeups polling if a client requires the dataRichard Hughes1-36/+93
2009-02-04bugfix: fix compile failure with gcc-4.4.0 and old versions of glib2Richard Hughes3-3/+3
2009-01-31trivial: do moving average on the wakeups total valueRichard Hughes1-20/+35
2009-01-30trivial: translations belong in the GUI tool...Richard Hughes1-14/+22
2009-01-30trivial: ensure we get a cmdline when zero length and check for wakeups < 0.1sRichard Hughes1-7/+9
2009-01-30trivial: change the interface to be a double with per seconds, not per minuteRichard Hughes2-20/+20
2009-01-30trivial: actually load the new module, and register on the busRichard Hughes2-2/+13
2009-01-30trivial: implement org.freedesktop.DeviceKit.Power.WakeupsRichard Hughes2-0/+711
2009-01-30feature: add a wakeups interface so we can get powertop-type data from the sy...Richard Hughes1-0/+121
2009-01-23bugfix: check all the power supply fields for valid dataRichard Hughes1-8/+18
2009-01-23trivial: egg updateRichard Hughes1-1/+1
2009-01-15bugfix: special case machines where the kernel gives up converting charge to ...Richard Hughes1-20/+36
2008-12-19trivial: use the package version deline name directlyRichard Hughes1-1/+1
2008-12-19bugfix: fix the battery capacity calculation. Fixes fd#19165Richard Hughes1-1/+1
2008-12-09trivial: mae the PolicyKit file validateRichard Hughes2-7/+7
2008-12-09trivial: fix the introspection warning and the startup verbageRichard Hughes5-17/+9
2008-12-08bugfix: allow DeviceKit-power to run with the 'fixed' DBusRichard Hughes1-0/+6
2008-12-03trivial: don't divide by zero if there is no accuracyRichard Hughes1-8/+3
2008-12-03trivial: fix rpmbuild by checking result of writeRichard Hughes2-10/+37
2008-12-03trivial: only create the log file directory if we can write to the prefixRichard Hughes1-1/+3
2008-12-03trivial: add some more implementation of the DkpQos classRichard Hughes2-8/+138
2008-12-03trivial: whitespace changesRichard Hughes2-5/+1
2008-12-03bugfix: don't keep putting off the profile saving in DkpHistoryRichard Hughes1-5/+3
2008-12-03trivial: egg updatesRichard Hughes1-3/+1
2008-12-03bugfix: enable the low power saving code in DkpHistoryRichard Hughes1-1/+1
2008-11-13trivial: expose object on the busRichard Hughes2-16/+23
2008-11-13feature: implement the .QoS interface -- still incompleteRichard Hughes4-0/+606
2008-11-13split out the polkit code from the daemon so it can be used in other modules ...Richard Hughes5-308/+484
2008-11-13feature: add in the interface file for QoS controlRichard Hughes2-2/+352
2008-11-12trivial: update protocol after getting the command set from the Watts Up hard...Richard Hughes1-74/+26
2008-11-12trivial cleanups of davidz patch -- no functional changesRichard Hughes2-58/+52
2008-11-11turn some methods into propertiesDavid Zeuthen3-188/+160
2008-11-11document how to access the D-Bus service with examplesDavid Zeuthen2-5/+150
2008-11-11move object paths so things are rooted under /org/freedesktop/DeviceKit/PowerDavid Zeuthen2-2/+3
2008-11-11update my email addressDavid Zeuthen10-10/+10
2008-11-11bugfix: fix the include headers for DeviceKit 002Richard Hughes8-8/+8
2008-11-11bugfix: match the WUP device on the tty device, not the USB deviceRichard Hughes3-17/+17
2008-11-08trivial: try harder to not print invalid ASCII codesRichard Hughes1-8/+2