summaryrefslogtreecommitdiff
path: root/poezio/windows/bookmark_forms.py
AgeCommit message (Collapse)Author
2021-12-11fix: do not crash on bookmarks without a nicknameGeorg Lukas
2021-07-02fix: improve typingmathieui
preliminary to more typing added to slixmpp, fix things in advance
2021-05-25Fix: do not scroll right by default in dataforms/bookmark textmathieui
Seeing "…@muc.example.com" instead of "toto@muc.…" is not really helpful, especially in bookmarks.
2021-04-16fix: pasting text in data forms and bookmarkstabmathieui
Fix #3519
2021-04-12fix: remove all remaining safejids (fix #3457)mathieui
2021-04-02fix: do not use raw TAB_WIN in bookmarks winsmathieui
(wth)
2021-04-02fix: tons of type 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-05-28Properly refresh the bookmarks method in the bookmarks tabmathieui
… … …
2019-10-26Fix #3511 (fix traceback on first bookmark added)mathieui
2019-10-13windows/bookmark_forms: Convert JID objects to str so that comparison succeedsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-01-22Store get_theme() in a variable in each function, to avoid redundant calls.Emmanuel Gil Peyrot
2018-10-24Add __slots__ in most of the poezio.windows classes, to be more explicit ↵Emmanuel Gil Peyrot
about their data.
2018-08-17windows.bookmark_forms: Type almost everything in this module.Emmanuel Gil Peyrot
2018-07-21yapf -ripmathieui
2018-03-12Add a “name” column to /bookmarks.Emmanuel Gil Peyrot
2018-01-13yapf -irmathieui
2017-11-12yapf -irmathieui
2017-11-12Fix the bookmarks management windowmathieui
2016-09-20Add a PgUp/PgDown keybind to /bookmarks.Eijebong
Fixes #3231
2016-07-07Fix the configure and bookmark tabmathieui
2016-07-07Fix a circular import introduced in 409b1513mathieui
It breaks python 3.4 which is touchy about them, https://bugs.python.org/issue17636
2016-07-06Move Win._tab_win into poezio.windows.TAB_WIN.Emmanuel Gil Peyrot
2016-07-06Always import Win from base_wins.Emmanuel Gil Peyrot
2016-06-30Absolute imports everywheremathieui
2016-06-30Use absolute imports instead of relative onesmathieui
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.
2016-06-27Make all relative imports explicit.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot