64 Commits

Author SHA1 Message Date
Michael Möller
9abc8906e4 Migrated from .NET Framework version 2.0 to .NET Framework version 4.5. 2020-05-21 17:53:08 +02:00
Michael Möller
8e9bea8b6c Added support for the NVML (NVIDIA Management Library). Added support for power and PCIE throughput sensors on NVIDIA GPUs. 2020-02-20 22:07:03 +01:00
Michael Möller
357a7a114e Fixed the "System.UriFormatException: Invalid URI: The Uri string is too long." exception when submitting a longer hardware report. 2020-01-29 21:51:03 +01:00
Michael Möller
92d4954da6 Added a first data logging implementation. 2013-08-11 21:26:56 +00:00
Michael Möller
ea68316dc7 Added the new OxyPlot based plot implementation. 2013-06-09 16:08:59 +00:00
Michael Möller
a3f3febfb3 Added a new icon for RAM hardware. 2012-07-25 15:33:16 +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
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
0d43433aa4 Fixed Issue 269. 2012-07-14 19:24:04 +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
52c47c76e2 Added the remote web enhancement developed by Prince Samuel. 2012-05-27 20:15:32 +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
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
de089a3d28 Modified and extended version of the patch v4 by Roland Reinl (see Issue 256). Main differences to the original patch: DeviceIoControl refactorings removed, SmartAttribute is now descriptive only and does not hold any state, report is written as one 80 columns table, sensors are created only for meaningful values and without duplicates (remaining life, temperatures, host writes and reads). Also the current implementation should really preserve all the functionality of the old system. Additionally there is now a simple SMART devices emulation class (DebugSmart) that can be used in place of WindowsSmart for testing with reported data. 2011-12-31 17:31:04 +00:00
Michael Möller
70c338cc63 Added support for Intel CPU power sensors (package and cores). 2011-07-27 18:27:16 +00:00
Michael Möller
77ed6c2f48 Added an option to show the plot in a separate window or on the right of the tree-view. 2011-05-22 19:15:27 +00:00
Michael Möller
edec08400d Renamed folder from Wmi to WMI also in the project file. 2010-10-17 16:13:20 +00:00
Paul Werelds
8705b321f3 More refactoring. 2010-10-16 18:24:20 +00:00
Paul Werelds
2df01b631e Added license to the WMI stuff and refactored a few things a little. 2010-10-16 14:15:41 +00:00
Paul Werelds
ebc1e612d9 Added a WMI provider, documentation to follow. 2010-10-16 13:29:06 +00:00
Michael Möller
d9ae399ad2 Added a new sensor type "Level" for wear or charge level (or any other percentage based sensors that don't fit into Load or Control). 2010-10-07 19:34:36 +00:00
Michael Möller
6d3d5e357d Removed unused assemblies. 2010-10-02 20:03:59 +00:00
Michael Möller
f078c78c22 Replaced HttpUtility.UrlEncode with Uri.EscapeDataString and deleted the reference to the System.Web assembly. The System.Web assembly seems to be missing on some .NET 4.0 installations (and the overhead of using it is a bit large, just for the UrlEncode method). 2010-10-02 18:15:46 +00:00
Michael Möller
f960d163b9 Fixed Issue 112. 2010-09-18 16:56:52 +00:00
Michael Möller
39600d1cf3 Added a desktop gadget implementation. 2010-09-06 19:53:13 +00:00
Michael Möller
2ec18bf862 Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings. 2010-08-12 20:53:27 +00:00
Michael Möller
a2650ba983 Refactored the hardware monitoring code into a library (Issue 101). 2010-08-08 13:57:26 +00:00
Michael Möller
466c0db349 Refactoring and fine tuning for Linux GUI. 2010-07-27 18:38:11 +00:00
Michael Möller
78a4dab24f Replaced the SplitContainer with SplitContainerAdv. Now the panels are directly resized and the splitter can be drawn nicely. 2010-07-24 20:15:49 +00:00
Michael Möller
660c4baac1 Replaced all menus with the native implementations MainMenu and ContextMenu. Fixed a bug with the sensor renaming context menu. 2010-07-18 12:38:01 +00:00
Michael Möller
c7ef3b8ecf Fixed Issue 82. 2010-07-04 12:49:16 +00:00
Michael Möller
a72af71590 Fixed Issue 66. 2010-07-04 12:12:37 +00:00
Michael Möller
22ead80405 Fixed Issue 73. 2010-06-12 12:15:00 +00:00
Michael Möller
bee7a9b80b Added experimental lm-sensors super I/O support for Linux. 2010-06-06 14:44:53 +00:00
Michael Möller
c641a6a2fc Fixed Issue 65. 2010-06-05 18:59:54 +00:00
Michael Möller
5d5307e5b5 Fixed Issue 63. 2010-06-03 22:40:18 +00:00
Michael Möller
8c6c61d3e3 Added an event handler to save the configuration when the user logs off without closing the application first (http://blogs.msdn.com/b/oldnewthing/archive/2008/04/21/8413175.aspx), because FormClosed is not called in that case. 2010-05-25 22:33:03 +00:00
Michael Möller
b4203489bb Extended the ITE super I/O voltage reading by adding hidden voltage sensors for unknown channels. Added a few known DFI and Gigabyte mainboard voltage configurations. 2010-05-24 15:27:46 +00:00
Michael Möller
8e5e1d7d19 Fixed Issue 10. 2010-05-20 21:23:54 +00:00
Michael Möller
fa260097d4 Added a sensor type Control (with unit percent) for (fan) PWM control sensors. Fixed Issue 2. 2010-05-15 14:16:00 +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
65b0293b1c Implemented APIC based CPU enumeration (Issue 41). 2010-04-24 19:59:52 +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
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
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