summaryrefslogtreecommitdiff
path: root/src/tabs/basetabs.py
AgeCommit message (Expand)Author
2014-10-25Make the features disco in chat more user-friendlymathieui
2014-10-22Typomathieui
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-18Handle the case where the contact does not support anythingmathieui
2014-05-17Only display the supported features when they changemathieui
2014-05-17Add an informative message about what the contact supports feature-wisemathieui
2014-05-15Make detecting the features supported by the remote entity less awfulmathieui
2014-05-08Fix a hidden traceback on error message outside MUCsmathieui
2014-05-05Revert "Fix #2072 (only resize a tab if the size changed since the last displ...mathieui
2014-05-05Fix a traceback when creating a gaptabmathieui
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-30Fix #2510 (link displayed twice in xhtml-im)mathieui
2014-04-29Fix most UI issues with introduced in 0caf941mathieui
2014-04-28Make the size modular, remove small-size lock (also seems to fix #2155)mathieui
2014-04-27Fix #2106 (implement message delivery receipts)mathieui
2014-04-23Wrap yet another curses operation with a lockmathieui
2014-04-17Do not lock on the “composing” chat state with otrmathieui
2014-04-15Fix #2440 (highlight composing tabs)mathieui
2014-04-04Remove unused importsmathieui
2014-04-02Fix #2340 (change tab priority when the input is not empty)mathieui
2014-04-01Fix #2462 (wrong timezone in the logs)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