2008-06-27 lbessard Adding some examples with time qualifier in action_block in SFC
2008-06-27 lbessard Close Project menu item implemented
2008-06-25 etisserant *** empty log message ***
2008-06-25 etisserant Fixed slavebootup bug in generated code.
2008-06-25 lbessard Bug on Beremiz close with and IECcode and IECrawcode frames opened fixed
2008-06-25 lbessard Adding support for modification in CanFestival eds_utils
2008-06-25 etisserant Moved DS401 Slave Gui based demo to test_master_DS401GUI. test_master is now a pure simple master, supposed to work with test_slave.
2008-06-25 etisserant Moved DS401 Slave Gui based demo to test_master_DS401GUI. test_master is now a pure simple master, supposed to work with test_slave.
2008-06-25 etisserant SlaveBootup now set operational state for both local node and network nodes only when all nodes declared in network edit have been initialized.
2008-06-25 etisserant removed dead readme file in plugins
2008-06-24 etisserant Re-organized tests
2008-06-24 etisserant Preliminary CANopen slave generation support
2008-06-23 lbessard Support for extern pointer for located variables
2008-06-23 lbessard Bug on wx2.6 with PartsOpened fixed
2008-06-23 etisserant Support for extern pointer for located variables + Preliminary slave code (broken)
2008-06-23 etisserant Try to fix strange wxPopen behavior. Feedback appreciated.
2008-06-04 lbessard Bug on output variable location generation fixed
2008-05-29 greg NMY start node on slavebootup
2008-05-26 greg add import wx for testing platform
2008-05-26 greg fix bug for svgui
2008-05-26 greg add debug mode for CanFestival dll under windows
2008-05-24 etisserant Changed canfestival plugin runtime template to reflect recent changes on unix.
2008-05-24 etisserant Fixed typos in config_utils comments
2008-05-24 etisserant Fixed killing app on Linux in wxPopen. Do not use shell anymore. Command line is splitted into args, taking care of double and simple cotes. To be tested on win32.
2008-05-24 etisserant changed WidgetInspector shortcut to ctrl+home (ctrl+F12 was grabbed by KDE).
2008-05-24 greg add TimerInit() and TimerCleanup() in cf_runtime for matching with Timer_unix
2008-05-23 etisserant still enhancing Linux behavior of wxPopen
2008-05-23 etisserant Fixed non-regression test of config_utils in canfestival plugin
2008-05-23 etisserant Tried to fix Linux behaviour of wxPopen.py
2008-05-23 etisserant moved some demo code from plugger.py to test/.methods.py
2008-05-23 lbessard Improve svgui plugin for following SVGUIEditor modifications
2008-05-23 greg bug fix
2008-05-23 lbessard Improving c_ext plugin by adding an XML file format for saving C files and an graphical interface for editing this file
2008-05-06 greg add Exit function and StopTimerLoop arg to match with recent changes in CanFestival
2008-04-16 greg fixed windows bug in generate soft_plc (directory with spaces)
2008-04-16 lbessard Generated Callback functions fixed
2008-04-08 lbessard Clash with iec_std_lib.h and windows.h bug fixed
2008-04-04 lbessard Changes in SVGUIControl
2008-04-04 greg fixed typo in svgui.py
2008-04-03 lbessard Changing SVGUI FunctionBlocks interface
2008-03-31 lbessard Modifying svgui plugin for following new SVGUIEditor version
2008-03-13 greg import all docutils in 1 time
2008-03-13 greg change numpage (20 to 21) to display directly demo chapter in beremiz_manual
2008-03-13 greg docutils is now used for displaying pdf and html
2008-03-12 greg change splash.Hide() with splash.Close()
2008-03-12 greg remove double copyright and version
2008-03-12 greg new manual version
2008-03-11 greg fixed short process wainting bug. Seems wait() fail when process already finisshed... TO BE CONFIRMED.
2008-03-11 lbessard Bug with Target Type modification fixed
2008-03-11 greg fixed subprocess launching on linux (avoid use of undefied self.startupinfo and use use Shell=True (bash will split arguments))
2008-03-06 lbessard Adding icons to Beremiz menus
2008-03-05 greg add use of docutils for pdf
2008-03-05 lbessard docfile pdf path fixed
2008-03-05 lbessard SetIcon for Beremiz fixed
2008-03-04 greg fix typo in Beremiz.py
2008-03-03 greg use docclass for opening pdf on win32 or linux
2008-02-29 etisserant Added ctrl+f12 wxpython inspector shortcut for debuging
2008-02-29 greg create doc directory and add about.html + manual_beremiz.pdf
2008-02-28 etisserant Added question dialog for unsaved close
2008-02-27 etisserant Refuse close if PLC running.