- Fix wxHMI example after upgrading wxGlade 2018-08-13, by Andrey Skvortsov
- Remove useless print statement from wxHMI GUI code 2018-08-13, by Andrey Skvortsov
- Rename extension instance 'wxHMI' to 'wxglade_hmi' 2018-08-13, by Andrey Skvortsov
- Remove backup .bak files 2018-08-13, by Andrey Skvortsov
- Drop EtherCAT examples, because they are non-functional without releasing motion control library 2018-08-13, by Andrey Skvortsov
- merge 2018-08-10, by Andrey Skvortsov
- Dirty fix for error '_object_has_no_attribute_'getSlave' in EtherCAT extension 2018-08-10, by Andrey Skvortsov
- Fix wrong ST code generation in case of several coils connected to each other. 2018-08-10, by Andrey Skvortsov
- Update README with instruction to build BACnet library for BACnet support 2018-08-09, by Andrey Skvortsov
- Improve fix wrong code generation if EN/ENO are used in FBD/LD/SFC 2018-08-09, by Andrey Skvortsov
- Load images for EtherCAT extension 2018-08-01, by Andrey Skvortsov
- Flush standard output when runtime ready, so that IDE knows it, and can continue connection to LOCAL:// uri 2018-09-12, by 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 2018-09-11, by Edouard Tisserant
- Removed useless condition in Worker.py that was allowing misfit non-serialized call when worker still not running its loop. 2018-09-05, by Edouard Tisserant
- Refactoring. Separated PLC Object, PYRO Server and MainWorker : 2018-08-21, by Edouard Tisserant
- Fixed new code-generation code, that was making exception with simple variable-to-variable assignments. 2018-08-16, by Edouard Tisserant
- BACnet : Fixed missing header include in server.c introduced in 37ef7a3c6b8b 2018-08-14, by Edouard Tisserant
- merged 2018-08-14, by Edouard Tisserant
- NevowServer : Added minimalist css style customization and a link to go to settings page and back 2018-08-14, by dporopat
- fixed setServer call in WampClient module. Was doing nothing because _PySrv wasn't global. 2018-08-13, by Edouard Tisserant
- Removed now deprecated ForceReload from WAMP exposed calls 2018-08-13, by Edouard Tisserant
- fixed documentation bug 2018-08-13, by 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. 2018-08-13, by Edouard Tisserant
- fixed problems reported by certification testing : vendor identifier acces rights (now read only), and bvlc_maintenance timer was increasing too fast. 2018-08-13, by Mario de Sousa
- Some blank lines to make bitbucket's PEP8 2.2.0 happy 2018-08-09, by Edouard Tisserant
- merged Andrey's default 2018-08-08, by Edouard Tisserant
- Fix wrong code generation if EN/ENO are used in FBD/LD/SFC 2018-08-01, by Andrey Skvortsov
- Fix flickering in debug panel 2018-07-31, by Andrey Skvortsov
- Fix non-usable toolbar on wxPython with GTK3+ 2018-07-30, by Andrey Skvortsov
- Fix problem with decreasing size of StatusToolBar when tools are removed from toolbar. 2018-07-30, by Andrey Skvortsov
- Add BACnet example 2018-07-29, by Andrey Skvortsov
- Rework README.md, add examples section, add instructions for Modbus extension, more information about runtime. 2018-07-27, by Andrey Skvortsov
- Add Modbus example 2018-07-27, by Andrey Skvortsov
- Disable source quality checking on ethercat plugin - will fix it later 2018-08-08, by Edouard Tisserant
- Passed bacnet*.py through autopep8, and attemped to fix manually what went wrong + fixed pylint complains 2018-08-08, by Edouard Tisserant
- More pylint+pep8 conformance 2018-08-08, by Edouard Tisserant
- autopep8 + hand made fixes on ProjectController.py runtime/WampClient.py wxglade_hmi/wxglade_hmi.py 2018-08-08, by Edouard Tisserant
- pylint on runtime/NevowServer.py 2018-08-07, by Edouard Tisserant
- pep8 on runtime/NevowServer.py 2018-08-06, by Edouard Tisserant
- merged 2018-08-06, by 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 2018-08-06, by Edouard Tisserant
- remove useless code 2018-07-04, by Andrey Skvortsov
- Add full screen mode (menu and title are hidden) 2018-07-04, by Andrey Skvortsov
- Add information how to make shelve command work with check_source.sh called from hg hook 2018-07-03, by Andrey Skvortsov
- Automatically increment IEC-location address if copy of the variable is created 2018-06-29, by Andrey Skvortsov
- Make information about translation to be in unicode 2018-06-29, by Andrey Skvortsov
- Take plcopen_icons.svg as source of png icons as well 2018-06-29, by Andrey Skvortsov
- Add 256x256 and 64x64 Beremiz icons 2018-06-29, by Andrey Skvortsov
- Add PLCOpenEditor icon to plcopen_icons.svg 2018-06-29, by Andrey Skvortsov
- Fix rounding of thousandths of microseconds in duration editor 2018-06-27, by Andrey Skvortsov
- Add checking value in microseconds field in duration editor dialog 2018-06-27, by Andrey Skvortsov
- Catch 'clipboard already open' errors in editors 2018-06-27, by Andrey Skvortsov
- If task type is changed from 'interrupt' to 'cyclic' init interval with T#20ms. 2018-06-27, by Andrey Skvortsov
- Explicitly enable required libraries in test projects 2018-06-26, by Andrey Skvortsov
- Disable by default unlisted in project beremiz.xml libraries 2018-06-26, by Andrey Skvortsov
- Fix 'DoGetTextExtent - invalid DC' error 2018-06-26, by Andrey Skvortsov
- Fix size of ProjectDialog used by PLCOpenEditor 2018-06-26, by Andrey Skvortsov
- Fix some compilation warnings for better ANSI C compliance 2018-06-26, by Andrey Skvortsov
- Customizable columns in VariableTables (i.e. can be monkey patched properly) 2018-07-20, by Edouard Tisserant
- Merged 2018-07-20, by Edouard Tisserant
- Customizable update of toolbar buttons (i.e. 'methods') according to PLCStatus nevow_service_rework 2018-07-19, by Edouard Tisserant
- Fixed small typo in error message. nevow_service_rework 2018-07-13, by Edouard Tisserant
- WAMP : complains about failure to start WAMP only if it was successfully imported. nevow_service_rework 2018-07-12, by Edouard Tisserant
- WAMP: now config and secret given in project files always override those given in commandline. Also made extensions web customisations happen before registration of web interface. nevow_service_rework 2018-07-11, by Edouard Tisserant
- Moved Wamp configuration file selection logic into runtime/wampclient.py. Added Wamp CRA secret file upload and download. Slightly reworked code for config and secret file loading and saving. nevow_service_rework 2018-07-10, by Edouard Tisserant
- Added a way for extension to register dedicated URL under settings page URL (i.e. /settings/something) nevow_service_rework 2018-07-10, by Edouard Tisserant
- Fixed a bit of everything in WAMP, and added web settings for that same extension. nevow_service_rework 2018-07-06, by Edouard Tisserant
- Added some immutable field (platform) in default runtime web setting page, for the example. nevow_service_rework 2018-07-06, by Edouard Tisserant
- Fix misc typos in exception handling code. nevow_service_rework 2018-07-06, by Edouard Tisserant
- Fixed i18n related typo. nevow_service_rework 2018-07-05, by Edouard Tisserant
- Fixed typo nevow_service_rework 2018-07-05, by Edouard Tisserant
- Better logging of Nevow Server import in case of exception. nevow_service_rework 2018-07-05, by Edouard Tisserant
- WampClient : Simplified, removed dead code, use exception for handling failures and misconfiguration, check existence of mandatory parameters. nevow_service_rework 2018-07-05, by Edouard Tisserant
- Merged #2486, enhancements to WAMP client : auto reconnecting, wamp conf checking and saving, additional attributes for exposed calls, etc nevow_service_rework 2018-07-04, by Edouard Tisserant
- Nevow based web interface now show simple Log message sending form for basic runtime, and allow extensions to add their own web settings. nevow_service_rework 2018-07-04, by Edouard Tisserant
- Now, runtime extensions should be able to add their own settings to web configuration interface. nevow_service_rework 2018-06-22, by Edouard Tisserant
- Embrio of setting form, just to test nevow_service_rework 2018-06-22, by Edouard Tisserant
- #2486 Exception if custom protocol options are wrong. #2486 2018-06-05, by dporopat
- #2486 ExposedCalls with register options as a dictionary. #2486 2018-05-18, by dporopat
- #2486 Renaming functions. #2486 2018-05-14, by dporopat
- #2486 Reconnect funtion in SaveWampClientConf function. #2486 2018-05-14, by dporopat
- #2486 Modified reconnect function. Added 'active' parameter to wampconf.json file. #2486 2018-05-09, by dporopat
- #2486 Adding reconnect funtion to WampClient. Global TransportFactory not needed anymore. #2486 2018-04-19, by dporopat
- #2486 Added global TransportFactory, needed in WebInterface reconnecting function. #2486 2018-04-18, by dporopat
- #2486 WampClient needs pyro.plcobj before registration calls. #2486 2018-04-18, by dporopat
- #2486 Fix if protocol, register options are not present in wapmconf.json file. #2486 2018-04-11, by dporopat
- #2486 Added ExposedProgressCalls list using details argument for registration progress calls. #2486 2018-04-10, by dporopat
- #2486 Unnecessary variable removed. #2486 2018-04-10, by dporopat
- #2486 Added option to use websocket register options. Added function getValidOptins to read options from wampconf.json. #2486 2018-04-10, by dporopat
- #2486 Added option to use websocket protocol options. #2486 2018-04-09, by dporopat
- #2486 Updated wamp test project to work with the latest Crossbar version. #2486 2018-03-27, by dporopat
- #2486 Reset delay function added. It resets the delay and the retry counter on reconnect. #2486 2018-03-19, by dporopat
- merge 2018-06-23, by Edouard Tisserant
- merge 2018-06-23, by Edouard Tisserant
- Fix compilation warning/error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] 2018-06-18, by Andrey Skvortsov
- merge 2018-06-18, by Andrey Skvortsov
- WxGlade HMI extension now does only instanciate wx object who's name match extension's name. If no object match the name and no code is provided in 'start' user python code section, then a warning is issued 2018-06-15, by Edouard Tisserant
- BACnet : ensure that Init did happen before continuing with PLC startup. 2018-06-13, by Edouard Tisserant
- Update list of files with strings for i18n and templates for translations 2018-06-15, by Andrey Skvortsov
- Add small contributing document with information about codestyle checking 2018-06-15, by Andrey Skvortsov
- Add argument to set list of source files to check 2018-06-15, by Andrey Skvortsov
- check_source.sh: handle case if there are no files to check 2018-06-09, by Andrey Skvortsov
- Fix linter errors 2018-06-09, by Andrey Skvortsov
- Add command line argument to run linter only on changed files 2018-06-09, by Andrey Skvortsov
- Don't use fixed width labels in WAMP and PYRO dialogs 2018-06-08, by Andrey Skvortsov
- Fix internatialization in UriLocationEditor, PYRO dialog and Modbus configurator 2018-06-07, by Andrey Skvortsov
- Add copyright headers to retain implementation for GNU/Linux and Win32 2018-06-07, by Andrey Skvortsov
- Drop support for wxPython 2.6 and below 2018-06-07, by Andrey Skvortsov
- Autoresize UriLocationEditor dialog window 2018-06-07, by Andrey Skvortsov
- Fix compilation problem in case of TARGET_LOGGING_DISABLE turned on and TARGET_DEBUG_DISABLE turned off 2018-06-07, by Andrey Skvortsov
- Use the same retain implementation for Win32 targets 2018-06-07, by Andrey Skvortsov
- Add retain basic implementation on GNU/Linux 2018-06-07, by Andrey Skvortsov
- Add helper function GetRetainSize() 2018-06-01, by Andrey Skvortsov
- use CLOCK_MONOTONIC instead of CLOCK_REALTIME for timer setup 2018-06-01, by Andrey Skvortsov
- Add function example to first_steps example 2018-05-31, by Surkov Sergey
- fix type introduced by f33942053466 (fix pylint warning "(undefined-loop-variable) Using possibly undefined loop variable 'X'") 2018-05-25, by Andrey Skvortsov
- Build by default with optimization level -O2 for GCC 2018-05-25, by Andrey Skvortsov
- fix hangs on mouse selection in case if wxPython uses wxWidgets with GTK3+ support 2018-05-25, by Andrey Skvortsov
- make clipboard open minimal time as wxPython documentation recommends 2018-05-25, by Andrey Skvortsov
- Merged GPL + LGPL v2 or later EtherCAT extension. Fixed headers and copyright notice. 2018-06-23, by Edouard Tisserant