- Merged 2013-03-05, by Laurent Bessard
- Fix bug on Windows when drag'n dropping variable to DebugVariablePanel, panel not refreshed 2013-03-05, by Laurent Bessard
- Fix row selection in CustomGrid 2013-03-05, by Laurent Bessard
- Cleanup in canfestival plugin. No more meaningless default values. 2013-03-06, by Edouard Tisserant
- Python shell and wx inspector now both available even when PLC not started 2013-03-06, by Edouard Tisserant
- Added CWD to ProcessLogger, and make sure local runtime have CWD setup correctly 2013-03-06, by Edouard Tisserant
- CanFestival plugin now sends driver as extra file to runtime if matching target. Helps on windows to resolve DLL 2013-03-05, by Edouard Tisserant
- Fixed 'python shell' failure from runtime tray icon menu in some case, when PLC init failed 2013-03-05, by Edouard Tisserant
- More ignored files in .hgignore 2013-03-04, by Edouard Tisserant
- Made logging compatible with windows API 2013-03-04, by Edouard Tisserant
- Fixed dead code in c_ext, and updated test accordingly 2013-03-04, by Edouard Tisserant
- Fixed bug when drag'n dropping variables from left panel 2013-02-28, by Laurent Bessard
- Extracted FolderTree control from FileManagementPanel to be able to use it anywhere else 2013-02-27, by Laurent Bessard
- Fixed bug when closing Beremiz and grid editor is shown on Windows 2013-02-27, by Laurent Bessard
- Fixed SFC keyword definition 2013-02-27, by Laurent Bessard
- Fix semantic error while compiling project including canfestival extension instances 2013-02-27, by Laurent Bessard
- Fix bugs in DataTypeEditor 2013-02-27, by Laurent Bessard
- Fix bug on Windows with wxPaintDC 2013-02-27, by Laurent Bessard
- Added support for drag'n dropping non-numeric variables 2013-02-26, by Laurent Bessard
- Introduce Beremiz Native POU library. Now LOGGER POU is part of Beremiz' native POU library 2013-02-26, by Edouard Tisserant
- Fixed panels displaying non-numeric variables in DebugVariablePanel 2013-02-26, by Laurent Bessard
- Fixed bug with LastRefreshTimer when closing debug viewer 2013-02-26, by Laurent Bessard
- Fixed bug ForceVariableDialog when forcing DATETIME variables 2013-02-26, by Laurent Bessard
- Fixed bug PouInstancePanel not updated when drag'n dropping variable from extensions 2013-02-24, by Laurent Bessard
- Added missing images 2013-02-22, by Laurent Bessard
- Fixed bug with 3D graphs in debug variable panel 2013-02-22, by Laurent Bessard
- Added support for changing graph size using handles like sash window 2013-02-21, by Laurent Bessard
- Added button for exporting individual graph values to clipboard 2013-02-21, by Laurent Bessard
- Added button in graph for changing graph size to minimum 2013-02-21, by Laurent Bessard
- Fixed highlights for dropping graphs between the others 2013-02-20, by Laurent Bessard
- Fixed bug with LastRefreshTimer 2013-02-20, by Laurent Bessard
- Improved matplotlib graphic debug panel implementation 2013-02-20, by Laurent Bessard
- Improved matplotlib graphic debug panel implementation 2013-02-20, by Laurent Bessard
- Improved matplotlib graphic debug panel implementation 2013-02-19, by Laurent Bessard
- Improved matplotlib graphic debug panel implementation 2013-02-17, by Laurent Bessard
- Improved matplotlib graphic debug panel implementation 2013-02-12, by Laurent Bessard
- Fix bug when resetting graphs values 2013-02-07, by Laurent Bessard
- Merged 2013-02-06, by Laurent Bessard
- Added support for drag'n drop variable from one graph to another with visible graph 2013-02-06, by Laurent Bessard
- Added support for displaying string variables variations in a graph and cursor on graphs 2013-02-05, by Laurent Bessard
- Fixed crash (segfault) when logging debug messages 2013-02-05, by Edouard Tisserant
- Better PLC log message time stamp display. Better console information when connecting. 2013-02-03, by Edouard Tisserant
- Added log messages time-stamping 2013-02-02, by Edouard Tisserant
- Replaced SplitterWindow in ConfTreeNodeEditor by Notebook 2013-01-30, by Laurent Bessard
- Fix bug in DebugVariablePanel when manipulating graph layout and adding drag'n drop graph from parallel graphs and moving graphs order 2013-01-30, by Laurent Bessard
- Fix bug with refresh PLC status tool bar 2013-01-30, by Laurent Bessard
- Now logging have 4 levels 2013-01-30, by Edouard Tisserant
- Improved matplotlib graphic debug panel implementation, adding force, release, split and delete graph buttons, replacing data grid by adding panel displaying non-numeric data between graphs 2013-01-29, by Laurent Bessard
- Fix bug when closing project 2013-01-29, by Laurent Bessard
- More stable logging. Added small one-entry log for loading errors. Test now include python side concurrent logging 2013-01-29, by Edouard Tisserant
- merge 2013-01-29, by Edouard Tisserant
- Fixed bugs in support for change DebugVariablePanel 2D graphs layout using drag'n drop 2013-01-24, by Laurent Bessard
- Log redirected to console, dump of all available log to console when connecting to PLC 2013-01-29, by Edouard Tisserant
- Experimental logging feature in PLC debug 2013-01-24, by Edouard Tisserant
- Adding support for change DebugVariablePanel 2D graphs layout using drag'n drop 2013-01-24, by Laurent Bessard
- Fixed bug with mouse capture not released in graphic Viewers in debug mode when drag'n dropping wire variable to DebugVariablePanel 2013-01-24, by Laurent Bessard
- Fixed performance issue with matplotlib in DebugVariablePanel and hide 3D graphics when not needed 2013-01-22, by Laurent Bessard
- Python runtime now dlopens shared library immediatly after transfer, and release it only immediately before reloading a new one. This is probably going to reveal lot of dirty cleanups during start/stop cycles. 2013-01-22, by Edouard Tisserant
- Fix DebugVariablePanel time range position 2013-01-17, by Laurent Bessard
- Fix bug debug slow interface when refresh time of a DebugViewer is longer than debug refresh period 2013-01-16, by Laurent Bessard