Sat, 09 Feb 2013 17:18:09 +0100 |
At last we can output stuff on our display.
|
file | diff | annotate |
Sun, 03 Feb 2013 18:01:50 +0100 |
Converted project to VisualStudio 2012.
|
file | diff | annotate |
Wed, 25 Jul 2012 15:33:16 +0000 |
Added a new icon for RAM hardware.
|
file | diff | annotate |
Tue, 24 Jul 2012 16:04:30 +0000 |
Added a wrapper for the NotifyIconAdv to use the normal NotifyIcon class on Linux systems and the (fixed) custom implementation on Windows systems.
|
file | diff | annotate |
Wed, 18 Jul 2012 19:45:59 +0000 |
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.
|
file | diff | annotate |
Sat, 14 Jul 2012 19:24:04 +0000 |
Fixed Issue 269.
|
file | diff | annotate |
Sun, 08 Jul 2012 15:24:44 +0000 |
Added support for SSDs with a controller from Micron.
|
file | diff | annotate |
Sun, 27 May 2012 20:15:32 +0000 |
Added the remote web enhancement developed by Prince Samuel.
|
file | diff | annotate |
Sun, 27 May 2012 14:23:31 +0000 |
Changed the license to the Mozilla Public License 2.0 and update the licensing information.
|
file | diff | annotate |
Tue, 14 Feb 2012 23:07:55 +0000 |
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).
|
file | diff | annotate |
Sat, 31 Dec 2011 17:31:04 +0000 |
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.
|
file | diff | annotate |
Wed, 27 Jul 2011 18:27:16 +0000 |
Added support for Intel CPU power sensors (package and cores).
|
file | diff | annotate |
Sun, 22 May 2011 19:15:27 +0000 |
Added an option to show the plot in a separate window or on the right of the tree-view.
|
file | diff | annotate |
Sun, 17 Oct 2010 16:13:20 +0000 |
Renamed folder from Wmi to WMI also in the project file.
|
file | diff | annotate |
Sat, 16 Oct 2010 18:24:20 +0000 |
More refactoring.
|
file | diff | annotate |
Sat, 16 Oct 2010 14:15:41 +0000 |
Added license to the WMI stuff and refactored a few things a little.
|
file | diff | annotate |
Sat, 16 Oct 2010 13:29:06 +0000 |
Added a WMI provider, documentation to follow.
|
file | diff | annotate |
Thu, 07 Oct 2010 19:34:36 +0000 |
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).
|
file | diff | annotate |
Sat, 02 Oct 2010 20:03:59 +0000 |
Removed unused assemblies.
|
file | diff | annotate |
Sat, 02 Oct 2010 18:15:46 +0000 |
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).
|
file | diff | annotate |
Sat, 18 Sep 2010 16:56:52 +0000 |
Fixed Issue 112.
|
file | diff | annotate |
Mon, 06 Sep 2010 19:53:13 +0000 |
Added a desktop gadget implementation.
|
file | diff | annotate |
Thu, 12 Aug 2010 20:53:27 +0000 |
Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
|
file | diff | annotate |
Sun, 08 Aug 2010 13:57:26 +0000 |
Refactored the hardware monitoring code into a library (Issue 101).
|
file | diff | annotate |
Tue, 27 Jul 2010 18:38:11 +0000 |
Refactoring and fine tuning for Linux GUI.
|
file | diff | annotate |
Sat, 24 Jul 2010 20:15:49 +0000 |
Replaced the SplitContainer with SplitContainerAdv. Now the panels are directly resized and the splitter can be drawn nicely.
|
file | diff | annotate |
Sun, 18 Jul 2010 12:38:01 +0000 |
Replaced all menus with the native implementations MainMenu and ContextMenu. Fixed a bug with the sensor renaming context menu.
|
file | diff | annotate |
Sun, 04 Jul 2010 12:49:16 +0000 |
Fixed Issue 82.
|
file | diff | annotate |
Sun, 04 Jul 2010 12:12:37 +0000 |
Fixed Issue 66.
|
file | diff | annotate |
Sat, 12 Jun 2010 12:15:00 +0000 |
Fixed Issue 73.
|
file | diff | annotate |
Sun, 06 Jun 2010 14:44:53 +0000 |
Added experimental lm-sensors super I/O support for Linux.
|
file | diff | annotate |
Sat, 05 Jun 2010 18:59:54 +0000 |
Fixed Issue 65.
|
file | diff | annotate |
Thu, 03 Jun 2010 22:40:18 +0000 |
Fixed Issue 63.
|
file | diff | annotate |
Tue, 25 May 2010 22:33:03 +0000 |
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.
|
file | diff | annotate |
Mon, 24 May 2010 15:27:46 +0000 |
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.
|
file | diff | annotate |
Thu, 20 May 2010 21:23:54 +0000 |
Fixed Issue 10.
|
file | diff | annotate |
Sat, 15 May 2010 14:16:00 +0000 |
Added a sensor type Control (with unit percent) for (fan) PWM control sensors. Fixed Issue 2.
|
file | diff | annotate |
Fri, 14 May 2010 22:30:06 +0000 |
Added a user interface to configure certain sensors as hidden. This fixed Issue 53.
|
file | diff | annotate |
Sun, 09 May 2010 16:22:13 +0000 |
Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
|
file | diff | annotate |
Thu, 06 May 2010 19:20:38 +0000 |
Added an Identifier class for IHardware, ISensor and IParameter Identifier properties.
|
file | diff | annotate |
Sat, 24 Apr 2010 19:59:52 +0000 |
Implemented APIC based CPU enumeration (Issue 41).
|
file | diff | annotate |
Mon, 05 Apr 2010 15:31:19 +0000 |
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.
|
file | diff | annotate |
Fri, 02 Apr 2010 16:05:07 +0000 |
Fixed Issue 26. Added a dialog to automatically send a crash report.
|
file | diff | annotate |
Sat, 27 Mar 2010 12:57:09 +0000 |
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.
|
file | diff | annotate |
Fri, 26 Mar 2010 20:58:10 +0000 |
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.
|
file | diff | annotate |
Sat, 27 Feb 2010 20:08:13 +0000 |
Added sub-hardware support and basic enumeration for mainboards.
|
file | diff | annotate |
Sat, 27 Feb 2010 15:55:17 +0000 |
Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
|
file | diff | annotate |
Mon, 22 Feb 2010 09:57:02 +0000 |
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).
|
file | diff | annotate |
Sun, 21 Feb 2010 18:10:30 +0000 |
Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
|
file | diff | annotate |
Fri, 12 Feb 2010 00:36:56 +0000 |
First system tray sensor monitor support.
|
file | diff | annotate |
Mon, 08 Feb 2010 20:18:25 +0000 |
Added support for Winbond W83627EHF, W83667HG, W83667HG-B mainboard chips.
|
file | diff | annotate |
Sun, 07 Feb 2010 19:53:51 +0000 |
Added initial support for W83627HF. Some refactoring for IHardware classes.
|
file | diff | annotate |
Sun, 07 Feb 2010 16:42:26 +0000 |
Changed ATI GPU device enumeration.
|
file | diff | annotate |
Sun, 07 Feb 2010 16:37:15 +0000 |
Refactoring: New class Computer manages all the hardware and creates events.
|
file | diff | annotate |
Thu, 04 Feb 2010 21:19:27 +0000 |
Release version 0.1.13. Replaced PerformanceCounter based CPU load sensors with an implementation using NtQuerySystemInformation. Fixed a temperature reading problem for W83627DHG chips (sensors with invalid value 127?C).
|
file | diff | annotate |
Wed, 03 Feb 2010 20:35:10 +0000 |
Release version 0.1.11. Added support for load percentage sensor type. Added load sensors for CPUs and ATI GPUs.
|
file | diff | annotate |
Mon, 01 Feb 2010 20:16:26 +0000 |
Added support for Fintek F71862, F71869, F71889.
|
file | diff | annotate |
Sun, 31 Jan 2010 20:57:18 +0000 |
Release version 0.1.5. Added support for AMD family 0Fh CPUs. Fixed saving of wrong window size values for minimized forms (by not saving them).
|
file | diff | annotate |
Fri, 29 Jan 2010 20:05:32 +0000 |
Added additional checks to SMBIOS parsing. New class HexStringArray is for debugging with report data.
|
file | diff | annotate |
Thu, 28 Jan 2010 23:29:39 +0000 |
Release version 0.1.2. First implementation for Fintek F71882FG chips. Fixed Intel Core i7 temperature reading. Changed Nvidia GPU enumeration.
|
file | diff | annotate |