summaryrefslogtreecommitdiff
path: root/src/tabs/conversationtab.py
AgeCommit message (Expand)Author
2015-05-11Remove gettext support, as we don’t want to translate poezio, and it takes ...Emmanuel Gil Peyrot
2014-12-19Fix /last_activity (8/78)mathieui
2014-12-08Fix #2754 (make /xhtml send a message with receipts, chatstates and display i...mathieui
2014-11-25Parse command arguments using a decorator and make things more consistentFlorent Le Coz
2014-11-13Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-11-13Fix a typo in /unlock helpmathieui
2014-10-31Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-20Change the API of Config.get_by_tabnamemathieui
2014-10-14Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-12Color the JID in locking/unlocking messagesmathieui
2014-08-01Fix a few blocking iq, and remove all block=False function argumentsFlorent Le Coz
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-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-02Fix #1998, #2439 (reset chat state status)mathieui
2014-04-02Fix #2340 (change tab priority when the input is not empty)mathieui
2014-03-28Improve dynamic conversation tabsmathieui
2014-03-24Use RawConfigParser.get{int,bool,float} whenever possiblemathieui
2014-03-23Add jid info to the unlock messagesmathieui
2014-03-23Notify the user whenever the lock state of a dynamic conversation changesmathieui
2014-03-23Fix formatting, some typos, and unused code, and add docstringsmathieui
2014-03-19split the "tabs" module into separate filesmathieui