- Dyslectic typos 2019-03-26, by Edouard Tisserant
- Close branch py3-fix. py3-fix 2019-01-07, by Andrey Skvortsov
- Close branch 1.1 Korean release. 1.1 Korean release 2017-07-27, by Andrey Skvortsov
- Close branch generate-button. generate-button 2019-03-18, by Andrey Skvortsov
- close #2486 head #2486 2019-01-07, by Andrey Skvortsov
- Close branch nevow_service_rework. nevow_service_rework 2019-01-07, by Andrey Skvortsov
- Close branch wx3-fix. wx3-fix 2019-01-07, by Andrey Skvortsov
- Intermediate merge of wx.NewID_abuse_fix branch but kept debug code in the branch. This is still work in progress, banch is NOT closed. 2019-03-26, by Edouard Tisserant
- Continued wx.NewID abuse removal in Viewer.py : Added AppendItem to use instead of AppendMenu, made examples with AddBlockPinMenuItems and AddAlignmentMenuItems wx.NewID_abuse_fix 2019-03-26, by Edouard Tisserant
- Continued wx.NewID abuse removal in Viewer.py : get rid of one call to AppendMenu method, having no real purpose apparently. To be continued. wx.NewID_abuse_fix 2019-03-26, by Edouard Tisserant
- Start fixing wx.NewId abuse in viewer.py. This shows how to avoid using AppendMenu() function, definitely useless. wx.NewID_abuse_fix 2019-03-26, by Edouard Tisserant
- VariablePanel's menu do not waste Wx IDs anymore (directly binds wx objects rather than crating new ID wit wx.NewId) wx.NewID_abuse_fix 2019-03-25, by Edouard Tisserant
- Instrument IDE code to find code abusing wx.NewId. wx.NewID_abuse_fix 2019-03-26, by Edouard Tisserant
- Fix error when searching accross project. Collection of result wasn't initialized and was failing in case some CTN was returning no result. 2019-03-22, by Edouard Tisserant
- Make spaghetti-code-quality great again. 2019-03-22, by Edouard Tisserant
- Merged 2019-03-22, by Edouard Tisserant
- Add Docker files to build containers to run automated tests 2019-03-18, by Andrey Skvortsov
- merge 2019-03-18, by Andrey Skvortsov
- check_source.sh: fix sed error: -e expression #1, char 25: Invalid range end 2019-03-18, by Andrey Skvortsov
- Fix pylint warning [C0325(superfluous-parens), ] Unnecessary parens after u'if' keyword 2019-03-18, by Andrey Skvortsov
- Update Beremiz dependencies because of added PYROS:// support 2019-03-13, by Andrey Skvortsov
- Fix header and convert comments to docstrings in PSK_Adapter 2019-03-13, by Andrey Skvortsov
- Fix Pyro work with SSL wrapper (sslpsk) 2019-03-13, by Andrey Skvortsov
- Fix crash in runtime if PSK secret is missing 2019-03-13, by Andrey Skvortsov
- Update build instruction for BACNet in README 2019-03-13, by Andrey Skvortsov
- Replace md5 module with hashlib 2019-03-13, by Andrey Skvortsov
- Remove execute attributes from runtime/PLCObject.py 2019-03-13, by Andrey Skvortsov
- Fix typo 2019-03-13, by Andrey Skvortsov
- Fix various pylint and pep8 errors 2019-03-13, by Andrey Skvortsov
- Fix invalid python3 syntax 2019-03-13, by Andrey Skvortsov
- Exclude pyjslib.py from python3 syntax correction check 2019-03-13, by Andrey Skvortsov
- revert occasionally committed changed first_steps project. 2019-03-13, by Andrey Skvortsov
- Merged in masterschlumpf/beremiz/generate-button (pull request #38) 2019-03-18, by Andrey Skvortsov
- Create a "Generate Program As..." menu to make the "Generate Program" toolbutton even more useful. generate-button 2019-03-15, by Schlumpf
- Add "Generate Program" to toolbar in PLCOpenEditor standalone mode. generate-button 2019-03-15, by Schlumpf
- Merged search in CTN branch 2019-03-22, by Edouard Tisserant
- Finished adding search in python and C files. Stripped debug code and useless comments. Close branch search_in_CTN 2019-03-22, by Edouard Tisserant
- WIP adding searching capabilities in python files. was done : search_in_CTN 2019-03-22, by Edouard Tisserant
- WIP adding searching capabilities in python files. was done : search_in_CTN 2019-03-21, by Edouard Tisserant
- WIP adding searching capabilities in python files. was done : search_in_CTN 2019-03-21, by Edouard Tisserant
- WIP adding searching capabilities in python files. was done : search_in_CTN 2019-03-21, by Edouard Tisserant
- WIP adding searching capabilities in python files. was done : search_in_CTN 2019-03-20, by Edouard Tisserant
- WIP adding searching capabilities in python files: search_in_CTN 2019-03-15, by Edouard Tisserant
- Fixed more pylint reports : 2019-03-11, by Edouard Tisserant
- 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