2018-06-26 Andrey Skvortsov Fix some compilation warnings for better ANSI C compliance
2018-07-20 Edouard Tisserant Customizable columns in VariableTables (i.e. can be monkey patched properly)
2018-07-20 Edouard Tisserant Merged
2018-07-19 Edouard Tisserant Customizable update of toolbar buttons (i.e. 'methods') according to PLCStatus nevow_service_rework
2018-07-13 Edouard Tisserant Fixed small typo in error message. nevow_service_rework
2018-07-12 Edouard Tisserant WAMP : complains about failure to start WAMP only if it was successfully imported. nevow_service_rework
2018-07-11 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-10 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 Edouard Tisserant Added a way for extension to register dedicated URL under settings page URL (i.e. /settings/something) nevow_service_rework
2018-07-06 Edouard Tisserant Fixed a bit of everything in WAMP, and added web settings for that same extension. nevow_service_rework
2018-07-06 Edouard Tisserant Added some immutable field (platform) in default runtime web setting page, for the example. nevow_service_rework
2018-07-06 Edouard Tisserant Fix misc typos in exception handling code. nevow_service_rework
2018-07-05 Edouard Tisserant Fixed i18n related typo. nevow_service_rework
2018-07-05 Edouard Tisserant Fixed typo nevow_service_rework
2018-07-05 Edouard Tisserant Better logging of Nevow Server import in case of exception. nevow_service_rework
2018-07-05 Edouard Tisserant WampClient : Simplified, removed dead code, use exception for handling failures and misconfiguration, check existence of mandatory parameters. nevow_service_rework
2018-07-04 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 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-06-22 Edouard Tisserant Now, runtime extensions should be able to add their own settings to web configuration interface. nevow_service_rework
2018-06-22 Edouard Tisserant Embrio of setting form, just to test nevow_service_rework
2018-06-05 dporopat #2486 Exception if custom protocol options are wrong. #2486
2018-05-18 dporopat #2486 ExposedCalls with register options as a dictionary. #2486
2018-05-14 dporopat #2486 Renaming functions. #2486
2018-05-14 dporopat #2486 Reconnect funtion in SaveWampClientConf function. #2486
2018-05-09 dporopat #2486 Modified reconnect function. Added 'active' parameter to wampconf.json file. #2486
2018-04-19 dporopat #2486 Adding reconnect funtion to WampClient. Global TransportFactory not needed anymore. #2486
2018-04-18 dporopat #2486 Added global TransportFactory, needed in WebInterface reconnecting function. #2486
2018-04-18 dporopat #2486 WampClient needs pyro.plcobj before registration calls. #2486
2018-04-11 dporopat #2486 Fix if protocol, register options are not present in wapmconf.json file. #2486
2018-04-10 dporopat #2486 Added ExposedProgressCalls list using details argument for registration progress calls. #2486
2018-04-10 dporopat #2486 Unnecessary variable removed. #2486
2018-04-10 dporopat #2486 Added option to use websocket register options. Added function getValidOptins to read options from wampconf.json. #2486
2018-04-09 dporopat #2486 Added option to use websocket protocol options. #2486
2018-03-27 dporopat #2486 Updated wamp test project to work with the latest Crossbar version. #2486
2018-03-19 dporopat #2486 Reset delay function added. It resets the delay and the retry counter on reconnect. #2486
2018-06-23 Edouard Tisserant merge
2018-06-23 Edouard Tisserant merge
2018-06-18 Andrey Skvortsov Fix compilation warning/error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
2018-06-18 Andrey Skvortsov merge
2018-06-15 Edouard Tisserant 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-13 Edouard Tisserant BACnet : ensure that Init did happen before continuing with PLC startup.
2018-06-15 Andrey Skvortsov Update list of files with strings for i18n and templates for translations
2018-06-15 Andrey Skvortsov Add small contributing document with information about codestyle checking
2018-06-15 Andrey Skvortsov Add argument to set list of source files to check
2018-06-09 Andrey Skvortsov check_source.sh: handle case if there are no files to check
2018-06-09 Andrey Skvortsov Fix linter errors
2018-06-09 Andrey Skvortsov Add command line argument to run linter only on changed files
2018-06-08 Andrey Skvortsov Don't use fixed width labels in WAMP and PYRO dialogs
2018-06-07 Andrey Skvortsov Fix internatialization in UriLocationEditor, PYRO dialog and Modbus configurator
2018-06-07 Andrey Skvortsov Add copyright headers to retain implementation for GNU/Linux and Win32
2018-06-07 Andrey Skvortsov Drop support for wxPython 2.6 and below
2018-06-07 Andrey Skvortsov Autoresize UriLocationEditor dialog window
2018-06-07 Andrey Skvortsov Fix compilation problem in case of TARGET_LOGGING_DISABLE turned on and TARGET_DEBUG_DISABLE turned off
2018-06-07 Andrey Skvortsov Use the same retain implementation for Win32 targets
2018-06-07 Andrey Skvortsov Add retain basic implementation on GNU/Linux
2018-06-01 Andrey Skvortsov Add helper function GetRetainSize()
2018-06-01 Andrey Skvortsov use CLOCK_MONOTONIC instead of CLOCK_REALTIME for timer setup
2018-05-31 Surkov Sergey Add function example to first_steps example
2018-05-25 Andrey Skvortsov fix type introduced by f33942053466 (fix pylint warning "(undefined-loop-variable) Using possibly undefined loop variable 'X'")
2018-05-25 Andrey Skvortsov Build by default with optimization level -O2 for GCC