summaryrefslogtreecommitdiff
path: root/poezio/core/tabs.py
AgeCommit message (Collapse)Author
2021-07-02fix: improve typingmathieui
preliminary to more typing added to slixmpp, fix things in advance
2021-04-11typing: fix a bunch of type errorsmathieui
add more annotations
2021-04-02fix: ignore typeerrors in tabs when we check beforehandmathieui
2021-04-02fix: type errors for GapTabmathieui
2021-03-14fix: pylint bogus errorsmathieui
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
Now that our baseline is Python 3.7, we can rely on type annotations to be lazily evaluated.
2020-06-01mypy: Reduce errors on muctab.py by a lotmathieui
2020-05-12Add /wup commandJonas 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-12Add function to find a tab by unique prefixJonas Schäfer
2019-12-31Tabs: add by_jid search method for tabs who have a jid attrMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-24Fix a bug when closing a tab (#3460)mathieui
2018-09-09Allow Tabs object to be slicedMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-15Fix mypy errors, add type annotationsmathieui
2018-08-11Fix #3424 (fix receipts)mathieui
2018-07-23Fix "go_to_previous_tab" and remove the usage of Command.win to move internallymathieui
2018-07-22Fix close_all and change_title pluginsmathieui
2018-07-21Fix Python 3.5 compatibility (no PEP 526)mathieui
:( Debian stable can't have nice things.
2018-07-21Split type declarations from __init__mathieui
2018-07-21Fix /reordermathieui
2018-07-21new tabs: apply reviewmathieui
2018-07-21Add a tabs management modulemathieui