GUI/MainForm.Designer.cs
2012-05-27 Added a missing menu label.
2012-05-27 Added the remote web enhancement developed by Prince Samuel.
2012-05-27 Changed the license to the Mozilla Public License 2.0 and update the licensing information.
2012-01-01 Added a context menu to the plot which allows the user to configure the time window for plotting.
2011-06-19 Fixed issue 239.
2011-05-22 Added an option to show the plot in a separate window or on the right of the tree-view.
2011-05-15 Improved the selection dragging on the tree view. The selection moves now only when the dragging starts on the tree view. With the old implementation, double-clicking the gadget would change the selection, because the mouse is still pressed when the main window is shown.
2011-05-15 Added some GUI improvements: Better handling of the row selection, minimal row spacing of 18 pixel (to get nice dotted lines) and 3 decimal digits for voltages. Also changed the tree view font rendering to get better quality without ClearType.
2011-04-30 Fixed Issue 199.
2011-03-16 Fixed Issue 179.
2011-01-30 Fixed some dpi scaling bugs that occurred when changing "Control Panel\Appearance and Personalization\Display" to 125% text size or 150% text size.
2010-11-11 Fixed a problem, where the MainForm location and size was lost when the application is started minimized and exited without ever showing the form. This caused MainForm_Load to be never called (location and size was not loaded), but the default size and location were still saved. The new implementation only saves the location and size when one of the two is changed.
2010-10-17 Removed the WMI Provider menu entry and restricted WMI to the Windows platform.
2010-10-16 Added a WMI provider, documentation to follow.
2010-10-06 Changed the way window position is saved and handled. This should now work properly.
2010-09-23 Added an option to minimize on close.
2010-09-18 Changed the trimming in the treeView to StringTrimming.EllipsisCharacter.
2010-09-06 Added a desktop gadget implementation.
2010-07-27 Refactoring and fine tuning for Linux GUI.
2010-07-24 Replaced the SplitContainer with SplitContainerAdv. Now the panels are directly resized and the splitter can be drawn nicely.
2010-07-18 Replaced all menus with the native implementations MainMenu and ContextMenu. Fixed a bug with the sensor renaming context menu.
2010-07-04 Fixed Issue 82.
2010-07-04 Fixed Issue 66.
2010-06-06 Fixed Issue 69.
2010-06-05 Fixed Issue 65.
2010-05-22 A few bug fixes to avoid crashes on Linux systems.
2010-05-20 Fixed Issue 10.
2010-05-15 Fixed some font issues.
2010-05-14 Added a user interface to configure certain sensors as hidden. This fixed Issue 53.
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-02-27 Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
2010-02-23 Changed TreeViewAdv grid color to a fixed value.
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-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-26 Initial commit.