summaryrefslogtreecommitdiff
path: root/src/tabs/muclisttab.py
AgeCommit message (Expand)Author
2015-06-06Fix /list when no server is providedmathieui
2015-05-11Remove gettext support, as we don’t want to translate poezio, and it takes ...Emmanuel Gil Peyrot
2015-05-10The previous commit, but correctly done this timeFlorent Le Coz
2014-07-24Use slixmppFlorent Le Coz
2014-05-04Create a more generic ListTab class, and make MucListTab inherite from itFlorent Le Coz
2014-05-03Fix #2072 (only resize a tab if the size changed since the last display)mathieui
2014-04-30Remove Tab.get_name() and use Tab.name insteadmathieui
2014-04-28Make the size modular, remove small-size lock (also seems to fix #2155)mathieui
2014-04-27Fix weird behavior while using the input in the muclisttabmathieui
2014-04-06Code cleanupmathieui
2014-04-06Fix room joining on muclisttab that was broken in the previous commitmathieui
2014-04-06Improve drastically the performance of the MucListTabmathieui
2014-03-23Fix formatting, some typos, and unused code, and add docstringsmathieui
2014-03-19split the "tabs" module into separate filesmathieui