etherlab/EtherCATManagementEditor.py
Thu, 02 Sep 2021 22:18:14 +0200 Edouard Tisserant Preliminary support for WxPython 4.1.0. Needs more testing. Grid selection/focus seems broken, and probably many other bugs hidden in dialogs and editors. wxPython4
Mon, 25 Nov 2019 08:10:45 +0100 Edouard Tisserant Etherlab : Merged 2014-2018 changes from jblee and others
Wed, 20 Nov 2019 16:57:15 +0100 Edouard Tisserant EtherCat master plugin : commit changes recovered from KOSMOS 2018 installer, unkown author(s). ethercat_from_kosmos
Fri, 05 Oct 2018 14:22:01 +0300 Andrey Skvortsov python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
Wed, 03 Oct 2018 12:43:35 +0300 Andrey Skvortsov Improve localization support in etherlab (mostly)
Tue, 02 Oct 2018 17:18:09 +0300 Andrey Skvortsov cleanup: pylint, R0123 # (literal-comparison) Comparison to literal
Tue, 02 Oct 2018 16:53:14 +0300 Andrey Skvortsov Use predefined constants for PlcStatus instead of string literals
Sat, 29 Sep 2018 19:10:43 +0300 Andrey Skvortsov clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block
Sat, 29 Sep 2018 18:59:41 +0300 Andrey Skvortsov clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X'
Sat, 29 Sep 2018 17:52:33 +0300 Andrey Skvortsov clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
Sat, 29 Sep 2018 16:19:15 +0300 Andrey Skvortsov clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y"
Sat, 29 Sep 2018 16:17:04 +0300 Andrey Skvortsov clean etherlab: pylint, W0404 # reimported module
Sat, 29 Sep 2018 15:35:22 +0300 Andrey Skvortsov clean etherlab: pep8, W503 line break before binary operator
Sat, 29 Sep 2018 15:33:41 +0300 Andrey Skvortsov clean etherlab: pep8, E266 too many leading '#' for block comment
Sat, 29 Sep 2018 15:31:50 +0300 Andrey Skvortsov clean etherlab: pep8, E122 continuation line missing indentation or outdented
Sat, 29 Sep 2018 15:24:07 +0300 Andrey Skvortsov clean etherlab: pep8, W191 indentation contains tabs
Sat, 29 Sep 2018 15:21:06 +0300 Andrey Skvortsov clean etherlab: pep8, E211 whitespace before '['
Sat, 29 Sep 2018 15:16:21 +0300 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
Sat, 29 Sep 2018 15:03:17 +0300 Andrey Skvortsov clean etherlab: pep8, E127 continuation line over-indented for visual indent
Sat, 29 Sep 2018 14:57:15 +0300 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
Sat, 29 Sep 2018 13:34:06 +0300 Andrey Skvortsov clean etherlab: pep8, W601 .has_key() is deprecated, use 'in'
Sat, 29 Sep 2018 13:29:20 +0300 Andrey Skvortsov clean etherlab: pep8, E203 whitespace before ','
Sat, 29 Sep 2018 13:04:33 +0300 Andrey Skvortsov clean etherlab: pep8, E712 comparison to True should be 'if cond is True:' or 'if cond:'
Sat, 29 Sep 2018 12:55:56 +0300 Andrey Skvortsov clean etherlab: pep8, E222 multiple spaces after operator
Fri, 28 Sep 2018 19:25:18 +0300 Andrey Skvortsov cleanup etherlab: pep8, E201 whitespace after '('
Fri, 28 Sep 2018 19:22:14 +0300 Andrey Skvortsov cleanup etherlab: pep8, E202 whitespace before ')'
Fri, 28 Sep 2018 19:20:32 +0300 Andrey Skvortsov cleanup etherlab: pep8, E227 missing whitespace around bitwise or shift operator
Fri, 28 Sep 2018 19:16:12 +0300 Andrey Skvortsov cleanup etherlab: pep8, E251 unexpected spaces around keyword / parameter equals
Fri, 28 Sep 2018 19:12:26 +0300 Andrey Skvortsov cleanup etherlab: pep8, E225 missing whitespace around operator
Fri, 28 Sep 2018 19:06:28 +0300 Andrey Skvortsov cleanup etherlab: pep8, E303 too many blank lines (2)
Fri, 28 Sep 2018 19:02:49 +0300 Andrey Skvortsov cleanup etherlab: pep8, E231 missing whitespace after ','
Fri, 28 Sep 2018 18:06:59 +0300 Andrey Skvortsov cleanup etherlab: pep8, E261 at least two spaces before inline comment
Fri, 28 Sep 2018 18:04:28 +0300 Andrey Skvortsov cleanup etherlab: pep8, E302 expected 2 blank lines, found 1
Fri, 28 Sep 2018 17:59:28 +0300 Andrey Skvortsov cleanup etherlab: pep8, E228 missing whitespace around modulo operator
Fri, 28 Sep 2018 17:48:10 +0300 Andrey Skvortsov cleanup etherlab: pep8, E265 block comment should start with '# '
Fri, 28 Sep 2018 17:20:11 +0300 Andrey Skvortsov cleanup etherlab: pep8, W291 trailing whitespace
Fri, 28 Sep 2018 17:15:53 +0300 Andrey Skvortsov convert some etherlab source files to unix format
Fri, 28 Sep 2018 17:14:42 +0300 Andrey Skvortsov cleanup etherlab: pep8, E722 do not use bare except
Sat, 23 Jun 2018 09:08:13 +0200 Edouard Tisserant Merged GPL + LGPL v2 or later EtherCAT extension. Fixed headers and copyright notice.
Wed, 02 Apr 2014 15:03:32 +0200 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>