2012-07-12 |
Fixed Issue 86.
|
file | diff | annotate |
2012-05-27 |
Changed the license to the Mozilla Public License 2.0 and update the licensing information.
|
file | diff | annotate |
2012-02-22 |
Added a simple way to customize the sensor gadget background. If any of the files gadget_background.png, gadget_image.png, gadget_foreground.png, gadget_bar_background.png or gadget_bar_foreground.png is present in the working directory then these files are used instead of the built in files.
|
file | diff | annotate |
2012-02-14 |
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 |
2011-12-31 |
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 |
2011-07-28 |
Fixed the power sensor display in the desktop gadget.
|
file | diff | annotate |
2011-07-25 |
Buffered the gadget background drawing in order to improve drawing performance.
|
file | diff | annotate |
2011-06-19 |
Fixed issue 241.
|
file | diff | annotate |
2011-05-16 |
Fixed Issue 215.
|
file | diff | annotate |
2011-03-17 |
Fixed Issue 178.
|
file | diff | annotate |
2011-01-30 |
Fixed some dpi scaling bugs that occurred when changing "Control Panel\Appearance and Personalization\Display" to 125% text size or 150% text size.
|
file | diff | annotate |
2010-11-21 |
Fixed Issue 137.
|
file | diff | annotate |
2010-11-16 |
Improved the moving and resizing of the gadget on multi-monitor systems. Fixed one problem where the underlying gadget window size would be reduced unrequested. Fine tuned the progress bar size in the gadget.
|
file | diff | annotate |
2010-10-07 |
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 |
2010-10-06 |
Fixed Issue 129.
|
file | diff | annotate |
2010-09-30 |
Fixed some problems when compiling in Mono and running on Linux.
|
file | diff | annotate |
2010-09-17 |
Fixed an InvalidOperationException in OpenHardwareMonitor.GUI.SensorGadget.OnPaint caused by sensors with null as value.
|
file | diff | annotate |
2010-09-15 |
Added a check to verify the FTDI chip ID before opening the T-Balancer port.
|
file | diff | annotate |
2010-09-13 |
Fixed some hardware sorting issue in the gadget. Hardware with the same type and name would be added to the same section.
|
file | diff | annotate |
2010-09-13 |
Added a configurable font size and window width to the gadget.
|
file | diff | annotate |
2010-09-07 |
Improved the gadget formatting and added an option to remove the hardware names in the gadget.
|
file | diff | annotate |
2010-09-07 |
Fixed a few closure variables. The local variables used in the closure can not be shared between closures if their values should be different.
|
file | diff | annotate |
2010-09-06 |
Added a desktop gadget implementation.
|
file | diff | annotate |