24 Commits

Author SHA1 Message Date
Michael Möller
6641df4b50 Added correct formatting for Throughput sensors in the gadget. 2020-02-22 20:22:15 +01: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
71f477d9e6 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. 2012-02-22 23:32:06 +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
d7eebcf1ad Fixed the power sensor display in the desktop gadget. 2011-07-28 21:51:02 +00:00
Michael Möller
e3adf6ceb6 Buffered the gadget background drawing in order to improve drawing performance. 2011-07-25 21:09:21 +00:00
Michael Möller
88a4daaefc Fixed issue 241. 2011-06-19 12:59:07 +00:00
Michael Möller
9805d4cf52 Fixed Issue 215. 2011-05-16 22:04:04 +00:00
Michael Möller
6eafde204e Fixed Issue 178. 2011-03-17 20:16:01 +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
1159ba3db0 Fixed Issue 137. 2010-11-21 12:28:31 +00:00
Michael Möller
e5d7595b00 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. 2010-11-16 21:48: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
4dc9a5e13d Fixed Issue 129. 2010-10-06 19:18:07 +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
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
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
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
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
39600d1cf3 Added a desktop gadget implementation. 2010-09-06 19:53:13 +00:00