- 26 Aug, 2016 1 commit
-
-
mathieui authored
-
- 22 Jul, 2016 1 commit
-
-
mathieui authored
on_close wasn’t used correctly everywhere. Also make the "close" commands for each tab specific to themselves, rather than taking the current tab for closure.
-
- 30 Jun, 2016 3 commits
-
-
mathieui authored
fixes the circular import issue
-
mathieui authored
-
mathieui authored
All this crap is very brittle due to circular deps and python handling them badly. This appears to be fixing some stuff, at the very least. This is sed, so cleanup of imports (which can now be grouped together) is not done yet.
-
- 27 Jun, 2016 1 commit
-
-
Link Mauve authored
-
- 12 Jun, 2016 1 commit
-
-
Link Mauve authored
-
- 11 Jun, 2016 1 commit
-
-
Link Mauve authored
-
- 11 May, 2015 1 commit
-
-
- 05 May, 2015 1 commit
-
-
Link Mauve authored
-
- 19 Dec, 2014 1 commit
-
-
mathieui authored
-
- 25 Nov, 2014 1 commit
-
-
louiz’ authored
Avoid surprises with some commands accepting quoted arguments and some other not. fix #2555
-
- 20 Oct, 2014 2 commits
- 19 May, 2014 1 commit
-
-
mathieui authored
-
- 17 May, 2014 1 commit
-
-
mathieui authored
also, check the features every rejoin for PrivateTabs and refresh the window after displaying the features
-
- 15 May, 2014 1 commit
-
-
mathieui authored
no more stalling while waiting for a disco info while sending a message.
-
- 05 May, 2014 1 commit
-
-
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)
-
- 28 Apr, 2014 1 commit
-
-
mathieui authored
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…
-
- 03 Apr, 2014 1 commit
-
-
mathieui authored
(thanks eijebong)
-
- 02 Apr, 2014 2 commits
- 28 Mar, 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
-