xmlclass/xmlclass.py
Tue, 29 May 2012 17:11:37 +0200 Laurent Bessard fixing unicode in xmlclass
Fri, 18 May 2012 18:49:49 +0200 laurent refactoring
Mon, 07 May 2012 18:53:16 +0200 Edouard Tisserant beremiz 'plugins' refactoring to 'confnode'
Mon, 30 Apr 2012 16:27:25 +0200 laurent Fix bug in xmlclass with multiple choices in sequence
Tue, 17 Jan 2012 17:20:54 +0100 laurent Fix bug in xmlclass when allowing custom class attributes definition on inherited classes
Sun, 08 Jan 2012 19:16:58 +0100 laurent Adding support for drag'n dropping variable from global defined in configurations and resources to POU variable panel or body editor for declaring external variables
Fri, 16 Dec 2011 22:47:41 +0100 laurent Adding support for defining tag element without attributes or children as sequence element
Wed, 14 Dec 2011 15:13:36 +0100 laurent Fixing bug in xmlclass with simple type elements containing #text node instead of cdata
Mon, 12 Dec 2011 00:38:24 +0100 laurent Adding support for unescape special character in #text node in formattedText
Mon, 12 Dec 2011 00:25:18 +0100 laurent Adding support for loading #text node in formattedText
Fri, 09 Dec 2011 10:06:44 +0100 laurent Fixing bug when updating name of project elements in utf-8 formatted text
Thu, 24 Nov 2011 16:30:06 +0100 laurent Fixing bug in xmlclass with empty CDATA. Empty CDATA aren't present in xml tree and prompt error when trying to load empty ANY tag using CDATA
Wed, 23 Nov 2011 00:19:27 +0100 laurent Adding support in xmlclass for handling some not yet supported XML syntaxes
Fri, 30 Sep 2011 17:16:02 +0200 laurent Moving xmlclass and docutils into plcopeneditor
Wed, 23 Jan 2008 18:25:57 +0100 lbessard Removing old outdated code
Tue, 22 Jan 2008 10:57:41 +0100 lbessard Adding support for the new version of xmlclass
Thu, 06 Dec 2007 18:05:29 +0100 lbessard Adding support for execution order in PLCGenerator
Mon, 05 Nov 2007 09:41:12 +0100 lbessard Bug on LoadXMLTree with "choice_content" and "multichoice_content" fixed
Fri, 26 Oct 2007 10:25:01 +0200 lbessard Adding support in xmlclass for timezone in datetime and for not paying attention to xml comments
Mon, 17 Sep 2007 10:13:56 +0200 lbessard Adding support for refreshing PLCOpenEditor block list
Mon, 10 Sep 2007 18:16:07 +0200 lbessard Adding support support for using PLCOpenEditor with Beremiz
Mon, 10 Sep 2007 09:00:50 +0200 lbessard Bug on optional attributes generation fixed
Mon, 10 Sep 2007 08:37:04 +0200 etisserant *** empty log message ***
Fri, 07 Sep 2007 10:27:20 +0200 lbessard Bug on xmlclass XML file attributes generation fixed
Tue, 04 Sep 2007 17:12:48 +0200 lbessard Adding members to classes for automatically generate infos and set the value of an element with its path
Tue, 04 Sep 2007 17:08:12 +0200 jon Bug on choice element in xmlclass fixed
Fri, 31 Aug 2007 15:09:05 +0200 lbessard Adding support for default values
Thu, 23 Aug 2007 09:23:32 +0200 lbessard xmlclass modified for allowing class definitions for multiple XSD files and indicating which classes are the base classes
Tue, 21 Aug 2007 08:55:59 +0200 etisserant Changed the way class are generated, using classobj from "new" module, instead of type inheritence.
Thu, 09 Aug 2007 18:07:44 +0200 lbessard Adding support for automatically generate function blocks in interface when a block is added
Thu, 02 Aug 2007 16:51:58 +0200 lbessard Changing file headers
Mon, 25 Jun 2007 18:57:14 +0200 lbessard Adding support for date and time data types
Wed, 07 Feb 2007 18:43:32 +0100 lbessard PLCGenerator finished