2013-04-23 Laurent Bessard Fixed connections of block when changing block type
2013-04-24 Edouard Tisserant Fixed error when stopping PLC with wxglade HMI
2013-04-24 Edouard Tisserant Better display of Python exceptions from Py_Eval
2013-04-24 Edouard Tisserant Extended exception info from evaluator. Problems in python runtime init/cleanup code now more readable
2013-04-24 Edouard Tisserant Made declaration from beremiz.h available to C pragmas in POUs. Added AtomicCompareExchange to beremiz.h
2013-04-23 Edouard Tisserant Fixed inspector
2013-04-23 Laurent Bessard Fixed bug in program elements computation order in PLCGenerator
2013-04-22 Laurent Bessard Fixed bug when using 'Adjust Block Size' contextual menu item on a group of selected elements
2013-04-22 Laurent Bessard Fixed bug Beremiz_service process not stopped when quitting
2013-04-19 Edouard Tisserant Runtime now unloads and cleanup PLC before exit (created threads was preventing exit)
2013-04-18 Laurent Bessard Fixed bugs in DebugVariablePanel
2013-04-18 Laurent Bessard Fixed bug in graph panel default size in DebugVariablePanel
2013-04-18 Laurent Bessard Fixed refresh bug when moving selected elements
2013-04-18 Laurent Bessard Fixed graph panel size when modifying DebugVariablePanel layout
2013-04-18 Laurent Bessard Fixed MouseWheel behavior in DebugVariablePanel, change graph range only if CTRL is pressed
2013-04-18 Laurent Bessard Fixed bug when right click on ProjectTree project item
2013-04-18 Laurent Bessard Fixed bug when right click on ProjectTree project item
2013-04-18 Laurent Bessard Merged
2013-04-18 Laurent Bessard Fixed bug in ProjectNodeEditor when base params panel is not shown
2013-04-17 Edouard Tisserant Better mdns resolution failure signaling, added fixed bug whith runtime autostart
2013-04-14 Laurent Bessard Fix bug when launching Beremiz_service with autostart option and working dir doesn't contain any program
2013-04-14 Laurent Bessard Clean Config Tree Node children list by type after removing one child
2013-04-14 Laurent Bessard Fix bug defining string initial value using quotes
2013-04-14 Laurent Bessard Fix bug when pressing left arrow key in PouInstanceVariablesPanel
2013-04-14 Laurent Bessard Fix bug when creating New project in PLCOpenEditor
2013-04-12 Laurent Bessard Merged
2013-04-10 Laurent Bessard Fixed bug with diagram copy
2013-04-12 Edouard Tisserant Fixed bug when starting Beremiz_runtime.py non empty (-a)
2013-04-09 Laurent Bessard Fixed Triggering column cell choice editor, removing useless and bugging empty string option
2013-04-09 Laurent Bessard Fixed LogConsole not cleared when building several times
2013-04-09 Laurent Bessard Fixed resource editing, removing definition of more than one resource and deletion of last resource defined
2013-04-09 Laurent Bessard Fix bug when linking failed and trying to rebuild
2013-04-09 Laurent Bessard Fixed bug when connecting and URI_location is empty
2013-04-06 Laurent Bessard Fixed bug when importing NodeEditorTemplate
2013-04-06 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-05 Laurent Bessard Fixed bug when closing Beremiz
2013-04-04 Laurent Bessard Merged
2013-04-04 Laurent Bessard Fixed bug when setting empty value to optional non-string parameters
2013-04-04 Laurent Bessard Fixed bug with variable panel in project configuration editor
2013-04-04 Laurent Bessard Fixed LogConsole: set read only, enabled copy selected text with CTRL+C and primary selection
2013-04-04 Edouard Tisserant Now python files provided by extentions have init, start, stop and cleanup hooks
2013-04-04 Edouard Tisserant More VAR_GLOBAL related tests in tests/python
2013-03-29 Edouard Tisserant Fixed warning with LogMessage
2013-03-27 Laurent Bessard Fixed bug when transferring New PLC to a non-empty pyro connector
2013-03-27 Laurent Bessard Fixed typo in IDEFrame OnProjectTreeRightUp method
2013-03-27 Laurent Bessard Fixed bug in VariablePanel when editing project single configuration variables
2013-03-27 Laurent Bessard Fixed bugs in DebugVariablePanel when matplotlib not installed
2013-03-27 Laurent Bessard Added automatic line wrapping to log console
2013-03-27 Laurent Bessard Fixed PLC status not translated in status bar when connected
2013-03-26 Laurent Bessard Updated internationalization french translations
2013-03-26 Laurent Bessard Added support in LocationCellEditor for locations with undefined direction
2013-03-26 Laurent Bessard Fixed CanFestival extension, adding CANOpen entries in BrowseLocationsDialog
2013-03-26 Edouard Tisserant LogMessage string pointer now char* instead of uint8_t*
2013-03-26 Edouard Tisserant Added beremiz.h header file for extensions
2013-03-25 Laurent Bessard Added support for StatusBar
2013-03-25 Laurent Bessard Replaced LogConsole TextCtrl by StyledTextCtrl
2013-03-24 Laurent Bessard Merged
2013-03-22 Laurent Bessard Reduced message line size in Log Viewer
2013-03-22 Edouard Tisserant Fixed typo in copy_to_log
2013-03-22 Edouard Tisserant Extended LogCursor attributes