summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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
2008-11-07bugfix: use 0 for unknown, not -1 as some values like rate and voltage are ↵Richard Hughes3-13/+13
valid when negative
2008-11-07feature: all logging for all the other device types tooRichard Hughes8-94/+70
2008-11-07feature: add voltage property of a power deviceRichard Hughes5-70/+17
2008-11-07bugfix: actually make the Watts Up Pro device workRichard Hughes2-25/+100
2008-11-06trivial: don't use <literal>, instead use <doc:tt> as it chokes some parsersRichard Hughes1-5/+5
2008-11-06trivial: egg updateRichard Hughes1-1/+1
2008-11-04trivial: convert the data getting to enumerated typesRichard Hughes3-66/+41
2008-11-04bugfix: fix the introspection for the CanSuspend and CanHibernate methodsRichard Hughes1-1/+6
2008-10-23trivial: egg updatesRichard Hughes1-2/+2
2008-10-23trivial: 'unexport' dkp_acpi_to_device_technologyRichard Hughes2-2/+41
2008-10-23feature: add two new properties, has-history and has-statisticsRichard Hughes3-0/+30
2008-10-23feature: add in CanSuspend and CanHibernate into APIRichard Hughes3-14/+80
2008-10-23trivial: update defines needed for egg debugging codeRichard Hughes1-1/+4
2008-10-23trivial: egg updatesRichard Hughes4-38/+383
2008-09-06add a first approximation of a time resolution limiterRichard Hughes1-1/+67
2008-09-04bugfix: don't unconditionally set the energy_full to energy_full_design if ↵Richard Hughes1-6/+16
larger, a few batteries like overcharging
2008-09-04trivial egg updatesRichard Hughes1-2/+1
2008-09-03work out the statistics by binning them into percentage sized holesRichard Hughes1-30/+81
2008-09-03trivial: there are 101 entries, not 100Richard Hughes1-3/+3
2008-09-03poll every 10 seconds to get better stats resultsRichard Hughes1-1/+1
2008-09-03support getting stats from DkpSupply devicesRichard Hughes4-1/+120
2008-08-29move the savelist code form DkpHistory to EggObjList as it's a common actionRichard Hughes1-113/+11
2008-08-29trivial: don't use GIO functionality just yetRichard Hughes1-6/+1
2008-08-28switch from using GPtrArray to EggObjList as this provides us with auto ↵Richard Hughes5-55/+80
array cleanup for different objects
2008-08-28convert to using egg_ functionality like other projectsRichard Hughes15-125/+779
2008-08-28save the time to full and time to empty tooRichard Hughes3-0/+134
2008-08-26trivial fixupRichard Hughes1-2/+2
2008-08-26don't return stats when we actually mean history -- the stats parts need to ↵Richard Hughes4-25/+77
be written
2008-08-26Merge branch 'master' into tempRichard Hughes6-143/+143
2008-08-26remove the battery- and line-power- prefix from the device propertiesRichard Hughes6-143/+143
2008-08-26rename GetStats to GetHistoryRichard Hughes1-4/+53
2008-08-26don't report negative rate when chargingRichard Hughes1-4/+0