Fri, 22 Mar 2019 10:57:04 +0100 Edouard Tisserant WIP adding searching capabilities in python files. was done : search_in_CTN
Thu, 21 Mar 2019 14:00:26 +0100 Edouard Tisserant WIP adding searching capabilities in python files. was done : search_in_CTN
Thu, 21 Mar 2019 13:10:49 +0100 Edouard Tisserant WIP adding searching capabilities in python files. was done : search_in_CTN
Thu, 21 Mar 2019 13:04:26 +0100 Edouard Tisserant WIP adding searching capabilities in python files. was done : search_in_CTN
Wed, 20 Mar 2019 11:34:41 +0100 Edouard Tisserant WIP adding searching capabilities in python files. was done : search_in_CTN
Fri, 15 Mar 2019 14:11:49 +0100 Edouard Tisserant WIP adding searching capabilities in python files: search_in_CTN
Mon, 11 Mar 2019 17:20:15 +0100 Edouard Tisserant Fixed more pylint reports :
Mon, 11 Mar 2019 13:51:07 +0100 Edouard Tisserant Long due merge
Tue, 05 Mar 2019 11:43:20 +0300 Andrey Skvortsov Fix backtrace on printing localized (non-ascii) error message in PLCGenerator.
Tue, 05 Mar 2019 11:19:36 +0300 Andrey Skvortsov Fix crash if LD input contact isn't connected
Fri, 01 Mar 2019 16:55:16 +0300 Andrey Skvortsov Fix section styling in code editor (python and c extensions) if non-latin symbols are used in the code
Thu, 21 Feb 2019 11:39:50 +0300 Andrey Skvortsov update localization template
Thu, 21 Feb 2019 11:27:16 +0300 Andrey Skvortsov merge
Thu, 21 Feb 2019 11:25:58 +0300 Andrey Skvortsov updated list of translators
Thu, 21 Feb 2019 11:25:03 +0300 Andrey Skvortsov update translations from https://www.transifex.com/beremiz/beremiz-ide
Thu, 21 Feb 2019 10:58:37 +0300 Andrey Skvortsov Add SpinButtons for integer and floating point variables in ForceVariableDialog
Thu, 21 Feb 2019 10:17:38 +0300 Andrey Skvortsov Fix non-marking as manually forced floating point variable if the value isn't integer
Thu, 14 Feb 2019 10:27:24 +0300 Andrey Skvortsov Don't close ForceVariableDialog if user entered wrong new value
Thu, 14 Feb 2019 10:19:30 +0300 Andrey Skvortsov Additional fix for rewrite ForceVariableDialog commit (9076249f)
Thu, 14 Feb 2019 10:02:58 +0300 Andrey Skvortsov Fix redraw problems in preview frames and debug panel
Thu, 14 Feb 2019 09:44:19 +0300 Andrey Skvortsov Rewrite ForceVariableDialog. It's not based on wx.TextEntryDialog
Wed, 13 Feb 2019 13:35:48 +0000 Mario de Sousa merge updates to modbus/mb_runtime.c
Mon, 14 Jan 2019 12:30:32 +0300 Andrey Skvortsov fix 'SaveAs' in case of overwriting existing project
Mon, 14 Jan 2019 12:17:48 +0300 Andrey Skvortsov fix 'SaveAs' to non-empty directory and directory without write permissions
Sat, 12 Jan 2019 15:02:17 +0300 Andrey Skvortsov fix problems with recursive beremiz.h inclusion
Sat, 12 Jan 2019 13:57:16 +0300 Andrey Skvortsov remove LogMessage prototype from plc_main_head.c
Mon, 07 Jan 2019 23:28:28 +0300 Andrey Skvortsov merge
Sun, 06 Jan 2019 03:11:39 +0300 Andrey Skvortsov Make online debug optional
Sun, 06 Jan 2019 02:00:07 +0300 Andrey Skvortsov Disable Python extension in First steps example
Sun, 06 Jan 2019 01:22:46 +0300 Andrey Skvortsov use pregenerated CRC32 lookup tables for retain on Win32 and GNU/Linux
Mon, 07 Jan 2019 20:24:49 +0000 Andrey Skvortsov Merged in masterschlumpf/beremiz/wx3-fix (pull request #37)
Mon, 07 Jan 2019 18:32:03 +0100 Schlumpf Fix an exception on wx-3.0-gtk3 in PLCOpenEditor when generating ST files. wx3-fix
Mon, 24 Dec 2018 16:44:06 +0300 Dmitriy Kuzmin Fix typos in function names
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.