2010-03-27 moel.mich Fixed Issue 9.
2010-03-27 moel.mich Fixed Issue 20.
2010-03-27 moel.mich Added a dialog for the report filename. Added additional checks to T-Balancer code for cases where the port gets closed. Moved the timer to the Computer class.
2010-03-26 moel.mich Added an option to automatically startup after Windows logon using the Task Scheduler 2.0 for Windows Vista/7 or the Registry for Windows XP.
2010-03-22 moel.mich Fixed Issue 21.
2010-03-10 moel.mich Fixed Issue 14 (ignore ATI GPU voltage and clock sensors if the value is 0).
2010-03-09 moel.mich Changed the CPU clock calculation. If no invariant TSC is available, then the max CPU clock is estimated at startup under load, otherwise an average over one second is used.
2010-03-09 moel.mich Added additional checks to the ITE super I/O reading code, to reduce cases where wrong values are read.
2010-03-08 moel.mich Fixed Issue 12.
2010-03-08 moel.mich Fixed Issue 11.
2010-03-07 moel.mich Changed the T-Balancer fields for the actual PWM (percent) value of the channels from 156+ to 137+, because on some (older?) hardware the fields 156+ seem not to be updated. Fields 137+ have one bit less resolution, but it's what the Navigator uses as well (and used only if in PWM mode).
2010-03-07 moel.mich Fixed a typo in the parameter form.
2010-03-06 moel.mich Fixed TBalancer reading on hardware that uses 88 (instead of 255) as frame identifier.
2010-03-04 moel.mich Changed the system tray font.
2010-03-02 moel.mich Small fix for the Form Handle creating patch.
2010-03-02 moel.mich Set the system tray icon font to a fixed size. Fixed the exiting of the application when the form was never shown and Close() is called.