log src/tools/xml_tools.py @ 1605:0aded9648c5c

age author description
2015-11-15 Goffi core (xmlui), plugin file: added action_extra param to deferXMLUI/deferDialog which is merged to the action data dict when actionNew is called
2015-11-14 Goffi backend, bridge, frontends: actionNew has now a security_limit argument + added some docstring to explain data argument
2015-09-26 Goffi core (xmlui): fixed submit_id returning None when its value is ''
2015-09-26 Goffi core (XMLUI): restorer submit_id:
2015-09-25 Goffi core (xmlui): deferDialog can now manage additional dialog options through the "options" argument
2015-09-02 souliane tools (xml_tools): split dataFormResult2AdvancedList in dataFormResult2XMLUIData and XMLUIData2AdvancedList
2015-08-27 Goffi core (xmlui): added helper method to easily manage dialogs with a deferred
2015-08-26 souliane tools (xml_tools): keeps data form result headers sorted
2015-08-26 souliane tools (xml_tools): fixes JidElement.__init__
2015-08-25 Goffi core (xmlui): reverted change from 039d96e131be: we should be able to recreate the same container with changeContainer
2015-08-21 souliane tools (xmlui): changeContainer do not create a new one when the current one already fits
2015-08-21 souliane tools, frontends (xmlui): allow to select a tab when adding it
2015-08-20 Goffi core (xmlui): added JidsListWidget to manage editable list of jids:
2015-08-18 Goffi core(xmlui): removed useless parenthesis around assert
2015-08-18 Goffi core , privmitivus (xmlui): add jidInput handling, with a simple String for now
2015-08-18 Goffi xmlui: minor docstring fixes
2015-08-15 Goffi xml_tools: minor attribute renaming
2015-07-21 souliane tools (xml_tools): better PEP-8 compliance
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-03-30 Goffi 2015 copyright dates update
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