- Local Runtime (LOCAL://) now launched "on demand" 2009-01-14, by etisserant
- Bug on __DEBUG no present fixed 2009-01-09, by lbessard
- Warning on modulo by zero fixed 2009-01-09, by lbessard
- The must-have test : using wiimote sensors ! 2009-01-04, by etisserant
- Minor changes to get better cleanup of debug and python_eval threads, accross multiple debug sessions and PLC runs. 2009-01-04, by etisserant
- Added local C dependency dicovery and changes checking, to speed up build. 2009-01-04, by etisserant
- Fixed problem with re-use of Pyro connector proxy copy across debug sessions 2008-12-30, by 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-30, by 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-24, by 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, by etisserant
- Added native (not a plugin) asynchronous python eval function block - Beta. Code cleanup in C code templates. 2008-12-23, by etisserant
- Fixed minimize/maximize invertion 2008-12-23, by etisserant
- Updated splash 2008-12-23, by etisserant
- Local PYRO connection is designated by LOCAL://, not PYRO://localhost:3000 anymore 2008-12-23, by etisserant
- fixed : MAX_SEM_COUNT to 1 instead of 10 2008-12-15, by greg
- Adding Function Blocks in VARIABLES.csv 2008-12-12, by lbessard
- Adding support for defining plugin library as a plcopen xml file in plugin folder 2008-12-10, by greg
- Bug with debug mode when displaying code fixed 2008-11-26, by greg
- Bug on Exception handling fixed 2008-11-26, by greg
- add the possibility to enable or disable wxTaskbarIcon for Beremiz_service 2008-11-24, by greg
- Bug on bit mapping in CanFestival plugin fixed 2008-11-20, by lbessard
- add a TaskBarIcon to configure beremiz_service and display plc states (started, stopped) 2008-11-04, by greg
- add autocomplete support for beremiz's textctrl 2008-11-04, by greg
- fix bad parameters in plugin.xml for test_master on linux 2008-10-31, by greg
- update test_master and test_slave examples for win32 2008-10-27, by greg
- update test_master and test_slave examples for win32 2008-10-27, by greg
- Update test_master and test_slave examples for linux 2008-10-27, by greg
- fix bug in beremiz_service with the MainLoop 2008-10-24, by greg
- add taskbaricon to beremiz_service. 2008-10-24, by greg
- fix bug in methods.py 2008-10-22, by greg
- add docutils in svgui plugins to launch inkscape 2008-10-20, by greg
- changes CXXFLAGS LDFLAGS for svgui plugin on win32 platform 2008-10-17, by greg
- fixed bug with config 2008-10-17, by greg
- remove workspace test 2008-10-17, by greg
- add buildpath parameter for beremiz 2008-10-16, by greg
- Fixed rmll examples 2008-10-14, by etisserant
- Updated splash for beta 2008-09-10, by etisserant
- fixed : findiecchannel call 2008-09-10, by greg
- Bug with FBDPanel fixed 2008-09-10, by lbessard
- change default linker (ld ) to g++ in XSD for gcc toolchain 2008-09-08, by greg
- Bug with return value of nodelist saving fixed 2008-09-08, by lbessard
- Bug with Open, Reopen and Close Project fixed 2008-09-07, by lbessard
- Bug with Open, Reopen and Close Project fixed 2008-09-07, by lbessard
- add __DEBUG variable 2008-09-07, by greg
- Adding support for Debugging in PLCOpenEditor 2008-09-07, by lbessard
- Added __DEBUG global var to eventually change PLC code execution gehavior 2008-09-07, by etisserant
- fixed : bug in debugthreadproc (plugger.py) 2008-09-07, by greg
- Adding support for Debugging with PLCOpenEditor 2008-09-05, by lbessard
- Bug closing project in Beremiz when closing tab in PLCOpenEditor fixed 2008-09-05, by lbessard
- Problem with multi-connection on block in LD fixed 2008-09-05, by lbessard
- fixed : bug when stop plc and previously svguiapp closed 2008-09-05, by greg
- Fixed bad IPC choice for debugger/PLC/control thread collaboration 2008-09-05, by etisserant
- Debugger now reports BOOL as booleans 2008-09-04, by etisserant
- Some scenario may block debugger. 2008-09-04, by etisserant
- Now debug all ticks, not only odd ones :-) 2008-09-04, by etisserant
- Improved debug data feedback. 2008-09-03, by etisserant
- fixed : bug when launch beremiz_service on windows 2008-09-02, by greg
- add start inkscape methods for svgui plugin 2008-09-02, by greg
- add call to join method for stdout/stderr threads 2008-09-01, by greg
- Re-organized pyro connector proxy members mascarading 2008-08-30, by etisserant
- Some GUI enhancement. Beremiz now comes with its own GenBitmapTextButton 2008-08-30, by etisserant
- add tests for win32 2008-08-28, by greg
- fixed : init_level bug 2008-08-28, by greg
- - Some improovements in debug data feedback data 2008-08-28, by etisserant
- Fixed typo in discovery.py 2008-08-28, by etisserant
- Some instance type test improved 2008-08-28, by lbessard
- remove import signal in beremiz.py 2008-08-26, by greg
- Fixed bad bahavior when zeroconf bindaddress unspecified. 2008-08-26, by etisserant
- Added lock to avoid variable subsciption concurrent to transmission to PLC 2008-08-25, by etisserant
- Rewritten horrible discovery.py. 2008-08-25, by etisserant
- Fixed local PLC runtime kill on aborted quit attempt. 2008-08-25, by etisserant
- Fixed problem with first PLC argument (argv) 2008-08-25, by etisserant
- remove old code and fix typo 2008-08-22, by greg
- Now, Beremiz launch Beremiz_service at startup, with a one-time workin dir 2008-08-22, by etisserant
- Fixed typo in PLCObject.py 2008-08-22, by etisserant
- Bugs on Opening PLCOpenEditor fixed 2008-08-22, by lbessard
- Modification in catched wxTextCtrl events 2008-08-22, by lbessard
- Change in layout from AuiMDIParentFrame to AuiNotebook 2008-08-22, by lbessard
- .cvsignore files updated 2008-08-22, by lbessard
- Made autom_ihm_rmll test work again. 2008-08-21, by etisserant
- Fixed oddities in arguments/options parsing and passing to plugins initialization... 2008-08-21, by etisserant
- Moved template C code to targets dir. Cleaned up some forgotten print. 2008-08-21, by etisserant
- remove print message 2008-08-21, by greg
- add address ip params 2008-08-21, by greg
- fix bug in plugger.py to get URI_Location 2008-08-21, by greg
- move specific target runtimes to their targets directory 2008-08-20, by greg
- remove URI_location from XSD targets and add to pluginroot XSD 2008-08-20, by greg
- Added concepts : 2008-08-20, by etisserant
- Adding support for highlighing compiling errors into PLCOpenEditor 2008-08-12, by lbessard
- Adding support for highlighing compiling errors into PLCOpenEditor 2008-08-12, by lbessard
- Change shortcut for wx-inspector now ctrl-alt-i 2008-07-30, by etisserant
- minor gui improvements : 2008-07-15, by etisserant
- Bug while while changing name of SVGUI plugin node fixed 2008-07-15, by lbessard
- SVG/Inkscape based icon generation script + SVG drawing. 2008-07-15, by etisserant
- changes in plc_Win32_main to match with new api (alignment feature) 2008-07-07, by greg
- *** empty log message *** 2008-07-07, by etisserant
- Disable some components 2008-07-01, by lbessard
- Warning with StaticBoxSizer fixed 2008-07-01, by lbessard
- Problem with files when launching created program from another directory fixed 2008-07-01, by lbessard
- Bug with float window size fixed 2008-07-01, by lbessard
- Bug with folder path ending by '/' or '\' fixed 2008-06-30, by lbessard
- Adding support for calculate window size while C generating 2008-06-30, by lbessard
- Removing empty choice when parameter isn't optional 2008-06-30, by lbessard
- led_pump and led_sink inverted 2008-06-30, by lbessard
- Various bugs fixed 2008-06-30, by lbessard
- Remove useless test on refreshing edit menu 2008-06-30, by lbessard
- *** empty log message *** 2008-06-28, by etisserant
- *** empty log message *** 2008-06-28, by etisserant
- Added SVGUI + CANopen Master and slave test 2008-06-28, by etisserant
- Better SCGUITransform value initialization. Added semaphore as a mainloop init barrier 2008-06-28, by etisserant
- Various fixes in c_ext, now, located vars are pointed. 2008-06-28, by etisserant
- Added PLC tick alignement on external synchronization source feature. 2008-06-27, by etisserant
- Added PLC tick alignement on external synchronization source feature. 2008-06-27, by etisserant
- Adding some examples with time qualifier in action_block in SFC 2008-06-27, by lbessard
- Close Project menu item implemented 2008-06-27, by lbessard
- *** empty log message *** 2008-06-25, by etisserant
- Fixed slavebootup bug in generated code. 2008-06-25, by etisserant
- Bug on Beremiz close with and IECcode and IECrawcode frames opened fixed 2008-06-25, by lbessard
- Adding support for modification in CanFestival eds_utils 2008-06-25, by lbessard
- 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, by 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, by 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, by etisserant
- removed dead readme file in plugins 2008-06-25, by etisserant
- Re-organized tests 2008-06-24, by etisserant
- Preliminary CANopen slave generation support 2008-06-24, by etisserant
- Support for extern pointer for located variables 2008-06-23, by lbessard
- Bug on wx2.6 with PartsOpened fixed 2008-06-23, by lbessard
- Support for extern pointer for located variables + Preliminary slave code (broken) 2008-06-23, by etisserant
- Try to fix strange wxPopen behavior. Feedback appreciated. 2008-06-23, by etisserant
- Bug on output variable location generation fixed 2008-06-04, by lbessard
- NMY start node on slavebootup 2008-05-29, by greg
- add import wx for testing platform 2008-05-26, by greg
- fix bug for svgui 2008-05-26, by greg
- add debug mode for CanFestival dll under windows 2008-05-26, by greg
- Changed canfestival plugin runtime template to reflect recent changes on unix. 2008-05-24, by etisserant
- Fixed typos in config_utils comments 2008-05-24, by 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, by etisserant
- changed WidgetInspector shortcut to ctrl+home (ctrl+F12 was grabbed by KDE). 2008-05-24, by etisserant
- add TimerInit() and TimerCleanup() in cf_runtime for matching with Timer_unix 2008-05-24, by greg
- still enhancing Linux behavior of wxPopen 2008-05-23, by etisserant
- Fixed non-regression test of config_utils in canfestival plugin 2008-05-23, by etisserant
- Tried to fix Linux behaviour of wxPopen.py 2008-05-23, by etisserant
- moved some demo code from plugger.py to test/.methods.py 2008-05-23, by etisserant
- Improve svgui plugin for following SVGUIEditor modifications 2008-05-23, by lbessard
- bug fix 2008-05-23, by greg
- Improving c_ext plugin by adding an XML file format for saving C files and an graphical interface for editing this file 2008-05-23, by lbessard
- add Exit function and StopTimerLoop arg to match with recent changes in CanFestival 2008-05-06, by greg
- fixed windows bug in generate soft_plc (directory with spaces) 2008-04-16, by greg
- Generated Callback functions fixed 2008-04-16, by lbessard
- Clash with iec_std_lib.h and windows.h bug fixed 2008-04-08, by lbessard
- Changes in SVGUIControl 2008-04-04, by lbessard
- fixed typo in svgui.py 2008-04-04, by greg
- Changing SVGUI FunctionBlocks interface 2008-04-03, by lbessard
- Modifying svgui plugin for following new SVGUIEditor version 2008-03-31, by lbessard
- import all docutils in 1 time 2008-03-13, by greg
- change numpage (20 to 21) to display directly demo chapter in beremiz_manual 2008-03-13, by greg
- docutils is now used for displaying pdf and html 2008-03-13, by greg
- change splash.Hide() with splash.Close() 2008-03-12, by greg
- remove double copyright and version 2008-03-12, by greg
- new manual version 2008-03-12, by greg
- fixed short process wainting bug. Seems wait() fail when process already finisshed... TO BE CONFIRMED. 2008-03-11, by greg
- Bug with Target Type modification fixed 2008-03-11, by lbessard
- fixed subprocess launching on linux (avoid use of undefied self.startupinfo and use use Shell=True (bash will split arguments)) 2008-03-11, by greg
- Adding icons to Beremiz menus 2008-03-06, by lbessard
- add use of docutils for pdf 2008-03-05, by greg
- docfile pdf path fixed 2008-03-05, by lbessard
- SetIcon for Beremiz fixed 2008-03-05, by lbessard
- fix typo in Beremiz.py 2008-03-04, by greg
- use docclass for opening pdf on win32 or linux 2008-03-03, by greg
- Added ctrl+f12 wxpython inspector shortcut for debuging 2008-02-29, by etisserant
- create doc directory and add about.html + manual_beremiz.pdf 2008-02-29, by greg
- Added question dialog for unsaved close 2008-02-28, by etisserant
- Refuse close if PLC running. 2008-02-27, by etisserant
- Added splash screen. Moved icons to /images 2008-02-27, by etisserant
- add wx.icon in init for class beremiz class 2008-02-27, by greg
- Fixed empty build exception. 2008-02-26, by etisserant
- Now .xml files are automatically created when creating a new project no need to save explicitely. 2008-02-26, by etisserant
- Fixed new project creation bug 2008-02-26, by etisserant
- Re-enabled stderr 2008-02-26, by etisserant
- fixed display/hide console when launch external programs 2008-02-25, by greg
- Fixed way apps are launched in parralel with single log window... Tested in win32 only. 2008-02-24, by etisserant
- Added enable/disable of plugin method buttons. Fixed alpha graying problem with disabled buttons. Updated debug dialog message with bug report path 2008-02-22, by etisserant
- add clean implementation 2008-02-22, by greg
- add Run and Stop implementation 2008-02-22, by greg
- Added plugins creation helpstrings, changed GUI layout (more compact), solved staticbitmap issues on win32, re-designed some icons... 2008-02-22, by etisserant
- Added ability to override plugin methods with arbitrary python code (methods.py) when loading plugins 2008-02-21, by etisserant
- add icon for linux 2008-02-18, by greg
- fix bzr.ico -> icon for windows installer 2008-02-18, by greg
- add bzr.ico -> icon for windows installer 2008-02-18, by greg
- Display bugs on Windows fixed 2008-02-13, by lbessard
- Fixed current time struct in linux runtime 2008-02-11, by etisserant
- Beremiz layout improved 2008-02-08, by lbessard
- Beremiz layout improved 2008-02-05, by lbessard
- Beremiz layout changed 2008-02-04, by lbessard
- Fixed some bugs with install path containing white spaces 2008-02-04, by etisserant
- add GetParamsAttributes to canfestival.py to allow dll list in beremiz 2008-02-01, by greg
- Bug on set values fixed 2008-01-31, by lbessard
- Now, params and buttons for plugin are aligned in a single big column 2008-01-29, by etisserant
- remove deb_dist in debian/rules 2008-01-29, by greg
- add debian dir to create debian package 2008-01-29, by greg
- - Limited width of plugin tree for compactness 2008-01-29, by etisserant
- Added right aligment of parameteres blocks 2008-01-28, by etisserant
- Bug on windows fixed 2008-01-28, by lbessard
- Bug on ToolBar and AddButton Menu popup fixed 2008-01-25, by lbessard
- Adding support for the new version of xmlclass 2008-01-22, by lbessard
- add setup.py and beremiz_postinst.py to build windows installer 2008-01-15, by greg
- Plugin Tree Drawing bug hacked 2007-12-21, by lbessard
- Bugs with windows fixed 2007-12-21, by lbessard
- Beremiz layout improved for wx2.8 by inserting all control in TreeCtrl 2007-12-20, by lbessard
- Windows related enhancements 2007-12-10, by etisserant
- Bug on Master DCF generation fixed 2007-12-10, by lbessard
- Some window related enhancements 2007-12-10, by etisserant
- Bug on Master config generation fixed 2007-12-10, by lbessard
- Adding file with generated master in build folder and a button for editing it with objdictedit 2007-12-10, by lbessard
- Menu buttons on two lines 2007-12-09, by lbessard
- Windows related enhancements 2007-12-09, by etisserant
- Some bugs fixed 2007-12-09, by lbessard
- Adding support for execution order code generation 2007-12-06, by lbessard
- Bug on LeftPanelSizer with Windows fixed 2007-12-06, by lbessard
- Improving Beremiz for using wx2.8 AUI 2007-11-19, by lbessard
- Improve wxPopen to be compatible with wx2.6 and higher 2007-11-16, by lbessard
- Bug when close project fixed 2007-11-16, by lbessard
- Bug with wx 2.8 fixed 2007-11-13, by lbessard
- Layout changed for making buttons at top of the frame always visible 2007-10-30, by lbessard
- Bug with raw code edit fixed 2007-10-25, by lbessard
- Adding icons in Beremiz GUI 2007-10-25, by lbessard
- Change generate_cc to generate_c 2007-10-24, by lbessard
- *** empty log message *** 2007-10-05, by lbessard
- Adding support for refresh block list where beremiz loose focus 2007-10-05, by lbessard
- Bug on bit locations generation fixed 2007-10-05, by lbessard
- Test on wx version changed to test on platform 2007-10-02, by lbessard
- Enhancements in CanFestival plugin. Now PLC with CanFestival plugin compiles and run, exchanging CanOpen PDOs 2007-10-02, by etisserant
- Basic CANOpen master node test compiles and run. 2007-10-01, by etisserant
- Basic CANOpen master node test compiles and run. 2007-10-01, by etisserant
- *** empty log message *** 2007-09-25, by etisserant
- Updated plugins PluGenerate_C to conform to plugger.py 2007-09-24, by etisserant
- Comments... 2007-09-24, by etisserant
- removed timer_notify conflict with CanFestival 2007-09-24, by etisserant
- Added CanFestival "main" runtime part, initialize, all nodes, and start CF timer loop 2007-09-24, by etisserant
- Added project linking, and plugin init,cleanup,retrive and publish method calls in main 2007-09-24, by etisserant
- Added plugin deletion 2007-09-24, by etisserant
- On the long wat towards generated code comilation... 2007-09-21, by etisserant
- Enhanced and really multi-platform process logging. Use wxProcess and wxExecute instead of python popen3 (unix only). 2007-09-20, by etisserant
- PLC and plugins compilation with gcc now starts (and fail). 2007-09-20, by etisserant
- Corrections for Windows 2007-09-18, by lbessard
- Now, C extension plugin do handle multiple files 2007-09-17, by etisserant
- Various changes to make SVGUI plugin generated code eventually compile 2007-09-17, by etisserant
- Adding support for svgui block code generation 2007-09-17, by lbessard
- Correct bugs on svgui plugin code generation 2007-09-17, by lbessard
- Adding support for refreshing PLCOpenEditor block list 2007-09-17, by lbessard
- Cosmetic in plugin tree 2007-09-17, by etisserant
- Improoved SVGUI support 2007-09-17, by etisserant
- SVGUI's DefEditor now runs and generate C code. Swapped __I with __Q 2007-09-16, by etisserant
- Primary svgui plugin inherited - broken 2007-09-13, by etisserant
- Fixed invisible root node 2007-09-13, by etisserant
- Adding option in config_test.p for regenerate reference result file 2007-09-13, by lbessard
- config_utils.py rewritten 2007-09-12, by lbessard
- Enhanced bahavior of plugin tree representation when changing IEC channel 2007-09-11, by etisserant
- Fixed CanOpen network renaming 2007-09-11, by etisserant
- added basic C Code extention plugin 2007-09-11, by etisserant
- Fixed onclose bug 2007-09-11, by etisserant
- Major improvements, plugin renaming and secured name/IEC channel attribution, various fixes on PlugTemplate 2007-09-11, by etisserant
- Disabled unused run/edit menu, fixed some event/refresh machanisms 2007-09-11, by etisserant
- CONFIG_UTILS (sync) 2007-09-11, by greg
- added sync option 2007-09-11, by etisserant
- Adding support for using Networkedit et PLCOpenEditor in Beremiz 2007-09-10, by lbessard
- Working CanOpen OD generation 2007-09-10, by etisserant
- minor fixes 2007-09-10, by etisserant
- Pleliminary build process -- C code generation 2007-09-07, by etisserant
- Adding buttons for plugins 2007-09-07, by lbessard
- Beremiz plugins definitions. 2007-09-04, by etisserant
- Adding Plugin params visualization with basic controls 2007-09-04, by lbessard
- Base build mechanism layout. 2007-09-03, by etisserant
- First commit of Beremiz new version with plugin support 2007-08-31, by lbessard
- *** empty log message *** 2007-08-29, by etisserant
- More precise design for plugins.... to be continued... 2007-08-28, by etisserant
- More precise design for plugins.... to be continued... 2007-08-28, by etisserant
- More precise design for plugins.... to be continued... 2007-08-27, by etisserant
- plugin framework organization being defined 2007-08-21, by etisserant
- Adding plugin support in Beremiz 2007-08-20, by lbessard
- Plugin skeleton base - python package 2007-08-16, by etisserant
- Improved error report 2007-08-14, by etisserant
- Bug on new project fixed 2007-08-14, by lbessard
- Added stdout/stderr separation limitation and coloration 2007-08-13, by etisserant
- Bug on command line fixed 2007-08-09, by lbessard
- Cleaning code for using only wxPython 2.6 class naming 2007-08-08, by lbessard
- Cleaning code for using only wxPython 2.6 class naming 2007-08-07, by lbessard
- Adding validity verifications on project folders opened 2007-08-02, by lbessard
- Adding verification for the project opened 2007-07-26, by lbessard
- Adding Build Method for PLC program generating 2007-07-25, by lbessard
- First Beremiz commit 2007-07-21, by lbessard