Mercurial > libervia-backend
log frontends/src/tools/xmlui.py @ 1273:f7977b2b727e
age | author | description |
---|---|---|
2014-10-03 | souliane | memory (params), tools (xml_tools), plugins, frontends: add "int" parameter type with "min" and "max" attributes |
2014-08-20 | Goffi | frontends: dialog don't crash anymore is no submit_id is given (submit does nothing in this case) |
2014-08-13 | Goffi | frontends: XMLUI refactoring + dialogs: |
2014-06-25 | Goffi | frontends (XMLUI): use of logging system instead of print |
2014-06-25 | Goffi | core/frontends (XMLUI): value can now be inserted as a <value/> element, if not present value attribute is tested, else empty string is used. |
2014-06-25 | Goffi | frontends (XMLUI): implementation of read_only attributes for widgets String, TextBox, Password and Bool |
2014-04-03 | souliane | tools, frontends (xmlui): add Widget.setInternalCallback: |