2011-06-19 |
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.
|
file | diff | annotate |
2011-04-30 |
Fixed Issue 199.
|
file | diff | annotate |
2010-09-21 |
Refactored some of the hardware monitoring code and fixed a few code inspection warnings.
|
file | diff | annotate |
2010-09-08 |
Fixed some Code Analysis warnings.
|
file | diff | annotate |
2010-09-06 |
Added a desktop gadget implementation.
|
file | diff | annotate |
2010-08-15 |
Fixed some Code Analysis warnings.
|
file | diff | annotate |
2010-08-12 |
Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings.
|
file | diff | annotate |
2010-08-08 |
Refactored the hardware monitoring code into a library (Issue 101).
|
file | diff | annotate |
2010-06-07 |
Added support for a second miniNG on the T-Balancer bigNG.
|
file | diff | annotate |
2010-06-06 |
Fixed Issue 69.
|
file | diff | annotate |
2010-05-20 |
Fixed Issue 10.
|
file | diff | annotate |
2010-05-15 |
Added a sensor type Control (with unit percent) for (fan) PWM control sensors. Fixed Issue 2.
|
file | diff | annotate |
2010-05-09 |
Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
|
file | diff | annotate |
2010-05-06 |
Added an Identifier class for IHardware, ISensor and IParameter Identifier properties.
|
file | diff | annotate |
2010-04-05 |
Fixed Issue 24.
|
file | diff | annotate |
2010-04-05 |
Rewritten the T-Balancer code to use the FTDI D2XX drivers directly instead of the System.IO.Ports.SerialPort class. The SerialPort class has some ugly problems like http://connect.microsoft.com/VisualStudio/feedback/details/140018/serialport-crashes-after-disconnect-of-usb-com-port or http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/8a1825d2-c84b-4620-91e7-3934a4d47330 for which no real solution seems to exist. And Microsoft doesn't feel like it needs to be fixed for years now.
|
file | diff | annotate |
2010-04-02 |
Fixed Issue 26. Added a dialog to automatically send a crash report.
|
file | diff | annotate |
2010-03-27 |
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.
|
file | diff | annotate |
2010-03-07 |
Changed the T-Balancer fields for the actual PWM (percent) value of the channels from 156+ to 137+, because on some (older?) hardware the fields 156+ seem not to be updated. Fields 137+ have one bit less resolution, but it's what the Navigator uses as well (and used only if in PWM mode).
|
file | diff | annotate |
2010-03-06 |
Fixed TBalancer reading on hardware that uses 88 (instead of 255) as frame identifier.
|
file | diff | annotate |
2010-02-28 |
The T-Balancer flow-meter time window seems to be scaled with a factor 4. Added the correction factor to get correct results.
|
file | diff | annotate |
2010-02-27 |
Added sub-hardware support and basic enumeration for mainboards.
|
file | diff | annotate |
2010-02-27 |
Added support for sensor parameters. Fixed Core and Thread count detection for Intel Core i7 CPUs with disabled HyperThreading.
|
file | diff | annotate |
2010-02-21 |
Added support for T-Balancer sensorhub and miniNG. Added a Flow sensor-type.
|
file | diff | annotate |
2010-02-14 |
Allow all protocols 2X for T-Balancer.
|
file | diff | annotate |
2010-02-07 |
Release version 0.1.15. Added protocol 0x2C for T-Balancer.
|
file | diff | annotate |
2010-01-31 |
Release version 0.1.6. Fixed F71882 temperature reading. Added error handling for ATI GPUs (ADL). Fixed sensor events.
|
file | diff | annotate |
2010-01-26 |
Initial commit.
|
file | diff | annotate |