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
|
8ed6399a0e
|
Fixed Issue 223.
|
2011-05-19 07:22:06 +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
|
6e86c9e1a9
|
Fixed Issue 199.
|
2011-04-30 16:03:58 +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
|
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
|
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 |
|
Paul Werelds
|
0be214b3f2
|
Changed the way window position is saved and handled. This should now work properly.
|
2010-10-06 11:34:54 +00:00 |
|
Paul Werelds
|
23a18b8589
|
Fixed Issue 123.
|
2010-10-05 19:34:59 +00:00 |
|
Michael Möller
|
3e65f5bfc2
|
Fixed Issue 125.
|
2010-10-05 19:27:51 +00:00 |
|
Michael Möller
|
01b122da1d
|
Fixed Issue 124.
|
2010-10-05 18:59:13 +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 |
|
Paul Werelds
|
acf99ee2d7
|
Added an option to minimize on close.
|
2010-09-23 20:44:59 +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
|
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 |
|
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
|
466c0db349
|
Refactoring and fine tuning for Linux GUI.
|
2010-07-27 18:38:11 +00:00 |
|
Michael Möller
|
78a4dab24f
|
Replaced the SplitContainer with SplitContainerAdv. Now the panels are directly resized and the splitter can be drawn nicely.
|
2010-07-24 20:15:49 +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
|
c7ef3b8ecf
|
Fixed Issue 82.
|
2010-07-04 12:49:16 +00:00 |
|
Michael Möller
|
a72af71590
|
Fixed Issue 66.
|
2010-07-04 12:12:37 +00:00 |
|
Michael Möller
|
589ba48753
|
Fixed Issue 71.
|
2010-06-27 13:02:02 +00:00 |
|
Michael Möller
|
4a6cdb1e60
|
Fixed Issue 76.
|
2010-06-27 10:54:19 +00:00 |
|
Michael Möller
|
57dbd750e0
|
Added (partial) SMBIOS support for Linux by reading from sysfs.
|
2010-06-07 20:03:48 +00:00 |
|
Michael Möller
|
dd67a0aa5c
|
Fixed Issue 69.
|
2010-06-06 11:07:57 +00:00 |
|
Michael Möller
|
c641a6a2fc
|
Fixed Issue 65.
|
2010-06-05 18:59:54 +00:00 |
|
Michael Möller
|
8c6c61d3e3
|
Added an event handler to save the configuration when the user logs off without closing the application first (http://blogs.msdn.com/b/oldnewthing/archive/2008/04/21/8413175.aspx), because FormClosed is not called in that case.
|
2010-05-25 22:33:03 +00:00 |
|
Michael Möller
|
b4203489bb
|
Extended the ITE super I/O voltage reading by adding hidden voltage sensors for unknown channels. Added a few known DFI and Gigabyte mainboard voltage configurations.
|
2010-05-24 15:27:46 +00:00 |
|
Michael Möller
|
3550878a80
|
A few bug fixes to avoid crashes on Linux systems.
|
2010-05-22 15:51:59 +00:00 |
|
Michael Möller
|
8e5e1d7d19
|
Fixed Issue 10.
|
2010-05-20 21:23:54 +00:00 |
|
Michael Möller
|
6ed8ff2895
|
Fixed Issue 57.
|
2010-05-15 10:48:28 +00:00 |
|
Michael Möller
|
61c007f0f6
|
Added a user interface to configure certain sensors as hidden. This fixed Issue 53.
|
2010-05-14 22:30:06 +00:00 |
|
Michael Möller
|
4cd9cd9125
|
Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
|
2010-05-09 16:22:13 +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
|
d5ed83e09a
|
Added a dialog for the report filename. Added additional checks to T-Balancer code for cases where the port gets closed. Moved the timer to the Computer class.
|
2010-03-27 12:57:09 +00:00 |
|