summaryrefslogtreecommitdiff
path: root/poezio/windows/bookmark_forms.py
AgeCommit message (Expand)Author
2021-12-11fix: do not crash on bookmarks without a nicknameGeorg Lukas
2021-07-02fix: improve typingmathieui
2021-05-25Fix: do not scroll right by default in dataforms/bookmark textmathieui
2021-04-16fix: pasting text in data forms and bookmarkstabmathieui
2021-04-12fix: remove all remaining safejids (fix #3457)mathieui
2021-04-02fix: do not use raw TAB_WIN in bookmarks winsmathieui
2021-04-02fix: tons of type errorsmathieui
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
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
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 abou...Emmanuel Gil Peyrot
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
2016-07-07Fix the configure and bookmark tabmathieui
2016-07-07Fix a circular import introduced in 409b1513mathieui
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
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