log src/tools/xml_tools.py @ 1264:60dfa2f5d61f frontends_multi_profiles

age author description
2014-10-03 souliane memory (params), tools (xml_tools), plugins, frontends: add "int" parameter type with "min" and "max" attributes
2014-09-15 Matteo Cypriani misc: fixed some typos
2014-08-26 Goffi core (XMLUI): sugar method "note" allow to easily create a XMLUI note dialog (more methods for other dialogs should follow)
2014-08-26 Goffi plugin OTR: authentication management + fixed a bug in setState (due to a wrong docstring in potr.context.getCurrentTrust)
2014-08-11 Goffi core (XMLUI): Dialogs are now managemed in XMLUI:
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 core (XMLUI): created a read_only attribute for InputWidget + new JidInputWidget
2014-06-18 souliane tools (xmlui): data form 'text-multi' element must be converted to xmlui 'textbox' (not 'text')
2014-06-14 Goffi core (XMLUI): management of text-multi in _dataFormField2XMLUIData
2014-06-14 Goffi core (XMLUI): data form result now manage generic data set
2014-06-12 souliane tools (xml_tools): dataForm2XMLUI handles the default value for "list-single" fields
2014-05-15 souliane tools (xmlui): to click a button in a "param" form will automatically submit the parameters of the same category
2014-04-19 Goffi core: use of the new core.log module:
2014-04-07 Goffi core (XMLUI): _cleanValue method to avoid issues with DBus types (must be deleted in the future)
2014-04-03 souliane tools, frontends (xmlui): add Widget.setInternalCallback:
2014-04-03 souliane reverted changeset 5c7707c958d8 (revision 969)
2014-04-01 souliane tools, frontends (xmlui): add setter methods for widgets + new widget InternalButton to process UI operations
2014-04-01 souliane tools, frontends, memory: param definition and XMLUI handle multi-selection for list widgets:
2014-03-21 Goffi core (XMLUI): BoolWidget now accept real boolean for value
2014-03-14 souliane tools: xml_tools.ElementParser do not replace '\n' and '\t' with ' ' by default
2014-02-25 souliane tools, plugin XEP-0077: small fixes
2014-02-25 Goffi core (xmlui), frontends: handling of "text" type in params xml + bug fixes
2014-02-25 Goffi core (xmlui): fixed types with empty value are now correctly managed in _dataFormField2XMLUIData
2014-02-13 Goffi core(XMLUI): empty options in ListWidget now just show a warning message, no more assert
2014-02-04 Goffi dates update
2014-02-04 Goffi core (XMLUI): fixed labels management for lists in _dataFormField2XMLUIData
2014-02-04 Goffi core (XMLUI), frontends: advancedListContainer part 2:
2014-02-04 Goffi XMLUI (core, frontends): added JidWidget and DividerWidget + popup type + some bugfixes:
2014-02-04 Goffi core, frontends: implementation of AdvancedListContainer first draft + misc:
2014-02-04 Goffi core, frontends: XMLUI refactoring: