- 23 Dec, 2014 2 commits
-
-
Célestin Matte authored
-
Célestin Matte authored
-
- 20 Dec, 2014 1 commit
-
-
mathieui authored
-
- 19 Dec, 2014 3 commits
- 04 Dec, 2014 1 commit
-
-
louiz’ authored
-
- 25 Nov, 2014 2 commits
-
-
louiz’ authored
-
- 20 Oct, 2014 2 commits
- 12 Oct, 2014 1 commit
-
-
mathieui authored
and not the global info buffer
-
- 10 Oct, 2014 1 commit
-
-
mathieui authored
-
- 01 Aug, 2014 1 commit
-
-
louiz’ authored
-
- 05 Jul, 2014 1 commit
-
-
mathieui authored
-
- 05 May, 2014 2 commits
-
-
mathieui authored
-
mathieui authored
This reverts commit b46f0f5e. Conflicts: src/tabs/muclisttab.py Doing this made the unresized elements refresh in the old subwins, causing glitches and weirdness. And anyway, the only problematic element is the TextWin (rebuilding all the lines of a buffer is expensive), but it already checks if the width changed.
-
- 03 May, 2014 1 commit
-
-
mathieui authored
-
- 30 Apr, 2014 1 commit
-
-
mathieui authored
(keep a get_name() fallback just in case for now)
-
- 29 Apr, 2014 2 commits
- 28 Apr, 2014 2 commits
- 26 Apr, 2014 2 commits
- 16 Apr, 2014 2 commits
- 14 Apr, 2014 1 commit
-
-
mathieui authored
(it now uses the theme)
-
- 11 Apr, 2014 1 commit
-
-
mathieui authored
thanks gio
-
- 10 Apr, 2014 1 commit
-
-
mathieui authored
also clean up some newlines mess
-
- 06 Apr, 2014 1 commit
-
-
mathieui authored
- now it should work properly - add a COLOR_LOG_MSG theming option, used both for local and remote history
-
- 03 Apr, 2014 1 commit
-
-
mathieui authored
(thanks eijebong)
-
- 02 Apr, 2014 1 commit
-
-
mathieui authored
-
- 24 Mar, 2014 1 commit
-
-
mathieui authored
config.get('option', 'value').lower() == 'value' is just ugly and stupid, especially for bool. One if in basetabs:556 was also missing a comparison, leading to True whenever the option was set.
-
- 22 Mar, 2014 1 commit
-
-
mathieui authored
- 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
-
- 19 Mar, 2014 1 commit
-
-
mathieui authored
- todo: write a common import file to avoid duplicating the imports
-