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
fc026664d3
Fixed Issue 86.
2012-07-12 10:17:18 +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
c7943dc624
Fixed Issue 217.
2011-05-15 16:00:22 +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
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
1e21129803
Fixed some problems when compiling in Mono and running on Linux.
2010-09-30 20:59:21 +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
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
c641a6a2fc
Fixed Issue 65.
2010-06-05 18:59: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
604884777f
Fixed some font issues.
2010-05-15 12:50:28 +00:00
Michael Möller
5e4b9607e7
Fixed the following Exception:
...
System.ArgumentOutOfRangeException: 텍스트 길이는 64자 미만이어야 합니다.
매개 변수 이름: Text
실제 값은 ATI Radeon HD 4800 Series (Microsoft Corporation WDDM 1.1)
GPU Core: 56.5 °C입니다.
위치: System.Windows.Forms.NotifyIcon.set_Text(String value)
위치: OpenHardwareMonitor.GUI.SensorNotifyIcon.Update()
위치: OpenHardwareMonitor.GUI.SensorSystemTray.Redraw()
위치: System.Windows.Forms.Timer.OnTick(EventArgs e)
위치: System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
위치: System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
2010-05-15 11:34:36 +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
20158a0edd
Fixed Issue 26. Added a dialog to automatically send a crash report.
2010-04-02 16:05:07 +00:00
Michael Möller
485c80b04b
Fixed Issue 9.
2010-03-27 19:55:09 +00:00
Michael Möller
6ba8cc5dd5
Changed the system tray font.
2010-03-04 20:26:56 +00:00
Michael Möller
b4918b3cc3
Set the system tray icon font to a fixed size. Fixed the exiting of the application when the form was never shown and Close() is called.
2010-03-02 22:52:37 +00:00
Michael Möller
ba9015c451
Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
2010-02-21 18:10:30 +00:00
Michael Möller
f10c7cb524
Added core and bus clock support for Intel CPUs (Core 2).
2010-02-14 20:16:30 +00:00
Michael Möller
ae694b9b60
New graphical system tray display for load sensors.
2010-02-13 17:08:36 +00:00
Michael Möller
ac6d7f818a
Tray sensor display default color is black and color can be changed now. Fixed CPU load reading for AMD CPUs and added additional misc device for AMD core temperature reading.
2010-02-12 22:46:31 +00:00
Michael Möller
3ac00a41de
First system tray sensor monitor support.
2010-02-12 00:36:56 +00:00