summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Expand)Author
2018-08-22Do not add our directory to the pathmathieui
2018-08-19Fix UserList.resizemathieui
2018-08-18muctab: Create the last_talked compare lambda only once.Emmanuel Gil Peyrot
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-15core: Add some more typing information.Emmanuel Gil Peyrot
2018-08-15Type DelayedEvent, also in Core.Emmanuel Gil Peyrot
2018-08-15Fix an error introduced in the last commitmathieui
2018-08-15rostertab, common: Use the default arg of os.getenv().Emmanuel Gil Peyrot
2018-08-15Fix mypy errors, add type annotationsmathieui
2018-08-15logger: Simplify history loading, fixes mypy errors.Emmanuel Gil Peyrot
2018-08-14Next version is 0.13mathieui
2018-08-13Release poezio 0.12v0.12mathieui
2018-08-13Enable the vertical tabs by defaultEmmanuel Gil Peyrot
2018-08-13Switch the default use_log value to trueEmmanuel Gil Peyrot
2018-08-13Revert "Set enable_avatars to false until the colors issue is fixed"mathieui
2018-08-12Update the OTR pluginmathieui
2018-08-11Fix #3424 (fix receipts)mathieui
2018-08-09yapf -ripmathieui
2018-08-09Remove the GPG pluginmathieui
2018-08-08Merge branch 'muc-333' into 'master'mathieui
2018-08-08timed_events, plugin: Remove some DeprecationWarning on invalid escapes in do...Emmanuel Gil Peyrot
2018-08-08Change the leave message on 333 MUC statusMaxime “pep” Buquet
2018-08-07Display MUC status 333 as a leave even if 307 is includedMaxime “pep” Buquet
2018-08-01Fix some leftover issues with tab handlingmathieui
2018-07-28basetabs: Remove remote_wants_chatstates stubs.Emmanuel Gil Peyrot
2018-07-27Fix RGB parsing in colors.pymathieui
2018-07-23More typingmathieui
2018-07-23Make KeyDict still inherit from dictmathieui
2018-07-23Light refactoring + typingmathieui
2018-07-23Fix "go_to_previous_tab" and remove the usage of Command.win to move internallymathieui
2018-07-23Use the event handler to refresh when the tab changesmathieui
2018-07-23yapf -irEmmanuel Gil Peyrot
2018-07-23text_buffer: Fix Message not being defined from inside Message’s definition.Emmanuel Gil Peyrot
2018-07-23windows: Reexport BaseTextWin to fix f107ecd9536d114a1aef54ce426b5b5c7c97861f.Emmanuel Gil Peyrot
2018-07-22Replace list() with [] everywhere.Emmanuel Gil Peyrot
2018-07-22text_buffer: Add typing information.Emmanuel Gil Peyrot