2016-11-08 Andrey Skvortsov fix breaking non-latin description and comments in FBD, LD, SFC and
2016-11-02 Sergey Surkov fix borders of pull-down choice list box in Config tab, in Project Properties
2016-11-01 Andrey Skvortsov add version.py needed for previous commit '4ce8492'
2016-11-01 Andrey Skvortsov add version with commit hash to 'About' dialogs for Beremiz IDE and PLCOpenEditor
2016-10-31 Andrey Skvortsov ignore generated bugreports and output of i18n script
2016-10-28 Sergey Surkov now dialogs Find and Search in Project can be closed with ESC button
2016-10-28 Sergey Surkov fix russian translation of "direction" in Find dialog
2016-10-28 Sergey Surkov fix major bugs in Find and Search in Project functionality.
2016-10-28 Andrey Skvortsov fix issue with non-updated button 'generated IECCode' after Build and Clean
2016-10-27 Andrey Skvortsov increase dialog size for edit SFC transition, so buttons are visible
2016-10-27 Andrey Skvortsov fix issue that sometimes period for cyclic task wasn't saved.
2016-10-27 Andrey Skvortsov add first steps example, that shows how use all IEC 61131 languages
2016-10-26 Andrey Skvortsov fix issue with empty frame with generated ST code
2016-10-26 Andrey Skvortsov fix not saving location address from variable panel
2016-10-24 Andrey Skvortsov add $(Beremiz installation)/mingw/bin in PATH on Windows platform
2016-10-21 Andrey Skvortsov fix issue with non-working global hotkeys in IEC code panel
2016-10-20 Andrey Skvortsov add more comments to svgui example
2016-10-20 Andrey Skvortsov cleanup traffic lights example
2016-10-19 Andrey Skvortsov cleanup svgui example
2016-10-18 Sergey Surkov Fix bug with two or more wires connected to one input. Now only one wire can be connected to one input, except BOOLean signals in LD and SFC. If user trying to connect wire with already connected input, wire highlight will become red.
2016-10-14 Andrey Skvortsov fix issue with sequence of multiple whitespaces in makefile command
2016-10-14 Andrey Skvortsov fix minor issue and do some cleanup work in genericmake example
2016-10-12 Andrey Skvortsov cleanup python example
2016-10-06 Andrey Skvortsov complete fix in commit 3518d10 for wxgtk2.8
2016-10-05 Andrey Skvortsov fix syncronization issue during killing ProcessLoggers on IDE close
2016-10-05 Sergey Surkov Add russian translation on label "Tick" in debug variable panel.
2016-10-05 Sergey Surkov Add russian language in Project properties -> Other menu.
2016-10-04 Andrey Skvortsov fix issue, that was impossible to change variable location IEC-address, when wx 3.0 is used
2016-10-04 Andrey Skvortsov Merge
2016-10-04 Andrey Skvortsov fix infinite recursion in 'Reset Execution Order' functionality if FBD body contains feedback connections
2016-09-13 Andrey Skvortsov fix issues in PLCOpenEditor with moving from wxWidgets 2.8 to 3.0
2016-09-12 Andrey Skvortsov update messages and add Russian translation for new menu entry 'switch perspective'
2016-09-12 Andrey Skvortsov Merged in Surkovsv/beremiz (pull request #4)
2016-09-12 Sergey Surkov Add hotkey (F12) for switching perspective.
2016-09-12 Paul Beltyukov Merged skvorl/beremiz into default
2016-09-10 alexander Fixed crash when starts on OS X with wxPython 3.0.x
2016-09-09 Paul Beltyukov Merged skvorl/beremiz into default
2016-08-26 alexander.shaykhrazeev@gmail.com Added .idea dir to ignore.
2016-09-09 Andrey Skvortsov cleanup logging example
2016-09-09 Andrey Skvortsov fix non-working logging at first connection to PLC after Beremiz launch
2016-09-09 Andrey Skvortsov Merged in Surkovsv/beremiz (pull request #2)
2016-09-09 Sergey Surkov fix bug with non-editable names and types of FB local variables in POU's written in ST or IL
2016-09-05 Andrey Skvortsov fix highlighting input/outputs in function call in ST, if comment section is placed
2016-08-24 Andrey Skvortsov add initialization tick time on Beremiz start
2016-08-24 Andrey Skvortsov fix race condition in ProcessLogger
2016-08-23 alexander - Fixed startup from ancestor code.
2016-08-18 Paul Beltyukov This fixes issue #5
2016-05-06 andrey fix bug: Beremiz IDE hangs during launching Beremiz_service
2016-05-06 Andrey Skvortsov automatically detect flags supported by matiec and find correct path
2016-05-06 Andrey Skvortsov fix bug that appears if datatype in the project tree is renamed to wrong name (keyword, existend type,...)
2016-05-06 Andrey Skvortsov add distribution license notice to about dialog as GPL requires
2016-05-06 Andrey Skvortsov add GPLv2 license
2016-05-06 Andrey Skvortsov add copyright notices to python files where there were missing, that
2016-05-06 Andrey Skvortsov fix issue that was impossible to remove local instance of functional
2016-04-28 Andrey Skvortsov fix highlighting of multiline comments in ST and IL
2016-04-28 Andrey Skvortsov fix error if non-latin character was entered in initial value in
2016-04-28 Andrey Skvortsov fix issue with sometimes wrong return code of ProcessLogger
2016-04-28 Andrey Skvortsov Fix error about missing attribute 'timeout' that happens sometimes during compilation
2016-04-27 Andrey Skvortsov fix copying elements with non-latin content like comment element, or
2016-04-25 Andrey Skvortsov fix issue that if functional block is dragged from project panel into
2016-04-22 Andrey Skvortsov fix regression introduced by changeset: 1431:28e9d479aa65 [Use '-p' command line option when running matiec (iec2c)]
2016-04-22 Andrey Skvortsov fix display of ARRAY fields inside of structure data types.
2016-04-22 Andrey Skvortsov fix Traceback if search icon on library panel is clicked, when no
2016-04-22 Andrey Skvortsov update Russian about Beremiz dialog window
2016-04-22 Andrey Skvortsov fix issue, that was impossible to change time interval for cyclic
2016-04-21 Andrey Skvortsov fix deprecation warnings about accessing properties m_x, m_y of wxKeyEvent
2016-04-21 Andrey Skvortsov fix set_color_cycle from matplotlib deprecation warning
2016-04-21 Andrey Skvortsov update Russian translation
2016-04-21 Andrey Skvortsov add i18n for some strings in DiscoveryDialog, DurationEditDialog, ProjectDialog and CodeFileEditor
2016-04-21 Andrey Skvortsov fix wrong Row number in DiscoveryDialog.py that caused following traceback:
2016-04-21 Andrey Skvortsov increase height of some dialog windows so they have enough space for buttons
2016-04-21 Andrey Skvortsov add translation into Russian for dialog window "About PLCOpen Editor"
2016-04-21 Andrey Skvortsov add translation of "about" window into Russian
2016-04-20 Andrey Skvortsov make About and Find dialogs have the same icon as main Beremiz window
2016-04-20 Andrey Skvortsov fix splash loading with wx3.0
2016-04-20 Andrey Skvortsov add i18n for couple of strings in TextViewer.py
2016-04-20 Andrey Skvortsov increase height for ConnectionDialog and ArrayTypeDialog to have
2016-04-19 Andrey Skvortsov add Russian translation
2016-04-19 Andrey Skvortsov bitmap in wx3.0 doesn't have useAlpha() method
2016-04-19 Andrey Skvortsov Suppress WXDEBUG assertions, as happens by default with wx2.8. This is
2016-04-18 Andrey Skvortsov enable use of wxWidgets-3.0
2016-04-18 Andrey Skvortsov make mki18n.py wx-3.0 compatible and fix segmentation fault
2016-04-18 Andrey Skvortsov fix issue, then it wasn't possible to view FBD programs
2016-04-18 Andrey Skvortsov fix issue, then it wasn't possible to remove functional blocks from
2016-04-18 Andrey Skvortsov fix many compilation warnings about static variables used by non-static functions
2016-04-18 Andrey Skvortsov make attribute CFLAGS and LDFLAGS optional and add default empty value
2016-04-18 Andrey Skvortsov fix issue, when structure data type with array field is created
2016-04-18 Andrey Skvortsov fixes sometimes happened error during project compilation
2015-10-21 mjsousa merge
2014-12-06 mjsousa Use '-p' command line option when running matiec (iec2c)
2014-11-26 mjsousa Add command line option '-l' when calling matiec
2014-11-12 mjsousa merge
2014-07-08 mjsousa merge
2014-06-06 mjsousa merge
2014-05-26 mjsousa Update __SET_VAR() macros to reflect changes made to matiec
2015-06-19 Edouard Tisserant Merged
2015-06-19 Edouard Tisserant Merged
2015-06-19 Edouard Tisserant Fixed win32 build warning caused by leftover debug code
2015-06-19 Edouard Tisserant Fixed win32 runtime crashing when attempting to log before errors before PLC start. Added pictures to wxHMI and fixed it so that it loads on windows as well
2015-06-19 Edouard Tisserant Fixed canfestival extension own path resolution
2015-06-19 Edouard Tisserant Changed runtime's global PLCID to PLC_ID, working around redefinition in windoze' headers.
2015-06-18 Edouard Tisserant Extended wxHMI test
2015-06-18 Edouard Tisserant Added wxHMI test
2015-06-15 Edouard Tisserant merged forgotten changesets
2015-03-14 Edouard Tisserant Added log message when RETAIN memory not valid
2015-03-14 Edouard Tisserant Fixed leftover typo
2015-03-13 Edouard Tisserant Added PLCID variable accessible from C side, set with binarie's MD5. Added retain init and cleanup calls. Extended tests/python to test PLCID
2015-03-13 Edouard Tisserant Splitted plc_Xenomai_main.c to enable further customization
2015-04-03 Ronan Bignaux add pyrossl client side
2015-03-24 Edouard Tisserant fixed build of some tests
2015-02-26 Edouard Tisserant Fixed Nevow website startup
2015-02-25 Edouard Tisserant Fixed build of tests/python.
2015-02-25 Edouard Tisserant Added Ronan Bignaux (genesis) patch to use wxversion. Fixed side effects with sys.path. Other cosmetic fixes about path included.
2015-02-24 Edouard Tisserant Fixed SFC code generation bug detected by Mario
2015-02-21 Edouard Tisserant Added __ext_name__ variable accessible from user python code, reflecting extension name. Fixed contend of OnChange field in PLCGlobalsDesc
2015-02-18 Edouard Tisserant Added more columns in variable list of extensions' code editors - updating python's PLCGlobals from PLC logic can trigger asynchronous 'OnChange' python call
2015-02-17 Edouard Tisserant Fixed systematically loading PLC binary at startup even without -a parameter. Extended py_ext extensions instances variable description (PLCGlobalsDesc). Now contains list of variables organizd by extension, with extension name
2015-02-16 Edouard Tisserant Split runtime's twisted modules import and setup to ease runtime extensions hotpatching
2015-02-09 Edouard Tisserant More versatile registering of wamp callees
2015-02-09 Edouard Tisserant Added forgotten wampconf.json in tests/wamp