91 Commits

Author SHA1 Message Date
Michael Möller
604884777f Fixed some font issues. 2010-05-15 12:50:28 +00:00
Michael Möller
5e4b9607e7 Fixed the following Exception:
System.ArgumentOutOfRangeException: 텍스트 길이는 64자 미만이어야 합니다.
매개 변수 이름: Text
실제 값은 ATI Radeon HD 4800 Series  (Microsoft Corporation WDDM 1.1)
GPU Core: 56.5 °C입니다.
   위치: System.Windows.Forms.NotifyIcon.set_Text(String value)
   위치: OpenHardwareMonitor.GUI.SensorNotifyIcon.Update()
   위치: OpenHardwareMonitor.GUI.SensorSystemTray.Redraw()
   위치: System.Windows.Forms.Timer.OnTick(EventArgs e)
   위치: System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   위치: System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
2010-05-15 11:34:36 +00:00
Michael Möller
6ed8ff2895 Fixed Issue 57. 2010-05-15 10:48:28 +00:00
Michael Möller
61c007f0f6 Added a user interface to configure certain sensors as hidden. This fixed Issue 53. 2010-05-14 22:30:06 +00:00
Michael Möller
4cd9cd9125 Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree. 2010-05-09 16:22:13 +00:00
Michael Möller
a49919717e Added an Identifier class for IHardware, ISensor and IParameter Identifier properties. 2010-05-06 19:20:38 +00:00
Michael Möller
a9fdbb64b1 Fixed the "System.ComponentModel.Win32Exception: An error occurred in sending the command to the application" error in the about-box link code. 2010-05-01 15:55:19 +00:00
Michael Möller
b4b40b7f8e Added a check if all required files are available at startup. Improved the crash reporting. 2010-05-01 12:12:37 +00:00
Michael Möller
03bdb34ed4 Fixed exception handling in StartupManager (some systems throw a DirectoryNotFoundException instead of a FileNotFoundException). 2010-04-28 06:55:45 +00:00
Michael Möller
160f0bd783 Fixed a few more crash causing bugs. 2010-04-26 19:22:42 +00:00
Michael Möller
98c7c31cac Improved the stability of the crash reporting system. 2010-04-25 19:05:15 +00:00
Michael Möller
23a403dd7c Created a new wrapper for the Task Scheduler to fix some problem where TaskScheduler.Connect would throw an ArgumentException. 2010-04-25 12:03:43 +00:00
Michael Möller
76a3ac113b Rewritten the T-Balancer code to use the FTDI D2XX drivers directly instead of the System.IO.Ports.SerialPort class. The SerialPort class has some ugly problems like http://connect.microsoft.com/VisualStudio/feedback/details/140018/serialport-crashes-after-disconnect-of-usb-com-port or http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/8a1825d2-c84b-4620-91e7-3934a4d47330 for which no real solution seems to exist. And Microsoft doesn't feel like it needs to be fixed for years now. 2010-04-05 15:31:19 +00:00
Michael Möller
20158a0edd Fixed Issue 26. Added a dialog to automatically send a crash report. 2010-04-02 16:05:07 +00:00
Michael Möller
485c80b04b Fixed Issue 9. 2010-03-27 19:55:09 +00:00
Michael Möller
d5ed83e09a 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-27 12:57:09 +00:00
Michael Möller
e0e30c4b55 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-26 20:58:10 +00:00
Michael Möller
717ecb868d Fixed a typo in the parameter form. 2010-03-07 11:28:18 +00:00
Michael Möller
6ba8cc5dd5 Changed the system tray font. 2010-03-04 20:26:56 +00:00
Michael Möller
256570098e Small fix for the Form Handle creating patch. 2010-03-02 23:17:32 +00:00
Michael Möller
b4918b3cc3 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-03-02 22:52:37 +00:00
Michael Möller
3a64f014e7 Fixed the version number in the AboutBox. 2010-02-27 20:26:05 +00:00
Michael Möller
2dcac6acac Added sub-hardware support and basic enumeration for mainboards. 2010-02-27 20:08:13 +00:00
Michael Möller
f208712a0d Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading. 2010-02-27 15:55:17 +00:00
Michael Möller
f7d8eb1d48 Changed TreeViewAdv grid color to a fixed value. 2010-02-23 19:45:40 +00:00
Michael Möller
ba9015c451 Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type. 2010-02-21 18:10:30 +00:00
Michael Möller
d89b883632 New option to start the application minimized. 2010-02-19 19:50:07 +00:00
Michael Möller
f10c7cb524 Added core and bus clock support for Intel CPUs (Core 2). 2010-02-14 20:16:30 +00:00
Michael Möller
ae694b9b60 New graphical system tray display for load sensors. 2010-02-13 17:08:36 +00:00
Michael Möller
ac6d7f818a 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 22:46:31 +00:00
Michael Möller
3ac00a41de First system tray sensor monitor support. 2010-02-12 00:36:56 +00:00
Michael Möller
1fdd207910 Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips. 2010-02-08 20:18:25 +00:00
Michael Möller
31adbedc3c Refactoring: New class Computer manages all the hardware and creates events. 2010-02-07 16:37:15 +00:00
Michael Möller
15162a2a12 Changed minimizing to system tray on Windows systems. 2010-02-05 22:45:15 +00:00
Michael Möller
5249183290 Release version 0.1.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs. 2010-02-03 20:35:10 +00:00
Michael Möller
92f872b244 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-31 20:57:18 +00:00
Michael Möller
8fc7a41776 Release version 0.1.2. First implementation for Fintek F71882FG chips. Fixed Intel Core i7 temperature reading. Changed Nvidia GPU enumeration. 2010-01-28 23:29:39 +00:00
Michael Möller
cf85bde358 Release version 0.1.1 2010-01-27 23:10:38 +00:00
Michael Möller
71940eb2c9 Changed ATI GPU enumeration. 2010-01-27 19:30:10 +00:00
Michael Möller
1e17c93297 Fixed a NullReferenceException in the HDD SMART code. 2010-01-27 18:12:51 +00:00
Michael Möller
39ca26510c Initial commit. 2010-01-26 22:37:48 +00:00