Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-06 | Obsolete docstring in dataforms tab | mathieui | |
2014-05-05 | Move the Windows from the DataFormsTab to the windows directory | mathieui | |
2014-05-05 | Revert "Fix #2072 (only resize a tab if the size changed since the last ↵ | mathieui | |
display)" This reverts commit b46f0f5e266c321632738ca40839759486b47a7e. Conflicts: src/tabs/muclisttab.py Doing this made the unresized elements refresh in the old subwins, causing glitches and weirdness. And anyway, the only problematic element is the TextWin (rebuilding all the lines of a buffer is expensive), but it already checks if the width changed. | |||
2014-05-04 | Make the inputs bigger in DataForm, to be able to see long values more easily | Florent Le Coz | |
2014-05-04 | Remove a useless copyright notice | Florent Le Coz | |
2014-05-04 | Fix two tb in the DataFormTab | Florent Le Coz | |
- when list-multi doesn't have selected values at all - text-multi.options() provided by sleekxmpp is apparently a '\n' separated string, and not a list | |||
2014-05-04 | Implement the execution of ad-hoc commands (#1832) | Florent Le Coz | |
2014-05-03 | Fix #2072 (only resize a tab if the size changed since the last display) | mathieui | |
2014-05-02 | Make the FormWin handle resize properly | mathieui | |
(also, wrap one forgotten call to curses funcs) | |||
2014-05-01 | Scroll the FormWin when resize moves the current line out of the visible area | Florent Le Coz | |
2014-05-01 | FormWin now scrolls when needed, as the cursor is moved up and down | Florent Le Coz | |
2014-05-01 | Move data_forms in the tabs directory | Florent Le Coz | |