GUI/MainForm.cs
2010-05-15 Fixed Issue 57.
2010-05-14 Added a user interface to configure certain sensors as hidden. This fixed Issue 53.
2010-05-09 Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
2010-04-02 Fixed Issue 26. Added a dialog to automatically send a crash report.
2010-03-27 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 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-02 Small fix for the Form Handle creating patch.
2010-03-02 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.
2010-02-27 Added sub-hardware support and basic enumeration for mainboards.
2010-02-27 Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
2010-02-21 Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
2010-02-19 New option to start the application minimized.
2010-02-12 Tray sensor display default color is black and color can be changed now. Fixed CPU load reading for AMD CPUs and added additional misc device for AMD core temperature reading.
2010-02-12 First system tray sensor monitor support.
2010-02-08 Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
2010-02-07 Refactoring: New class Computer manages all the hardware and creates events.
2010-02-05 Changed minimizing to system tray on Windows systems.
2010-02-03 Release version 0.1.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs.
2010-01-31 Release version 0.1.5. Added support for AMD family 0Fh CPUs. Fixed saving of wrong window size values for minimized forms (by not saving them).
2010-01-27 Fixed a NullReferenceException in the HDD SMART code.
2010-01-26 Initial commit.