summaryrefslogtreecommitdiff
path: root/src/data_forms.py
AgeCommit message (Collapse)Author
2011-09-11Change license to zlib (MIT sucks :()Florent Le Coz
2011-09-06Change license to MITFlorent Le Coz
2011-05-29fixes #2121mathieui
2011-03-25comment + fix an exceptFlorent Le Coz
2011-03-10Fix a dataforms traceback due to the new resize method.Florent Le Coz
2011-03-07very little cleanupFlorent Le Coz
2011-03-06Fix data forms to work properly with the previous changes in windows.pyFlorent Le Coz
2011-03-05Kind 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-15Remove ^J from the shortcuts triggering the Enter event, becauseFlorent 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-26Properly consider the size of the window on data-form tabFlorent Le Coz
2011-01-25data-forms: an help messageFlorent Le Coz
2011-01-25Fix a little issue on the default values of text-multiFlorent Le Coz
2011-01-25data-forms: text-multi and jid-multi supportFlorent Le Coz
2011-01-25data-forms: temporary text-multi supportFlorent Le Coz
2011-01-25data-forms: list-multi supportFlorent Le Coz
2011-01-21Data form support.Florent Le Coz
supported yet: text-single, text-private, list-single, boolean The interface is really ugly, but, well, it works