- fix bug with TextViewer instance in debug mode, appears after transferring new program on PLC 2017-06-27, by Surkov Sergey
- fix build problem when make command have trailing whitespace(s) 2017-06-27, by Andrey Skvortsov
- add dialog "add program", that appears after creating new project 2017-06-26, by Surkov Sergey
- fix i18n string selection for combobox generated from XSD 2017-06-26, by Surkov Sergey
- update Russian and French (Fabien M) translations 2017-06-22, by Andrey Skvortsov
- l18n: update messages.pot and app.fil 2017-06-22, by Andrey Skvortsov
- add l18n support to variable table in CodeFileEditor (python/C extension) 2017-06-22, by Andrey Skvortsov
- set project name and character set in generated messages.pot 2017-06-22, by Andrey Skvortsov
- close DurationEditorDialog on ENTER key 2017-06-22, by Andrey Skvortsov
- add button to ForceVariableDialog to toggle forced boolean value 2017-06-21, by Andrey Skvortsov
- fix problem with hidden FindInPou dialog with wxPython 3.0 on Windows 2017-06-20, by Andrey Skvortsov
- enable non-latin variable descriptions in CodeFileEditor 2017-06-20, by Andrey Skvortsov
- disable empty coils and contacts in LD/SFC editors 2017-06-20, by Andrey Skvortsov
- remove debug code 2017-06-19, by Andrey Skvortsov
- make all dialog have non-fixed size 2017-06-19, by Andrey Skvortsov
- avoid infinite loop in search 2017-06-09, by Andrey Skvortsov
- make adjustable size of ArrayTypeDialog 2017-06-08, by Andrey Skvortsov
- fix problem with initial values for array of structures 2017-06-08, by Andrey Skvortsov
- add information about community support channel to Beremiz and PLCOpenEditor 2017-06-06, by Andrey Skvortsov
- cleanup wxHMI example 2017-06-06, by Andrey Skvortsov
- cleanup wxGlade example 2017-06-06, by Andrey Skvortsov
- add comments to wiimote example 2017-06-06, by Andrey Skvortsov
- fix running wxGlade on current Debian systems 2017-06-06, by Andrey Skvortsov
- rename text field in SVG graphic to match IEC code in svgui example 2017-06-02, by Andrey Skvortsov
- disallow setting IEC location addresses for TIME, DATE, DT and TOD variables 2017-06-01, by Andrey Skvortsov
- if there is no users matiec installation, then use system path to run iec2c 2017-05-30, by Andrey Skvortsov
- remove child node from add child node menu, if max count of the same type nodes reached 2017-05-23, by Surkov Sergey
- fix reducing groups with ordered elements 2017-05-18, by Surkov Sergey
- fix extra brace 2017-05-03, by Anton Midyukov
- add getCompiler and getLinker methods, to abstract from XSD. 2017-04-28, by Paul Beltyukov
- make run Beremiz and PLCOpen Editor, if full path contain non-lating 2017-04-20, by Andrey Skvortsov
- README.md edited online with Bitbucket 2017-04-12, by Andrey Skvortsov
- fix clearing project name on opening project properties page. 2017-04-11, by Andrey Skvortsov
- fix problem with debugging external string variables 2017-04-11, by Andrey Skvortsov
- fix problem with clearing non-empty location field after changing type of config variable 2017-04-11, by Andrey Skvortsov
- fix backtrace on opening program/resource on small screens 2017-04-10, by Andrey Skvortsov
- show whether instance of SFC action is currently active or not in its 2017-04-07, by Andrey Skvortsov
- clean PLC log only if there is something to clean 2017-04-05, by Andrey Skvortsov
- reset loaded messages counts on new PLC program trasnfer 2017-04-05, by Andrey Skvortsov
- add function block to variable panel if fb is added using toolbar 2017-04-04, by Andrey Skvortsov
- enable to write SFC transition in IL 2017-03-28, by Andrey Skvortsov
- fix debug button and variable tree generate for actions and transitions in POU instance variable panel 2017-03-28, by Surkov Sergey
- clear variable location cell in variable panel, if variable class or type changed 2017-03-28, by Surkov Sergey
- runtime is licensed under LGPLv2.1 2017-03-27, by Andrey Skvortsov
- make command line help message for Beremiz more verbose 2017-03-27, by Andrey Skvortsov
- fix typos and small errors in Russian translation 2017-03-21, by Andrey Skvortsov
- merge Beremiz launcher support 2017-03-10, by Andrey Skvortsov
- rename BeremizIDELauncher.py to Beremiz.py 2017-03-10, by Andrey Skvortsov
- rename Beremiz.py to BeremizIDE.py 2017-03-10, by Andrey Skvortsov
- wrap Beremiz startup code into separate launcher class 2017-03-10, by Andrey Skvortsov
- dynamically increase size of dialog window for editing comment block 2017-03-10, by Andrey Skvortsov
- add hotkeys to open recent projects 2017-03-09, by Andrey Skvortsov
- fix twice shown error message box, when wrong non-valid IEC identifier entered 2017-03-09, by Andrey Skvortsov
- apply constraints to names for tasks and task instances in resource configuration 2017-03-09, by Andrey Skvortsov
- Fix russian translation 2017-03-09, by PaulBeltyukov
- Merged skvorl/beremiz into default 2017-03-06, by Sergey Surkov
- add stretching to columns Name, Type, Doc in variable panel 2017-03-03, by Surkov Sergey
- fix SFC Step flush method 2017-02-06, by Surkov Sergey
- fix redraw debug instance tab after transferring new build to PLC. closes #15 2017-02-06, by Surkov Sergey
- 1. Deleted .directory file, and added it to .hgignore. 2017-03-06, by PaulBeltyukov