Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |