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
2017-01-24 Edouard Tisserant 7BB06627 1.2rc1 1.2
2017-01-24 Edouard Tisserant 7BB06627 closing 1.1 branch 1.1 Korean release
2017-01-19 Andrey Skvortsov for tests svgui and logging move code from old py_ext.xml to the new pyfile.xml
2017-01-17 Andrey Skvortsov merge
2017-01-17 Surkov Sergey fix IL jumps highlighting in Text Viewer
2017-01-16 Andrey Skvortsov change white background for icons in PouInstanceVariablePanel to transparent
2017-01-16 Andrey Skvortsov change white background for project tree element to transparent
2017-01-16 Edouard Tisserant 7BB06627 fix second error message in case of error appearing too early to have a wx frame
2017-01-16 Edouard Tisserant 7BB06627 fix a side effect of 95ecb26fdc4e
2017-01-13 Andrey Skvortsov remove old unused .cvsignore
2017-01-13 Andrey Skvortsov fix issue with printing scheme (FBD, LD or SFC) with comment element on GNU/Linux
2017-01-13 Andrey Skvortsov detect iec2c options and ieclib path only once during the first build
2017-01-13 Andrey Skvortsov attach checkedBlockDict variable to the body object
2017-01-13 Andrey Skvortsov fix file header in AboutDialog.py
2017-01-12 Andrey Skvortsov update Russian translation
2017-01-12 Andrey Skvortsov check before program generation whether SFC step, that is referenced
2017-01-11 Andrey Skvortsov use translatable descriptions for stadard and additional IEC function
2017-01-11 Andrey Skvortsov move code in mki18n.py generated translation strings from custom files into separate function
2017-01-11 Surkov Sergey clean search result panel after open another project
2017-01-10 Surkov Sergey fix highlight of search result in Search Result Panel
2017-01-10 Surkov Sergey fix doubling search results in Search Result Panel
2016-12-29 Andrey Skvortsov make FindInPouDialog work on Windows with wxPython 2.8
2016-12-29 Surkov Sergey fix local search in actions and transitions
2016-12-28 Andrey Skvortsov convert FindInPouDialog from wx.Frame to wx.Dialog
2016-12-28 Andrey Skvortsov temporary disable SFC transitions in IL, because matiec can't compile it
2016-12-28 Andrey Skvortsov fix issue with creating SFC transitions using ST and IL
2016-12-26 Andrey Skvortsov replace '-' with '.' in resource tab and transition/action SFC code
2016-12-26 Andrey Skvortsov check during program generation whether source signal is defined for single task
2016-12-23 Andrey Skvortsov fix strange behavior on Backspace press in ST
2016-12-22 Andrey Skvortsov fix close button in system menu for AboutDialog on Windows
2016-12-22 Andrey Skvortsov make renames caseinsensitive
2016-12-20 Andrey Skvortsov fix problem with SFC action/transition rename
2016-12-20 Andrey Skvortsov fix problem that it was impossible to edit SFC jump, if it references non-existent SFC step
2016-12-20 Andrey Skvortsov remove all corresponding SFC jumps when SFC step is removed (but only in DRIVENDRAWING_MODE)
2016-12-20 Andrey Skvortsov rename all corresponding SFC jumps when SFC step is renamed (but only in DRIVENDRAWING_MODE)
2016-12-14 Sergey Surkov add check of new project path in Save As
2016-12-14 Andrey Skvortsov fix issue that in Debug mode LD instance doesn't show correctly its state after
2016-12-14 Andrey Skvortsov fix issue with task rename if "Name" column label is translated into
2016-12-14 Andrey Skvortsov fix issue with compiling SFC POU with non-connected transition (type "connection")
2016-12-13 Sergey Surkov fix bug with recent projects menu, remove path to the project from menu, if project directory doesn't exist
2016-12-13 Sergey Surkov fix bug with empty directories in recent projects menu
2016-12-12 Sergey Surkov fix list of recent projects in File menu, add path to current project after Save As
2016-12-08 Sergey Surkov by default init input and output in step sfc block, and output for initial step sfc block
2016-12-07 Andrey Skvortsov update PLC status after initialization
2016-12-07 Andrey Skvortsov always load existing PLC program from the working directory
2016-12-07 Andrey Skvortsov stop PLC before unloading
2016-12-07 Andrey Skvortsov add internatialization support for Beremiz_service.py
2016-12-07 Andrey Skvortsov fix issue with changing annonced Pyro service name via taskbar icon
2016-12-07 Andrey Skvortsov don't crash on trying to change IP interface for Beremiz_service using taskbar icon if IP wasn't previously
2016-12-07 Andrey Skvortsov start/stop from taskbar icon only if PLC is stopped/started
2016-12-07 Andrey Skvortsov close Pyro socket after daemon stop
2016-12-07 Andrey Skvortsov add python-wxgtk3.0 support to Beremiz_service.py
2016-12-02 Andrey Skvortsov make about dialog on Windows not so big
2016-12-01 Andrey Skvortsov update Russian translation
2016-12-01 Andrey Skvortsov add i18n to PLC status
2016-12-01 Sergey Surkov remove clear and reset execution order buttons in popup menu in SFC and LD viewers.