0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 21 hours ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Link to archived-repos-issues repo. More... over 2 years ago
Updated imports to use PyQt5. More... almost 11 years ago
Added system tray menu action to reset the icon. More... almost 11 years ago
Make Temperature objects equatable and use the objects themselves to determine if the icons need to be updated. More... almost 11 years ago
Store temperatures internally only as Celsius. Generate the display string in C or F only on demand. More... almost 11 years ago
Fixed comment in acpi.py More... almost 11 years ago
Fixed logic for popping up a systray icon alert when DBus is missing. More... about 11 years ago
Upgraded to Qt5 using PyQt. More... about 11 years ago
Moved more model code out of UI. More... about 11 years ago
Separated tpfc.py into models and views. More... about 11 years ago
Fixed permissions. More... about 11 years ago
Reduced responsibilities of the UI classes. More... about 11 years ago
The background box of the systray icon was being drawn too small. More... about 11 years ago
Fixed order of parameters of QComboBox.addItem. More... about 11 years ago
Style fixes. More... about 11 years ago
Added requirement for fan_control=1 module parameter in thinkpad-acpi. More... about 11 years ago
Added option to either round temperatures or truncate them. More... over 11 years ago
Fixed string representation of temperatures. More... over 11 years ago
Removed Temperatures.toDisplayTemp in favor of a Temperature class to represent a temperature and handle conversion to a human-readable string. More... over 11 years ago
Replaced Python2-style string formatting with Python3's str.format method. More... over 11 years ago
UI referred to the fan section incorrectly. More... over 11 years ago
Show warning icon in the DBus notification. More... over 11 years ago
Python conventions say keyword args do not have spaces around the "=". More... over 11 years ago
Cleaned up notifications code. More... over 11 years ago
Removed path.join because this application is only for Linux in the first place. More... over 11 years ago
Some parts of the application were calling it TPFanControl instead of PyTPFanControl. More... over 11 years ago
Use DBUS if available. More... over 11 years ago
Notification messages are still position incorrectly if the system tray icon is not yet visible. Hacked around this by displaying the notification one second later. More... over 11 years ago
Replaced usages of "fan state" with "fan level" to be consistent. More... over 11 years ago
Removed use of 'disengaged' in favor of 'full-speed' for consistency. UI strings for fan levels now look user-friendly. More... over 11 years ago