0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Nov 12, 2024 — Nov 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix include header order according to Google style guidelines "build/include_order" More... over 13 years ago
Include the directory when naming .h files. According to Google style guideline "build/include". More... over 13 years ago
Add #include <string> for string, according to Google style guidelines "build/include_what_you_use" More... over 13 years ago
Add copyright message according to Google style guidelines "legal/copyright" More... over 13 years ago
Streams are highly discouraged according to Google style guidelines "readability/streams" More... over 13 years ago
Use sizeof(varname) instead of sizeof(type) according to Google style guidelines "runtime/sizeof" More... over 13 years ago
All parameters should be named in a function according to Google style guidelines "readability/function" More... over 13 years ago
Do not use namespace using-directives according to Google style guidelines "build/namespaces" More... over 13 years ago
Missing username in TODO according to Google style guidelines "readability/todo" More... over 13 years ago
We need spaces after semicolon in for loops according to Google style guidelines "whitespace/semicolon" More... over 13 years ago
If an else has a brace on one side, it should have it on both according to Google style guidelines "readability/braces" More... over 13 years ago
Change the test so a tab character before a braces is ok More... over 13 years ago
Use int16/int64/etc, rather than the C types according to Google style guidelines "runtime/int" More... over 13 years ago
Use C++ casting instead of C casting according to Google style guidelines "readability/casting" More... over 13 years ago
Use pointers when passing references according to Google style guidelines "runtime/references" More... over 13 years ago
The function close() is declared in unistd.h. We must include this since it might not be pulled in by other headers on all platforms. Closes #216 More... over 13 years ago
Check that the option we set in Settings::setStringSetting() actually exists before write when using libConfuse. Writing to a non existing option makes telldusd SIGABRT. Closes #207. More... over 13 years ago
Add headers for ftd2xx, needed at least in Windows More... over 13 years ago
Add some different xPL implementations done by Telldus More... over 13 years ago
Add support for flashing TellStick Duo More... over 13 years ago
Check the current firmware version More... over 13 years ago
Load class TellStick for TellStick Duo also More... over 13 years ago
Add option to update firmware for TellStick More... over 13 years ago
Add aml item ControllerUpgradeDialog More... over 13 years ago
Add qml item StateLabel More... over 13 years ago
Load class TellStick for TellStick controllers More... over 13 years ago
Add properties to the controller object for showing the upgrade status More... over 13 years ago
Link plugin against libftd2xx More... over 13 years ago
Add firmware to the products as resource More... over 13 years ago
Add class TellStick More... over 13 years ago