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