summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2009-02-26bugfix: remove use of EggObjList, which was pretty hacky, and try to make ↵Richard Hughes4-110/+191
the library more sane
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 ↵Richard Hughes1-0/+121
system over DBus
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
power
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
without passing the daemon ref around
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 ↵Richard Hughes1-74/+26
hardware designers
2008-11-12trivial cleanups of davidz patch -- no functional changesRichard Hughes2-58/+52
2008-11-11turn some methods into propertiesDavid Zeuthen3-188/+160
GetOnBattery() -> :on-battery (bool) GetLowBattery() -> :on-low-battery (bool) CanSuspend() -> :can-suspend (bool) CanHibernate() -> :can-hibernate (bool) also add a new property for the daemon version :daemon-version (string) introduce a new Changed() signal that replaces ::LowBatteryChanged() ::OnBatteryChanged() Also fix a few bugs - we need to compute ::on-battery and ::on-low-battery *after* the actual device is updated - need to fire Device::Changed() before Power::DeviceChanged() otherwise devkit-power --monitor-detail lies also fix up libdevkit-power and devkit-power(1) to use these changes.
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
2008-11-08trivial: add a resolution parameter to GetHistory rather than just guessing ↵Richard Hughes5-12/+25
a number on the server
2008-11-08bugfix: use a better resolution limiting function for getting the history to ↵Richard Hughes1-32/+74
reduce CPU load
2008-11-08trivial: don't print the 'unclean' string to diskRichard Hughes1-1/+0
2008-11-07trivial: more checking of the input from the WUP deviceRichard Hughes1-12/+19
2008-11-07more trivial WUP fixesRichard Hughes3-3/+10