summaryrefslogtreecommitdiff
path: root/poezio/windows
AgeCommit message (Collapse)Author
2019-10-27Disable pylint on lines dedicated to mypymathieui
Pylint doesn’t read the typeshed.
2019-10-27Type curses windowsmathieui
2019-10-26Fix #3511 (fix traceback on first bookmark added)mathieui
2019-10-18Fix pylint errorsmathieui
- wrong command path - pylint bug regarding slots
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-08-23Add missing top parameter to another build_new_message methodMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-08-22Added 'top' attribute in the 'Message' object (The problem of the wrong ↵Madhur Garg
order of messages was because of this.)
2019-08-22Removed repetitive code.Madhur Garg
2019-08-22Changed type of history to 'booleanMadhur Garg
2019-08-22Added function to build messages and add them on the topMadhur Garg
2019-05-28Also skip librsvg import on AttributeErrorEmmanuel Gil Peyrot
In the case python-gobject isn’t installed, but another package (such as libibus) provides overrides, the gi module will still get imported fine despite being empty, resulting in a traceback. To prevent this, we also catch AttributeError so that gi.require_version can fail.
2019-04-21doc: Fix scroll_to_separator description.Emmanuel Gil Peyrot
2019-04-08Revert work on tabs module to change tab.name to JID.Maxime “pep” Buquet
This reverts commits: d693479d05f1ada999c0e29a9d9e2f021dd59e50 2d0cc092fcd154b2d14be0c5ac0ff338607824a0 89a61b84bdb29d3df8c08436c3484fddba8d2ef1 8194d9afbdec2daa1377e07ebb26bb99406473d0 e256c31875c8b67d85fe30d3e2c14c896066657a a21335ac171a827a613dcce744898e822689c9d3 c96e528a8fd1313f75cb792a8e4826fbcfde1bec 0551867bfdb8dfa7dbd5964a15a1a950510e2c71 6ab49c188a6e5bb95773165f0bdbd672b41c8c81
2019-04-08PrivateInfoWin: remove safeJID callMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-08MucInfoWin: fix room name typeMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-03-19Fix various spelling mistakes throughout the codeKim Alvefur
2019-01-25Render SVG avatars directly at the final resolution.Emmanuel Gil Peyrot
2019-01-24Add a stub Image class, to let poezio run even when Pillow isn’t installed.Emmanuel Gil Peyrot
2019-01-24AvatarWin: Add SVG support.Emmanuel Gil Peyrot
2019-01-22Fix syntax errors in the previous commit.Emmanuel Gil Peyrot
2019-01-22Store get_theme() in a variable in each function, to avoid redundant calls.Emmanuel Gil Peyrot
2018-12-16MucInfoWin: correctly pass JID to additional info pluginMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-16ConversationInfoWin: Use similar pattern as MucInfoWin to loop through pluginsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-15Use additional info's value directly in MucInfoWin and ConversationInfoWinMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-12-15Allow additional information elements in MucInfoWin same as ConversationInfoWinMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-10-27Add missing height and width attributes to FormWinEmmanuel Gil Peyrot
Fixes a regression introduced in cce1a4090a832a6fd2b7be4c610e469efb480b15 when displaying data forms.
2018-10-24Add __slots__ in most of the poezio.windows classes, to be more explicit ↵Emmanuel Gil Peyrot
about their data.
2018-10-18Fix truncate_nick()’s types to include None.Emmanuel Gil Peyrot
It is relied on in quite a few places which don’t check for None before calling it on messages which have no nick.
2018-08-19Fix UserList.resizemathieui
2018-08-18Fix wrong tests for None.Emmanuel Gil Peyrot
2018-08-18Remove some circular type imports.Emmanuel Gil Peyrot
2018-08-17windows.bookmark_forms: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.text_win: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.muc: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.misc: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.list: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.roster_win: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.inputs: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.base_wins: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.input_placeholders: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.info_bar: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.confirm: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.image: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17Add typing information and reformat stuffmathieui
2018-08-15Fix mypy errors, add type annotationsmathieui
2018-07-23windows: Reexport BaseTextWin to fix f107ecd9536d114a1aef54ce426b5b5c7c97861f.Emmanuel Gil Peyrot
2018-07-22Replace list() with [] everywhere.Emmanuel Gil Peyrot
2018-07-21Update poezio for the new tabs modulemathieui
2018-07-21Add exceptions for some pylint errorsmathieui
until we find out where type inference has gone very wrong.
2018-07-21yapf -ripmathieui