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.
|
file |
diff |
annotate
|
2019-11-25 |
Edouard Tisserant |
Etherlab : Merged 2014-2018 changes from jblee and others
|
file |
diff |
annotate
|
2019-11-20 |
Edouard Tisserant |
EtherCat master plugin : commit changes recovered from KOSMOS 2018 installer, unkown author(s).
ethercat_from_kosmos
|
file |
diff |
annotate
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
|
file |
diff |
annotate
|
2018-10-09 |
Andrey Skvortsov |
Fix pep8 warning: W605 invalid escape sequence ?x?
|
file |
diff |
annotate
|
2018-10-05 |
Andrey Skvortsov |
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X'
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, E0102 # (function-redefined) method already defined
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C0412 # (ungrouped-imports) Imports from package X are not grouped
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E129 visually indented line with same indent as next logical line
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E129 visually indented line with same indent as next logical line
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E203 whitespace before ','
|
file |
diff |
annotate
|
2018-09-29 |
Andrey Skvortsov |
cleanup etherlab: pep8, E306 expected 1 blank line before a nested definition, found X
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E305 expected 2 blank lines after class or function definition, found X
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E227 missing whitespace around bitwise or shift operator
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E231 missing whitespace after ','
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E228 missing whitespace around modulo operator
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E265 block comment should start with '# '
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, W291 trailing whitespace
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
convert some etherlab source files to unix format
|
file |
diff |
annotate
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E722 do not use bare except
|
file |
diff |
annotate
|
2018-06-23 |
Edouard Tisserant |
Merged GPL + LGPL v2 or later EtherCAT extension. Fixed headers and copyright notice.
|
file |
diff |
annotate
|
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>
|
file |
diff |
annotate
|
2013-06-03 |
Laurent Bessard |
Fixed bug when drag'n dropping variable in master startup command grid
|
file |
diff |
annotate
|
2013-05-10 |
Laurent Bessard |
Fix bug in when moving Ethercat slaves fixed
|
file |
diff |
annotate
|
2013-05-02 |
Laurent Bessard |
Fixed ToolTip on VariablesGrid columns on Windows
|
file |
diff |
annotate
|
2013-04-26 |
Laurent Bessard |
Fixed support for multiple module extra params in ModulesLibrary
|
file |
diff |
annotate
|
2013-04-26 |
Laurent Bessard |
Added support for multiple module extra params in ModulesLibrary
|
file |
diff |
annotate
|
2013-04-24 |
Laurent Bessard |
Fixed bug on Windows with sizers on Windows in Master Editor panel when its size changed
|
file |
diff |
annotate
|
2013-04-18 |
Laurent Bessard |
Fixed bug in filters behavior on Windows
|
file |
diff |
annotate
|
2013-04-17 |
Laurent Bessard |
Fixed filter behavior in MasterEditor and SlaveEditor
|
file |
diff |
annotate
|
2013-04-13 |
Laurent Bessard |
Fixed bugs in drag'n drop from variables panel in master and slaves editor panel
|
file |
diff |
annotate
|
2013-03-29 |
Laurent Bessard |
Fixed bug with process variables grid
|
file |
diff |
annotate
|
2013-03-20 |
Laurent Bessard |
Fixed bugs in Network Configuration Editor
|
file |
diff |
annotate
|
2013-03-06 |
Laurent Bessard |
Fixed modifications in Startup Commands grid
|
file |
diff |
annotate
|
2013-03-05 |
Laurent Bessard |
Improved Ethercat Network Configurator panels
|
file |
diff |
annotate
|
2013-03-04 |
Laurent Bessard |
Improved Ethercat Network Configurator panels
|
file |
diff |
annotate
|
2013-02-27 |
Laurent Bessard |
Added panel for managing ESI files from project and from database including module PDO alignment setting
|
file |
diff |
annotate
|
2013-01-30 |
Laurent Bessard |
Replaced SplitterWindow in ConfTreeNodeEditor by Notebook
|
file |
diff |
annotate
|
2012-10-31 |
Laurent Bessard |
Fix bug when Drag'n Dropping located variables on Windows
|
file |
diff |
annotate
|
2012-09-09 |
Laurent Bessard |
Fix bug variable entries table column headers not translated
|
file |
diff |
annotate
|
2012-09-07 |
Laurent Bessard |
Fix import after integration of plcopeneditor into Beremiz
|
file |
diff |
annotate
|
2012-06-25 |
Laurent Bessard |
Fix bug slave information panel not refreshed when slave type changed
|
file |
diff |
annotate
|
2012-05-23 |
Laurent Bessard |
Fixing bug on ConfNodeEditors refresh
|
file |
diff |
annotate
|
2012-05-23 |
Laurent Bessard |
Replacing Panel by ScrolledWindow for displaying node information for more clarity when window is small
|
file |
diff |
annotate
|
2012-05-21 |
laurent |
Fix bug with VariablesList on Windows
|
file |
diff |
annotate
|
2012-05-21 |
laurent |
refactoring
|
file |
diff |
annotate
|
2012-05-21 |
laurent |
refactoring
|
file |
diff |
annotate
|
2012-05-20 |
Edouard Tisserant |
reflected changes in beremiz extension mechanism
|
file |
diff |
annotate
|
2012-03-21 |
laurent |
Adding plugin icons and replacing reference to DS402 by CIA402
|
file |
diff |
annotate
|
2012-03-18 |
laurent |
Defining all slaves as Etherlab master subplugin instead of editing them in an editor with vertical notebook
|
file |
diff |
annotate
|
2012-03-11 |
laurent |
Adding Ethercat network scan command for testing (print result, network configuration not modified)
|
file |
diff |
annotate
|
2012-03-11 |
laurent |
Replacing wx.Grid control by a wx.TreeListCtrl for displaying slaves entries
|
file |
diff |
annotate
|
2012-02-29 |
laurent |
Fix bug when trying to drag'n drop variable from slave variables grid
|
file |
diff |
annotate
|
2012-02-22 |
laurent |
Adding support for MCL
|
file |
diff |
annotate
|
2012-01-31 |
laurent |
Moving Add and Remove button to Plugin menu items
|
file |
diff |
annotate
|
2012-01-17 |
laurent |
Adding support for displaying slave sync managers and profile object dictionary and for arbitrarily mapping variable through variable location
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|