2010-05-15 |
moel.mich |
Added a sensor type Control (with unit percent) for (fan) PWM control sensors. Fixed Issue 2.
|
changeset |
files
|
2010-05-15 |
moel.mich |
Fixed some font issues.
|
changeset |
files
|
2010-05-15 |
moel.mich |
Fixed the following Exception:
|
changeset |
files
|
2010-05-15 |
moel.mich |
Fixed the following NullReferenceException:
|
changeset |
files
|
2010-05-15 |
moel.mich |
Fixed Issue 55.
|
changeset |
files
|
2010-05-15 |
moel.mich |
Fixed Issue 57.
|
changeset |
files
|
2010-05-15 |
moel.mich |
Fixed Issue 59.
|
changeset |
files
|
2010-05-14 |
moel.mich |
Added a user interface to configure certain sensors as hidden. This fixed Issue 53.
|
changeset |
files
|
2010-05-09 |
moel.mich |
Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree.
|
changeset |
files
|
2010-05-06 |
moel.mich |
Added an Identifier class for IHardware, ISensor and IParameter Identifier properties.
|
changeset |
files
|
2010-05-04 |
moel.mich |
Fixed Issue 52.
|
changeset |
files
|
2010-05-01 |
moel.mich |
Fixed the "System.ComponentModel.Win32Exception: An error occurred in sending the command to the application" error in the about-box link code.
|
changeset |
files
|
2010-05-01 |
moel.mich |
Added a check if all required files are available at startup. Improved the crash reporting.
|
changeset |
files
|
2010-04-30 |
moel.mich |
Fixed an overflow problem with the log function in the CPUID constructor.
|
changeset |
files
|
2010-04-28 |
moel.mich |
Fixed exception handling in StartupManager (some systems throw a DirectoryNotFoundException instead of a FileNotFoundException).
|
changeset |
files
|
2010-04-27 |
moel.mich |
Added support for F71889ED super I/O chips.
|
changeset |
files
|
2010-04-27 |
moel.mich |
Another small fix of the coreId calculation for multi-CPU systems.
|
changeset |
files
|
2010-04-26 |
moel.mich |
Fixed a few more crash causing bugs.
|
changeset |
files
|
2010-04-26 |
moel.mich |
Added a processorIndex to CPU classes for multi CPU support.
|
changeset |
files
|
2010-04-26 |
moel.mich |
Fixed the CPULoad implementation for multi CPU systems.
|
changeset |
files
|
2010-04-25 |
moel.mich |
Improved the stability of the crash reporting system.
|
changeset |
files
|
2010-04-25 |
moel.mich |
Fixed Issue 43.
|
changeset |
files
|
2010-04-25 |
moel.mich |
Fixed a NullReferenceException in HDD.Update.
|
changeset |
files
|
2010-04-25 |
moel.mich |
Fixed the coreId and threadId calculation in the APIC CPU enumeration code and removed some IndexOutOfRangeException problems.
|
changeset |
files
|
2010-04-25 |
moel.mich |
Created a new wrapper for the Task Scheduler to fix some problem where TaskScheduler.Connect would throw an ArgumentException.
|
changeset |
files
|
2010-04-24 |
moel.mich |
Added basic support for ITE IT8712F super I/O chips.
|
changeset |
files
|
2010-04-24 |
moel.mich |
Added revision 0x41 for Winbond W83627HF chips (cf Issue 44).
|
changeset |
files
|
2010-04-24 |
moel.mich |
Fixed Issue 39.
|
changeset |
files
|
2010-04-24 |
moel.mich |
Implemented APIC based CPU enumeration (Issue 41).
|
changeset |
files
|
2010-04-05 |
moel.mich |
Fixed Issue 25.
|
changeset |
files
|
2010-04-05 |
moel.mich |
Fixed Issue 24.
|
changeset |
files
|
2010-04-05 |
moel.mich |
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.
|
changeset |
files
|