137 Commits

Author SHA1 Message Date
Michael Möller
d6262767bb Added support for SSDs with a controller from Micron. 2012-07-08 15:24:44 +00:00
Michael Möller
465f8b82d4 Added a missing menu label. 2012-05-27 20:22:06 +00:00
Michael Möller
52c47c76e2 Added the remote web enhancement developed by Prince Samuel. 2012-05-27 20:15:32 +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
5546398713 Fixed Issue 313. 2012-01-15 22:06:59 +00:00
Michael Möller
ca50bf01b4 Updated year to 2012 in properties and about box. 2012-01-08 18:47:56 +00:00
Michael Möller
7b66e3f1b5 Added code to save and restore the plot sensor selection. 2012-01-01 17:12:34 +00:00
Michael Möller
0b184bb65e Added a context menu to the plot which allows the user to configure the time window for plotting. 2012-01-01 15:46:42 +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
70c338cc63 Added support for Intel CPU power sensors (package and cores). 2011-07-27 18:27:16 +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
acbae6c98d Replaced the more expensive calls to DateTime.Now with DateTime.UtcNow. 2011-07-24 22:12:01 +00:00
Michael Möller
0bb5d2d1e1 Changed the maximum buffer size for double buffering of controls that isn't disposed after each draw call to the size of the screen. This should reduce the memory allocation and disposing on each sensor update. Also page faults are no longer increasing with this change. 2011-06-25 14:46:28 +00:00
Michael Möller
f398a556c5 Add a text (Open Hardware Monitor) to the main system tray icon to simplify identification. 2011-06-25 11:06:54 +00:00
Michael Möller
7717e215ae Removed the bitmap.GetHbitmap call for every redraw of the gadget. This should reduce dynamic memory allocation and freeing and removes some of the page faults increasing. 2011-06-22 22:36:17 +00:00
Michael Möller
88a4daaefc Fixed issue 241. 2011-06-19 12:59:07 +00:00
Michael Möller
5655347152 Fixed issue 239. 2011-06-19 12:51:17 +00:00
Michael Möller
330e93ea64 Added support for saving and restoring the sensor history for the last 24h. The sensor history is now saved in a reduced format (duplicate values are removed, gaps are marked with a NAN sensor value. 2011-06-19 12:41:18 +00:00
Michael Möller
357498a063 Fixed a problem preventing the plot form getting closed correctly. This did prevent the application from terminating when asked to exit by the operating system (for example at shutdown). 2011-06-04 13:27:11 +00:00
Michael Möller
77ed6c2f48 Added an option to show the plot in a separate window or on the right of the tree-view. 2011-05-22 19:15:27 +00:00
Michael Möller
7d0d8e766b Fixed Issue 222. 2011-05-19 07:24:30 +00:00
Michael Möller
8ed6399a0e Fixed Issue 223. 2011-05-19 07:22:06 +00:00
Michael Möller
98cd3cbf9b Added a mainboard specific configuration for the Gigabyte H67A-UD3H-B3 mainboard and fixed a few issues in the about box. 2011-05-18 19:58:57 +00:00
Michael Möller
9805d4cf52 Fixed Issue 215. 2011-05-16 22:04:04 +00:00
Michael Möller
c62fb23f99 Improved the selection dragging on the tree view. The selection moves now only when the dragging starts on the tree view. With the old implementation, double-clicking the gadget would change the selection, because the mouse is still pressed when the main window is shown. 2011-05-15 21:43:40 +00:00
Michael Möller
58fcb67dcd Added some GUI improvements: Better handling of the row selection, minimal row spacing of 18 pixel (to get nice dotted lines) and 3 decimal digits for voltages. Also changed the tree view font rendering to get better quality without ClearType. 2011-05-15 20:48:52 +00:00
Michael Möller
ac2fc9d78d Fixed Issue 219. 2011-05-15 16:44:14 +00:00
Michael Möller
c7943dc624 Fixed Issue 217. 2011-05-15 16:00:22 +00:00
Michael Möller
6e86c9e1a9 Fixed Issue 199. 2011-04-30 16:03:58 +00:00
Michael Möller
ca3a2d3864 Updated version info. 2011-04-23 14:18:02 +00:00
Michael Möller
ccbadd63cf Fixed a few details for the Linux GUI. 2011-04-11 22:38:39 +00:00
Michael Möller
1d8aa26d14 Fixed the tree view row height on Linux. 2011-04-10 20:22:20 +00:00
Michael Möller
1157a33042 Fixed Issue 156. 2011-03-19 22:55:05 +00:00
Michael Möller
6eafde204e Fixed Issue 178. 2011-03-17 20:16:01 +00:00
Michael Möller
ca1f45475d Fixed Issue 179. 2011-03-16 22:10:26 +00:00
Michael Möller
12844967da Fixed Issue 162. 2011-02-07 22:06:58 +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
60c28cc250 Improved the saving and restoring of default fan control settings for ATI GPUs. 2011-01-20 21:48:26 +00:00
Michael Möller
86dbc6f06b Added a minimal control interface to allow manual fan control and implemented the interface for ATI GPUs. 2011-01-20 21:31:54 +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
7ee8cea14e Fixed a problem, where the MainForm location and size was lost when the application is started minimized and exited without ever showing the form. This caused MainForm_Load to be never called (location and size was not loaded), but the default size and location were still saved. The new implementation only saves the location and size when one of the two is changed. 2010-11-11 21:22:24 +00:00
Michael Möller
22d714c976 Removed the WMI Provider menu entry and restricted WMI to the Windows platform. 2010-10-17 19:13:26 +00:00
Paul Werelds
cac6928f07 Small bits of refactoring. 2010-10-17 08:21:33 +00:00
Paul Werelds
8705b321f3 More refactoring. 2010-10-16 18:24:20 +00:00
Paul Werelds
ebc1e612d9 Added a WMI provider, documentation to follow. 2010-10-16 13:29:06 +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