120 Commits

Author SHA1 Message Date
Michael Möller
c2f1a51725 Fixed Issue 387. The new implementation does not try to start a ring 0 driver that already exists, but could not be opened. It tries to delete the driver and install it new. The driver is now stored temporarily in the application folder. The driver is not correctly removed on system shutdown. 2012-09-23 18:37:43 +00:00
Michael Möller
5a8544454e Added a few checks and delays to the driver loading code to increase the chance of loading the driver. 2012-08-11 21:48:54 +00:00
Michael Möller
e32ce0060d Changed a few context menu items to display a radio option style. Added additional information from the SMBIOS to the report. 2012-08-11 21:32:59 +00:00
Michael Möller
e77e879780 Added a RAM sensor for used memory. 2012-07-26 06:51:19 +00:00
Michael Möller
53a14ec30c Updated the version. 2012-07-25 18:10:10 +00:00
Michael Möller
5e87af437d Added used space load sensors for hard drives. 2012-07-22 18:07:11 +00:00
Michael Möller
a53679c3ad Added a missing default case in the mainboard specific configuration selection. The missing default case prevented sensor data from getting displayed on unknown Asus mainboards with NCT6779D super I/O. 2012-07-18 22:47:30 +00:00
Michael Möller
6b1e346c16 Added more report output to the kernel driver loading code. Hopefully this helps to find the problems in Issue 253. 2012-07-18 20:20:26 +00:00
Michael Möller
b9d30a4602 Changed the system tray icon font scaling to adapt to the size of the tray icon in pixels, because on Windows 7 the tray icon scales with the system font size, while on Windows XP the tray icons are always 16 pixels large. 2012-07-18 19:45:59 +00:00
Michael Möller
194d0a6d5d Attempt at fixing Issue 253 without breaking Issue 159 once more. 2012-07-17 16:10:59 +00:00
Michael Möller
028248273b Added the option to enable/disable all hardware groups. 2012-07-11 17:35:30 +00:00
Michael Möller
04be3e3943 Added a mainboard specific configuration for the Asus P8Z77-V (Issue 347) and added an additional temperature for the Gigabyte GA-MA78LM-S2H (Issue 358). 2012-07-08 19:26:00 +00:00
Michael Möller
d6262767bb Added support for SSDs with a controller from Micron. 2012-07-08 15:24:44 +00:00
Michael Möller
f8b7505b0c Added experimental support for Nuvoton NCT6779D super I/O chips. 2012-07-01 21:44:07 +00:00
Michael Möller
7828493223 Fixed Issue 300. 2012-06-24 16:16:46 +00:00
Michael Möller
3d1e07b438 Added support for IT8705F super I/O chips. 2012-06-23 22:14:28 +00:00
Michael Möller
bd7c571e17 Added support for reading more than one TBalancer fan controller. 2012-05-28 13:45:38 +00:00
Michael Möller
cc35e23910 Added support for Intel Ivy Bridge based CPUs. Added code to prevent displaying wrong information on unknown (future) Intel CPUs. 2012-05-28 10:39:30 +00:00
Michael Möller
2e3489e1f7 Changed the license to the Mozilla Public License 2.0 and update the licensing information. 2012-05-27 14:23:31 +00:00
Michael Möller
a3dea40fd6 Fixed a division by zero in the Sandforce write amplification sensor. 2012-02-22 23:36:26 +00:00
Michael Möller
f8867d671a Added a new sensor type "Factor" for dimensionless values (and similar) that are not to be shown as percent ("Level" type). Changed the write amplification sensor to use the new "Factor" sensor type. Added the temperature SMART attribute for Sandforce SSDs as hidden sensor (as it may show fake results on some hardware). 2012-02-14 23:07:55 +00:00
Michael Möller
3f9d9da2f0 Added additional smart attribute identification and a write amplification sensor for Sandforce based SSDs. 2012-02-13 21:56:29 +00:00
Michael Möller
b9edd942b0 Small correction to the Sandforce SSD detection to prevent Marvell controllers (M4, C300) from getting identified as Sandforce. 2012-02-13 20:34:39 +00:00
Michael Möller
ca50bf01b4 Updated year to 2012 in properties and about box. 2012-01-08 18:47:56 +00:00
Michael Möller
67d04939bb Further restricted the identification for Indilinx SSDs to prevent Maxtor HDDs to be identified as Indilinx SSD. 2012-01-02 21:17:21 +00:00
Michael Möller
e500810713 Small corrections for AMD family 15h CPUs (based on documentation). 2012-01-02 20:45:18 +00:00
Michael Möller
938263fef2 Added support for reading the TAMG ACPI table on Gigabyte mainboards. Fixed a small problem with HDD/SSD names (0 chars are trimmed now as well). 2011-07-07 20:41:09 +00:00
Michael Möller
ae81e8f22c Small correction for the mainboard specific configuration of the Gigabyte Z68X-UD7-B3 mainboard. 2011-06-26 20:04:26 +00:00
Michael Möller
64f532e286 Added a mainboard specific configuration for the Gigabyte Z68X-UD7-B3 mainboard. 2011-06-26 16:00:20 +00:00
Michael Möller
3ae21ac90d Added initial support for AMD family 12h and 15h CPUs. 2011-06-19 14:14:00 +00:00
Michael Möller
049f3d3515 Added support for the Fintek F71889AD super I/O chip. Extended the identification list of mainboard manufacturers. 2011-05-23 18:14:25 +00:00
Michael Möller
7d0d8e766b Fixed Issue 222. 2011-05-19 07:24:30 +00:00
Michael Möller
98cd3cbf9b Added a mainboard specific configuration for the Gigabyte H67A-UD3H-B3 mainboard and fixed a few issues in the about box. 2011-05-18 19:58:57 +00:00
Michael Möller
bd9495d159 Fixed the bus and core clock reading on AMD family 10h model Ah CPUs. The new "Core Performance Boost" feature of these CPUs resulted in very low accuracy of the bus speed (and as a consequence also an inaccurate TSC multiplier). This fixed Issue 205. 2011-05-08 22:10:13 +00:00
Michael Möller
eefa1ffb7d Added a mainboard specific configuration for the Gigabyte P67A-UD4-B3 mainboard. 2011-05-03 18:20:06 +00:00
Michael Möller
7b39213552 Added first experimental support for the IT8728F super I/O chip. 2011-05-01 13:37:15 +00:00
Michael Möller
6e86c9e1a9 Fixed Issue 199. 2011-04-30 16:03:58 +00:00
Michael Möller
ca3a2d3864 Updated version info. 2011-04-23 14:18:02 +00:00
Michael Möller
fbe6bef72e A first correction for reading core and bus clocks on AMD family 14h CPUs. 2011-04-16 19:26:20 +00:00
Michael Möller
6872fcbe39 A small correction for AMD K8 (family 0Fh) core temperature reading, and fan reading on older revision of IT8712F chips. This should fix Issue 42 and Issue 194. 2011-04-16 14:49:47 +00:00
Michael Möller
fb451bd475 Added initial support for AMD Fusion (family 14h) CPUs. 2011-04-16 13:19:13 +00:00
Michael Möller
0d80c84493 Fixed Issue 111. 2011-04-15 23:52:07 +00:00
Michael Möller
0f1ba8e90f Replaced the StreamReader based lm-sensors access with an implementation using the FileStream class in order to avoid buffering problems when seeking. 2011-04-10 23:36:07 +00:00
Michael Möller
4897a49630 Added support for AMD 10h core temperature sensors and Asus ATK0110 devices on Linux. 2011-04-09 20:16:42 +00:00
Michael Möller
910c251496 Fixed Issue 172. 2011-03-15 17:20:22 +00:00
Michael Möller
46e4752c8f Added code to delete any kernel driver service that can't be opened before reinstalling it. 2011-02-11 22:29:26 +00:00
Michael Möller
d1a963aa55 Added some error reporting to the Ring0 driver loading code. 2011-02-08 22:02:29 +00:00
Michael Möller
be28c71358 Fixed some dpi scaling bugs that occurred when changing "Control Panel\Appearance and Personalization\Display" to 125% text size or 150% text size. 2011-01-30 23:45:26 +00:00
Michael Möller
4d4c3aae8d Added support for AMD family 11h CPUs. 2011-01-27 22:29:43 +00:00
Michael Möller
1915002fa9 Fixed the Intel Sandy Bridge CPU core clock calculation. 2011-01-22 17:58:32 +00:00