2009-01-16 etisserant Fixed the way LOCAL:// connector detects X11 poisoned plugins to avoid launching tray-icon enabled runtime (-x1)
2009-01-16 etisserant Fixed typo in (LD/C)FLAGS hendling in toolchain_gcc.py
2009-01-16 lbessard Replacing wx.Choice by wx.ComboBox
2009-01-16 lbessard Rewrite TestCtrlAutoComplete to fix all bugs
2009-01-15 lbessard Fix problem with embeddedimage module not present in wx versions older than 2.8.8.0
2009-01-14 lbessard Adding example of path generator program
2009-01-14 lbessard Adding support for Graphic for variable in Debug mode
2009-01-14 etisserant Added systematic stdout.flush runtime side, so that results appear in log window
2009-01-14 etisserant Local Runtime (LOCAL://) now launched "on demand"
2009-01-09 lbessard Bug on __DEBUG no present fixed
2009-01-09 lbessard Warning on modulo by zero fixed
2009-01-04 etisserant The must-have test : using wiimote sensors !
2009-01-04 etisserant Minor changes to get better cleanup of debug and python_eval threads, accross multiple debug sessions and PLC runs.
2009-01-04 etisserant Added local C dependency dicovery and changes checking, to speed up build.
2008-12-30 etisserant Fixed problem with re-use of Pyro connector proxy copy across debug sessions
2008-12-30 etisserant Added "runtime.py", a file that is executed in python thread in runtime, before handling python_eval FBs requests. Added small python editor taken from wxPython demo, and appropriate icon and button to launch it.
2008-12-23 etisserant fixed plc_python.c to assure data coherancy from the PLC point of view. Also fix non work multiple python_eval FB instance case.
2008-12-23 etisserant fixed plc_python.c to assure data coherancy from the PLC point of view. Also fix non work multiple python_eval FB instance case.
2008-12-23 etisserant Added native (not a plugin) asynchronous python eval function block - Beta. Code cleanup in C code templates.
2008-12-23 etisserant Fixed minimize/maximize invertion
2008-12-23 etisserant Updated splash
2008-12-23 etisserant Local PYRO connection is designated by LOCAL://, not PYRO://localhost:3000 anymore
2008-12-15 greg fixed : MAX_SEM_COUNT to 1 instead of 10
2008-12-12 lbessard Adding Function Blocks in VARIABLES.csv
2008-12-10 greg Adding support for defining plugin library as a plcopen xml file in plugin folder
2008-11-26 greg Bug with debug mode when displaying code fixed
2008-11-26 greg Bug on Exception handling fixed
2008-11-24 greg add the possibility to enable or disable wxTaskbarIcon for Beremiz_service
2008-11-20 lbessard Bug on bit mapping in CanFestival plugin fixed
2008-11-04 greg add a TaskBarIcon to configure beremiz_service and display plc states (started, stopped)
2008-11-04 greg add autocomplete support for beremiz's textctrl
2008-10-31 greg fix bad parameters in plugin.xml for test_master on linux
2008-10-27 greg update test_master and test_slave examples for win32
2008-10-27 greg update test_master and test_slave examples for win32
2008-10-27 greg Update test_master and test_slave examples for linux
2008-10-24 greg fix bug in beremiz_service with the MainLoop
2008-10-24 greg add taskbaricon to beremiz_service.
2008-10-22 greg fix bug in methods.py
2008-10-20 greg add docutils in svgui plugins to launch inkscape
2008-10-17 greg changes CXXFLAGS LDFLAGS for svgui plugin on win32 platform
2008-10-17 greg fixed bug with config
2008-10-17 greg remove workspace test
2008-10-16 greg add buildpath parameter for beremiz
2008-10-14 etisserant Fixed rmll examples
2008-09-10 etisserant Updated splash for beta
2008-09-10 greg fixed : findiecchannel call
2008-09-10 lbessard Bug with FBDPanel fixed
2008-09-08 greg change default linker (ld ) to g++ in XSD for gcc toolchain
2008-09-08 lbessard Bug with return value of nodelist saving fixed
2008-09-07 lbessard Bug with Open, Reopen and Close Project fixed
2008-09-07 lbessard Bug with Open, Reopen and Close Project fixed
2008-09-07 greg add __DEBUG variable
2008-09-07 lbessard Adding support for Debugging in PLCOpenEditor
2008-09-07 etisserant Added __DEBUG global var to eventually change PLC code execution gehavior
2008-09-07 greg fixed : bug in debugthreadproc (plugger.py)
2008-09-05 lbessard Adding support for Debugging with PLCOpenEditor
2008-09-05 lbessard Bug closing project in Beremiz when closing tab in PLCOpenEditor fixed
2008-09-05 lbessard Problem with multi-connection on block in LD fixed
2008-09-05 greg fixed : bug when stop plc and previously svguiapp closed
2008-09-05 etisserant Fixed bad IPC choice for debugger/PLC/control thread collaboration