- merge 2019-01-07, by Andrey Skvortsov
- Make online debug optional 2019-01-06, by Andrey Skvortsov
- Disable Python extension in First steps example 2019-01-06, by Andrey Skvortsov
- use pregenerated CRC32 lookup tables for retain on Win32 and GNU/Linux 2019-01-06, by Andrey Skvortsov
- Merged in masterschlumpf/beremiz/wx3-fix (pull request #37) 2019-01-07, by Andrey Skvortsov
- Fix an exception on wx-3.0-gtk3 in PLCOpenEditor when generating ST files. wx3-fix 2019-01-07, by Schlumpf
- Fix typos in function names 2018-12-24, by Dmitriy Kuzmin
- update links to matiec and beremiz repos in README 2018-12-24, by Andrey Skvortsov
- fix zoom-in/zoom-out using mouse wheel 2018-12-24, by Andrey Skvortsov
- better pylint complain workaround 2019-03-11, by Edouard Tisserant
- check_sources.sh makes me become even less productive 2019-03-11, by Edouard Tisserant
- Added stub axis_s type in EtherLAB CiA402 support code, until Motion Contol Library comes back 2019-03-07, by 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. 2019-02-19, by Edouard Tisserant
- Fix previous commit : Using wx.CallAfter shouldn't have been necessary, and was a symptom of failing evaluator's deadlock detection. 2019-02-14, by Edouard Tisserant
- Fix startup of wxGlade base HMI. Wx calls were issued from non-wx thread (main). 2019-02-13, by Edouard Tisserant
- Reworked chunk based transfer to support duplicated files (i.e. files with same content, but different names) 2019-02-13, by Edouard Tisserant
- Fixed deadlock in runtime's Worker. Was discovered while using WAMP and PYRO simultaneously. 2019-02-01, by 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. 2019-01-31, by Edouard Tisserant
- Fixed deadlock when using Wx together with Twisted in runtime. 2019-01-29, by Edouard Tisserant
- Split IDE's frame OnCloseFrame() into TryCloseFrame() and OnCloseFrame(), to help further customization 2019-01-25, by Edouard Tisserant
- fixed exception happening randomly just after showing discovery panel. 2019-01-09, by Edouard Tisserant
- fixed exception happening when connecting to empty URI, and set URI through URI Editor Dialog popping up becaue empty. 2019-01-09, by Edouard Tisserant
- Merged Mario's modbus fix : Modbus plugin: reset periodic activation timer when overrun occurs (delays due to communication errors, ...) 2019-01-07, by Edouard Tisserant
- Modbus plugin: reset periodic activation timer when overrun occurs (delays due to communication errors, ...) 2018-06-02, by Mario de Sousa
- 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. 2019-01-07, by 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. 2018-12-21, by 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) 2018-12-21, by Edouard Tisserant
- Fix exception dialog with non recognized URI schemes 2018-12-21, by Edouard Tisserant
- Fixed runtime's reconnecting loop not stopping when re-configuring WAMP. 2018-12-19, by Edouard Tisserant
- Removed nonsense code, that I should have check more in details before merging m( 2018-12-19, by Edouard Tisserant