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 |
|
Michael Möller
|
b839e338d6
|
Added support for Winbond W83687THF and improved report output for LPC detection.
|
2010-03-01 22:12:29 +00:00 |
|
Michael Möller
|
cebd4a79c9
|
The T-Balancer flow-meter time window seems to be scaled with a factor 4. Added the correction factor to get correct results.
|
2010-02-28 16:12:55 +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
|
4248689d75
|
NVAPI interop struct packing improved.
|
2010-02-22 20:54:49 +00:00 |
|
Michael Möller
|
2cde9eff61
|
Fintek super I/O chips with base address 0x..5 are detected now as well. Set Pack = 1 for NVAPI struct interop (should fix GPU enumeration).
|
2010-02-22 09:57:02 +00:00 |
|
Michael Möller
|
6df0210230
|
Corrected version info.
|
2010-02-21 21:41:22 +00:00 |
|
Michael Möller
|
3a39cef899
|
Added both VCore detection modes for Winbond W82637THF (should fix issue 3).
|
2010-02-21 21:38:58 +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
|
bcb19ae527
|
Improved Winbond temperature reading. Temperatures create by adding PECI Agent values (delta to TCC Activation Temperature) to a (possibly uncalibrated) TBase are not read. Direct reading temperatures from sensor report register if available. Added lower bound for temperatures on Winbond chips. Nvidia GPUs are now displayed even if they do not have any sensors.
|
2010-02-20 19:51:10 +00:00 |
|
Michael Möller
|
d89b883632
|
New option to start the application minimized.
|
2010-02-19 19:50:07 +00:00 |
|
Michael Möller
|
d77bf5d686
|
Added support for Winbond W83627THF super I/O chip.
|
2010-02-19 18:33:08 +00:00 |
|
Michael Möller
|
a60755377f
|
Added additional register banks to report output for Winbond chips.
|
2010-02-19 14:08:56 +00:00 |
|
Michael Möller
|
bac676e771
|
Raised TjMax for Intel 65nm CPUs by 10°C
|
2010-02-18 23:28:14 +00:00 |
|
Michael Möller
|
fd6d92b845
|
Added global exception handling for T-Balancer detection (to handle ArgumentException if portName does not exist).
|
2010-02-18 14:03:02 +00:00 |
|
Michael Möller
|
d656d7558b
|
Fixed AMD family 0Fh temperature reading of first core.
|
2010-02-17 20:45:31 +00:00 |
|
Michael Möller
|
26c71a2f38
|
Better core and thread number identification. Fixed clock reading on Intel Atom CPUs. New reporting of MSR values for Intel CPUs.
|
2010-02-17 20:22:21 +00:00 |
|