summaryrefslogtreecommitdiff
path: root/poezio/windows/info_wins.py
AgeCommit message (Expand)Author
2022-04-06Colourize tab name in its infobarJonas Schäfer
2021-04-12fix: remove all remaining safejids (fix #3457)mathieui
2021-04-02refactor: rewrite config.get() to getbool, getstr, getint…mathieui
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
2020-06-01mypy: Reduce errors on muctab.py by a lotmathieui
2020-05-09Move message rendering code to Message.render()mathieui
2019-04-08Revert work on tabs module to change tab.name to JID.Maxime “pep” Buquet
2019-04-08PrivateInfoWin: remove safeJID callMaxime “pep” Buquet
2019-04-08MucInfoWin: fix room name typeMaxime “pep” Buquet
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
2018-12-16ConversationInfoWin: Use similar pattern as MucInfoWin to loop through pluginsMaxime “pep” Buquet
2018-12-15Use additional info's value directly in MucInfoWin and ConversationInfoWinMaxime “pep” Buquet
2018-12-15Allow additional information elements in MucInfoWin same as ConversationInfoWinMaxime “pep” Buquet
2018-10-24Add __slots__ in most of the poezio.windows classes, to be more explicit abou...Emmanuel Gil Peyrot
2018-07-21yapf -ripmathieui
2017-11-12yapf -irmathieui
2017-10-09Properly use ellipsis in #3293Georg Lukas
2017-10-08Fix #3293 (provide detailed presence in status line)mathieui
2016-10-04"information" is already plural, fix wordingmathieui
2016-08-19Add a "confirm" tab typemathieui
2016-07-12Improve refresh performance in big roomsmathieui
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