etherlab/ConfigEditor.py
2021-05-24 Edouard Tisserant Finished fixing Wx IDs abuse. There was still some wasted IDs because of wx.NewId calls in many places where it wasn't needed, and those IDs were not re-used. As a consequence Beremiz was making exception crashing after a few hours of intensive use.
2019-11-25 Edouard Tisserant Etherlab : Merged 2014-2018 changes from jblee and others
2019-11-20 Edouard Tisserant EtherCat master plugin : commit changes recovered from KOSMOS 2018 installer, unkown author(s). ethercat_from_kosmos
2018-10-11 Andrey Skvortsov python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
2018-10-09 Andrey Skvortsov Fix pep8 warning: W605 invalid escape sequence ?x?
2018-10-05 Andrey Skvortsov python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
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, E0102 # (function-redefined) method already defined
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: pep8, E129 visually indented line with same indent as next logical line
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, E203 whitespace before ','
2018-09-29 Andrey Skvortsov cleanup etherlab: pep8, E306 expected 1 blank line before a nested definition, found X
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, 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 convert some etherlab source files to unix format
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.
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-06-03 Laurent Bessard Fixed bug when drag'n dropping variable in master startup command grid
2013-05-10 Laurent Bessard Fix bug in when moving Ethercat slaves fixed
2013-05-02 Laurent Bessard Fixed ToolTip on VariablesGrid columns on Windows
2013-04-26 Laurent Bessard Fixed support for multiple module extra params in ModulesLibrary
2013-04-26 Laurent Bessard Added support for multiple module extra params in ModulesLibrary
2013-04-24 Laurent Bessard Fixed bug on Windows with sizers on Windows in Master Editor panel when its size changed
2013-04-18 Laurent Bessard Fixed bug in filters behavior on Windows
2013-04-17 Laurent Bessard Fixed filter behavior in MasterEditor and SlaveEditor
2013-04-13 Laurent Bessard Fixed bugs in drag'n drop from variables panel in master and slaves editor panel
2013-03-29 Laurent Bessard Fixed bug with process variables grid
2013-03-20 Laurent Bessard Fixed bugs in Network Configuration Editor
2013-03-06 Laurent Bessard Fixed modifications in Startup Commands grid
2013-03-05 Laurent Bessard Improved Ethercat Network Configurator panels
2013-03-04 Laurent Bessard Improved Ethercat Network Configurator panels
2013-02-27 Laurent Bessard Added panel for managing ESI files from project and from database including module PDO alignment setting
2013-01-30 Laurent Bessard Replaced SplitterWindow in ConfTreeNodeEditor by Notebook
2012-10-31 Laurent Bessard Fix bug when Drag'n Dropping located variables on Windows
2012-09-09 Laurent Bessard Fix bug variable entries table column headers not translated
2012-09-07 Laurent Bessard Fix import after integration of plcopeneditor into Beremiz
2012-06-25 Laurent Bessard Fix bug slave information panel not refreshed when slave type changed
2012-05-23 Laurent Bessard Fixing bug on ConfNodeEditors refresh
2012-05-23 Laurent Bessard Replacing Panel by ScrolledWindow for displaying node information for more clarity when window is small
2012-05-21 laurent Fix bug with VariablesList on Windows
2012-05-21 laurent refactoring
2012-05-21 laurent refactoring
2012-05-20 Edouard Tisserant reflected changes in beremiz extension mechanism
2012-03-21 laurent Adding plugin icons and replacing reference to DS402 by CIA402
2012-03-18 laurent Defining all slaves as Etherlab master subplugin instead of editing them in an editor with vertical notebook
2012-03-11 laurent Adding Ethercat network scan command for testing (print result, network configuration not modified)
2012-03-11 laurent Replacing wx.Grid control by a wx.TreeListCtrl for displaying slaves entries
2012-02-29 laurent Fix bug when trying to drag'n drop variable from slave variables grid
2012-02-22 laurent Adding support for MCL
2012-01-31 laurent Moving Add and Remove button to Plugin menu items
2012-01-17 laurent Adding support for displaying slave sync managers and profile object dictionary and for arbitrarily mapping variable through variable location
2012-01-08 laurent Adding support for drag'n dropping located variables from topology panel to configurations and resources variable panel for declaring global located variables