Fri, 28 Sep 2018 13:07:46 +0300 Andrey Skvortsov Use the list of supported by app translations instead of supported translations by wx
Fri, 28 Sep 2018 12:54:14 +0300 Andrey Skvortsov Suppress message box in case current locale is unsupported or missing in wx
Thu, 27 Sep 2018 19:07:57 +0300 Andrey Skvortsov Add commands to pull translation from transifex
Wed, 26 Sep 2018 18:08:57 +0300 Andrey Skvortsov Add custom dialog to add/edit comment block in graphical editors
Wed, 26 Sep 2018 14:20:51 +0300 Andrey Skvortsov Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux
Wed, 26 Sep 2018 14:15:22 +0300 Andrey Skvortsov use the same font size on Windows and GNU/Linux
Wed, 26 Sep 2018 12:13:23 +0300 Andrey Skvortsov use nice and pretty mono font in graphical languages (SFC, FBD, LD) as well
Tue, 25 Sep 2018 19:00:03 +0300 Andrey Skvortsov Don't need to call extra _init_
Tue, 25 Sep 2018 18:31:17 +0300 Andrey Skvortsov Fix black background in preview window
Tue, 25 Sep 2018 18:29:10 +0300 Andrey Skvortsov Avoid division by zero in case width or height for page are not specified
Wed, 21 Nov 2018 14:10:51 +0100 Edouard Tisserant IDManager: added import/export plus little cosmetic enhancements.
Tue, 20 Nov 2018 11:32:42 +0100 Edouard Tisserant IDManager : refactored a bit, moved some code into PSKManagement.py. Now captures URI and PSK on new PYRO(S) and propose them when editing URI. Import/export still to be implemented.
Mon, 19 Nov 2018 10:39:50 +0100 Edouard Tisserant Renaming servicetype into scheme.
Fri, 16 Nov 2018 14:04:51 +0100 Edouard Tisserant Added toolbar button to launch ID Manager dialog.
Fri, 16 Nov 2018 10:00:06 +0100 Edouard Tisserant Renamed IDManager control into IDBrowser, because dialog will be named IDManager
Wed, 14 Nov 2018 14:09:18 +0100 Edouard Tisserant IDManager.py : finished selector mode.
Wed, 14 Nov 2018 11:32:08 +0100 Edouard Tisserant Added early implementation of IDManager.py. For now only used to select ID in URIEditor
Fri, 09 Nov 2018 13:26:06 +0100 Edouard Tisserant Path may contain spaces... sequel of d1359cb
Thu, 08 Nov 2018 14:33:35 +0100 Edouard Tisserant 'Merged' URI editor dialog and Discovery dialog, also clean up related code
Thu, 08 Nov 2018 11:20:35 +0100 Edouard Tisserant Cut more useless code from URI Editor
Thu, 08 Nov 2018 11:14:06 +0100 Edouard Tisserant URI Editor Dialog : moved it to /dialog, and fixed naming.
Thu, 08 Nov 2018 09:39:06 +0100 Edouard Tisserant URI editor : Rewrote most of it, cleaner.
Tue, 30 Oct 2018 14:08:28 +0100 Edouard Tisserant PSK : Stunnel and/or OpenSSL (undocumented) handles PSK better without special chars, apparently
Tue, 30 Oct 2018 13:47:24 +0100 Edouard Tisserant Prevent PLCObject to be imported from IDE as a side effect of importing runtime package
Tue, 30 Oct 2018 09:46:46 +0100 Edouard Tisserant WAMP : ensure that unicode string is passed for published events IDs
Tue, 30 Oct 2018 09:45:47 +0100 Edouard Tisserant PYRO PSK: adjusted cipher and key length to be usable with openSSL 1.0.2k.
Mon, 29 Oct 2018 11:33:36 +0100 Edouard Tisserant Automatically get PSK and ID when connecting to PYRO[S], so that future connection through PYROS can use that same key. Also fixed case to UPPER for *PSK.
Tue, 23 Oct 2018 16:19:20 +0200 Edouard Tisserant Runtime : Ensure that a random PSK secret compatible with stunnel is generated if -s commandline switch is used. Stunnel service is restarted after generation, using spawn_subprocess. TODO : give stunnel restart command as a commandline parameter.
Tue, 23 Oct 2018 16:13:34 +0200 Edouard Tisserant Added runtime/spawn_subprocess.py. Force use posix spawn instead of fork, with API similar to subprocess. Using fork in runtime is incompatible with Xenomai, because memory is locked and this can lead to out of memory error.
Tue, 23 Oct 2018 13:36:07 +0200 Edouard Tisserant Small cosmetic change to enhance readability and avoid confusion.
Tue, 23 Oct 2018 13:34:15 +0200 Edouard Tisserant Force Zeroconf to listen and answer only on interface specified with '-i' command line argument.
Tue, 23 Oct 2018 13:31:26 +0200 Edouard Tisserant Useless __name__ == '__main__' tests.
Mon, 22 Oct 2018 12:58:10 +0200 Edouard Tisserant Fixed PYRO's PSK_Adapter : monkey patching was breaking non-PSK protocol, and import ssl was missing.
Fri, 19 Oct 2018 13:34:52 +0200 Edouard Tisserant merge
Fri, 19 Oct 2018 13:29:52 +0200 Edouard Tisserant Fix PYROPSK protocol configuration. After a few iteration of trial and error it appears that TSLv1 and PSK ciphers needs to be specified
Thu, 18 Oct 2018 18:37:01 +0200 Edouard Tisserant merge
Thu, 18 Oct 2018 13:17:48 +0200 Edouard Tisserant PYRO/TLSPSK : must use PYROLOC* protocol scheme in pyro URI, otherwise object ID is missing. Had to use more persuasive pyro3 monkey patching to have PYROLOCPSK resolved properly
Thu, 18 Oct 2018 11:01:14 +0200 Edouard Tisserant PYRO/TLSPSK : fixed typos, used appropriate ciphers (https://github.com/drbild/sslpsk/issues/3), use PYROPSK instead of unresolvable PYROLOCPSK.
Mon, 15 Oct 2018 16:26:59 +0200 Edouard Tisserant Replaced PYROSSL with PYROPSK.
Mon, 15 Oct 2018 15:27:47 +0200 Edouard Tisserant Beremiz_service now binds both pyro and nevow ports to interface given with '-i' argument.
Mon, 15 Oct 2018 15:24:52 +0200 Edouard Tisserant Fixed typo in Wampclient.py
Wed, 03 Oct 2018 00:05:32 +0200 Edouard Tisserant Please pylint and pep8
Tue, 02 Oct 2018 15:57:26 +0200 Edouard Tisserant Merged
Tue, 02 Oct 2018 15:56:09 +0200 Edouard Tisserant Show more exceptions on stdout, particularly those that are raised by AutoLoad (first item in Main Thread worker)
Tue, 02 Oct 2018 15:52:11 +0200 Edouard Tisserant Some cleanup in WampClient and added functions that are usefull for extensions that need to use pub/sub.
Wed, 12 Sep 2018 22:59:30 +0200 Edouard Tisserant Merged in Andrey's branch
Fri, 07 Sep 2018 20:58:13 +0000 Andrey Skvortsov Merged in yegorich/beremiz/py3-fix (pull request #36)
Fri, 07 Sep 2018 09:24:52 +0200 Yegor Yefremov Use Python 3 compatible syntax for exceptions py3-fix
Wed, 29 Aug 2018 18:58:51 +0300 Andrey Skvortsov Fix non-usable toolbar on wxPython with GTK3+ in PLCOpenEditor
Wed, 29 Aug 2018 18:53:02 +0300 Andrey Skvortsov Avoid usage of localized strings before initialization during import in many modules
Tue, 28 Aug 2018 18:06:30 +0300 Andrey Skvortsov Remove executable bit from source files where it's not needed.
Tue, 28 Aug 2018 17:19:13 +0300 Andrey Skvortsov Avoid dictionary initialization during import in PouDialog
Mon, 27 Aug 2018 12:06:24 +0300 Andrey Skvortsov Increase size of comment block in WAMP example, so all information is visible
Fri, 24 Aug 2018 13:41:43 +0300 Andrey Skvortsov Proper fix for error 'object has no attribute 'getSlave' in EtherCAT extension
Fri, 24 Aug 2018 13:25:05 +0300 Andrey Skvortsov Make comment blocks in examples slightly bigger so text inside is always visible
Tue, 21 Aug 2018 13:05:23 +0300 Andrey Skvortsov Separate application tests and code-style checking in different steps in bitbucket-pipelines
Mon, 20 Aug 2018 17:11:20 +0300 Andrey Skvortsov Make Beremiz_service print version information
Mon, 20 Aug 2018 16:46:50 +0300 Andrey Skvortsov leave execute permissions only on Beremiz.py, Beremiz_serivce.py and PLCOpenEditor.py
Mon, 20 Aug 2018 15:48:06 +0300 Andrey Skvortsov Update requirements to include WAMP support
Mon, 20 Aug 2018 15:17:24 +0300 Andrey Skvortsov Use static library for Modbus
Thu, 16 Aug 2018 16:29:06 +0300 Andrey Skvortsov Cleanup WAMP example
Thu, 16 Aug 2018 13:42:18 +0300 Andrey Skvortsov Update README for WAMP example to use crossbar with python3
Thu, 16 Aug 2018 11:01:54 +0300 Andrey Skvortsov Make ID in WAMP project match with ID PLC runtime.
Thu, 16 Aug 2018 10:53:54 +0300 Andrey Skvortsov Fix SetServer method in WAMP
Thu, 16 Aug 2018 10:52:20 +0300 Andrey Skvortsov Remove non-existed PLCObject method 'ForceReload'
Tue, 14 Aug 2018 17:00:01 +0300 Andrey Skvortsov remote execute permissions from README file
Mon, 13 Aug 2018 18:29:07 +0300 Andrey Skvortsov Fix wxHMI example after upgrading wxGlade
Mon, 13 Aug 2018 18:21:10 +0300 Andrey Skvortsov Remove useless print statement from wxHMI GUI code
Mon, 13 Aug 2018 18:19:17 +0300 Andrey Skvortsov Rename extension instance 'wxHMI' to 'wxglade_hmi'
Mon, 13 Aug 2018 18:05:16 +0300 Andrey Skvortsov Remove backup .bak files
Mon, 13 Aug 2018 11:33:30 +0300 Andrey Skvortsov Drop EtherCAT examples, because they are non-functional without releasing motion control library
Fri, 10 Aug 2018 18:07:38 +0300 Andrey Skvortsov merge
Fri, 10 Aug 2018 17:45:33 +0300 Andrey Skvortsov Dirty fix for error '_object_has_no_attribute_'getSlave' in EtherCAT extension
Fri, 10 Aug 2018 15:58:40 +0300 Andrey Skvortsov Fix wrong ST code generation in case of several coils connected to each other.
Thu, 09 Aug 2018 14:00:14 +0300 Andrey Skvortsov Update README with instruction to build BACnet library for BACnet support
Thu, 09 Aug 2018 13:58:47 +0300 Andrey Skvortsov Improve fix wrong code generation if EN/ENO are used in FBD/LD/SFC
Wed, 01 Aug 2018 14:09:12 +0300 Andrey Skvortsov Load images for EtherCAT extension
Wed, 12 Sep 2018 11:36:50 +0200 Edouard Tisserant Flush standard output when runtime ready, so that IDE knows it, and can continue connection to LOCAL:// uri
Tue, 11 Sep 2018 16:08:21 +0200 Edouard Tisserant Change behaviour of python_eval function block : if TRIG is false, then ACK is also false except a pulse precisely when receiving answer from interpreter
Wed, 05 Sep 2018 12:58:41 +0200 Edouard Tisserant Removed useless condition in Worker.py that was allowing misfit non-serialized call when worker still not running its loop.
Tue, 21 Aug 2018 16:11:02 +0200 Edouard Tisserant Refactoring. Separated PLC Object, PYRO Server and MainWorker :
Thu, 16 Aug 2018 11:22:40 +0200 Edouard Tisserant Fixed new code-generation code, that was making exception with simple variable-to-variable assignments.
Tue, 14 Aug 2018 13:10:15 +0200 Edouard Tisserant BACnet : Fixed missing header include in server.c introduced in 37ef7a3c6b8b
Tue, 14 Aug 2018 12:43:43 +0200 Edouard Tisserant merged
Tue, 14 Aug 2018 11:14:20 +0200 dporopat NevowServer : Added minimalist css style customization and a link to go to settings page and back
Mon, 13 Aug 2018 15:00:51 +0200 Edouard Tisserant fixed setServer call in WampClient module. Was doing nothing because _PySrv wasn't global.
Mon, 13 Aug 2018 14:58:59 +0200 Edouard Tisserant Removed now deprecated ForceReload from WAMP exposed calls
Mon, 13 Aug 2018 13:24:48 +0200 Edouard Tisserant fixed documentation bug
Mon, 13 Aug 2018 13:24:28 +0200 Edouard Tisserant NevowServer : added addInfoString to allow extensions to declare some read-only strings to be displayed in settings. Also renamed addExtension in addSettings for clarity.
Mon, 13 Aug 2018 11:10:23 +0200 Mario de Sousa fixed problems reported by certification testing : vendor identifier acces rights (now read only), and bvlc_maintenance timer was increasing too fast.
Thu, 09 Aug 2018 09:07:09 +0200 Edouard Tisserant Some blank lines to make bitbucket's PEP8 2.2.0 happy
Wed, 08 Aug 2018 13:46:19 +0200 Edouard Tisserant merged Andrey's default
Wed, 01 Aug 2018 13:09:45 +0300 Andrey Skvortsov Fix wrong code generation if EN/ENO are used in FBD/LD/SFC
Tue, 31 Jul 2018 14:17:41 +0300 Andrey Skvortsov Fix flickering in debug panel
Mon, 30 Jul 2018 19:28:39 +0300 Andrey Skvortsov Fix non-usable toolbar on wxPython with GTK3+
Mon, 30 Jul 2018 19:02:36 +0300 Andrey Skvortsov Fix problem with decreasing size of StatusToolBar when tools are removed from toolbar.
Sun, 29 Jul 2018 02:00:03 +0300 Andrey Skvortsov Add BACnet example
Fri, 27 Jul 2018 22:01:10 +0000 Andrey Skvortsov Rework README.md, add examples section, add instructions for Modbus extension, more information about runtime.
Fri, 27 Jul 2018 15:44:20 +0300 Andrey Skvortsov Add Modbus example
Wed, 08 Aug 2018 13:27:44 +0200 Edouard Tisserant Disable source quality checking on ethercat plugin - will fix it later
Wed, 08 Aug 2018 13:26:48 +0200 Edouard Tisserant Passed bacnet*.py through autopep8, and attemped to fix manually what went wrong + fixed pylint complains
Wed, 08 Aug 2018 10:17:19 +0200 Edouard Tisserant More pylint+pep8 conformance
Wed, 08 Aug 2018 10:15:51 +0200 Edouard Tisserant autopep8 + hand made fixes on ProjectController.py runtime/WampClient.py wxglade_hmi/wxglade_hmi.py
Tue, 07 Aug 2018 13:35:28 +0200 Edouard Tisserant pylint on runtime/NevowServer.py
Mon, 06 Aug 2018 15:36:09 +0200 Edouard Tisserant pep8 on runtime/NevowServer.py
Mon, 06 Aug 2018 14:30:43 +0200 Edouard Tisserant merged
Mon, 06 Aug 2018 13:14:50 +0200 Edouard Tisserant Make some POU libraries selected by default or not. This changes structure of features.libraries, please check and update your extensions if they use libraries
Wed, 04 Jul 2018 17:47:38 +0300 Andrey Skvortsov remove useless code
Wed, 04 Jul 2018 16:41:02 +0300 Andrey Skvortsov Add full screen mode (menu and title are hidden)
Tue, 03 Jul 2018 17:09:11 +0300 Andrey Skvortsov Add information how to make shelve command work with check_source.sh called from hg hook
Fri, 29 Jun 2018 17:53:57 +0300 Andrey Skvortsov Automatically increment IEC-location address if copy of the variable is created
Fri, 29 Jun 2018 15:36:34 +0300 Andrey Skvortsov Make information about translation to be in unicode
Fri, 29 Jun 2018 13:40:11 +0300 Andrey Skvortsov Take plcopen_icons.svg as source of png icons as well
Fri, 29 Jun 2018 13:36:32 +0300 Andrey Skvortsov Add 256x256 and 64x64 Beremiz icons
Fri, 29 Jun 2018 13:30:39 +0300 Andrey Skvortsov Add PLCOpenEditor icon to plcopen_icons.svg
Wed, 27 Jun 2018 18:13:31 +0300 Andrey Skvortsov Fix rounding of thousandths of microseconds in duration editor
Wed, 27 Jun 2018 17:13:06 +0300 Andrey Skvortsov Add checking value in microseconds field in duration editor dialog
Wed, 27 Jun 2018 13:57:03 +0300 Andrey Skvortsov Catch 'clipboard already open' errors in editors
Wed, 27 Jun 2018 10:58:45 +0300 Andrey Skvortsov If task type is changed from 'interrupt' to 'cyclic' init interval with T#20ms.
Tue, 26 Jun 2018 18:02:51 +0300 Andrey Skvortsov Explicitly enable required libraries in test projects