- 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
- 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