batmond

log

age author description
Thu, 30 Jun 2011 01:49:07 +1000 Da_Blitz Support "Full" report from kerneldefault tip
Mon, 02 May 2011 20:53:48 +1000 Da_Blitz Improved README formating
Mon, 02 May 2011 15:31:36 +1000 Da_Blitz Fixed runtime calculations (use remaining capcity)
Sat, 30 Apr 2011 22:07:02 +1000 Da_Blitz Added notes regarding charge time discrepancies between backends
Sat, 30 Apr 2011 22:01:57 +1000 Da_Blitz Spelling fixes
Sat, 30 Apr 2011 21:53:44 +1000 Da_Blitz Fix broken Guard
Sat, 30 Apr 2011 21:53:21 +1000 Da_Blitz Nicer output strings
Sat, 30 Apr 2011 21:53:03 +1000 Da_Blitz Hack to make getting 100% charge eaiser
Sat, 30 Apr 2011 21:52:42 +1000 Da_Blitz Inital UPower support
Sat, 30 Apr 2011 16:35:16 +1000 Da_Blitz Take care of cases where current charge > last charge
Sat, 30 Apr 2011 16:01:12 +1000 Da_Blitz Correct math for time to fully charged
Sat, 30 Apr 2011 16:00:14 +1000 Da_Blitz Minor formatting changes
Sat, 30 Apr 2011 15:58:02 +1000 Da_Blitz Fixed incorrect variable name
Thu, 28 Apr 2011 23:33:24 +1000 Da_Blitz Suppress keyboardinterrupt exception
Thu, 28 Apr 2011 23:31:27 +1000 Da_Blitz Added better formatting, should be more accurate at the expense of ease of use
Thu, 28 Apr 2011 23:27:31 +1000 Da_Blitz Fix minor spelling mistake
Thu, 28 Apr 2011 23:24:28 +1000 Da_Blitz bool converts based on length of string, cast to int to correct this
Thu, 28 Apr 2011 23:19:02 +1000 Da_Blitz Added commandline args parsing
Thu, 28 Apr 2011 23:12:15 +1000 Da_Blitz Strip trailing newlines from values
Thu, 28 Apr 2011 23:11:26 +1000 Da_Blitz Added more robust battery charging states code
Thu, 28 Apr 2011 22:39:37 +1000 Da_Blitz Convert to new persistent file handle
Thu, 28 Apr 2011 22:26:01 +1000 Da_Blitz Split info collection and calculation up and documented. extended battery class with new attributes
Thu, 28 Apr 2011 21:29:24 +1000 Da_Blitz set hours and minutes if not charging
Thu, 28 Apr 2011 21:25:13 +1000 Da_Blitz Remove debugging statment
Thu, 28 Apr 2011 21:24:54 +1000 Da_Blitz Fix minor error in format string (none type)
Thu, 28 Apr 2011 21:22:37 +1000 Da_Blitz Dont iterate over string, iterate over file as we want lines not chars
Sat, 23 Apr 2011 16:50:33 +1000 Da_Blitz Fixed up setup.py to find module
Sat, 23 Apr 2011 16:49:36 +1000 Da_Blitz Migrated source to module, inital powersupply support
Fri, 11 Mar 2011 03:01:09 +1100 Da_Blitz Added requirements to README
Fri, 11 Mar 2011 02:56:05 +1100 Da_Blitz Minor fixup to cmdline app hook
Fri, 11 Mar 2011 02:52:59 +1100 Da_Blitz Renaming/unifcation of project name to batmond, cmdline app added (batmond)
Fri, 11 Mar 2011 02:44:51 +1100 Da_Blitz Added project metadata
Fri, 11 Mar 2011 02:42:05 +1100 Da_Blitz Added auto ignore file
Fri, 11 Mar 2011 02:41:38 +1100 Da_Blitz Added Readme and auto setup
Fri, 11 Mar 2011 02:41:12 +1100 Da_Blitz Added Licensing terms
Fri, 11 Mar 2011 02:33:49 +1100 Da_Blitz First working code
Fri, 18 Feb 2011 10:15:08 +1100 Da_Blitz Inital code