plugins/c_ext/c_ext.py
Thu, 15 Oct 2009 17:39:26 +0200 greg Fix relative matiec path problem
Sat, 26 Sep 2009 18:44:25 +0200 laurent Bugs on displaying plugin available variables in PluginTree fixed
Thu, 24 Sep 2009 18:27:45 +0200 laurent Adding support for displaying plugins available variable into Beremiz plugin tree
Tue, 28 Jul 2009 17:43:19 +0200 laurent Adding support for internationalization
Wed, 20 Aug 2008 00:11:40 +0200 etisserant Added concepts :
Tue, 15 Jul 2008 17:57:04 +0200 etisserant minor gui improvements :
Sat, 28 Jun 2008 18:53:48 +0200 etisserant Various fixes in c_ext, now, located vars are pointed.
Fri, 23 May 2008 10:52:55 +0200 greg bug fix
Fri, 23 May 2008 10:31:26 +0200 lbessard Improving c_ext plugin by adding an XML file format for saving C files and an graphical interface for editing this file
Mon, 31 Mar 2008 18:33:35 +0200 lbessard Modifying svgui plugin for following new SVGUIEditor version
Fri, 22 Feb 2008 12:20:21 +0100 etisserant Added plugins creation helpstrings, changed GUI layout (more compact), solved staticbitmap issues on win32, re-designed some icons...
Thu, 21 Feb 2008 11:42:33 +0100 etisserant Added ability to override plugin methods with arbitrary python code (methods.py) when loading plugins
Tue, 22 Jan 2008 11:05:46 +0100 lbessard Adding support for the new version of xmlclass
Thu, 25 Oct 2007 16:46:56 +0200 lbessard Adding icons in Beremiz GUI
Mon, 24 Sep 2007 17:09:19 +0200 etisserant Updated plugins PluGenerate_C to conform to plugger.py
Fri, 21 Sep 2007 17:48:34 +0200 etisserant On the long wat towards generated code comilation...
Thu, 20 Sep 2007 17:30:32 +0200 etisserant PLC and plugins compilation with gcc now starts (and fail).
Mon, 17 Sep 2007 18:04:13 +0200 etisserant Now, C extension plugin do handle multiple files
Tue, 11 Sep 2007 16:11:15 +0200 etisserant added basic C Code extention plugin