Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-30 | Typo preventing "Personal preference settings" & "Display user info on ↵ | Ryan Jarvis | |
screen" from functioning Source: https://en.wikipedia.org/wiki/RC-5#Command_Tables | |||
2017-01-07 | license: remove FSF postal address from boiler plate license text | Gerhard Sittig | |
Remove the FSF postal address as it might change (it did in the past). Reference the gnu.org website instead which is more stable. | |||
2014-07-15 | All PDs: Minor whitespace and consistency fixes. | Uwe Hermann | |
- No newlines at the end of files. - No trailing ';' characters. - Comparison with None: Use 'is None' or 'is not None'. - Comparison with True/False: Use 'if cond:' or 'if not cond:'. - Various minor whitespace fixes. | |||
2014-03-03 | Add initial RC-5 IR protocol decoder. | Uwe Hermann | |