- Long due merge 2019-03-11, by Edouard Tisserant
- Fix backtrace on printing localized (non-ascii) error message in PLCGenerator. 2019-03-05, by Andrey Skvortsov
- Fix crash if LD input contact isn't connected 2019-03-05, by Andrey Skvortsov
- Fix section styling in code editor (python and c extensions) if non-latin symbols are used in the code 2019-03-01, by Andrey Skvortsov
- update localization template 2019-02-21, by Andrey Skvortsov
- merge 2019-02-21, by Andrey Skvortsov
- updated list of translators 2019-02-21, by Andrey Skvortsov
- update translations from https://www.transifex.com/beremiz/beremiz-ide 2019-02-21, by Andrey Skvortsov
- Add SpinButtons for integer and floating point variables in ForceVariableDialog 2019-02-21, by Andrey Skvortsov
- Fix non-marking as manually forced floating point variable if the value isn't integer 2019-02-21, by Andrey Skvortsov
- Don't close ForceVariableDialog if user entered wrong new value 2019-02-14, by Andrey Skvortsov
- Additional fix for rewrite ForceVariableDialog commit (9076249f) 2019-02-14, by Andrey Skvortsov
- Fix redraw problems in preview frames and debug panel 2019-02-14, by Andrey Skvortsov
- Rewrite ForceVariableDialog. It's not based on wx.TextEntryDialog 2019-02-14, by Andrey Skvortsov
- merge updates to modbus/mb_runtime.c 2019-02-13, by Mario de Sousa
- fix 'SaveAs' in case of overwriting existing project 2019-01-14, by Andrey Skvortsov
- fix 'SaveAs' to non-empty directory and directory without write permissions 2019-01-14, by Andrey Skvortsov
- fix problems with recursive beremiz.h inclusion 2019-01-12, by Andrey Skvortsov
- remove LogMessage prototype from plc_main_head.c 2019-01-12, by Andrey Skvortsov
- 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
- Allow easier monkey patching of WAMP connector Session class 2018-12-18, by Edouard Tisserant
- Expose new PLCObject API members to WAMP interface. 2018-12-18, by Edouard Tisserant
- Use another way to ensure compatibility with Py3 about text type. 2018-12-18, by Edouard Tisserant
- Make easier to read console error message in case of connection problem. 2018-12-10, by Edouard Tisserant
- PYRO(S): Added timeout on client side to allow unfreezing IDE after some time when communication with target dropped 2018-12-05, by Edouard Tisserant
- Enure that autostart blocks other @RunInMain PLCObject methods, and _unblocks_ them once autostart is done... 2018-12-05, by Edouard Tisserant
- Fixed Discovery panel in URI Editor dialog : double click works back again, and avoid setting URI to unicode type. 2018-12-05, by Edouard Tisserant
- Bigger chunks, from 16k to 1M 2018-12-05, by Edouard Tisserant
- Empirically reverted calls done just after NewPLC back to the order as it was before chunked transfer. Apparently I broke something... To be continued 2018-12-05, by Edouard Tisserant
- Chunk based transfer for PLC binary and extra files, and some collateral code refactoring. 2018-12-04, by Edouard Tisserant
- Fix failing PLC build when building freshly created project that use default libraries blocks. When controller loads libraries according to attibutes in project files (BeremizRoot/Enable_{libname}_Library), use known default if attribute is missing. 2018-11-27, by Edouard Tisserant
- Cosmetic change in PSKManagement.py 2018-11-27, by Edouard Tisserant
- Fixed ID,last URI, or last connection date not being updated when connnecting to target. 2018-11-26, by Edouard Tisserant
- Merged. Some changes that should already have been incuded during previous merge (mostly about PlcStatus) have been included this time. 2018-11-23, by Edouard Tisserant
- IDManager : small cosmetic fixes and cleanup. 2018-11-23, by Edouard Tisserant
- python3 support: pylint, W1633 # (round-builtin) round built-in referenced 2018-10-12, by Andrey Skvortsov
- python3 support: pylint,W1610 # (reduce-builtin) reduce built-in referenced 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1653 # (next-method-defined) next method defined 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1622 # (next-method-called) Called a next() method on an object 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1625 # (raising-string) Raising a string exception 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1624 # (indexing-exception) Indexing exceptions will not work on Python 3 2018-10-12, by Andrey Skvortsov
- python3 support: pylint, W1611 # (standarderror-builtin) StandardError built-in referenced 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1652 # (deprecated-types-field) Accessing a deprecated fields on the types module 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1651 (deprecated-itertools-function) Accessing a deprecated function on the itertools module 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1649 # (deprecated-string-function) Accessing a deprecated function on the string module 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1645 # (exception-message-attribute) Exception.message removed in Python 3 2018-10-11, by Andrey Skvortsov
- python3 support: pylint, W1646 # (invalid-str-codec) non-text encoding used in str.decode 2018-10-10, by Andrey Skvortsov
- python3 support: pylint,W1602 # (basestring-builtin) basestring built-in referenced 2018-10-10, by Andrey Skvortsov
- python3 support: pylint, W1629 # (nonzero-method) __nonzero__ method defined 2018-10-10, by Andrey Skvortsov
- python3 support: pylint, W1606 # (execfile-builtin) execfile built-in referenced 2018-10-10, by Andrey Skvortsov
- python3 support: pylint, W1607 # (file-builtin) file built-in referenced 2018-10-09, by Andrey Skvortsov
- python3 support: pylint, W1659 # (xreadlines-attribute) Accessing a removed xreadlines attribute 2018-10-09, by Andrey Skvortsov
- python3 support: pylint, W1601 # (apply-builtin) apply built-in referenced 2018-10-09, by Andrey Skvortsov
- Fix pep8 warning: W605 invalid escape sequence ‘x’ 2018-10-09, by Andrey Skvortsov
- pep8, ignore W606 'async' and 'await' are reserved keywords starting with Python 3.7 2018-10-09, by Andrey Skvortsov
- python3 support: pylint, W1619 #(old-division) division w/o __future__ statement 2018-10-05, by Andrey Skvortsov
- Make easier to run pytest on local X-server 2018-10-05, by Andrey Skvortsov
- cleanup pyc files between running pytest 2018-10-05, by Andrey Skvortsov
- python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced 2018-10-04, by Andrey Skvortsov
- Use multiple processes to speed up pylint 2018-10-04, by Andrey Skvortsov
- python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced 2018-10-04, by Andrey Skvortsov
- python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3 2018-10-04, by Andrey Skvortsov
- Fixed regression in connecting to LOCAL:// targets 2018-11-23, by Edouard Tisserant
- Merge, with surprizingly little conflicts 2018-11-23, by Edouard Tisserant
- IDManager : finished Import/Export. Added merging capability to import (asks if particular ID is replaced during import). Added ESC as closing shortcut to IDManager dialog, and adjusted its size. 2018-11-22, by Edouard Tisserant
- merge 2018-10-03, by Andrey Skvortsov
- Update localization template 2018-10-03, by Andrey Skvortsov
- Fix 'msgid' format string with unnamed arguments cannot be properly localized 2018-10-03, by Andrey Skvortsov
- Add automatic check for localization strings with multiple unnamed arguments 2018-10-03, by Andrey Skvortsov
- Improve localization support in etherlab (mostly) 2018-10-03, by Andrey Skvortsov
- cleanup etherlab: pylint, W0602 (global-variable-not-assigned) Using global for 'X' but no assignment is done 2018-10-03, by Andrey Skvortsov
- cleanup: pylint, W0109 # (duplicate-key) Duplicate key 'X' in dictionary 2018-10-03, by Andrey Skvortsov
- Add python3 syntax checking to CI 2018-10-03, by Andrey Skvortsov
- Fix old style exception raise and exec syntax 2018-10-03, by Andrey Skvortsov
- Use python 3 compatible exception syntax everywhere 2018-10-02, by Andrey Skvortsov
- cleanup: pylint, R0123 # (literal-comparison) Comparison to literal 2018-10-02, by Andrey Skvortsov
- Use predefined constants for PlcStatus instead of string literals 2018-10-02, by Andrey Skvortsov
- cleanup: pylint, R1704 # (redefined-argument-from-local) Redefining argument with the local name 'Y' 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, R1701 # (consider-merging-isinstance) Consider merging these isinstance calls to isinstance(CTNLDFLAGS, (str, unicode)) 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, E1304 # (missing-format-string-key) Missing key 'X_name' in format string dictionary 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, E1300 # (bad-format-character) Unsupported format character '"' (0x22) at index 17 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, W0111 # (assign-to-new-keyword) Name async will become a keyword in Python 3.7 2018-10-01, by Andrey Skvortsov
- cleanup: pylint, E1310 (bad-str-strip-call) Suspicious argument in str.strip call 2018-10-01, by Andrey Skvortsov
- Fix segmentation fault when last lines in text POUs should be highlighted 2018-10-01, by Andrey Skvortsov
- enable etherlab checks 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import` 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint,E0602 # (undefined-variable) Undefined variable 'X' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, E1136 # (unsubscriptable-object) Value 'X' is unsubscriptable 2018-09-29, by Andrey Skvortsov
- ignore missing MotionLibrary 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, E0611 # (no-name-in-module) No name 'X' in module 'Y' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C0123 # (unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck. 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0104 # (pointless-statement) Statement seems to have no effect 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0631 # (undefined-loop-variable) Using possibly undefined loop variable 'X' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C1001 # (old-style-class) Old-style class defined. 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0611 # (unused-import) Unused import X 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, E0102 # (function-redefined) method already defined 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0105 # (pointless-string-statement) String statement has no effect 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint,W0231 # (super-init-not-called) __init__ method from base class is not called 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C0412 # (ungrouped-imports) Imports from package X are not grouped 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint,W0108 # (unnecessary-lambda) Lambda may not be necessary 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y" 2018-09-29, by Andrey Skvortsov
- clean etherlab: pylint, W0404 # reimported module 2018-09-29, by Andrey Skvortsov
- check_source.sh: add E301 check to the list of selected PEP8 errors 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E301 expected 2 blank lines, found 1 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, W503 line break before binary operator 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E266 too many leading '#' for block comment 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E122 continuation line missing indentation or outdented 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, W191 indentation contains tabs 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E211 whitespace before '[' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E129 visually indented line with same indent as next logical line 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E127 continuation line over-indented for visual indent 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E129 visually indented line with same indent as next logical line 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, W602 deprecated form of raising exception 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, W601 .has_key() is deprecated, use 'in' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E731 do not assign a lambda expression, use a def 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E203 whitespace before ',' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E712 comparison to True should be 'if cond is True:' or 'if cond:' 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E222 multiple spaces after operator 2018-09-29, by Andrey Skvortsov
- clean etherlab: pep8, E741 ambiguous variable name 'l' 2018-09-29, by Andrey Skvortsov
- cleanup etherlab: pep8, E306 expected 1 blank line before a nested definition, found X 2018-09-29, by Andrey Skvortsov
- cleanup etherlab: pep8, E305 expected 2 blank lines after class or function definition, found X 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, E201 whitespace after '(' 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, E202 whitespace before ')' 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, E227 missing whitespace around bitwise or shift operator 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, E251 unexpected spaces around keyword / parameter equals 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, E225 missing whitespace around operator 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, E303 too many blank lines (2) 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, E231 missing whitespace after ',' 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, E271 multiple spaces after keyword 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, E261 at least two spaces before inline comment 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, E302 expected 2 blank lines, found 1 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, W293 blank line contains whitespace 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, E228 missing whitespace around modulo operator 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, E401 multiple imports on one line 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, E265 block comment should start with '# ' 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, W291 trailing whitespace 2018-09-28, by Andrey Skvortsov
- convert some etherlab source files to unix format 2018-09-28, by Andrey Skvortsov
- cleanup etherlab: pep8, E722 do not use bare except 2018-09-28, by Andrey Skvortsov
- Ignore cache files and generated test reports 2018-09-28, by Andrey Skvortsov
- Update Beremiz translations and list of translators 2018-09-28, by Andrey Skvortsov
- Use the list of supported by app translations instead of supported translations by wx 2018-09-28, by Andrey Skvortsov
- Suppress message box in case current locale is unsupported or missing in wx 2018-09-28, by Andrey Skvortsov
- Add commands to pull translation from transifex 2018-09-27, by Andrey Skvortsov
- Add custom dialog to add/edit comment block in graphical editors 2018-09-26, by Andrey Skvortsov
- Cleanup examples so they look clean, nice and almost the same on Windows and GNU/Linux 2018-09-26, by Andrey Skvortsov
- use the same font size on Windows and GNU/Linux 2018-09-26, by Andrey Skvortsov
- use nice and pretty mono font in graphical languages (SFC, FBD, LD) as well 2018-09-26, by Andrey Skvortsov
- Don't need to call extra _init_ 2018-09-25, by Andrey Skvortsov
- Fix black background in preview window 2018-09-25, by Andrey Skvortsov
- Avoid division by zero in case width or height for page are not specified 2018-09-25, by Andrey Skvortsov
- IDManager: added import/export plus little cosmetic enhancements. 2018-11-21, by 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. 2018-11-20, by Edouard Tisserant
- Renaming servicetype into scheme. 2018-11-19, by Edouard Tisserant
- Added toolbar button to launch ID Manager dialog. 2018-11-16, by Edouard Tisserant
- Renamed IDManager control into IDBrowser, because dialog will be named IDManager 2018-11-16, by Edouard Tisserant
- IDManager.py : finished selector mode. 2018-11-14, by Edouard Tisserant
- Added early implementation of IDManager.py. For now only used to select ID in URIEditor 2018-11-14, by Edouard Tisserant
- Path may contain spaces... sequel of d1359cb 2018-11-09, by Edouard Tisserant
- 'Merged' URI editor dialog and Discovery dialog, also clean up related code 2018-11-08, by Edouard Tisserant
- Cut more useless code from URI Editor 2018-11-08, by Edouard Tisserant
- URI Editor Dialog : moved it to /dialog, and fixed naming. 2018-11-08, by Edouard Tisserant
- URI editor : Rewrote most of it, cleaner. 2018-11-08, by Edouard Tisserant
- PSK : Stunnel and/or OpenSSL (undocumented) handles PSK better without special chars, apparently 2018-10-30, by Edouard Tisserant
- Prevent PLCObject to be imported from IDE as a side effect of importing runtime package 2018-10-30, by Edouard Tisserant
- WAMP : ensure that unicode string is passed for published events IDs 2018-10-30, by Edouard Tisserant
- PYRO PSK: adjusted cipher and key length to be usable with openSSL 1.0.2k. 2018-10-30, by 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. 2018-10-29, by 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. 2018-10-23, by 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. 2018-10-23, by Edouard Tisserant
- Small cosmetic change to enhance readability and avoid confusion. 2018-10-23, by Edouard Tisserant
- Force Zeroconf to listen and answer only on interface specified with '-i' command line argument. 2018-10-23, by Edouard Tisserant
- Useless __name__ == '__main__' tests. 2018-10-23, by Edouard Tisserant
- Fixed PYRO's PSK_Adapter : monkey patching was breaking non-PSK protocol, and import ssl was missing. 2018-10-22, by Edouard Tisserant
- merge 2018-10-19, by 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 2018-10-19, by Edouard Tisserant
- merge 2018-10-18, by 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 2018-10-18, by Edouard Tisserant
- PYRO/TLSPSK : fixed typos, used appropriate ciphers (https://github.com/drbild/sslpsk/issues/3), use PYROPSK instead of unresolvable PYROLOCPSK. 2018-10-18, by Edouard Tisserant
- Replaced PYROSSL with PYROPSK. 2018-10-15, by Edouard Tisserant
- Beremiz_service now binds both pyro and nevow ports to interface given with '-i' argument. 2018-10-15, by Edouard Tisserant
- Fixed typo in Wampclient.py 2018-10-15, by Edouard Tisserant
- Please pylint and pep8 2018-10-03, by Edouard Tisserant
- Merged 2018-10-02, by Edouard Tisserant
- Show more exceptions on stdout, particularly those that are raised by AutoLoad (first item in Main Thread worker) 2018-10-02, by Edouard Tisserant
- Some cleanup in WampClient and added functions that are usefull for extensions that need to use pub/sub. 2018-10-02, by Edouard Tisserant
- Merged in Andrey's branch 2018-09-12, by Edouard Tisserant
- Merged in yegorich/beremiz/py3-fix (pull request #36) 2018-09-07, by Andrey Skvortsov
- Use Python 3 compatible syntax for exceptions py3-fix 2018-09-07, by Yegor Yefremov
- Fix non-usable toolbar on wxPython with GTK3+ in PLCOpenEditor 2018-08-29, by Andrey Skvortsov
- Avoid usage of localized strings before initialization during import in many modules 2018-08-29, by Andrey Skvortsov
- Remove executable bit from source files where it's not needed. 2018-08-28, by Andrey Skvortsov
- Avoid dictionary initialization during import in PouDialog 2018-08-28, by Andrey Skvortsov
- Increase size of comment block in WAMP example, so all information is visible 2018-08-27, by Andrey Skvortsov
- Proper fix for error 'object has no attribute 'getSlave' in EtherCAT extension 2018-08-24, by Andrey Skvortsov
- Make comment blocks in examples slightly bigger so text inside is always visible 2018-08-24, by Andrey Skvortsov
- Separate application tests and code-style checking in different steps in bitbucket-pipelines 2018-08-21, by Andrey Skvortsov
- Make Beremiz_service print version information 2018-08-20, by Andrey Skvortsov
- leave execute permissions only on Beremiz.py, Beremiz_serivce.py and PLCOpenEditor.py 2018-08-20, by Andrey Skvortsov
- Update requirements to include WAMP support 2018-08-20, by Andrey Skvortsov
- Use static library for Modbus 2018-08-20, by Andrey Skvortsov
- Cleanup WAMP example 2018-08-16, by Andrey Skvortsov
- Update README for WAMP example to use crossbar with python3 2018-08-16, by Andrey Skvortsov
- Make ID in WAMP project match with ID PLC runtime. 2018-08-16, by Andrey Skvortsov
- Fix SetServer method in WAMP 2018-08-16, by Andrey Skvortsov
- Remove non-existed PLCObject method 'ForceReload' 2018-08-16, by Andrey Skvortsov
- remote execute permissions from README file 2018-08-14, by Andrey Skvortsov
- 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
- Propagated matiec changes in FB var accessors 2014-08-11, by Edouard Tisserant
- Fixed most obvious bugs appear after grafting changes from previous development branches : re-enable openning non-CoE, CoE and CiA 402 nodes config 2014-04-02, by Edouard Tisserant
- Fixed xslt stylesheet for extracting entries defined in module, rewiting xslt stylesheet to yslt 2013-10-02, by Laurent Bessard
- Fixed bug in information returned for module where entries are defined only in PDO mapping 2013-09-30, by Laurent Bessard
- Added support for loading XML file even if not following XSD schema (but still following XML syntax), warning user of errors in XML file 2013-09-27, by Laurent Bessard
- Fixed bug when compiling 2013-09-24, by Laurent Bessard
- Fixed higen example removing obsolete attribute in CIA402 node params file 2013-09-24, by Laurent Bessard
- Fixed controllers for working with latest version of xmlclass 2013-09-24, by Laurent Bessard
- Added bug in support for set flag for optional variables activation in axis public struct 2013-06-25, by Laurent Bessard
- Added support for set flag for optional variables activation in axis public struct 2013-06-24, by Laurent Bessard
- Replaced location for axis ref from %IW(location).0 to %IW(location).402. Added location for network position at %IW(location). 2013-06-24, by Laurent Bessard
- Rewrite CIA402 node specific code generating part 2013-06-24, by Laurent Bessard
- Cherry-pick and re-commit to legitimate ancestor of commit 'Ethercat Management Function Refactoring Source by RTES Lab.' from youcu <youcu1022@gmail.com> 2014-04-02, by Edouard Tisserant
- Fixed bug when drag'n dropping variable in master startup command grid 2013-06-03, by Laurent Bessard
- Moved ratio scaling back to MCL. Rewrote CiA402 C part in a way it can be read and understood by some humans. 2013-05-21, by Edouard Tisserant
- Added icon for Ethercat extension root and Ethercat master node 2013-05-16, by Laurent Bessard
- Fixed bug with global instance declaration 2013-05-10, by Laurent Bessard
- Fix bug in when moving Ethercat slaves fixed 2013-05-10, by Laurent Bessard
- Added mapping for TouchProbe function in CIA402 slave node 2013-05-08, by Laurent Bessard
- Fixed bug with axes boolean parameters value 2013-05-03, by Laurent Bessard
- Added error message when a device informations can't be found in ESI files 2013-05-02, by Laurent Bessard
- Fixed ToolTip on VariablesGrid columns on Windows 2013-05-02, by Laurent Bessard
- Update higen drive example introducing usage of csv mode 2013-04-30, by Laurent Bessard
- Merged 2013-04-30, by Laurent Bessard
- Fixed bug in support for module extra params in EthercatCFileGenerator 2013-04-29, by Laurent Bessard
- Added support for module extra params in EthercatCFileGenerator 2013-04-29, by Laurent Bessard
- Fixed support for multiple module extra params in ModulesLibrary 2013-04-26, by Laurent Bessard