summaryrefslogtreecommitdiff
path: root/src/tabs
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-10-12Color the JID in locking/unlocking messagesmathieui
2014-10-12Output the result of the /info command in the MUC windowmathieui
2014-10-11Add a /dump <filename> command to the XML tabmathieui
2014-10-10Fix /me display in delayed messagesmathieui
2014-07-09Fix #2520 (feedback on roster changes)mathieui
2014-07-06Fix #2534 (display who changed the topic)mathieui
2014-07-06Fix #2537 (crash on adhoc tab without items)mathieui
2014-07-06Fix #2554 (traceback on last activity in the roster)mathieui
2014-05-19Fix a wrong nick displayed in privatetab (our default one instead of the muc ...mathieui
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-06Provide our own (non-blocking) wrappers for room configuration functionsmathieui
2014-05-06Obsolete docstring in dataforms tabmathieui
2014-05-05Move the Windows from the DataFormsTab to the windows directorymathieui
2014-05-05Fix a traceback on the listtabmathieui
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-04Make the inputs bigger in DataForm, to be able to see long values more easilyFlorent Le Coz
2014-05-04Remove a useless copyright noticeFlorent Le Coz
2014-05-04Fix two tb in the DataFormTabFlorent Le Coz
2014-05-04Implement the execution of ad-hoc commands (#1832)Florent Le Coz
2014-05-04Add the /ad-hoc <jid> command to list commands of the given jidFlorent 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-05-02Make the FormWin handle resize properlymathieui
2014-05-01Scroll the FormWin when resize moves the current line out of the visible areaFlorent Le Coz
2014-05-01FormWin now scrolls when needed, as the cursor is moved up and downFlorent Le Coz
2014-05-01Move data_forms in the tabs directoryFlorent Le Coz
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 a traceback in /topic (with no argument)mathieui
2014-04-29Fix most UI issues with introduced in 0caf941mathieui
2014-04-28Update CHANGELOGmathieui
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-27Fix weird behavior while using the input in the muclisttabmathieui
2014-04-27Fix a resize issue when vertical tab list options are set from the rostermathieui
2014-04-2680-columns wrap for MucTab and fix some completionsmathieui
2014-04-26Document /recolor random with /help toomathieui
2014-04-23Wrap yet another curses operation with a lockmathieui
2014-04-17Do not lock on the “composing” chat state with otrmathieui
2014-04-17Log part messages and show a leave message on /cyclemathieui
2014-04-16Change the formatting of join/part messagesmathieui