summaryrefslogtreecommitdiff
path: root/src/tabs/privatetab.py
AgeCommit message (Expand)Author
2015-05-11Remove gettext support, as we don’t want to translate poezio, and it takes ...Emmanuel Gil Peyrot
2015-05-06Add a missing “return logs” in PrivateTab while loading the logs.Emmanuel Gil Peyrot
2014-12-19Fix /info (9/78)mathieui
2014-11-25Parse command arguments using a decorator and make things more consistentFlorent Le Coz
2014-10-20Remove the (sometimes wrong) default values in the config.get() callsmathieui
2014-10-20Change the API of Config.get_by_tabnamemathieui
2014-05-19Fix a wrong nick displayed in privatetab (our default one instead of the muc ...mathieui
2014-05-17Only display the supported features when they changemathieui
2014-05-15Make detecting the features supported by the remote entity less awfulmathieui
2014-05-05Revert "Fix #2072 (only resize a tab if the size changed since the last displ...mathieui
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-04Remove unused importsmathieui
2014-04-02Fix #1998, #2439 (reset chat state status)mathieui
2014-04-02Fix #2340 (change tab priority when the input is not empty)mathieui
2014-03-28Fix #2493 (private tab displaying a join on /nick)mathieui
2014-03-24Use RawConfigParser.get{int,bool,float} whenever possiblemathieui
2014-03-23Fix formatting, some typos, and unused code, and add docstringsmathieui
2014-03-19split the "tabs" module into separate filesmathieui