2018-12-18 |
Edouard Tisserant |
Use another way to ensure compatibility with Py3 about text type.
|
changeset |
files
|
2018-12-10 |
Edouard Tisserant |
Make easier to read console error message in case of connection problem.
|
changeset |
files
|
2018-12-05 |
Edouard Tisserant |
PYRO(S): Added timeout on client side to allow unfreezing IDE after some time when communication with target dropped
|
changeset |
files
|
2018-12-05 |
Edouard Tisserant |
Enure that autostart blocks other @RunInMain PLCObject methods, and _unblocks_ them once autostart is done...
|
changeset |
files
|
2018-12-05 |
Edouard Tisserant |
Fixed Discovery panel in URI Editor dialog : double click works back again, and avoid setting URI to unicode type.
|
changeset |
files
|
2018-12-05 |
Edouard Tisserant |
Bigger chunks, from 16k to 1M
|
changeset |
files
|
2018-12-05 |
Edouard Tisserant |
Empirically reverted calls done just after NewPLC back to the order as it was before chunked transfer. Apparently I broke something... To be continued
|
changeset |
files
|
2018-12-04 |
Edouard Tisserant |
Chunk based transfer for PLC binary and extra files, and some collateral code refactoring.
|
changeset |
files
|
2018-11-27 |
Edouard Tisserant |
Fix failing PLC build when building freshly created project that use default libraries blocks. When controller loads libraries according to attibutes in project files (BeremizRoot/Enable_{libname}_Library), use known default if attribute is missing.
|
changeset |
files
|
2018-11-27 |
Edouard Tisserant |
Cosmetic change in PSKManagement.py
|
changeset |
files
|
2018-11-26 |
Edouard Tisserant |
Fixed ID,last URI, or last connection date not being updated when connnecting to target.
|
changeset |
files
|
2018-11-23 |
Edouard Tisserant |
Merged. Some changes that should already have been incuded during previous merge (mostly about PlcStatus) have been included this time.
|
changeset |
files
|
2018-11-23 |
Edouard Tisserant |
IDManager : small cosmetic fixes and cleanup.
|
changeset |
files
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint, W1633 # (round-builtin) round built-in referenced
|
changeset |
files
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced
|
changeset |
files
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint, W1653 # (next-method-defined) next method defined
|
changeset |
files
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint, W1622 # (next-method-called) Called a next() method on an object
|
changeset |
files
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint, W1625 # (raising-string) Raising a string exception
|
changeset |
files
|
2018-10-12 |
Andrey Skvortsov |
python3 support: pylint, W1624 # (indexing-exception) Indexing exceptions will not work on Python 3
|
changeset |
files
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1611 # (standarderror-builtin) StandardError built-in referenced
|
changeset |
files
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module
|
changeset |
files
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1651 (deprecated-itertools-function) Accessing a deprecated function on the itertools module
|
changeset |
files
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1649 # (deprecated-string-function) Accessing a deprecated function on the string module
|
changeset |
files
|
2018-10-11 |
Andrey Skvortsov |
python3 support: pylint, W1645 # (exception-message-attribute) Exception.message removed in Python 3
|
changeset |
files
|
2018-10-10 |
Andrey Skvortsov |
python3 support: pylint, W1646 # (invalid-str-codec) non-text encoding used in str.decode
|
changeset |
files
|
2018-10-10 |
Andrey Skvortsov |
python3 support: pylint,W1602 # (basestring-builtin) basestring built-in referenced
|
changeset |
files
|
2018-10-10 |
Andrey Skvortsov |
python3 support: pylint, W1629 # (nonzero-method) __nonzero__ method defined
|
changeset |
files
|
2018-10-10 |
Andrey Skvortsov |
python3 support: pylint, W1606 # (execfile-builtin) execfile built-in referenced
|
changeset |
files
|
2018-10-09 |
Andrey Skvortsov |
python3 support: pylint, W1607 # (file-builtin) file built-in referenced
|
changeset |
files
|
2018-10-09 |
Andrey Skvortsov |
python3 support: pylint, W1659 # (xreadlines-attribute) Accessing a removed xreadlines attribute
|
changeset |
files
|
2018-10-09 |
Andrey Skvortsov |
python3 support: pylint, W1601 # (apply-builtin) apply built-in referenced
|
changeset |
files
|
2018-10-09 |
Andrey Skvortsov |
Fix pep8 warning: W605 invalid escape sequence ?x?
|
changeset |
files
|
2018-10-09 |
Andrey Skvortsov |
pep8, ignore W606 'async' and 'await' are reserved keywords starting with Python 3.7
|
changeset |
files
|
2018-10-05 |
Andrey Skvortsov |
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
|
changeset |
files
|
2018-10-05 |
Andrey Skvortsov |
Make easier to run pytest on local X-server
|
changeset |
files
|
2018-10-05 |
Andrey Skvortsov |
cleanup pyc files between running pytest
|
changeset |
files
|
2018-10-04 |
Andrey Skvortsov |
python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
|
changeset |
files
|
2018-10-04 |
Andrey Skvortsov |
Use multiple processes to speed up pylint
|
changeset |
files
|
2018-10-04 |
Andrey Skvortsov |
python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
|
changeset |
files
|
2018-10-04 |
Andrey Skvortsov |
python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3
|
changeset |
files
|
2018-11-22 |
Edouard Tisserant |
Fixed regression in connecting to LOCAL:// targets
|
changeset |
files
|
2018-11-22 |
Edouard Tisserant |
Merge, with surprizingly little conflicts
|
changeset |
files
|
2018-11-22 |
Edouard Tisserant |
IDManager : finished Import/Export. Added merging capability to import (asks if particular ID is replaced during import). Added ESC as closing shortcut to IDManager dialog, and adjusted its size.
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
merge
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Update localization template
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Fix 'msgid' format string with unnamed arguments cannot be properly localized
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Add automatic check for localization strings with multiple unnamed arguments
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Improve localization support in etherlab (mostly)
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
cleanup etherlab: pylint, W0602 (global-variable-not-assigned) Using global for 'X' but no assignment is done
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
cleanup: pylint, W0109 # (duplicate-key) Duplicate key 'X' in dictionary
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Add python3 syntax checking to CI
|
changeset |
files
|
2018-10-03 |
Andrey Skvortsov |
Fix old style exception raise and exec syntax
|
changeset |
files
|
2018-10-02 |
Andrey Skvortsov |
Use python 3 compatible exception syntax everywhere
|
changeset |
files
|
2018-10-02 |
Andrey Skvortsov |
cleanup: pylint, R0123 # (literal-comparison) Comparison to literal
|
changeset |
files
|
2018-10-02 |
Andrey Skvortsov |
Use predefined constants for PlcStatus instead of string literals
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, R1704 # (redefined-argument-from-local) Redefining argument with the local name 'Y'
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, R1701 # (consider-merging-isinstance) Consider merging these isinstance calls to isinstance(CTNLDFLAGS, (str, unicode))
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, E1304 # (missing-format-string-key) Missing key 'X_name' in format string dictionary
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, E1300 # (bad-format-character) Unsupported format character '"' (0x22) at index 17
|
changeset |
files
|
2018-10-01 |
Andrey Skvortsov |
cleanup: pylint, W0111 # (assign-to-new-keyword) Name async will become a keyword in Python 3.7
|
changeset |
files
|