summaryrefslogtreecommitdiff
path: root/src/dkp-history.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-08trivial: add a resolution parameter to GetHistory rather than just guessing a...Richard Hughes1-9/+12
2008-11-08bugfix: use a better resolution limiting function for getting the history to ...Richard Hughes1-32/+74
2008-11-07more trivial WUP fixesRichard Hughes1-1/+2
2008-11-07feature: all logging for all the other device types tooRichard Hughes1-3/+6
2008-11-04trivial: convert the data getting to enumerated typesRichard Hughes1-48/+15
2008-09-06add a first approximation of a time resolution limiterRichard Hughes1-1/+67
2008-09-03work out the statistics by binning them into percentage sized holesRichard Hughes1-30/+81
2008-09-03support getting stats from DkpSupply devicesRichard Hughes1-0/+94
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 Hughes1-40/+57
2008-08-28convert to using egg_ functionality like other projectsRichard Hughes1-12/+12
2008-08-28save the time to full and time to empty tooRichard Hughes1-0/+120
2008-08-11save the history in a sane place, not in my Desktop directory...Richard Hughes1-2/+1
2008-08-10the enums of of DkpDevice origin, not DkpSourceRichard Hughes1-7/+7
2008-08-05don't segfault when a history file is present but emptyRichard Hughes1-2/+8
2008-08-05add some GObject checks in a couple of modules to try to debug a problem I'm ...Richard Hughes1-81/+101
2008-08-04add a new ninary to get the battery power stateRichard Hughes1-2/+1
2008-08-04treat the timespan like a range, and search backwards so we aways get some dataRichard Hughes1-7/+14
2008-08-04add simple history data to be saved and retrievedRichard Hughes1-0/+495