canfestival/NetworkEditor.py
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-06 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
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-18 Andrey Skvortsov clean-up: fix PEP8 E128 continuation line under-indented for visual indent
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E227 missing whitespace around bitwise or shift operator
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-03-26 Laurent Bessard Fixed CanFestival extension, adding CANOpen entries in BrowseLocationsDialog
2013-01-30 Laurent Bessard Replaced SplitterWindow in ConfTreeNodeEditor by Notebook
2012-10-01 laurent Fixing CanFestival master and slave nodeid when generating code for PLC
2012-09-07 Laurent Bessard Integration of PLCOpenEditor into Beremiz
2012-06-14 laurent Moving ConfNode specific menu to end of EditMenu
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