summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-08trivial: add a resolution parameter to GetHistory rather than just guessing a...Richard Hughes5-12/+25
2008-11-08bugfix: use a better resolution limiting function for getting the history to ...Richard Hughes1-32/+74
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 va...Richard Hughes3-13/+13
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 la...Richard Hughes1-6/+16
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 array...Richard Hughes5-55/+80
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 b...Richard Hughes4-25/+77
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
2008-08-22add a MONITOR type, and make the printing code a little mor saneRichard Hughes1-1/+1
2008-08-22add functionality to monitor a Watts Up Pro deviceRichard Hughes6-0/+575
2008-08-20don't use deprecate udev rule matching, and prefix our new variablesRichard Hughes4-61/+51
2008-08-15document the output of the Device.GetStatistics() methodRichard Hughes1-1/+25
2008-08-15use DKP_ID_BATTERY_TYPE rather than ID_BATTERY_TYPE to not pollute the main n...Richard Hughes4-33/+33