- 25 Aug, 2016 1 commit
-
-
mathieui authored
-
- 21 Aug, 2016 1 commit
-
-
mathieui authored
Use a placeholder object that can run it afterwards, so that we don’t have side effects inside those functions.
-
- 18 Aug, 2016 1 commit
-
-
mathieui authored
And wipe the YesNoInput from the codebase
-
- 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 2 commits
-
-
Link Mauve authored
-
Link Mauve authored
-
- 11 Jun, 2016 1 commit
-
-
Link Mauve authored
-
- 07 Oct, 2015 1 commit
-
-
mathieui authored
(the line above was never used and could contain garbage from elsewhere) TODO: fix the way we arrange information inside it to fit more stuff
-
- 30 Jul, 2015 1 commit
-
-
mathieui authored
(for easier API access)
-
- 24 Jul, 2015 1 commit
-
-
louiz’ authored
fix #3076
-
- 26 May, 2015 1 commit
-
-
louiz’ authored
-
- 11 May, 2015 1 commit
-
-
- 28 Jan, 2015 1 commit
-
-
mathieui authored
- slightly lower the CPU usage (callback instead of active waiting w/ sleep) - make the terminal beep so the user knows something happened - prevent the user “escaping” the prompt by pressing /, s, or S
-
- 04 Jan, 2015 1 commit
-
-
mathieui authored
-
- 17 Dec, 2014 2 commits
- 11 Dec, 2014 1 commit
-
-
mathieui authored
- Add two new options, keyfile and certfile, which must be both set for the auth to work. - if both are set, then poezio doesn’t force-prompt a password if there is none specified - add /cert_add, /cert_fetch, /cert_disable, /cert_revoke and /certs commands. - add a page of documentation on the process
-
- 10 Dec, 2014 1 commit
-
-
louiz’ authored
-
- 29 Nov, 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 1 commit
-
-
mathieui authored
-
- 01 Aug, 2014 1 commit
-
-
louiz’ authored
-
- 30 Jul, 2014 1 commit
-
-
louiz’ authored
The /reconnect command should now properly work everytime.
-
- 09 Jul, 2014 1 commit
-
-
mathieui authored
-
- 05 Jul, 2014 1 commit
-
-
mathieui authored
-
- 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…
-
- 26 Apr, 2014 1 commit
-
-
mathieui authored
-
- 01 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
-