Mon, 24 Dec 2018 16:22:28 +0300 Andrey Skvortsov update links to matiec and beremiz repos in README
Mon, 24 Dec 2018 16:20:20 +0300 Andrey Skvortsov fix zoom-in/zoom-out using mouse wheel
Mon, 11 Mar 2019 09:18:58 +0100 Edouard Tisserant better pylint complain workaround
Mon, 11 Mar 2019 01:03:32 +0100 Edouard Tisserant check_sources.sh makes me become even less productive
Thu, 07 Mar 2019 21:57:18 +0100 Edouard Tisserant Added stub axis_s type in EtherLAB CiA402 support code, until Motion Contol Library comes back
Tue, 19 Feb 2019 11:27:29 +0100 Edouard Tisserant Allow using one XSD based target description for many targets. Target description XSD can now use %(target_name)s to refer to target name.
Thu, 14 Feb 2019 10:06:43 +0100 Edouard Tisserant Fix previous commit : Using wx.CallAfter shouldn't have been necessary, and was a symptom of failing evaluator's deadlock detection.
Wed, 13 Feb 2019 13:08:26 +0100 Edouard Tisserant Fix startup of wxGlade base HMI. Wx calls were issued from non-wx thread (main).
Wed, 13 Feb 2019 09:41:35 +0100 Edouard Tisserant Reworked chunk based transfer to support duplicated files (i.e. files with same content, but different names)
Fri, 01 Feb 2019 14:14:13 +0100 Edouard Tisserant Fixed deadlock in runtime's Worker. Was discovered while using WAMP and PYRO simultaneously.
Thu, 31 Jan 2019 14:10:06 +0100 Edouard Tisserant Add a debugger token to SetTraceVariables and GetTraceVariables to prevent crash an inconsistant data in case of multiple connections. Last connection now takes over existing connections's debug, and first connected IDE gets a wrning.
Tue, 29 Jan 2019 09:14:47 +0100 Edouard Tisserant Fixed deadlock when using Wx together with Twisted in runtime.
Fri, 25 Jan 2019 14:06:11 +0100 Edouard Tisserant Split IDE's frame OnCloseFrame() into TryCloseFrame() and OnCloseFrame(), to help further customization
Wed, 09 Jan 2019 14:10:07 +0100 Edouard Tisserant fixed exception happening randomly just after showing discovery panel.
Wed, 09 Jan 2019 14:09:02 +0100 Edouard Tisserant fixed exception happening when connecting to empty URI, and set URI through URI Editor Dialog popping up becaue empty.
Mon, 07 Jan 2019 13:50:39 +0100 Edouard Tisserant Merged Mario's modbus fix : Modbus plugin: reset periodic activation timer when overrun occurs (delays due to communication errors, ...)
Sat, 02 Jun 2018 11:56:01 +0100 Mario de Sousa Modbus plugin: reset periodic activation timer when overrun occurs (delays due to communication errors, ...)
Mon, 07 Jan 2019 11:33:34 +0100 Edouard Tisserant Disable MDNS:// scheme support. Also prevent discovery pannel to produce some. For now it seems that that feature is unused, and could be a security issue.
Fri, 21 Dec 2018 13:51:33 +0100 Edouard Tisserant Added support to PYROS in Zeroconf discovery and publish. For now, PYRO://mdnsname._tcp.local. URI are broken, and discovery panel generate IP based URI by default.
Fri, 21 Dec 2018 13:43:41 +0100 Edouard Tisserant PyroServer: fixed naming of class, and reorganized methods in order to ease subclassing, in case of customization of service publication on the local network (i.e. zeroconf)
Fri, 21 Dec 2018 13:39:41 +0100 Edouard Tisserant Fix exception dialog with non recognized URI schemes
Wed, 19 Dec 2018 10:53:19 +0100 Edouard Tisserant Fixed runtime's reconnecting loop not stopping when re-configuring WAMP.
Wed, 19 Dec 2018 10:48:53 +0100 Edouard Tisserant Removed nonsense code, that I should have check more in details before merging m(
Tue, 18 Dec 2018 14:12:16 +0100 Edouard Tisserant Allow easier monkey patching of WAMP connector Session class
Tue, 18 Dec 2018 14:10:43 +0100 Edouard Tisserant Expose new PLCObject API members to WAMP interface.
Tue, 18 Dec 2018 14:08:11 +0100 Edouard Tisserant Use another way to ensure compatibility with Py3 about text type.
Mon, 10 Dec 2018 11:22:43 +0100 Edouard Tisserant Make easier to read console error message in case of connection problem.
Wed, 05 Dec 2018 14:05:35 +0100 Edouard Tisserant PYRO(S): Added timeout on client side to allow unfreezing IDE after some time when communication with target dropped
Wed, 05 Dec 2018 13:05:51 +0100 Edouard Tisserant Enure that autostart blocks other @RunInMain PLCObject methods, and _unblocks_ them once autostart is done...
Wed, 05 Dec 2018 13:04:37 +0100 Edouard Tisserant Fixed Discovery panel in URI Editor dialog : double click works back again, and avoid setting URI to unicode type.