Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-11 | Remove gettext support, as we don’t want to translate poezio, and it takes ↵ | Emmanuel Gil Peyrot | |
more than 1ms per call. | |||
2015-02-21 | Add a -c/--check-config option to check the config file | mathieui | |
It displays the missing options and the ones which are changed from the default values. | |||
2015-02-16 | Revert the --version thing, it is not supposed to display the software version | Florent Le Coz | |
2015-02-16 | Remove the optparse backward compatibility, and fix the --version feature | Florent Le Coz | |
2014-12-17 | Update CHANGELOG and versions | mathieui | |
2014-04-22 | 80-columns wrapping and some docstrings | mathieui | |
also bump version, and add some gettext wraps | |||
2014-03-23 | Fix formatting, some typos, and unused code, and add docstrings | mathieui | |
- No idea why subclasses of ConversationTab were working before (info_header was overriden with None in __init__) - Or why the date parsing worked (“Exeception”) - Some more reformatting with pylint indications - Document each module in the tabs module | |||
2014-02-22 | Bump dev version | mathieui | |
2012-08-06 | Make optparse work | mathieui | |
2012-08-06 | Add a fallback to optparse if argparse is not found | mathieui | |