Age | Commit message (Collapse) | Author |
|
(also, fix a traceback-typo)
|
|
some stuff is now hidden wen the window size gets too small (might need
some adjustments). The info buffer in the roster tab, the userlist in
mucs, the vertical tab list, the info buffer everywhere, etc…
|
|
- fix the /version completion with spaces
- fix the /unignore completion with spaces
|
|
|
|
|
|
also remove some hardcoded stuff
|
|
(it now uses the theme)
|
|
thanks gio
|
|
also clean up some newlines mess
|
|
- now it should work properly
- add a COLOR_LOG_MSG theming option, used both for local and remote
history
|
|
(thanks eijebong)
|
|
|
|
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.
|
|
- 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
|
|
- todo: write a common import file to avoid duplicating the imports
|