Fri, 12 Apr 2013 14:53:14 +0900 Edouard Tisserant Fixed bug when starting Beremiz_runtime.py non empty (-a)
Tue, 09 Apr 2013 18:42:47 +0200 Laurent Bessard Fixed Triggering column cell choice editor, removing useless and bugging empty string option
Tue, 09 Apr 2013 18:41:24 +0200 Laurent Bessard Fixed LogConsole not cleared when building several times
Tue, 09 Apr 2013 18:29:21 +0200 Laurent Bessard Fixed resource editing, removing definition of more than one resource and deletion of last resource defined
Tue, 09 Apr 2013 18:17:10 +0200 Laurent Bessard Fix bug when linking failed and trying to rebuild
Tue, 09 Apr 2013 18:16:04 +0200 Laurent Bessard Fixed bug when connecting and URI_location is empty
Sat, 06 Apr 2013 11:57:03 +0200 Laurent Bessard Fixed bug when importing NodeEditorTemplate
Sat, 06 Apr 2013 11:56:24 +0200 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
Fri, 05 Apr 2013 08:11:27 +0200 Laurent Bessard Fixed bug when closing Beremiz
Fri, 05 Apr 2013 00:56:54 +0200 Laurent Bessard Merged
Fri, 05 Apr 2013 00:08:02 +0200 Laurent Bessard Fixed bug when setting empty value to optional non-string parameters
Fri, 05 Apr 2013 00:06:28 +0200 Laurent Bessard Fixed bug with variable panel in project configuration editor
Fri, 05 Apr 2013 00:05:40 +0200 Laurent Bessard Fixed LogConsole: set read only, enabled copy selected text with CTRL+C and primary selection
Thu, 04 Apr 2013 11:13:28 +0900 Edouard Tisserant Now python files provided by extentions have init, start, stop and cleanup hooks
Thu, 04 Apr 2013 11:12:30 +0900 Edouard Tisserant More VAR_GLOBAL related tests in tests/python
Fri, 29 Mar 2013 14:23:18 +0900 Edouard Tisserant Fixed warning with LogMessage
Thu, 28 Mar 2013 00:08:55 +0100 Laurent Bessard Fixed bug when transferring New PLC to a non-empty pyro connector
Thu, 28 Mar 2013 00:03:44 +0100 Laurent Bessard Fixed typo in IDEFrame OnProjectTreeRightUp method
Thu, 28 Mar 2013 00:02:48 +0100 Laurent Bessard Fixed bug in VariablePanel when editing project single configuration variables
Wed, 27 Mar 2013 23:56:53 +0100 Laurent Bessard Fixed bugs in DebugVariablePanel when matplotlib not installed
Wed, 27 Mar 2013 09:36:26 +0100 Laurent Bessard Added automatic line wrapping to log console
Wed, 27 Mar 2013 09:35:25 +0100 Laurent Bessard Fixed PLC status not translated in status bar when connected
Tue, 26 Mar 2013 23:26:13 +0100 Laurent Bessard Updated internationalization french translations
Tue, 26 Mar 2013 23:25:18 +0100 Laurent Bessard Added support in LocationCellEditor for locations with undefined direction
Tue, 26 Mar 2013 23:24:30 +0100 Laurent Bessard Fixed CanFestival extension, adding CANOpen entries in BrowseLocationsDialog
Tue, 26 Mar 2013 12:44:44 +0900 Edouard Tisserant LogMessage string pointer now char* instead of uint8_t*
Tue, 26 Mar 2013 09:31:20 +0900 Edouard Tisserant Added beremiz.h header file for extensions
Tue, 26 Mar 2013 00:35:52 +0100 Laurent Bessard Added support for StatusBar
Tue, 26 Mar 2013 00:03:57 +0100 Laurent Bessard Replaced LogConsole TextCtrl by StyledTextCtrl
Sun, 24 Mar 2013 23:54:50 +0100 Laurent Bessard Merged