etherlab/EthercatMaster.py
2018-10-03 Andrey Skvortsov Improve localization support in etherlab (mostly)
2018-10-02 Andrey Skvortsov Use python 3 compatible exception syntax everywhere
2018-09-29 Andrey Skvortsov clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block
2018-09-29 Andrey Skvortsov clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X'
2018-09-29 Andrey Skvortsov clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
2018-09-29 Andrey Skvortsov clean etherlab: pylint,E0602 # (undefined-variable) Undefined variable 'X'
2018-09-29 Andrey Skvortsov clean etherlab: pylint, E1136 # (unsubscriptable-object) Value 'X' is unsubscriptable
2018-09-29 Andrey Skvortsov clean etherlab: pylint, W0104 # (pointless-statement) Statement seems to have no effect
2018-09-29 Andrey Skvortsov clean etherlab: pylint, C1001 # (old-style-class) Old-style class defined.
2018-09-29 Andrey Skvortsov clean etherlab: pylint, W0611 # (unused-import) Unused import X
2018-09-29 Andrey Skvortsov clean etherlab: pylint, W0105 # (pointless-string-statement) String statement has no effect
2018-09-29 Andrey Skvortsov clean etherlab: pylint, C0412 # (ungrouped-imports) Imports from package X are not grouped
2018-09-29 Andrey Skvortsov clean etherlab: pylint,W0108 # (unnecessary-lambda) Lambda may not be necessary
2018-09-29 Andrey Skvortsov clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y"
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E127 continuation line over-indented for visual indent
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E203 whitespace before ','
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E305 expected 2 blank lines after class or function definition, found X
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E227 missing whitespace around bitwise or shift operator
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E251 unexpected spaces around keyword / parameter equals
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E231 missing whitespace after ','
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E302 expected 2 blank lines, found 1
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E228 missing whitespace around modulo operator
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E265 block comment should start with '# '
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, W291 trailing whitespace
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E722 do not use bare except
2018-06-23 Edouard Tisserant Merged GPL + LGPL v2 or later EtherCAT extension. Fixed headers and copyright notice.
2013-09-27 Laurent Bessard Added support for loading XML file even if not following XSD schema (but still following XML syntax), warning user of errors in XML file
2013-09-23 Laurent Bessard Fixed controllers for working with latest version of xmlclass
2014-04-02 Edouard Tisserant Cherry-pick and re-commit to legitimate ancestor of commit 'Ethercat Management Function Refactoring Source by RTES Lab.' from youcu <youcu1022@gmail.com>
2013-05-16 Laurent Bessard Added icon for Ethercat extension root and Ethercat master node
2013-05-10 Laurent Bessard Fix bug in when moving Ethercat slaves fixed
2013-04-29 Laurent Bessard Merged
2013-04-26 Laurent Bessard Added support for multiple module extra params in ModulesLibrary
2013-04-26 Laurent Bessard Fixed order of LocationCFilesAndCFLAGS, master was called after slaves in PLC init and retrieve functions
2013-04-24 Laurent Bessard Fixed Save As... function in Beremiz
2013-04-14 Laurent Bessard Fix scan network functionality, project tree not refreshed after adding slaves
2013-04-13 Laurent Bessard Fixed bugs in drag'n drop from variables panel in master and slaves editor panel
2013-04-04 Edouard Tisserant Fixed typo
2013-03-29 Edouard Tisserant Fixed linking with non RTDM etherlab lib. Now with rtdm...
2013-03-29 Laurent Bessard Split etherlab.py into multiple files