summaryrefslogtreecommitdiff
path: root/src/tabs/listtab.py
AgeCommit message (Collapse)Author
2015-05-11Remove gettext support, as we don’t want to translate poezio, and it takes ↵Emmanuel Gil Peyrot
more than 1ms per call.
2015-05-10The previous commit, but correctly done this timeFlorent Le Coz
2015-05-10Fix the completion of /win when a listtab is openFlorent Le Coz
And probably some other things that use ListTab.matching_names()
2014-05-05Fix a traceback on the listtabmathieui
2014-05-04Create a more generic ListTab class, and make MucListTab inherite from itFlorent Le Coz