Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-14 | CI: limit the doc deploy job to master on poezio/poezio | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-14 | Merge branch 'reorder-gaptab' into 'master' | Maxime Buquet | |
plugins/reorder: fix GapTab serialization See merge request poezio/poezio!100 | |||
2020-05-14 | plugins/reorder: fix GapTab serialization | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-13 | Merge branch 'reorder-plugin-handle-corner-case' into 'master' | Maxime Buquet | |
Fix an issue where the reorder plugin would not create gaps See merge request poezio/poezio!99 | |||
2020-05-12 | Fix an issue where the reorder plugin would not create gaps | mathieui | |
2020-05-12 | Merge branch 'fix-composing-tab-state-case' into 'master' | Maxime Buquet | |
Fix a bug when the value of show_composing_chat_state is not lowercase See merge request poezio/poezio!98 | |||
2020-05-12 | Fix a bug when the value of show_composing_chat_state is not lowercase | mathieui | |
2020-05-12 | Merge branch 'feature/unique-prefix-tab-names' into 'master' | mathieui | |
Unique prefix tab names Closes #3525 See merge request poezio/poezio!94 | |||
2020-05-12 | Add keyboard action to go to room by unique prefix | Jonas Schäfer | |
This is especially useful in combination with the newly introduced `unique_prefix_tab_names` config option. It has no default binding. | |||
2020-05-12 | Add option to show only the unique prefix of tab names | Jonas Schäfer | |
When the set of tabs used fluctuate, the memory of which number belongs to which chat becomes difficult to work with. Non-numbers can be used to navigate tabs with `/win`, however, it is difficult to know which letters are required to select a certain tab. This option introduces a display mode for tab names where only the unique prefix of the tab name is shown, saving space and providing with a minimal string which can be used with `/win`. | |||
2020-05-12 | Add /wup command | Jonas Schäfer | |
The `/wup` command selects a tab by the prefix of its name only. The `/win` will do a substring match based on the first tab going from the current tab which matches the substring. This can be confusing, especially since `/win` matches on different types of tab "names" not only on the name which is shown in the info bar by default. The `/wup` command exclusively matches based on the prefix of the tab.name string. This has the advantage that it is consistent, deterministic and independent of the currently selected tab. | |||
2020-05-12 | Add function to find a tab by unique prefix | Jonas Schäfer | |
2020-05-12 | Add function to calculate unique prefix of two strings | Jonas Schäfer | |
2020-05-12 | Merge branch 'upload-exceptions' into 'master' | Maxime Buquet | |
plugins/upload: handle more exceptions See merge request poezio/poezio!97 | |||
2020-05-12 | plugins/upload: handle more exceptions | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-12 | Merge branch 'muc-barejid-info' into 'master' | Maxime Buquet | |
poezio.core.handlers: Treat MUC Barejid message as info See merge request poezio/poezio!96 | |||
2020-05-12 | poezio.core.handlers: Treat MUC Barejid message as info | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-10 | Merge branch 'move-deny-remove-global-scope' into 'master' | Maxime Buquet | |
Move /deny and /remove global scope See merge request poezio/poezio!93 | |||
2020-05-10 | Move /deny and /remove to global scope as well | mathieui | |
2020-05-10 | Fix completion and function names for /accept and /add | mathieui | |
2020-05-09 | Add back the deny_anonymous decorator to /add and /accept | mathieui | |
2020-05-09 | Move the deny_anonymous decorator to the poezio.decorators module | mathieui | |
2020-05-09 | Merge branch 'split-message-rendering' into 'master' | mathieui | |
split message rendering See merge request poezio/poezio!48 | |||
2020-05-09 | affiliations: Use InfoMessage in add_message call | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-09 | Don't highlight on reflected messages | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-09 | Ensure muc history messages are considered history | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-09 | Fix highlights by introducing a delayed property on ui.types.Message | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-09 | Fix tests for message rendering | mathieui | |
2020-05-09 | Fix /me messages | mathieui | |
2020-05-09 | Fix a bug in message edition | mathieui | |
(out of bounds access for no reason) | |||
2020-05-09 | Fix a bug when using /dump in xmltab | mathieui | |
2020-05-09 | Typing improvements | mathieui | |
2020-05-09 | WIP: update muctab.add/log message | mathieui | |
2020-05-09 | Add the new package to setup.py | mathieui | |
2020-05-09 | Pass a message to add_message instead of messed up kwargs everywhere | mathieui | |
Changes LOTS of things | |||
2020-05-09 | Only keep one TextWin alive | mathieui | |
2020-05-09 | Fix attention handler | mathieui | |
2020-05-09 | Add tests for ui-related funcs | mathieui | |
2020-05-09 | Fix an issue in xmllog rendering due to wrong offset | mathieui | |
and improve tests to catch that | |||
2020-05-09 | Add tests for the new modules | mathieui | |
2020-05-09 | Rewrite part of the message handling/rendering | mathieui | |
2020-05-09 | Add a context manager in Win for colored text | mathieui | |
2020-05-09 | Move 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-09 | Merge branch 'allow-pylint-failures' into 'master' | mathieui | |
Allow pylint failure due to false positives See merge request poezio/poezio!92 | |||
2020-05-09 | Allow pylint failure due to false positives | mathieui | |
………… | |||
2020-05-09 | Merge branch 'add-qr-dep' into 'master' | mathieui | |
Add qrcode plugin dependency See merge request poezio/poezio!91 | |||
2020-05-09 | Add qrcode lib to the plugin requirements | mathieui | |
2020-05-08 | Merge branch 'muc-pms-x' into 'master' | Maxime Buquet | |
Add <x/> to MUC-PM CSNs Closes #3491 See merge request poezio/poezio!90 | |||
2020-05-08 | PrivateTab: extract NS contant | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-08 | Chatstates: add <x/> in MUC-PMs | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> |