0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 06, 2025 — Feb 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed icon to match TPFanControl's behavior (temperature above sensor name). More... over 13 years ago
Removed the need for compiling resources with pyside-rcc since there doesn't seem to be any advantage to using resources. More... over 13 years ago
Center the title of the right groupbox too. More... over 13 years ago
Replaced uses of Python2's file type with Python3's io type. More... over 13 years ago
55 C was a little too hot for my tastes. More... over 13 years ago
Make HIDDEN_TEMPS a frozenset again. More... over 13 years ago
Reset the fan back to BIOS mode on a clean quit. More... over 13 years ago
Initial font size will definitely be less than half the rectangle's height, so initializing it to that helps increase the startup time More... over 13 years ago
Cleaned up the code More... over 13 years ago
Merge branch 'master' into declarative_ui More... over 13 years ago
Fixed smart mode blowing up for temperatures below 45 degrees C due to logic error More... over 13 years ago
Added .qrc file. Compile with "pyside-rcc -o resources.py -py3 resources.qrc" More... over 13 years ago
Moved most UI creation code to a .ui file More... over 13 years ago
Align the speed with the "RPM" label More... over 13 years ago
Changed magenta icon to orange More... over 13 years ago
Added comments More... over 13 years ago
Added setting for Fahrenheit temperature display More... over 13 years ago
Fan.read() now returns a named tuple instead of a dict More... over 13 years ago
Moved battery detection code to settings.py Renamed constants according to Python conventions More... over 13 years ago
Removed every usage of procfs in favor of sysfs More... over 13 years ago
Switched to sysfs from procfs Disovered the with statement for safe file handling Tighter error-checking using errno Update interval can now be configured in settings.py (default 5 seconds) Implemented fan watchdog support - Fan will revert to BIOS mode if this application hangs for (2 * update interval) (default 10 seconds) More... over 13 years ago
Discovered str.partition More... over 13 years ago
Split settings into a separate settings.py for easier editing. The temperature sensor names are also a configurable setting now. More... over 13 years ago
Updated readme. More... over 13 years ago
Accidentally'd a debug statement. More... over 13 years ago
Added rudimentary "smart" mode. It's rudimentary in that it sets the fan speed based *only* on the current temperature, which means the fan will turn on and off at the boundary of a temperature threshold. Separated settings into another class at the top of the file for easier editing. More... over 13 years ago
Replaced setter methods for properties with the nicer-looking constructor keyword arguments. More... over 13 years ago
Replaced setter methods for properties with the nicer-looking constructor keyword arguments. More... over 13 years ago
Used tuples instead of lists wherever practical. More... over 13 years ago
Used tuples instead of lists wherever practical. Inlined slots where possible. More... over 13 years ago