summaryrefslogtreecommitdiff
path: root/src/tabs/rostertab.py
AgeCommit message (Expand)Author
2015-07-30Add a selected_row attribute to the roster tabmathieui
2015-07-24Fix some display issue in the rostertabFlorent Le Coz
2015-05-26Properly yield an error on /add without argumentsFlorent Le Coz
2015-05-11Remove gettext support, as we don’t want to translate poezio, and it takes ...Emmanuel Gil Peyrot
2015-01-28Minor fixes to the certificate warning prompt (#2949)mathieui
2015-01-04Fix #2578 (disable roster features with anonymous connections)mathieui
2014-12-17Add completions for /cert_add and /cert_fetchmathieui
2014-12-17Fix the file (/import & /export) completion on the roster tabmathieui
2014-12-11Fix #2847 (SASL External support)mathieui
2014-12-10Fix command_name’s argumentsFlorent Le Coz
2014-11-29Fix /namemathieui
2014-11-25Parse command arguments using a decorator and make things more consistentFlorent Le Coz
2014-10-31Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-20Remove the (sometimes wrong) default values in the config.get() callsmathieui
2014-08-01Fix a few blocking iq, and remove all block=False function argumentsFlorent Le Coz
2014-07-30Fix all the connect() reconnect() stuffFlorent Le Coz
2014-07-09Fix #2520 (feedback on roster changes)mathieui
2014-07-06Fix #2554 (traceback on last activity in the roster)mathieui
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-27Fix a resize issue when vertical tab list options are set from the rostermathieui
2014-04-01Fix the roster offline show togglemathieui
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