2019-03-18 Andrey Skvortsov Fix pylint warning [C0325(superfluous-parens), ] Unnecessary parens after u'if' keyword
2019-03-13 Andrey Skvortsov Update Beremiz dependencies because of added PYROS:// support
2019-03-13 Andrey Skvortsov Fix header and convert comments to docstrings in PSK_Adapter
2019-03-13 Andrey Skvortsov Fix Pyro work with SSL wrapper (sslpsk)
2019-03-13 Andrey Skvortsov Fix crash in runtime if PSK secret is missing
2019-03-13 Andrey Skvortsov Update build instruction for BACNet in README
2019-03-13 Andrey Skvortsov Replace md5 module with hashlib
2019-03-13 Andrey Skvortsov Remove execute attributes from runtime/PLCObject.py
2019-03-13 Andrey Skvortsov Fix typo
2019-03-13 Andrey Skvortsov Fix various pylint and pep8 errors
2019-03-13 Andrey Skvortsov Fix invalid python3 syntax
2019-03-13 Andrey Skvortsov Exclude pyjslib.py from python3 syntax correction check
2019-03-13 Andrey Skvortsov revert occasionally committed changed first_steps project.
2019-03-18 Andrey Skvortsov Merged in masterschlumpf/beremiz/generate-button (pull request #38)
2019-03-15 Schlumpf Create a "Generate Program As..." menu to make the "Generate Program" toolbutton even more useful. generate-button
2019-03-15 Schlumpf Add "Generate Program" to toolbar in PLCOpenEditor standalone mode. generate-button
2019-03-22 Edouard Tisserant Merged search in CTN branch
2019-03-22 Edouard Tisserant Finished adding search in python and C files. Stripped debug code and useless comments. Close branch search_in_CTN
2019-03-22 Edouard Tisserant WIP adding searching capabilities in python files. was done : search_in_CTN
2019-03-21 Edouard Tisserant WIP adding searching capabilities in python files. was done : search_in_CTN
2019-03-21 Edouard Tisserant WIP adding searching capabilities in python files. was done : search_in_CTN
2019-03-21 Edouard Tisserant WIP adding searching capabilities in python files. was done : search_in_CTN
2019-03-20 Edouard Tisserant WIP adding searching capabilities in python files. was done : search_in_CTN
2019-03-15 Edouard Tisserant WIP adding searching capabilities in python files: search_in_CTN
2019-03-11 Edouard Tisserant Fixed more pylint reports :
2019-03-11 Edouard Tisserant Long due merge
2019-03-05 Andrey Skvortsov Fix backtrace on printing localized (non-ascii) error message in PLCGenerator.
2019-03-05 Andrey Skvortsov Fix crash if LD input contact isn't connected
2019-03-01 Andrey Skvortsov Fix section styling in code editor (python and c extensions) if non-latin symbols are used in the code
2019-02-21 Andrey Skvortsov update localization template
2019-02-21 Andrey Skvortsov merge
2019-02-21 Andrey Skvortsov updated list of translators
2019-02-21 Andrey Skvortsov update translations from https://www.transifex.com/beremiz/beremiz-ide
2019-02-21 Andrey Skvortsov Add SpinButtons for integer and floating point variables in ForceVariableDialog
2019-02-21 Andrey Skvortsov Fix non-marking as manually forced floating point variable if the value isn't integer
2019-02-14 Andrey Skvortsov Don't close ForceVariableDialog if user entered wrong new value
2019-02-14 Andrey Skvortsov Additional fix for rewrite ForceVariableDialog commit (9076249f)
2019-02-14 Andrey Skvortsov Fix redraw problems in preview frames and debug panel
2019-02-14 Andrey Skvortsov Rewrite ForceVariableDialog. It's not based on wx.TextEntryDialog
2019-02-13 Mario de Sousa merge updates to modbus/mb_runtime.c
2019-01-14 Andrey Skvortsov fix 'SaveAs' in case of overwriting existing project
2019-01-14 Andrey Skvortsov fix 'SaveAs' to non-empty directory and directory without write permissions
2019-01-12 Andrey Skvortsov fix problems with recursive beremiz.h inclusion
2019-01-12 Andrey Skvortsov remove LogMessage prototype from plc_main_head.c
2019-01-07 Andrey Skvortsov merge
2019-01-06 Andrey Skvortsov Make online debug optional
2019-01-05 Andrey Skvortsov Disable Python extension in First steps example
2019-01-05 Andrey Skvortsov use pregenerated CRC32 lookup tables for retain on Win32 and GNU/Linux
2019-01-07 Andrey Skvortsov Merged in masterschlumpf/beremiz/wx3-fix (pull request #37)
2019-01-07 Schlumpf Fix an exception on wx-3.0-gtk3 in PLCOpenEditor when generating ST files. wx3-fix
2018-12-24 Dmitriy Kuzmin Fix typos in function names
2018-12-24 Andrey Skvortsov update links to matiec and beremiz repos in README
2018-12-24 Andrey Skvortsov fix zoom-in/zoom-out using mouse wheel
2019-03-11 Edouard Tisserant better pylint complain workaround
2019-03-11 Edouard Tisserant check_sources.sh makes me become even less productive
2019-03-07 Edouard Tisserant Added stub axis_s type in EtherLAB CiA402 support code, until Motion Contol Library comes back
2019-02-19 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-14 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-13 Edouard Tisserant Fix startup of wxGlade base HMI. Wx calls were issued from non-wx thread (main).
2019-02-13 Edouard Tisserant Reworked chunk based transfer to support duplicated files (i.e. files with same content, but different names)