- Removed nonsense code, that I should have check more in details before merging m( 2018-12-19, by Edouard Tisserant
- Allow easier monkey patching of WAMP connector Session class 2018-12-18, by Edouard Tisserant
- Expose new PLCObject API members to WAMP interface. 2018-12-18, by Edouard Tisserant
- Use another way to ensure compatibility with Py3 about text type. 2018-12-18, by Edouard Tisserant
- Make easier to read console error message in case of connection problem. 2018-12-10, by Edouard Tisserant
- PYRO(S): Added timeout on client side to allow unfreezing IDE after some time when communication with target dropped 2018-12-05, by Edouard Tisserant
- Enure that autostart blocks other @RunInMain PLCObject methods, and _unblocks_ them once autostart is done... 2018-12-05, by Edouard Tisserant
- Fixed Discovery panel in URI Editor dialog : double click works back again, and avoid setting URI to unicode type. 2018-12-05, by Edouard Tisserant
- Bigger chunks, from 16k to 1M 2018-12-05, by 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 2018-12-05, by Edouard Tisserant
- Chunk based transfer for PLC binary and extra files, and some collateral code refactoring. 2018-12-04, by 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. 2018-11-27, by Edouard Tisserant
- Cosmetic change in PSKManagement.py 2018-11-27, by Edouard Tisserant
- Fixed ID,last URI, or last connection date not being updated when connnecting to target. 2018-11-26, by Edouard Tisserant
- Merged. Some changes that should already have been incuded during previous merge (mostly about PlcStatus) have been included this time. 2018-11-23, by Edouard Tisserant
- IDManager : small cosmetic fixes and cleanup. 2018-11-23, by Edouard Tisserant
- python3 support: pylint, W1633 # (round-builtin) round built-in referenced 2018-10-12, by Andrey Skvortsov
- python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1653 # (next-method-defined) next method defined 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1622 # (next-method-called) Called a next() method on an object 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1625 # (raising-string) Raising a string exception 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1624 # (indexing-exception) Indexing exceptions will not work on Python 3 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1611 # (standarderror-builtin) StandardError built-in referenced 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1651 (deprecated-itertools-function) Accessing a deprecated function on the itertools module 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1649 # (deprecated-string-function) Accessing a deprecated function on the string module 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1645 # (exception-message-attribute) Exception.message removed in Python 3 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1646 # (invalid-str-codec) non-text encoding used in str.decode 2018-10-10, by Andrey Skvortsov
- python3 support: pylint,W1602 # (basestring-builtin) basestring built-in referenced 2018-10-10, by Andrey Skvortsov
- python3 support: pylint, W1629 # (nonzero-method) __nonzero__ method defined 2018-10-10, by Andrey Skvortsov