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
9b0113e6b0
Fixed the following NullReferenceException:
...
System.NullReferenceException:
in OpenHardwareMonitor.Hardware.Nvidia.NvidiaGroup..ctor()
in OpenHardwareMonitor.Hardware.Computer.Open()
in OpenHardwareMonitor.GUI.MainForm..ctor()
in OpenHardwareMonitor.Program.Main()
2010-05-15 11:20:50 +00:00
Michael Möller
a1077bc442
Fixed Issue 55.
2010-05-15 11:09:02 +00:00
Michael Möller
6ed8ff2895
Fixed Issue 57.
2010-05-15 10:48:28 +00:00
Michael Möller
984029f77e
Fixed Issue 59.
2010-05-15 10:38:47 +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
d897c6127c
Fixed Issue 52.
2010-05-04 17:32:41 +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
634300c15a
Fixed an overflow problem with the log function in the CPUID constructor.
2010-04-30 20:53:40 +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
d868dda7fb
Added support for F71889ED super I/O chips.
2010-04-27 18:43:56 +00:00
Michael Möller
e7c951b093
Another small fix of the coreId calculation for multi-CPU systems.
2010-04-27 07:31:46 +00:00
Michael Möller
160f0bd783
Fixed a few more crash causing bugs.
2010-04-26 19:22:42 +00:00
Michael Möller
540d615641
Added a processorIndex to CPU classes for multi CPU support.
2010-04-26 18:51:22 +00:00
Michael Möller
7232b41e02
Fixed the CPULoad implementation for multi CPU systems.
2010-04-26 18:38:31 +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
426938de54
Fixed Issue 43.
2010-04-25 14:40:19 +00:00
Michael Möller
151f1600e7
Fixed a NullReferenceException in HDD.Update.
2010-04-25 13:16:28 +00:00
Michael Möller
f840d88254
Fixed the coreId and threadId calculation in the APIC CPU enumeration code and removed some IndexOutOfRangeException problems.
2010-04-25 12:35:16 +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
9455b59755
Added basic support for ITE IT8712F super I/O chips.
2010-04-24 20:19:55 +00:00
Michael Möller
c24b4daba5
Added revision 0x41 for Winbond W83627HF chips (cf Issue 44).
2010-04-24 20:14:00 +00:00
Michael Möller
ff6168eef7
Fixed Issue 39.
2010-04-24 20:09:18 +00:00
Michael Möller
65b0293b1c
Implemented APIC based CPU enumeration (Issue 41).
2010-04-24 19:59:52 +00:00
Michael Möller
1f2f9d6843
Fixed Issue 25.
2010-04-05 21:31:21 +00:00
Michael Möller
772fa1b94c
Fixed Issue 24.
2010-04-05 15:51:40 +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
a8f639855a
Fixed Issue 20.
2010-03-27 13:04:34 +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
d3d927d5e4
Fixed Issue 21.
2010-03-22 17:58:21 +00:00
Michael Möller
f1cafc2d63
Fixed Issue 14 (ignore ATI GPU voltage and clock sensors if the value is 0).
2010-03-10 17:56:08 +00:00
Michael Möller
992b38ae20
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 22:27:10 +00:00
Michael Möller
6cf8aef52c
Added additional checks to the ITE super I/O reading code, to reduce cases where wrong values are read.
2010-03-09 20:35:19 +00:00
Michael Möller
cdde3208aa
Fixed Issue 12.
2010-03-08 20:05:51 +00:00
Michael Möller
051c74a72d
Fixed Issue 11.
2010-03-08 19:42:42 +00:00
Michael Möller
28372ca610
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 12:17:21 +00:00
Michael Möller
717ecb868d
Fixed a typo in the parameter form.
2010-03-07 11:28:18 +00:00
Michael Möller
299eb1cdb7
Fixed TBalancer reading on hardware that uses 88 (instead of 255) as frame identifier.
2010-03-06 21:50:22 +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
207860b427
Reading TjMax for each core on Intel Core i3/i5/i7 CPUs.
2010-03-02 22:26:07 +00:00
Michael Möller
97dcca5177
Added support for Fintek F71858 chips. Corrected the number of fans for Fintek.
2010-03-02 20:32:24 +00:00