canfestival/SlaveEditor.py
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E124 closing bracket does not match visual indentation
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2016-05-06 Andrey Skvortsov add copyright notices to python files where there were missing, that
2013-08-07 Laurent Bessard Fixed bug when displaying Master generated Object Dictionary in canfestival extension
2013-04-06 Laurent Bessard Fixed bug when importing NodeEditorTemplate
2013-01-30 Laurent Bessard Replaced SplitterWindow in ConfTreeNodeEditor by Notebook
2012-10-04 laurent Fix bug in generated master panel in CanFestival extension
2012-10-01 laurent Fixing CanFestival master and slave nodeid when generating code for PLC
2012-09-07 laurent Fix bug in canfestivel extension when Show Master Generated on Windows
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz
2012-06-18 laurent Fix bug with Show Master functionality
2012-06-08 laurent Modifying canfestival plugin to following the new Beremiz confnode paradigm
2012-05-21 laurent refactoring
2012-05-08 Edouard Tisserant refactoring