553 Commits

Author SHA1 Message Date
Michael Möller
57915384c8 Added code to handle exceptions when creating the report for drives that are no longer available/ready. 2013-06-09 20:11:20 +00:00
Michael Möller
4d5fa18490 Changed the HDD detection to list hard drives without SMART support as well (at least if they have any visible partitions on them). 2013-06-09 19:57:00 +00:00
Michael Möller
dcfa8ef3f9 Added additional exception handling to the http server. 2013-06-09 19:25:44 +00:00
Michael Möller
0bc6629e3a Fixed an issue in the ram group implementation (sensor values did not get stored to the settings instance). 2013-06-09 17:50:45 +00:00
Michael Möller
81a926cfc9 Added Fahrenheit support to the plot. 2013-06-09 17:44:05 +00:00
Michael Möller
6260c63b71 Changed OxyPlot to draw a line between the different subplots. 2013-06-09 17:17:32 +00:00
Michael Möller
3ab2982c85 Small correction to the plot with multiple axes. 2013-06-09 16:53:16 +00:00
Michael Möller
a9ae1a293f Added an option to disable stacked axes in the plot. 2013-06-09 16:44:19 +00:00
Michael Möller
e72ae00be8 Added experimental support for Intel Haswell CPUs. 2013-06-09 16:10:43 +00:00
Michael Möller
ea68316dc7 Added the new OxyPlot based plot implementation. 2013-06-09 16:08:59 +00:00
Michael Möller
27fe8eaaed Added binaries for the OxyPlot library and updated the License.html file. 2013-06-08 17:15:09 +00:00
Michael Möller
0b3f1bb595 Some modifications to the OxyPlot library to simplify the use in the Open Hardware Monitor. 2013-06-08 17:07:18 +00:00
Michael Möller
60c3b130f3 Some modifications to the OxyPlot library to back-port to .NET 2.0. Added the LINQBridge library for the LINQ based code in OxyPlot (the original .NET LINQ is not available in .NET 2.0). 2013-06-08 17:06:00 +00:00
Michael Möller
df61f39c1c Added the source code of OxyPlot as of commit d190d7748a73 (6.5.2013). 2013-06-08 16:53:22 +00:00
Michael Möller
acc4149327 Fixed Issue 415. 2012-11-19 21:05:41 +00:00
Michael Möller
eac9cc4d11 Changed the super I/O fan control: Fan controls are now always displayed, even if the value is null (as for example for ITE 87XX chips in automatic mode. 2012-11-04 13:10:53 +00:00
Michael Möller
1ccebc6850 Added additional Fintek chips to the lm-sensors interface. 2012-11-03 17:58:55 +00:00
Michael Möller
9a1d0d5c08 Fixed Issue 368. Fixed Issue 369. Fixed Issue 370. 2012-10-28 15:19:45 +00:00
Michael Möller
69b0050008 Changed the source formatting of the HttpServer class to match the rest of the project. 2012-10-28 14:06:50 +00:00
Michael Möller
87641aebbd Fixed Issue 382. 2012-10-28 11:34:53 +00:00
Michael Möller
322b079bf4 Reduced the amount of dynamic memory allocation when reading from the T-Balancer or creating tray icons. 2012-10-27 11:40:28 +00:00
Michael Möller
3692d7cc26 Enabled fan control on mainboards by default. 2012-10-21 14:45:24 +00:00
Michael Möller
41d24dc8d8 Added support for fan control on ITE 87XX chips and a mainboard specific configuration for the Gigabyte GA 970A UD3 (both based on a patch from Eric Hokanson). 2012-10-21 14:24:03 +00:00
Michael Möller
b6ad3fa3db Changed a few types to internal (instead of public) in the Open Hardware Monitor library. 2012-10-01 17:10:09 +00:00
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
992fa702dc Fixed an error where loading config files from previous versions would crash the application. 2012-07-26 06:50:56 +00:00
Michael Möller
53a14ec30c Updated the version. 2012-07-25 18:10:10 +00:00
Michael Möller
0d2c7e2c84 Added temperature offset parameters to all HDD temperature sensors. Fixed issue 271. 2012-07-25 16:03:36 +00:00
Michael Möller
a3f3febfb3 Added a new icon for RAM hardware. 2012-07-25 15:33:16 +00:00
Michael Möller
b702e42e3b Changed the RAM implementation (removed Microsoft.VisualBasic dependency which is not implemented in Mono) and added code to prevent RAM hardware from loading on Linux. 2012-07-24 16:45:48 +00:00
Michael Möller
5d04d3f2f4 Added a wrapper for the NotifyIconAdv to use the normal NotifyIcon class on Linux systems and the (fixed) custom implementation on Windows systems. 2012-07-24 16:04:30 +00:00
Michael Möller
4bebb21f12 Added a RAM hardware and sensor, fixed Issue 115. 2012-07-23 21:54:35 +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
90838f671b Improved the data compression for storing the recorded sensor values in the config file. 2012-07-17 16:12:07 +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
0d43433aa4 Fixed Issue 269. 2012-07-14 19:24:04 +00:00
Michael Möller
fc026664d3 Fixed Issue 86. 2012-07-12 10:17:18 +00:00
Michael Möller
4026c56ba0 Fixed Issue 274. Fixed Issue 107. 2012-07-11 22:28:39 +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
2f5434e6f6 Added mainboard specific configurations for the following Gigabyte mainboards: EX58-UD3R, G41M-Combo, G41MT-S2, G41MT-S2P, GA-MA770T-UD3P, GA-MA785GM-US2H, GA-MA78LM-S2H, GA-MA790X-UD3P, H55-USB3, H55N-USB3, H61M-DS2 REV 1.2, H61M-USB3-B3 REV 2.0, H67A-USB3-B3, P55A-UD3, P67A-UD3-B3, P67A-UD3R-B3, Z68A-D3H-B3, Z68AP-D3, Z68X-UD3H-B3. 2012-07-02 21:14:40 +00:00
Michael Möller
0f54a17434 Corrected the temperature reading on NCT6779D super I/O chips. Added a default mainboard specific configuration for NCT6779D super I/O chips. 2012-07-02 12:50:03 +00:00
Michael Möller
f8b7505b0c Added experimental support for Nuvoton NCT6779D super I/O chips. 2012-07-01 21:44:07 +00:00