Thu, 18 Apr 2013 11:56:01 +0200 Laurent Bessard Fixed bug when right click on ProjectTree project item
Thu, 18 Apr 2013 10:21:29 +0200 Laurent Bessard Merged
Thu, 18 Apr 2013 10:19:21 +0200 Laurent Bessard Fixed bug in ProjectNodeEditor when base params panel is not shown
Wed, 17 Apr 2013 10:54:17 +0900 Edouard Tisserant Better mdns resolution failure signaling, added fixed bug whith runtime autostart
Mon, 15 Apr 2013 00:36:41 +0200 Laurent Bessard Fix bug when launching Beremiz_service with autostart option and working dir doesn't contain any program
Mon, 15 Apr 2013 00:35:04 +0200 Laurent Bessard Clean Config Tree Node children list by type after removing one child
Mon, 15 Apr 2013 00:32:16 +0200 Laurent Bessard Fix bug defining string initial value using quotes
Mon, 15 Apr 2013 00:27:30 +0200 Laurent Bessard Fix bug when pressing left arrow key in PouInstanceVariablesPanel
Mon, 15 Apr 2013 00:26:23 +0200 Laurent Bessard Fix bug when creating New project in PLCOpenEditor
Fri, 12 Apr 2013 12:12:20 +0200 Laurent Bessard Merged
Wed, 10 Apr 2013 20:47:59 +0200 Laurent Bessard Fixed bug with diagram copy
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
Fri, 22 Mar 2013 16:09:16 +0100 Laurent Bessard Reduced message line size in Log Viewer
Fri, 22 Mar 2013 11:02:56 +0900 Edouard Tisserant Fixed typo in copy_to_log
Fri, 22 Mar 2013 10:40:28 +0900 Edouard Tisserant Extended LogCursor attributes
Fri, 22 Mar 2013 00:45:09 +0100 Laurent Bessard Inverted Console and LogViewer tabs in bottom Notebook
Fri, 22 Mar 2013 00:18:51 +0100 Laurent Bessard Improved Log Viewer functionalities
Thu, 21 Mar 2013 17:33:50 +0100 Laurent Bessard Fixed pulling of PLC status and log count
Thu, 21 Mar 2013 09:27:55 +0900 Edouard Tisserant Fixed cast in target code to remove void* arithmetic warning
Wed, 20 Mar 2013 23:47:07 +0100 Laurent Bessard Fixed bug on variables with empty name in VariablePanel can't be edited
Sun, 17 Mar 2013 19:03:25 +0100 Laurent Bessard Fixed bug editors empty after being opened
Fri, 15 Mar 2013 12:49:15 +0100 Laurent Bessard Reduced flicker on LogViewer and DebugGraphPanel on Windows
Fri, 15 Mar 2013 12:07:39 +0100 Laurent Bessard Improved graphics of LogViewer scrollbar to be anti-aliased
Fri, 15 Mar 2013 11:33:50 +0100 Laurent Bessard Fixed LogViewer with improvements
Fri, 15 Mar 2013 17:47:53 +0900 Edouard Tisserant Re-organized C code templates for plc_main. Moved logging out of plc_debug. Factorized redundant _common_ticktime external declaration
Fri, 15 Mar 2013 00:38:53 +0100 Laurent Bessard Fixed bugs with new buttons on Windows
Fri, 15 Mar 2013 00:01:36 +0100 Laurent Bessard Replaced left ugly buttons in LogViewer by custom buttons inside MessagePanel
Thu, 14 Mar 2013 19:18:58 +0100 Laurent Bessard Added support in LogViewer for scrolling using relative timestamp
Thu, 14 Mar 2013 17:51:30 +0100 Laurent Bessard Fixed LogViewer scrollbar and scroll methods
Thu, 14 Mar 2013 09:20:07 +0100 Laurent Bessard Completely removed restore perspective and project layout process
Wed, 13 Mar 2013 23:49:19 +0100 Laurent Bessard Fixed conflicting icon names on Windows