- Fixed race condition preventing to stop PLC through WAMP 2015-02-09, by Edouard Tisserant
- Added auto-reconnect for runtime. Fixed Beremiz closing problem caused by remaining twisted reactor thread in IDE. 2015-02-08, by Edouard Tisserant
- Runtime : Added PLCobject methods registring. IDE : Added WAMP connector. Still need some fixes 2015-02-08, by Edouard Tisserant
- Added stub code for runtime WAMP client. Added runtime command line switch to select WAMP url and Nevow web site port. Web port is now fixed, next port number is not tested if bind fails. 2015-02-05, by Edouard Tisserant
- Moved twisted/nevow/athena away from Berermiz_service.py + some minor cleanup 2015-02-05, by Edouard Tisserant
- Added Beremiz_service.py command line switch to load python extention for runtime independently from PLC program 2015-02-02, by Edouard Tisserant
- py_ext user python code can now know about global variables shared with PLC. updated tests/python accordingly 2015-02-02, by Edouard Tisserant
- Fixed python runtime trace thread auto suspend. Now suspends after 3 seconds when no trace is requested 2015-02-02, by Edouard Tisserant
- Added runtime side trace buffer, handled in a separate thread, limited to 1MB, and dropped after 3 seconds if not used by IDE. GetTraceVariables is not anymore blocking on next PLC cycle 2015-01-30, by Edouard Tisserant
- Moved trace buffer unpacking in the IDE. Latest traced variable samples are now passed as a single string 2015-01-30, by Edouard Tisserant
- Optimized plc_debug.c generated code. Should produce smaller code size. Added statically initialized array for PLC tracable variable description. 2015-01-29, by Edouard Tisserant
- more minor cleanup 2015-01-18, by Edouard Tisserant
- minor cleanup 2015-01-18, by Edouard Tisserant
- merged forgotten changes 2015-01-16, by Edouard Tisserant
- Simplified use of runtime's global variable __common_ticktime accross extensions. 2014-12-12, by Edouard Tisserant
- Use '-p' command line option when running matiec (iec2c) 2014-12-06, by mjsousa
- Add command line option '-l' when calling matiec 2014-11-26, by mjsousa
- Fixed location of directory containing IEC standard library in C format. 2014-11-10, by Edouard Tisserant
- Change location of directory containing IEC standard library in C format. 2014-07-08, by mjsousa
- Added highlighting of wrong SINGLE task trigger 2014-06-27, by Edouard Tisserant
- Fixed incomplete task grid update on interface change, in Resource editor 2014-06-25, by Edouard Tisserant
- Enable overloading of availables languages in POU creation dialog 2014-06-23, by Edouard Tisserant
- Enable overloading of task triggerring source cell editor (SINGLE) in resource editor. PLCGenerator now generates MULTI keywork instead of SINGLE when task's activation is surroundes with square brackets 2014-06-20, by Edouard Tisserant
- Updated tests/python : added derivated return type function declaration+call and re-enabled refrences to global FB interfaces 2014-06-12, by Edouard Tisserant
- Fixed declaration and ST code gen for IEC function that return derivated types 2014-06-12, by Edouard Tisserant
- Added a variable name text entry dialog to allow name change on drag'n'drops 2014-06-11, by Edouard Tisserant
- 'NamedConstant' variable D'n'D is now allowed on variable grid 2014-06-11, by Edouard Tisserant
- Allow specification of command line arguments encoding in ProcessLogger 2014-06-10, by Edouard Tisserant
- Splitted type selection menu code in VariablePanel, making easier to override behaviour by inheritence 2014-06-04, by Edouard Tisserant
- Fixed crash at project load when features.libraries is empty (i.e. no libraries are provided). 2014-06-04, by Edouard Tisserant
- Added plcopen.definitions.DefaultType, set to INT. 2014-05-30, by Edouard Tisserant
- Fixed POU paste exception 2014-05-28, by Edouard Tisserant
- Propagated changes made in matiec/lib/accessor.h _SET_VAR macro (Mario's matiec changes merged at 39086e324665) to py_ext library, and other (not compiled in) XML standard FB definitions. 2014-05-28, by Edouard Tisserant
- Added 'NamedConstant' drag'n'drop in text programs as well (was only accepted on graphical languages). 2014-05-27, by Edouard Tisserant
- Fixed launch of PLCopenEditor, broken since 611fded24ce4. 2014-05-23, by Edouard Tisserant
- Organized controller's _Build sub-methods layout. Many (unwanted) white space changes. 2014-05-21, by Edouard Tisserant
- Added 'NamedConstant' drag'n'drop in programs. It does create a simple variable with initial value and is usefull for drag'n'drop constants from extensions while keeping a name associated with constant 2014-05-13, by Edouard Tisserant
- xmlclass : Ensured precedence of newly defined class in case of conflicting declaration 2014-04-02, by Edouard Tisserant
- Fixed Exception dialog crash when original exception contains unicode 2014-03-31, by Edouard Tisserant
- Fixed unused variable in plc_debug.c 2014-03-29, by Edouard Tisserant
- On windows, prepend CWD to PATH before invoking Generic target make command 2014-03-29, by Edouard Tisserant
- Pair with matiec a51a3bb4d613. Re-enable resource add/remove, updated CFLAGS, disabled broken global FG test in tests/python 2014-03-27, by Edouard Tisserant
- Fixed typo in plcopen.py 2014-03-21, by Edouard Tisserant
- Changed python_gear ratio type from USINT to UINT, less restrictive regarding range 2014-03-17, by Edouard Tisserant
- Fixed support for spaces in matiec libraries path with native beremiz build 2014-03-16, by Edouard Tisserant
- Delayed CANopen initialization for better busoff recovery 2014-03-04, by Edouard Tisserant
- Fixed non initialized timer causing exception in some rare cases (continued) 2014-02-27, by Edouard Tisserant
- Fixed non initialized timer causing exception in some rare cases 2014-02-27, by Edouard Tisserant
- Fix matplotlib exception when launching on XP 2014-02-25, by Edouard Tisserant
- Fixed import error when loading extensions 2014-02-14, by Edouard Tisserant
- More gcc warning avoided 2014-01-29, by Edouard Tisserant
- Added <string.h> to plc_main_head.c to avoid warnings. 2014-01-28, by Edouard Tisserant
- Tidy PLCopen definitions 2014-01-28, by Edouard Tisserant
- Removed depricated matiec stdlib-code-generator-generator 2014-01-27, by Edouard Tisserant
- Factorized bitmap and i18n resources loading in between PLCopenEditor and Beremiz. Now in utils/misc.py 2014-01-26, by Edouard Tisserant
- Re-introduced toolchain_makefile.py. This time, it comes with a 'Generic' target, and a 'genericmake' example 2014-01-20, by Edouard Tisserant
- Removed dead code 2014-01-19, by Edouard Tisserant
- Fixed xmlclass bug when enabling/disabling libraries in root CTN 2014-01-19, by Edouard Tisserant
- RC5 1.1 Korean release 2013-11-18, by Edouard Tisserant
- Added example of SFC simulating traffic lights 2013-12-06, by Laurent Bessard
- Fixed bugs in SFC when loading transition condition and referenced transition or action body 2013-12-05, by Laurent Bessard
- Fixed bug with edge and storage parameters in contact and coil not loaded in file saved with older version 2013-12-05, by Laurent Bessard
- Fixed bug when defining variable type as explicit array in VariablePanel 2013-12-05, by Laurent Bessard
- Fixed bug with function POU when extracting return type 2013-12-05, by Laurent Bessard
- Fixed bug with non-ascii characters in program comments 2013-12-05, by Laurent Bessard
- Fixed bug when debugging wire connected to output connector with modifiers even if connector/continuation is used to replace long wires 2013-11-21, by Laurent Bessard
- Fixed bug in debugger when debug tick received is None 2013-11-20, by Laurent Bessard
- Fixed bug with decimal value string formatting 2013-11-13, by Laurent Bessard
- Fixed bug with decimal value string formatting 2013-11-11, by Laurent Bessard
- Fixed bug when graphic element position and size and connection points are decimal 2013-11-07, by Laurent Bessard
- Fixed bug in test if block type is used by current edited pou 2013-11-07, by Laurent Bessard
- Fixed bug when adding and removing function block in graphic viewer. In some cases, the associated variable could stay in the variable panel. 2013-10-25, by Laurent Bessard
- Fixed coil and contact dialog to let user select a complex type variable for contact and coil expression 2013-10-17, by Laurent Bessard
- Fixed bug Drag'n drop variables from left panel to debug panel disabled 2013-10-17, by Laurent Bessard
- Fixed bugs with pou variable infos computation stylesheet 2013-10-16, by Laurent Bessard
- Fixed bug when pasting element with an odd width or height 2013-10-16, by Laurent Bessard
- Fixed refresh speed so that interface is not blocked when debugging 2013-10-14, by Laurent Bessard
- Added support for optimizing debug, preventing to filling buffers with only the last value for debug data consumers that only show the current state 2013-10-14, by Laurent Bessard
- Remove old debug panels and viewers not using matplotlib 2013-10-14, by Laurent Bessard
- Added new debug process separating non-wx thread extracting debug values from connector and 10 Hz wx timer refreshing Beremiz debug Viewers and communicating throw double-buffering, to avoid segmentation faults and optimize CPU usage 2013-10-14, by Laurent Bessard
- Cleaner matplotlib import preventing noisy warnings 2013-10-12, by Edouard Tisserant
- Fixed bugs when editing resource variables and tasks 2013-10-11, by Laurent Bessard
- Fixed bug when debugging PLC with Graphic Viewer in debug open and re-transfer PLC 2013-10-11, by Laurent Bessard
- Fixed bug when loading complex type variable initial value 2013-10-11, by Laurent Bessard
- Fixed bug when building project with configuration extra variables 2013-10-11, by Laurent Bessard
- Fixed bug wrong pin number in dialog when creating new power rail on Windows 2013-10-10, by Laurent Bessard
- Fixed bug when removing coil in LD viewer, wires wasn't deleted. 2013-10-10, by Laurent Bessard
- Fixed bug when modifying power rail in LD Viewer 2013-10-10, by Laurent Bessard
- Fixed bug when selecting pou that is not used in project 2013-10-10, by Laurent Bessard
- Added makefile for generating xslt stylesheet from ysl2 files 2013-10-10, by Laurent Bessard
- Fixed pou instance path list computing stylesheet 2013-10-10, by Laurent Bessard
- Fixed pou tagname of instance path computing stylesheet 2013-10-10, by Laurent Bessard
- Fixed pou instance path list computing stylesheet 2013-10-09, by Laurent Bessard
- Fixed xslt stylesheets with pretty print versions 2013-10-09, by Laurent Bessard
- Fixed pou variables instance information loading stylesheet 2013-10-09, by Laurent Bessard
- Fixed pou variables information loading stylesheet 2013-10-09, by Laurent Bessard
- Fixed bug when editing SFC divergence 2013-10-04, by Laurent Bessard
- Improved syntax of pou block information loading stylesheet 2013-10-04, by Laurent Bessard
- Fixed bug when loading connectors modifier 2013-10-04, by Laurent Bessard
- Fixed PouInstanceVariablesPanel, replacing wx controls, too long to create and destroy, by bitmaps directly drawn in panel 2013-10-03, by Laurent Bessard
- Fixed various latency issues removing unnecessary calls 2013-10-03, by Laurent Bessard
- Fixed ActionInfos class with slots 2013-10-02, by Laurent Bessard
- Fixed bug when cancelling ActionBlockDialog 2013-10-02, by Laurent Bessard
- Fixed bug in actionBlock actions editing 2013-10-02, by Laurent Bessard
- Replaced old graphic viewer blocks loading process by xslt stylesheet 2013-10-02, by Laurent Bessard
- Fixed bug with Copy/Paste function instance block when previously edited 2013-10-01, by Laurent Bessard
- Merged 2013-09-29, by Laurent Bessard
- Fixed bug when loading graphic pou connection between blocks and no points for drawing wire are defined 2013-09-29, by Laurent Bessard
- Added support for loading PLCOpen v1 files and modify their content to be compatible with PLCOpen v2 2013-09-29, by Laurent Bessard
- merged 2013-09-28, by Edouard Tisserant
- Fixed error message printed when error in XML files is detected 2013-09-27, by Laurent Bessard
- Added support for speed-up loading of graphic POU tabs 2013-09-27, by Laurent Bessard
- Added support for loading XML file even if not following XSD schema (but still following XML syntax), warning user of errors in XML file 2013-09-27, by Laurent Bessard
- merged 2013-09-27, by Edouard Tisserant
- Fixed bug in Resource POU instance type selection 2013-09-25, by Laurent Bessard
- Fixed bug when editing block information of an extended standard function 2013-09-25, by Laurent Bessard
- Fixed instance type tagname computing xslt stylesheet 2013-09-24, by Laurent Bessard
- Fixed time consuming function when loading VariablePanel 2013-09-24, by Laurent Bessard
- Fixed bug in VariablePanel, function block variables in graphic viewers could be modified 2013-09-24, by Laurent Bessard
- Fixed Xenomai target according to new xmlclass 2013-09-24, by Laurent Bessard
- Fixed xmlclass for working with included files, adding support for SimpleType elements and solving ambiguity in extension class when different elements share the same name and parent name 2013-09-24, by Laurent Bessard
- Replaced old pou instance type tagname computing by xslt stylesheet 2013-09-23, by Laurent Bessard
- Used OrderedDict for keeping of standard function blocks library defined 2013-09-18, by Laurent Bessard
- Replaced old list of pou instance in project generating process by xslt stylesheet 2013-09-18, by Laurent Bessard
- Fixed bug when removing block 2013-09-18, by Laurent Bessard
- Fixed bug in pou variable list and variable tree xslt stylesheet 2013-09-13, by Laurent Bessard
- Replaced old pou instance variable list generating process by xslt stylesheet 2013-09-13, by Laurent Bessard
- Fixed Beremiz for working with new xmlclass support using lxml 2013-09-11, by Laurent Bessard
- Fixed Additional Function Blocks Library 2013-09-10, by Laurent Bessard
- Replaced standard function blocks library definition from dictionary to plcopen xml files 2013-09-10, by Laurent Bessard
- Fixed bug when printing program generating errors and warnings in PLCOpenEditor 2013-09-10, by Laurent Bessard
- Fixed bug with return type in elements that don't need return type tree and dimension 2013-09-10, by Laurent Bessard
- Removed obsolete process for customizing block code generated in extensions 2013-09-10, by Laurent Bessard
- Fixed bug when modifying project properties 2013-09-09, by Laurent Bessard
- Replaced old pou variable list and variable tree generating by xslt stylesheet 2013-09-09, by Laurent Bessard
- Merged 2013-09-09, by Laurent Bessard
- Fixed bug with direct array variable type definition 2013-09-05, by Laurent Bessard
- Fixed xmlclass and plcopen using precompile xpath where possible 2013-09-05, by Laurent Bessard
- Fixed undo/redo with xmlclass refactoring 2013-09-03, by Laurent Bessard
- Removed obsolete functions for extracting values for xml dom tree and generating xml string 2013-09-03, by Laurent Bessard
- Removed dictionaries storing datatypes and pous defined in project and pou and datatype using tree from model 2013-09-03, by Laurent Bessard
- Removed dictionaries storing enumerated datatypes values, subrange datatypes range and project datatype hierarchy from model 2013-09-02, by Laurent Bessard
- Removed namespaces declaration in subtree elements xml description when copy/paste 2013-09-02, by Laurent Bessard
- Fixed copy/paste with xmlclass refactoring 2013-08-30, by Laurent Bessard
- Fixed SFC block edition and SFC to SFC_textual code generating 2013-08-30, by Laurent Bessard
- Fixed ST program generating module 2013-08-30, by Laurent Bessard
- Fixed bug when adding a configuration 2013-08-29, by Laurent Bessard
- Fixed bug no contextual menu displayed in left panel tree when creating new project 2013-08-29, by Laurent Bessard
- Fixed datatype and configuration editing in xmlclass refactoring 2013-08-29, by Laurent Bessard
- Fixed diagram editing in xmlclass refactoring 2013-08-29, by Laurent Bessard
- Merged 2013-08-28, by Laurent Bessard
- Second stage of xmlclass refactoring using lxml , project are loaded and displayed successfully 2013-08-28, by Laurent Bessard
- First stage of xmlclass refactoring using lxml 2013-08-26, by Laurent Bessard
- Fixed bug in resource pou instance program type selection 2013-09-04, by Laurent Bessard
- Fixed two typos in py_ext : FBID was not current but previous py_eval block FBID, and compiled AST cache was filled buy never used. 2013-09-26, by Edouard Tisserant
- Fixed bug when adding a block in Viewer 2013-08-28, by Laurent Bessard
- Fixed bug when displaying Master generated Object Dictionary in canfestival extension 2013-08-07, by Laurent Bessard
- Fixed bug when no connection defined for connectionPointIn 2013-08-06, by Laurent Bessard
- Fixed GetBlockTypes method 2013-08-06, by Laurent Bessard
- More optimization attemps in type handling 2013-08-04, by Edouard Tisserant
- Added support for left panel add menu with multiple levels 2013-08-02, by laurent
- Various cleanup and optimization 2013-08-02, by Edouard Tisserant
- RC4 1.1 Korean release 2013-07-31, by Edouard Tisserant
- Added 'dlopen_prefix' class attributes to targets, in order to handle dlopen of shared object passed to runtime as extra file, and then in PWD (was working with windows only) 2013-07-26, by Edouard Tisserant
- CanFestival plugin fills master's DCF to prepare PDO mappings in a way conform to DSP-301 2013-07-19, by Edouard Tisserant
- Fixed refresh bug when activating element in instance variables list 2013-07-11, by Laurent Bessard
- Fixed bug instance choice list empty for standard and extension functions block types 2013-07-11, by Laurent Bessard
- Fixed DurationCellEditor to make it reusable 2013-07-05, by Laurent Bessard
- Fix bug when opening specific file editor 2013-07-05, by Laurent Bessard
- Fix refresh bug when scrolling Viewer while dragging graphic element or rubberband 2013-07-04, by Laurent Bessard
- Fixed bug when open editor while Build is working 2013-07-03, by Laurent Bessard
- Fix bug when transferring PLC and orthogonal graph is displayed with cursor 2013-06-26, by Laurent Bessard
- Fix bug when LogException handler 2013-06-26, by Laurent Bessard
- Fix bug in atty function of LogPseudoFile 2013-06-26, by Laurent Bessard
- Fix bug when exporting string variables values in graph to clipboard 2013-06-26, by Laurent Bessard
- Added support for zooming graph so that it fits canvas size in Debug Variable Panel 2013-06-19, by Laurent Bessard
- Fixed bug when removing obsolete variables from Debug Variable Panel 2013-06-18, by Laurent Bessard
- Fix bug in graphic viewer height when drag'n dropping variable in parallel mode 2013-06-17, by Laurent Bessard
- Fixed bugs in Debug Variable Panel 2013-06-17, by Laurent Bessard
- Added support for replacing a wire by two connections 2013-06-17, by Laurent Bessard
- Fixed bug with Copy/Paste in generated ST code Viewer 2013-06-14, by Laurent Bessard
- Fixed bug in support for speed up loading graphic viewers 2013-06-14, by Laurent Bessard
- Fixed bug when adding block into Viewer and added wire validity after adding block with wire drop support 2013-06-14, by Laurent Bessard
- Added support for adding graphic element when dropping wire in midair 2013-06-14, by Laurent Bessard
- Fixed move of LD_PowerRail and SFC_Divergence connectors using Right button 2013-06-14, by Laurent Bessard
- Fixed bug VariablePanel and ProjectProperties not refreshed in ProjectNodeEditor 2013-06-14, by Laurent Bessard
- Fixed bug in wxGlade extension when compiling and starting project with no hmi defined 2013-06-13, by Laurent Bessard
- Fixed bug forced debug variable not released when unsubscribed and re-subscribed while PLC is stopped 2013-06-13, by Laurent Bessard
- Fixed bug when trying to add a global function block instance variable to debug variable panel and not connected 2013-06-13, by Laurent Bessard
- Fixed bug when centering element in Preview panel 2013-06-12, by Laurent Bessard
- Rewrite SFCTransitionDialog 2013-06-12, by Laurent Bessard
- Rewrite SFCDivergenceDialog 2013-06-12, by Laurent Bessard
- Rewrite SFCStepDialog and factorize code for creating common dialog sizers 2013-06-12, by Laurent Bessard
- Rewrite LDPowerRailDialog 2013-06-12, by Laurent Bessard
- Fixed bug FBD variable execution not set when newly created 2013-06-12, by Laurent Bessard
- Fixed bug in newly rewritten dialogs 2013-06-11, by Laurent Bessard
- Rewrite LDElementDialog 2013-06-11, by Laurent Bessard
- Rewrite ConnectionDialog 2013-06-11, by Laurent Bessard
- Rewrite FBDVariableDialog 2013-06-11, by Laurent Bessard
- Fixed bug when drag'n dropping POU from project tree and POU is selected 2013-06-11, by Laurent Bessard
- Rewrite FBDBlockDialog and BlockPreviewDialog 2013-06-10, by Laurent Bessard
- Add support for scaling preview if block is too big 2013-06-10, by Laurent Bessard
- Fixed bug when drag'n dropping POU from project tree, POU editor is selected if open 2013-06-10, by Laurent Bessard
- Fixed bug when generating ST code and connection is broken in POU using graphical language 2013-06-10, by Laurent Bessard
- Fixed bug with InstanceChoice values in PouInstanceVariablesPanel 2013-06-10, by Laurent Bessard
- Fixed support for default function block name in FBDBlockDialog 2013-06-10, by Laurent Bessard
- Added support for default function block name in FBDBlockDialog 2013-06-10, by Laurent Bessard
- Fixed bug when searching in LibraryPanel on Windows 2013-06-06, by Laurent Bessard
- Fixed bug in support for speed up loading graphic viewers 2013-06-06, by Laurent Bessard
- Fixed bugs in refresh of PouInstanceVariablesPanel 2013-06-06, by Laurent Bessard
- Added support for speed up loading graphic viewers 2013-06-06, by Laurent Bessard
- Fixed bug when exporting variables data 2013-06-06, by Laurent Bessard
- Fixed and rewrite LibraryPanel 2013-06-06, by Laurent Bessard
- Fixed typo in Viewer 2013-06-06, by Laurent Bessard
- Fixed ToolTip in Viewer 2013-06-06, by Laurent Bessard
- Fixed tick not refreshed when in DebugVariablePanel when variable in it 2013-06-05, by Laurent Bessard
- Fixed lag when selecting all elements using CTRL+A or after paste a lot of blocks 2013-06-05, by Laurent Bessard
- Fixed removing display of wire point in debug Viewer 2013-06-05, by Laurent Bessard
- Fixed lag when moving mouse over Viewer 2013-06-05, by Laurent Bessard
- Fixed bug when adding standard function like ADD, SUB, MUL,... that are overloaded. Block type was not selected and shown when opening FBDBlockDialog to edit it. 2013-06-05, by Laurent Bessard
- Fixed flickering and lag when refreshing PouInstanceVariablesPanel 2013-06-05, by Laurent Bessard
- Fix ToolTip on Windows 2013-06-05, by Laurent Bessard
- Fixed in DebugDataConsumer value translation inhibit support 2013-06-05, by Laurent Bessard
- Fixed bug when editing file name and close editor without modification 2013-06-04, by Laurent Bessard
- Fixed bug when moving debug viewers 2013-06-04, by Laurent Bessard
- Fixed bug when moving TextViewer and replacing right click by double click when adding graph in Debug Variable Panel 2013-06-04, by Laurent Bessard
- Fixed bug in DebugVariablePanel on Windows 2013-06-03, by Laurent Bessard
- Rewrite DebugVariablePanel 2013-06-03, by Laurent Bessard
- Added support for opening text viewer by default and toggling between GraphicViewer and TextViewer 2013-06-03, by Laurent Bessard
- Fixed bug when scroll in and out using wheel mouse in graph, range of data displayed could be out of bounds of whole data stored range 2013-06-03, by Laurent Bessard
- Rewrite DebugVariablePanel 2013-06-03, by Laurent Bessard
- Fixed bug when launching Beremiz with a wrong project path 2013-06-03, by Laurent Bessard
- Fixed bug when closing debug tab or beremiz frame with variable debugged and PLC is running 2013-06-03, by Laurent Bessard
- Rewrite DebugVariablePanel and fixed bugs 2013-06-03, by Laurent Bessard
- Fixed support for drawing instance path at a fixed position in Viewer debug mode on Windows 2013-06-03, by Laurent Bessard
- Rewrite DebugVariableTablePanel 2013-05-31, by Laurent Bessard
- Fixed bug when closing graph in Debug Variable Panel 2013-05-31, by Laurent Bessard
- Fixed bug Viewer not refreshed when debugging 2013-05-31, by Laurent Bessard
- Fixed support for drawing instance path at a fixed position in Viewer debug mode on Windows 2013-05-31, by Laurent Bessard
- Added support for drawing instance path at a fixed position in Viewer debug mode 2013-05-31, by Laurent Bessard
- Fixed bug when export all items values to clipboard in DebugVariablePanel 2013-05-31, by Laurent Bessard
- Fixed bug Viewer not refreshed when debugging 2013-05-31, by Laurent Bessard
- Splitted DebugVariableGraphicPanel.py into several files 2013-05-31, by Laurent Bessard
- Move GraphButton from DebugVariableGraphicPanel to separate file 2013-05-30, by Laurent Bessard
- Separated old table debug variable panel and new graphic debug variable panel 2013-05-30, by Laurent Bessard
- Fixed bug in when deleting row in CustomGrid 2013-05-30, by Laurent Bessard
- Fixed bug in when deleting row in CustomGrid 2013-05-30, by Laurent Bessard
- Fixed bug when collecting log messages from connector history for LogViewer 2013-05-30, by Laurent Bessard
- Fixed bug with moving cursor with keyboard in DebugVariablePanel 2013-05-29, by Laurent Bessard
- Moved and start to rewrite DebugVariablePanel splitting it into multiple files 2013-05-29, by Laurent Bessard
- Fixed bugs in DebugVariablePanel with ticktime modifications 2013-05-29, by Laurent Bessard
- Fixed values in DebugVariablePanel range selection ComboBox 2013-05-29, by Laurent Bessard
- Fixed bug keyboard events not catch by graphs when trying to move cursor on Windows 2013-05-29, by Laurent Bessard
- Fixed bug in PouInstanceVariablesPanel, exploring child FunctionBlock variables if no instance selected 2013-05-29, by Laurent Bessard
- Fixed bug two icons displayed for POU category item in Project Tree when adding a second POU 2013-05-29, by Laurent Bessard
- Removed test that expression is not a keyword in FBDVariableDialog 2013-05-29, by Laurent Bessard
- Fixed bug when copy/paste element containing unicode characters 2013-05-29, by Laurent Bessard
- Updated wiimote example. Now include nunchuck accel, and buttons are on 16bits 2013-05-29, by Edouard Tisserant
- Fixed non-tested bad code in VariablePanel 2013-05-29, by Edouard Tisserant
- Fixed bug in PLC code generated with binary, octal and hexadecimal literals 2013-05-29, by Laurent Bessard
- Improved FBDVariable dialog 2013-05-28, by Laurent Bessard
- Fixed bug in PLC code generated with binary, octal and hexadecimal literals 2013-05-28, by Laurent Bessard
- Fixed bugs with TextCtrlAutoComplete 2013-05-28, by Laurent Bessard
- Fixed inconsistency in value display when setting integer value for float parameter 2013-05-28, by Laurent Bessard
- Fixed search highlight bug in ST and Code text editors 2013-05-28, by Laurent Bessard
- Fixed typo 2013-05-27, by Laurent Bessard
- Moved and rewrote DebugViewer and DebusDataConsumer classes 2013-05-27, by Laurent Bessard
- Fixed bug when adding a variable in Variable Panel and selected variable can't be edited (generally a FB) 2013-05-27, by Laurent Bessard
- Add support for moving cursor in Debug Graphs using arrow keys 2013-05-24, by Laurent Bessard
- Move RubberBand from GraphicCommons to individual file 2013-05-24, by Laurent Bessard
- Fixed CustomToolTip 2013-05-24, by Laurent Bessard
- Add support for Drag'n dropping located variables to function block creating global located variable in configuration and external variable in function block 2013-05-23, by Laurent Bessard
- Added support for displaying ToolTip, starting drag'n drop and Double click on Block connectors when debugging 2013-05-23, by Laurent Bessard
- Move CustomToolTip from GraphicCommons to controls 2013-05-23, by Laurent Bessard
- Merged 2013-05-17, by Laurent Bessard
- Fixed bug ProjectTree items label can't be edited 2013-05-17, by Laurent Bessard
- Added support for displaying value of unconnected block connectors in debug 2013-05-17, by Laurent Bessard
- Fixed bugs with left panel CustomTreeCtrl on Windows 2013-05-17, by Laurent Bessard
- Added extra icon in left panel tree for indicating Pou type (function, functionBlock, or program) when alone 2013-05-17, by Laurent Bessard
- Added icon for wxGlade_hmi extension editor 2013-05-16, by Laurent Bessard
- Fixed ConfTreeNodeEditor background colour 2013-05-16, by Laurent Bessard
- Moved CodeFileEditor Variable Panel button to grid left 2013-05-16, by Laurent Bessard
- Fixed GCC warnings when building stub code for python PLC globals access 2013-05-16, by Edouard Tisserant
- Fixed bug tabs selected cyclically when drag'n dropping variable into Editor 2013-05-16, by Laurent Bessard
- Fixed bug tabs selected cyclically when drag'n dropping variable into Editor 2013-05-16, by Laurent Bessard
- Added wiimote input example using python-cwiid and python PLC global variable access 2013-05-16, by Edouard Tisserant
- Added more clear error message in case of access to non declared PLC global from python code 2013-05-16, by Edouard Tisserant
- Extended WxGlade HMI with automatic mapping of event handlers declared in wxglade editor 2013-05-16, by Edouard Tisserant
- Fixed build error with python <-> PLCglobals variables declared with no initial value 2013-05-16, by Edouard Tisserant
- Fixed bug in New variable name generated in CodeFileEditor Variable Panel 2013-05-16, by Laurent Bessard
- Fixed bug scrollbar not displayed in CodeFileEditor VariablePanel when grid is to small to show all variables 2013-05-16, by Laurent Bessard
- Fixed bug wxGlade hmi not closed when stopping PLC 2013-05-16, by Laurent Bessard
- Fixed bug when typing and caret is at last test position in CodeFileEditor 2013-05-16, by Laurent Bessard
- Fixed bug in ST code generator with extensible standard functions 2013-05-15, by Laurent Bessard
- Fixed bug when generating py_ext code when no variable defined 2013-05-15, by Laurent Bessard
- Merged 2013-05-15, by Laurent Bessard
- Fixed variable panel in CodeFileEditor 2013-05-15, by Laurent Bessard
- Fixed PLC global var access from python. Added test in tests/python 2013-05-15, by Edouard Tisserant
- Added stub code and declarations for bidirectional access to PLC globals from python code (untested) 2013-05-15, by Edouard Tisserant
- Fixed bug in ST code generator when function output variable has no name 2013-05-15, by Laurent Bessard
- Fixed functions used by one or more POU not showing question dialog when trying to delete 2013-05-15, by Laurent Bessard
- Fixed bug connection disappear when removing variable from interface of an already used POU 2013-05-14, by Laurent Bessard
- Fixed bug when drag'n dropping global in function variable panel (not possible according to standard) 2013-05-14, by Laurent Bessard
- Fixed bug when deleting line between code and headers on Windows 2013-05-14, by Laurent Bessard
- Replaced the 2 tabs variable and code in CodeFileEditor by only one type with SplitterWindow and fixed drag'n drop of variable from variable to code. 2013-05-14, by Laurent Bessard
- Merged 2013-05-14, by Laurent Bessard
- Added global variable names in CodeFileEditor auto-completion list 2013-05-14, by Laurent Bessard
- Added support for updating model when broken connection is detected in Viewer 2013-05-14, by Laurent Bessard
- Fixed PLC code generator when interface of an already used POU has changed 2013-05-14, by Laurent Bessard
- Fixed bug in loading block in Viewer when block interface has changed 2013-05-14, by Laurent Bessard
- Rewrote py_ext and wxglade generators in a clean factored way, added C skeleton for python access to PLC global vars 2013-05-14, by Edouard Tisserant
- Fixed bug in wxGlade hmi python code generated 2013-05-14, by Laurent Bessard
- Fixed loading of Blocks in Viewer when block interface have changed 2013-05-13, by Laurent Bessard
- Removed restriction on deletion of a POU or DataType already used, replaced by a dialog asking user to confirm 2013-05-13, by Laurent Bessard
- Removed restriction on POU interface variables modification when POU is already used 2013-05-13, by Laurent Bessard
- Fixed bug when generating new name for configuration and resource variable in VariablePanel 2013-05-13, by Laurent Bessard
- Fixed bug with Copy/Paste in Primary Selection in Text Viewers 2013-05-13, by Laurent Bessard
- Updated python example 2013-05-13, by Laurent Bessard
- Fixed support for defining python runtime code using sections like in c_ext 2013-05-13, by Laurent Bessard
- Fixed bug on biggest Viewer zoom factor preventing them to be used on Windows 2013-05-12, by Laurent Bessard
- Adding support for using current selected variable for generate newly added variable informations in VariablePanel 2013-05-12, by Laurent Bessard
- Fixed Beremiz_service not closing on Windows 2013-05-10, by Laurent Bessard
- Removed some prints for code debugging 2013-05-10, by Laurent Bessard
- Fixed generated code in c_ext file 2013-05-10, by Laurent Bessard
- Fixed generated code in py_ext runtime file 2013-05-10, by Laurent Bessard
- Fixed CodeFileEditor allowing to have no line of code between two section headers 2013-05-10, by Laurent Bessard
- Fixed bug connector not resetted when connection is lost 2013-05-10, by Laurent Bessard
- Fixed bug in CodeFileEditor allowing to remove NEWLINE character between section header and section code 2013-05-10, by Laurent Bessard
- Fixed bug in generated code in c_ext file 2013-05-10, by Laurent Bessard
- Fixed bug in generated code in py_ext runtime file 2013-05-10, by Laurent Bessard
- Fixed bug when selecting item in ProjectTree on Linux 2013-05-10, by Laurent Bessard
- Fixed bug when changing IEC_Channel of node without params 2013-05-10, by Laurent Bessard
- Fixed code section headers in CodeFileEditor 2013-05-10, by Laurent Bessard
- Fix bug when section code is just an empty line 2013-05-09, by Laurent Bessard
- Fix bug with multiline Pragma syntax highlighting in TextViewer 2013-05-09, by Laurent Bessard
- Fixed Drag'n dropping from PouInstanceVariablesPanel ensuring DebugVariablePanel is visible before starting drag'n drop 2013-05-09, by Laurent Bessard
- Added tooltip in ProjectTree when mouse over POU 2013-05-09, by Laurent Bessard
- Fixed bug when modifying ConfTreeNode IEC Channel 2013-05-09, by Laurent Bessard
- Added support for excluding code section headers to be modified in CodeFileEditor 2013-05-09, by Laurent Bessard
- Fixed python global variable declaration example in generated runtime python file 2013-05-09, by Laurent Bessard
- Fixed bug with debugging global variables 2013-05-09, by Laurent Bessard
- Fixed search in CodeFileEditor STC panel 2013-05-08, by Laurent Bessard
- Added support for compatibility with older version of c_ext 2013-05-08, by Laurent Bessard
- Updated python test 2013-05-08, by Laurent Bessard
- Fixed bug when pressing Return key in FindInPouDialog 2013-05-08, by Laurent Bessard
- Fixed Python editor adding variable panel 2013-05-08, by Laurent Bessard
- Fixed CFileEditor replacing folding panels by variable panel and STC 2013-05-08, by Laurent Bessard
- Move C_ext file for merging with py_ext 2013-05-08, by Laurent Bessard
- Fixed bug in LogViewer layout 2013-05-06, by Laurent Bessard
- Added support for resetting log messages 2013-05-06, by Laurent Bessard
- Fixed bugs in CustomStyledTextCtrl 2013-05-06, by Laurent Bessard
- Fixed bug with margin cursor in StyledTextCtrl on Windows 2013-05-06, by Laurent Bessard
- Fixed bug when closing Beremiz frame 2013-05-03, by Laurent Bessard
- Fixed bug when transferring program and a output located variable is forced 2013-05-02, by Laurent Bessard
- Fixed bug when closing Beremiz frame 2013-05-02, by Laurent Bessard
- Fixed bug when closing Beremiz frame 2013-05-02, by Laurent Bessard
- Fixed warnings in python test 2013-05-02, by Laurent Bessard
- Removed call of deprecated function on wxSplitterWindow 2013-05-02, by Laurent Bessard
- Fixed bug in DebugVariablePanel, cursor not reset when graphs were reset 2013-05-02, by Laurent Bessard
- Added support for adding a variable in program VariablePanel by drap'n dropping located variable like in global VariablePanel 2013-05-02, by Laurent Bessard
- Fixed bug in PouInstanceVariablesPanel buttons tooltips 2013-04-30, by Laurent Bessard
- Fixed bug when quitting project with more than one LD Viewer opened 2013-04-30, by Laurent Bessard
- Fixed bug list of ConfNodes blocks not refreshed when a library was enable or disable 2013-04-30, by Laurent Bessard
- Fixed bug in LogViewer when no Log Messages are available when first SetLogCounters 2013-04-30, by Laurent Bessard
- Fixed wrong default value for xsd:positiveInteger and xsd:negativeInteger in xmlclass 2013-04-29, by Laurent Bessard
- Fixed bug in LogViewer in Log Messages to retrieve index calculation when first SetLogCounters 2013-04-29, by Laurent Bessard
- Fixed bug in displayed datetime, using local timezone instead of UTC 2013-04-29, by Laurent Bessard
- Now Debug Buffer Unpacking is a separate function, declared in typemapping.py 2013-04-28, by Edouard Tisserant
- Optimzed tracing of STRING type variables value. Now, only used size is transfered in debug buffer. 2013-04-28, by Edouard Tisserant
- chmod +x PLCOpenEditor.py 2013-04-26, by Edouard Tisserant
- Fixed retrieve and publish call order in PLC generated code 2013-04-26, by Laurent Bessard
- Fixed bug in LogViewer when view is filtered and displaying last message and new messages appears 2013-04-25, by Laurent Bessard
- Added exception printing on Pyro connector, tracking random connection failure... 2013-04-25, by Edouard Tisserant
- Fixed refresh bugs when drag'n dropping of group of elements 2013-04-25, by Laurent Bessard
- Modify search algorithm in LibraryPanel to search match in whole block name, not only at beginning 2013-04-25, by Laurent Bessard
- Added exception hook to Beremiz_service, so that exception go in PLC log. Extended Beremiz.py exception hook to threads. Stripped images embedded in Beremiz_service.py, user real images instead. 2013-04-25, by Edouard Tisserant
- Fixed bug in CFileEditor 2013-04-24, by Laurent Bessard
- Removed undeleted debug print 2013-04-24, by Laurent Bessard
- Fixed bug Show IEC code button not available 2013-04-24, by Laurent Bessard
- Fixed bug in Save function in Beremiz 2013-04-24, by Laurent Bessard
- Merged 2013-04-24, by Laurent Bessard
- Fixed Save As... function in Beremiz 2013-04-24, by Laurent Bessard
- Fixed unexpected scrolling when PythonEditor, TextViewer and CFileEditor get focus 2013-04-24, by Laurent Bessard
- Fixed new ConfTreeNodeEditor layout on Windows 2013-04-24, by Laurent Bessard
- Fixed PythonEditor font size 2013-04-24, by Laurent Bessard
- Added support for search in PythonEditor and IECCodeViewer 2013-04-24, by Laurent Bessard
- Fixed pattern textctrl in FindInPouDialog to get focus when dialog appear 2013-04-23, by Laurent Bessard
- Fixed ConfTreeNodeEditor layout 2013-04-23, by Laurent Bessard
- Fixed connections of block when changing block type 2013-04-23, by Laurent Bessard
- Fixed error when stopping PLC with wxglade HMI 2013-04-24, by Edouard Tisserant
- Better display of Python exceptions from Py_Eval 2013-04-24, by Edouard Tisserant
- Extended exception info from evaluator. Problems in python runtime init/cleanup code now more readable 2013-04-24, by Edouard Tisserant
- Made declaration from beremiz.h available to C pragmas in POUs. Added AtomicCompareExchange to beremiz.h 2013-04-24, by Edouard Tisserant
- Fixed inspector 2013-04-23, by Edouard Tisserant
- Fixed bug in program elements computation order in PLCGenerator 2013-04-23, by Laurent Bessard
- Fixed bug when using 'Adjust Block Size' contextual menu item on a group of selected elements 2013-04-23, by Laurent Bessard
- Fixed bug Beremiz_service process not stopped when quitting 2013-04-22, by Laurent Bessard
- Runtime now unloads and cleanup PLC before exit (created threads was preventing exit) 2013-04-19, by Edouard Tisserant
- Fixed bugs in DebugVariablePanel 2013-04-19, by Laurent Bessard
- Fixed bug in graph panel default size in DebugVariablePanel 2013-04-19, by Laurent Bessard
- Fixed refresh bug when moving selected elements 2013-04-18, by Laurent Bessard
- Fixed graph panel size when modifying DebugVariablePanel layout 2013-04-18, by Laurent Bessard
- Fixed MouseWheel behavior in DebugVariablePanel, change graph range only if CTRL is pressed 2013-04-18, by Laurent Bessard
- Fixed bug when right click on ProjectTree project item 2013-04-18, by Laurent Bessard
- Fixed bug when right click on ProjectTree project item 2013-04-18, by Laurent Bessard
- Merged 2013-04-18, by Laurent Bessard
- Fixed bug in ProjectNodeEditor when base params panel is not shown 2013-04-18, by Laurent Bessard
- Better mdns resolution failure signaling, added fixed bug whith runtime autostart 2013-04-17, by Edouard Tisserant
- Fix bug when launching Beremiz_service with autostart option and working dir doesn't contain any program 2013-04-15, by Laurent Bessard
- Clean Config Tree Node children list by type after removing one child 2013-04-15, by Laurent Bessard
- Fix bug defining string initial value using quotes 2013-04-15, by Laurent Bessard
- Fix bug when pressing left arrow key in PouInstanceVariablesPanel 2013-04-15, by Laurent Bessard
- Fix bug when creating New project in PLCOpenEditor 2013-04-15, by Laurent Bessard
- Merged 2013-04-12, by Laurent Bessard
- Fixed bug with diagram copy 2013-04-10, by Laurent Bessard
- Fixed bug when starting Beremiz_runtime.py non empty (-a) 2013-04-12, by Edouard Tisserant
- Fixed Triggering column cell choice editor, removing useless and bugging empty string option 2013-04-09, by Laurent Bessard
- Fixed LogConsole not cleared when building several times 2013-04-09, by Laurent Bessard
- Fixed resource editing, removing definition of more than one resource and deletion of last resource defined 2013-04-09, by Laurent Bessard
- Fix bug when linking failed and trying to rebuild 2013-04-09, by Laurent Bessard
- Fixed bug when connecting and URI_location is empty 2013-04-09, by Laurent Bessard
- Fixed bug when importing NodeEditorTemplate 2013-04-06, by Laurent Bessard
- Fixed bug log viewer not scrolling when clicking on +1s and +1m when time between 2 message is greater than 1s or 1m 2013-04-06, by Laurent Bessard
- Fixed bug when closing Beremiz 2013-04-05, by Laurent Bessard
- Merged 2013-04-05, by Laurent Bessard
- Fixed bug when setting empty value to optional non-string parameters 2013-04-05, by Laurent Bessard
- Fixed bug with variable panel in project configuration editor 2013-04-05, by Laurent Bessard
- Fixed LogConsole: set read only, enabled copy selected text with CTRL+C and primary selection 2013-04-05, by Laurent Bessard
- Now python files provided by extentions have init, start, stop and cleanup hooks 2013-04-04, by Edouard Tisserant
- More VAR_GLOBAL related tests in tests/python 2013-04-04, by Edouard Tisserant
- Fixed warning with LogMessage 2013-03-29, by Edouard Tisserant
- Fixed bug when transferring New PLC to a non-empty pyro connector 2013-03-28, by Laurent Bessard
- Fixed typo in IDEFrame OnProjectTreeRightUp method 2013-03-28, by Laurent Bessard
- Fixed bug in VariablePanel when editing project single configuration variables 2013-03-28, by Laurent Bessard
- Fixed bugs in DebugVariablePanel when matplotlib not installed 2013-03-27, by Laurent Bessard
- Added automatic line wrapping to log console 2013-03-27, by Laurent Bessard
- Fixed PLC status not translated in status bar when connected 2013-03-27, by Laurent Bessard
- Updated internationalization french translations 2013-03-26, by Laurent Bessard
- Added support in LocationCellEditor for locations with undefined direction 2013-03-26, by Laurent Bessard
- Fixed CanFestival extension, adding CANOpen entries in BrowseLocationsDialog 2013-03-26, by Laurent Bessard
- LogMessage string pointer now char* instead of uint8_t* 2013-03-26, by Edouard Tisserant
- Added beremiz.h header file for extensions 2013-03-26, by Edouard Tisserant
- Added support for StatusBar 2013-03-26, by Laurent Bessard
- Replaced LogConsole TextCtrl by StyledTextCtrl 2013-03-26, by Laurent Bessard
- Merged 2013-03-24, by Laurent Bessard
- Reduced message line size in Log Viewer 2013-03-22, by Laurent Bessard
- Fixed typo in copy_to_log 2013-03-22, by Edouard Tisserant
- Extended LogCursor attributes 2013-03-22, by Edouard Tisserant
- Inverted Console and LogViewer tabs in bottom Notebook 2013-03-22, by Laurent Bessard
- Improved Log Viewer functionalities 2013-03-22, by Laurent Bessard
- Fixed pulling of PLC status and log count 2013-03-21, by Laurent Bessard
- Fixed cast in target code to remove void* arithmetic warning 2013-03-21, by Edouard Tisserant
- Fixed bug on variables with empty name in VariablePanel can't be edited 2013-03-20, by Laurent Bessard
- Fixed bug editors empty after being opened 2013-03-17, by Laurent Bessard
- Reduced flicker on LogViewer and DebugGraphPanel on Windows 2013-03-15, by Laurent Bessard
- Improved graphics of LogViewer scrollbar to be anti-aliased 2013-03-15, by Laurent Bessard
- Fixed LogViewer with improvements 2013-03-15, by Laurent Bessard
- Re-organized C code templates for plc_main. Moved logging out of plc_debug. Factorized redundant _common_ticktime external declaration 2013-03-15, by Edouard Tisserant
- Fixed bugs with new buttons on Windows 2013-03-15, by Laurent Bessard
- Replaced left ugly buttons in LogViewer by custom buttons inside MessagePanel 2013-03-15, by Laurent Bessard
- Added support in LogViewer for scrolling using relative timestamp 2013-03-14, by Laurent Bessard
- Fixed LogViewer scrollbar and scroll methods 2013-03-14, by Laurent Bessard
- Completely removed restore perspective and project layout process 2013-03-14, by Laurent Bessard
- Fixed conflicting icon names on Windows 2013-03-13, by Laurent Bessard
- Added LogViewer panel in bottom notebook 2013-03-13, by Laurent Bessard
- RC3 1.1 Korean release 2013-03-13, by Edouard Tisserant
- re-fixed CanFestival support... 2013-03-13, by Edouard Tisserant
- Merged 2013-03-11, by Laurent Bessard
- Fixed canfestival extension for LPCManager 2013-03-11, by Laurent Bessard
- Disabled project layout saving and restoring 2013-03-11, by Laurent Bessard
- Redirect PyEval exceptions to logging 2013-03-11, by Edouard Tisserant
- reverted PLCObject.py. ctypes.POINTER(ctypes.c_uint8) != string 2013-03-11, by Edouard Tisserant
- Disabled project layout saving and restoring 2013-03-10, by Laurent Bessard
- Fix warning with LogMessage function 2013-03-08, by Laurent Bessard
- RC2 1.1 Korean release 2013-03-07, by Edouard Tisserant
- Added support for extension custom contextual add menu 2013-03-06, by Laurent Bessard
- Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name 2013-03-06, by Laurent Bessard
- Fixed test identifier function 2013-03-06, by Laurent Bessard
- merge 2013-03-06, by Edouard Tisserant
- Merged 2013-03-05, by Laurent Bessard