summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-09Pass a message to add_message instead of messed up kwargs everywheremathieui
Changes LOTS of things
2020-05-09Only keep one TextWin alivemathieui
2020-05-09Fix attention handlermathieui
2020-05-09Add tests for ui-related funcsmathieui
2020-05-09Fix an issue in xmllog rendering due to wrong offsetmathieui
and improve tests to catch that
2020-05-09Add tests for the new modulesmathieui
2020-05-09Rewrite part of the message handling/renderingmathieui
2020-05-09Add a context manager in Win for colored textmathieui
2020-05-09Move message rendering code to Message.render()mathieui
Also: - rename format_chars to FORMAT_CHARS because it’s static constant - move Line, Message, and a few funcs/consts to a new poezio.ui module
2020-05-09Merge branch 'allow-pylint-failures' into 'master'mathieui
Allow pylint failure due to false positives See merge request poezio/poezio!92
2020-05-09Allow pylint failure due to false positivesmathieui
…………
2020-05-09Merge branch 'add-qr-dep' into 'master'mathieui
Add qrcode plugin dependency See merge request poezio/poezio!91
2020-05-09Add qrcode lib to the plugin requirementsmathieui
2020-05-08Merge branch 'muc-pms-x' into 'master'Maxime Buquet
Add <x/> to MUC-PM CSNs Closes #3491 See merge request poezio/poezio!90
2020-05-08PrivateTab: extract NS contantMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-08Chatstates: add <x/> in MUC-PMsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-08Revert "Revert "tabs/privatetab: Fixes #3491: Add MUC <x/> marker in ↵Maxime “pep” Buquet
MUC-PMs. Thanks Ge0rG."" This reverts commit e9a6ea7a59b0bf08c4f649ce125cb5dae12e1e63.
2020-05-07Merge branch 'doc-affiliation' into 'master'Maxime Buquet
affiliation: fix usage string and add documentation See merge request poezio/poezio!89
2020-05-07affiliation: fix usage string and add documentationMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-01Merge branch 'csn-no-store' into 'master'Maxime Buquet
Fix #3518: Add no-store hint to CSN Closes #3518 See merge request poezio/poezio!88
2020-05-01Fix #3518: Add no-store hint to CSNMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-01Merge branch 'python-version' into 'master'Maxime Buquet
Update Python version minimum requirement to 3.7 See merge request poezio/poezio!87
2020-05-01Update Python version minimum requirement to 3.7Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-23Merge branch 'doc-tab-list' into 'master'Maxime Buquet
[ci skip] doc/usage: horizontal tab list isn't the default anymore, since 2014 (thanks FireFly) See merge request poezio/poezio!86
2020-04-23[ci skip] doc/usage: horizontal tab list isn't the default anymore, since ↵Maxime “pep” Buquet
2014 (thanks FireFly) Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-23Merge branch 'doc-ad-hoc' into 'master'Maxime Buquet
[ci skip] doc/commands: add ad-hoc See merge request poezio/poezio!85
2020-04-23[ci skip] doc/commands: add ad-hocMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-22Merge branch 'muc-reflections' into 'master'Maxime Buquet
[ci skip] Add TODOs re #3314 See merge request poezio/poezio!84
2020-04-22[ci skip] Add TODOs re #3314Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-16Merge branch 'disco-node' into 'master'Link Mauve
plugins/disco: Add support for querying with a custom node. See merge request poezio/poezio!71
2020-04-15affiliations: fix traceback when displaying outcast usersMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-15theming: add CHAR_AFFILIATION_OUTCASTMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-15plugins/embed: correctly refresh window in Conversation*TabMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-15Merge branch 'affiliation-ui' into 'master'Maxime Buquet
affiliations: display all relevant pieces of information we get See merge request poezio/poezio!83
2020-04-15affiliations: display all relevant pieces of information we getMaxime “pep” Buquet
- Don't fail if only one of the requests fail - Change UI a bit Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-12Merge branch 'doc-baseplugin' into 'master'Maxime Buquet
doc: Add doc for BasePlugin dependencies and refs See merge request poezio/poezio!82
2020-04-12doc: Add doc for BasePlugin dependencies and refsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-12Merge branch 'plugins-deps' into 'master'Maxime Buquet
Plugins deps See merge request poezio/poezio!81
2020-04-12plugins/upload: Use embed directly instead of populating input fieldMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-12plugins: Add refs to dependencies on pluginsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-12plugins: don't access property on uninitialized pluginMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-12Merge branch 'plugins-dep' into 'master'Maxime Buquet
plugins: Add dependencies support See merge request poezio/poezio!80
2020-04-11plugins: Add dependencies supportMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-06xep_0196: Use correct tag local name (thanks ivucica)Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-05doap: update LMC versionMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-05/correct: send new-style LMCMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-05TextBuffer: add note about LMC compatMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-05Merge branch 'lmc-new' into 'master'Maxime Buquet
Read newer LMC rules See merge request poezio/poezio!79
2020-04-05modify_message: change variable nameMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-05Read newer LMC rulesMaxime “pep” Buquet
Version 1.1.0 of Last Message Correction (0308) added clarifications that break the way poezio handles corrections. Instead of linking corrections to the previous correction/message as we were doing, we are now required to link all corrections to the original messages. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>