210 Commits

Author SHA1 Message Date
Paul Werelds
e847b84d45 Cleaned the macros up a bit. 2010-10-04 17:34:58 +00:00
Paul Werelds
1bbe76aa37 Fixed the context menu positioning as well, following the previous fix to multimonitor setups. 2010-10-04 16:56:42 +00:00
Paul Werelds
718a8728ee Fixed an issue where the gadget would not be movable on an extra monitor positioned to the left of the primary monitor. 2010-10-04 06:46:55 +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
d0f3c634d6 Reverted the SMART temperature attribute search strategy to the one used previously. Fixed a few minor details in the HDDGroup class. 2010-10-02 15:46:12 +00:00
Paul Werelds
e73e09cc9c Added a S.M.A.R.T dump for all drives, regardless of temperature presence so that we can start debugging SSD's and such. 2010-10-02 14:39:25 +00:00
Michael Möller
9619107616 Fixed the initialization of the TSC estimating code. 2010-10-01 19:01:09 +00:00
Michael Möller
1e21129803 Fixed some problems when compiling in Mono and running on Linux. 2010-09-30 20:59:21 +00:00
Michael Möller
cc719ae7e8 Improved the implementation for the AMD 10h family CPU clock speeds. 2010-09-30 16:51:09 +00:00
Michael Möller
7232dcc55f Fixed a problem where the ADL Main_Memory_Alloc callback delegate could be garbage collected while still in use. 2010-09-27 23:48:41 +00:00
Michael Möller
e94f1c5874 Added support for more than one Heatmaster fan controller. 2010-09-24 21:33:55 +00:00
Paul Werelds
acf99ee2d7 Added an option to minimize on close. 2010-09-23 20:44:59 +00:00
Michael Möller
1bd6b91c6f A first (experimental) implementation for the AMD 10h family CPU clock speeds. 2010-09-22 20:44:34 +00:00
Michael Möller
3b470715d7 Rewritten the PCI access for AMD CPUs. 2010-09-22 19:12:12 +00:00
Michael Möller
bcde768e25 Refactored some of the hardware monitoring code and fixed a few code inspection warnings. 2010-09-21 20:32:36 +00:00
Paul Werelds
dfb06376d6 Fixed some silly mistakes 2010-09-21 10:33:28 +00:00
Paul Werelds
5617677d85 Added thermal and voltage/frequency MSRs for K8 CPUs, fixed chars-per-line limit 2010-09-21 10:18:07 +00:00
Paul Werelds
54dd76e23d Added core and bus clock readings for AMD's K8 (0F) family of CPUs 2010-09-21 09:12:32 +00:00
Michael Möller
ce9ec95613 Refactored the CPU classes and added a GenericCPU class. 2010-09-20 19:28:25 +00:00
Michael Möller
2ba48147d9 Changed the trimming in the treeView to StringTrimming.EllipsisCharacter. 2010-09-18 19:56:39 +00:00
Michael Möller
f960d163b9 Fixed Issue 112. 2010-09-18 16:56:52 +00:00
Michael Möller
568a27b2a4 Corrected the size of the DriveCommandParameter structure to match the documentation of SENDCMDINPARAMS http://msdn.microsoft.com/en-us/library/ff565401%28VS.85%29.aspx 2010-09-18 15:13:26 +00:00
Michael Möller
0f1c0e3a69 Fixed an InvalidOperationException in OpenHardwareMonitor.GUI.SensorGadget.OnPaint caused by sensors with null as value. 2010-09-17 18:32:11 +00:00
Michael Möller
49fad56e8c Added a check to verify the FTDI chip ID before opening the T-Balancer port. 2010-09-15 18:43:15 +00:00
Michael Möller
4158415801 Fixed an UnauthorizedAccessException when modifying the auto-startup registry entry. 2010-09-14 19:23:11 +00:00
Michael Möller
56ce10022a Fixed some hardware sorting issue in the gadget. Hardware with the same type and name would be added to the same section. 2010-09-13 22:55:25 +00:00
Michael Möller
53cc1cc75a Added a configurable font size and window width to the gadget. 2010-09-13 22:34:08 +00:00
Michael Möller
7752670742 Fixed some Code Analysis warnings. 2010-09-08 19:29:58 +00:00
Michael Möller
d4d25656de Improved the gadget formatting and added an option to remove the hardware names in the gadget. 2010-09-07 22:15:02 +00:00
Michael Möller
92a7f77851 Fixed the GadgetWindow AlwaysOnTop option (could be lost by tracking "Show Desktop" events even when AlwaysOnTop = true). 2010-09-07 18:51:42 +00:00
Michael Möller
4054b2d9fb Any OpenHardwareMonitorShowDesktopReferenceWindow (even from another process) will be good enough to detect "Show Desktop". This fixes the "Show Desktop" detection in a second instance of the Open Hardware Monitor. 2010-09-07 18:40:00 +00:00
Michael Möller
e8909c4f18 Fixed a few closure variables. The local variables used in the closure can not be shared between closures if their values should be different. 2010-09-07 18:32:37 +00:00
Michael Möller
8e8f3c080f Added a mainboard specific configuration for the ECS A890GXM-A. 2010-09-07 17:52:43 +00:00
Michael Möller
39600d1cf3 Added a desktop gadget implementation. 2010-09-06 19:53:13 +00:00
Michael Möller
0d091fe5f2 Search all possible registry locations for the Heatmaster serial port. 2010-08-24 22:11:10 +00:00
Michael Möller
8112bfd205 Fixed Issue 105 and Issue 106. 2010-08-24 20:14:54 +00:00
Michael Möller
bd232a85f5 Added another registry path for getting the Heatmaster serial port. 2010-08-24 19:06:49 +00:00
Michael Möller
d66df3de7b Fixed a few problems with the Heatmaster. 2010-08-23 20:00:06 +00:00
Michael Möller
4c704e26bb Added a first implementation for the Heatmaster fan controller. 2010-08-22 21:53:11 +00:00
Michael Möller
335c2a35cd Fixed Issue 97. 2010-08-17 21:44:02 +00:00
Michael Möller
b5074e1c4d Restricted ITE detection to port 0x2E. 2010-08-17 20:25:27 +00:00
Michael Möller
ef48be2f02 Fixed Issue 104. 2010-08-15 17:56:57 +00:00
Michael Möller
2071610bbe Fixed some Code Analysis warnings. 2010-08-15 14:46:58 +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
9f90d4063b Added a fan control sensor for ATI GPUs. 2010-08-05 19:28:50 +00:00
Michael Möller
9cd1c629e5 Added ISA bus mutex support to the super IO detection. 2010-08-05 18:06:18 +00:00
Michael Möller
56425669e8 Added an ISA bus mutex. 2010-08-04 20:27:05 +00:00
Michael Möller
146cbfe5eb Adding missing class SensorVisitor. 2010-08-04 19:10:20 +00:00