Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-20 | Improve the input a lot | Florent Le Coz | |
Noticeable changes: - The input "view" is smarter, it always move to a decent position so we can see enough text around the cursor. - The cursor goes at the end of the input when pasting some long text - The formatting chars (^C and o, b, a, 1, 2, 3 etc) are now visible in the input. This makes it a lot easier to know where these special characters are, to change them and efficiently edit our text (we just lose a little, on the cosmetic side, but who cares) - The code is actually a lot simpler in the functions to move the cursor, insert/delete chars: we do not have to deal with special cases where the formatting characters are actually composed of two chars. fixes #2183 | |||
2012-01-26 | Fix the resize issues with the /configure tab | mathieui | |
2012-01-26 | Fix various issues with the /configure tab | mathieui | |
Vertical tab list, text not erased from previous tab | |||
2011-11-25 | Fix an error on data_forms tab | Florent Le Coz | |
2011-11-15 | Fixes #2264 | mathieui | |
2011-11-10 | Also in the DataFormTab | mathieui | |
2011-10-29 | Merge branch 'master' into plugins | Florent Le Coz | |
2011-10-11 | Fix the data forms | mathieui | |
2011-09-29 | merge missing changeset from default into plugin, so both branches are up to ↵ | Florent Le Coz | |
date | |||
2011-09-26 | [teisenbe] Make the data forms more usable (highlight of the selected row) + ↵ | mathieui | |
theme colors instead of hardcoded ones | |||
2011-09-26 | Fix the DataFormTab (was broken with the new theming method) | mathieui | |
2011-09-25 | [teisenbe] Make the data forms more usable (add color to the labels) | mathieui | |
2011-09-25 | remove yet another unneeded call for GlobalInfoBar | mathieui | |
2011-09-17 | Refresh only once, not at every refresh() call, after we resized the screen ↵ | Florent Le Coz | |
once. | |||
2011-09-11 | Change license to zlib (MIT sucks :() | Florent Le Coz | |
2011-09-06 | Change license to MIT | Florent Le Coz | |
2011-05-29 | fixes #2121 | mathieui | |
2011-03-25 | comment + fix an except | Florent Le Coz | |
2011-03-10 | Fix a dataforms traceback due to the new resize method. | Florent Le Coz | |
2011-03-07 | very little cleanup | Florent Le Coz | |
2011-03-06 | Fix data forms to work properly with the previous changes in windows.py | Florent Le Coz | |
2011-03-05 | Kind of big cleanup. | Florent Le Coz | |
Core and Connection classes are now used as singletons, we do not need to pass them to each Tab and Win. This remove a lot of arguments to varius methods. | |||
2011-02-15 | Remove ^J from the shortcuts triggering the Enter event, because | Florent Le Coz | |
we’ll use it to add a (real) \n into the input’s text. Also remove "\n" because it’s useless | |||
2011-01-26 | Properly consider the size of the window on data-form tab | Florent Le Coz | |
2011-01-25 | data-forms: an help message | Florent Le Coz | |
2011-01-25 | Fix a little issue on the default values of text-multi | Florent Le Coz | |
2011-01-25 | data-forms: text-multi and jid-multi support | Florent Le Coz | |
2011-01-25 | data-forms: temporary text-multi support | Florent Le Coz | |
2011-01-25 | data-forms: list-multi support | Florent Le Coz | |
2011-01-21 | Data form support. | Florent Le Coz | |
supported yet: text-single, text-private, list-single, boolean The interface is really ugly, but, well, it works |