2016-09-12 |
Andrey Skvortsov |
Merged in Surkovsv/beremiz (pull request #4)
|
changeset |
files
|
2016-09-12 |
Sergey Surkov |
Add hotkey (F12) for switching perspective.
|
changeset |
files
|
2016-09-12 |
Paul Beltyukov |
Merged skvorl/beremiz into default
|
changeset |
files
|
2016-09-10 |
alexander |
Fixed crash when starts on OS X with wxPython 3.0.x
|
changeset |
files
|
2016-09-09 |
Paul Beltyukov |
Merged skvorl/beremiz into default
|
changeset |
files
|
2016-08-26 |
alexander.shaykhrazeev@gmail.com |
Added .idea dir to ignore.
|
changeset |
files
|
2016-09-09 |
Andrey Skvortsov |
cleanup logging example
|
changeset |
files
|
2016-09-09 |
Andrey Skvortsov |
fix non-working logging at first connection to PLC after Beremiz launch
|
changeset |
files
|
2016-09-09 |
Andrey Skvortsov |
Merged in Surkovsv/beremiz (pull request #2)
|
changeset |
files
|
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
|
changeset |
files
|
2016-09-05 |
Andrey Skvortsov |
fix highlighting input/outputs in function call in ST, if comment section is placed
|
changeset |
files
|
2016-08-24 |
Andrey Skvortsov |
add initialization tick time on Beremiz start
|
changeset |
files
|
2016-08-24 |
Andrey Skvortsov |
fix race condition in ProcessLogger
|
changeset |
files
|
2016-08-23 |
alexander |
- Fixed startup from ancestor code.
|
changeset |
files
|
2016-08-18 |
Paul Beltyukov |
This fixes issue #5
|
changeset |
files
|
2016-05-06 |
andrey |
fix bug: Beremiz IDE hangs during launching Beremiz_service
|
changeset |
files
|
2016-05-06 |
Andrey Skvortsov |
automatically detect flags supported by matiec and find correct path
|
changeset |
files
|
2016-05-06 |
Andrey Skvortsov |
fix bug that appears if datatype in the project tree is renamed to wrong name (keyword, existend type,...)
|
changeset |
files
|
2016-05-06 |
Andrey Skvortsov |
add distribution license notice to about dialog as GPL requires
|
changeset |
files
|
2016-05-06 |
Andrey Skvortsov |
add GPLv2 license
|
changeset |
files
|
2016-05-06 |
Andrey Skvortsov |
add copyright notices to python files where there were missing, that
|
changeset |
files
|
2016-05-06 |
Andrey Skvortsov |
fix issue that was impossible to remove local instance of functional
|
changeset |
files
|
2016-04-28 |
Andrey Skvortsov |
fix highlighting of multiline comments in ST and IL
|
changeset |
files
|
2016-04-28 |
Andrey Skvortsov |
fix error if non-latin character was entered in initial value in
|
changeset |
files
|
2016-04-28 |
Andrey Skvortsov |
fix issue with sometimes wrong return code of ProcessLogger
|
changeset |
files
|
2016-04-28 |
Andrey Skvortsov |
Fix error about missing attribute 'timeout' that happens sometimes during compilation
|
changeset |
files
|
2016-04-27 |
Andrey Skvortsov |
fix copying elements with non-latin content like comment element, or
|
changeset |
files
|
2016-04-25 |
Andrey Skvortsov |
fix issue that if functional block is dragged from project panel into
|
changeset |
files
|
2016-04-22 |
Andrey Skvortsov |
fix regression introduced by changeset: 1431:28e9d479aa65 [Use '-p' command line option when running matiec (iec2c)]
|
changeset |
files
|
2016-04-22 |
Andrey Skvortsov |
fix display of ARRAY fields inside of structure data types.
|
changeset |
files
|
2016-04-22 |
Andrey Skvortsov |
fix Traceback if search icon on library panel is clicked, when no
|
changeset |
files
|
2016-04-22 |
Andrey Skvortsov |
update Russian about Beremiz dialog window
|
changeset |
files
|
2016-04-22 |
Andrey Skvortsov |
fix issue, that was impossible to change time interval for cyclic
|
changeset |
files
|
2016-04-21 |
Andrey Skvortsov |
fix deprecation warnings about accessing properties m_x, m_y of wxKeyEvent
|
changeset |
files
|
2016-04-21 |
Andrey Skvortsov |
fix set_color_cycle from matplotlib deprecation warning
|
changeset |
files
|
2016-04-21 |
Andrey Skvortsov |
update Russian translation
|
changeset |
files
|
2016-04-21 |
Andrey Skvortsov |
add i18n for some strings in DiscoveryDialog, DurationEditDialog, ProjectDialog and CodeFileEditor
|
changeset |
files
|
2016-04-21 |
Andrey Skvortsov |
fix wrong Row number in DiscoveryDialog.py that caused following traceback:
|
changeset |
files
|
2016-04-21 |
Andrey Skvortsov |
increase height of some dialog windows so they have enough space for buttons
|
changeset |
files
|
2016-04-21 |
Andrey Skvortsov |
add translation into Russian for dialog window "About PLCOpen Editor"
|
changeset |
files
|
2016-04-21 |
Andrey Skvortsov |
add translation of "about" window into Russian
|
changeset |
files
|
2016-04-20 |
Andrey Skvortsov |
make About and Find dialogs have the same icon as main Beremiz window
|
changeset |
files
|
2016-04-20 |
Andrey Skvortsov |
fix splash loading with wx3.0
|
changeset |
files
|
2016-04-20 |
Andrey Skvortsov |
add i18n for couple of strings in TextViewer.py
|
changeset |
files
|
2016-04-20 |
Andrey Skvortsov |
increase height for ConnectionDialog and ArrayTypeDialog to have
|
changeset |
files
|
2016-04-19 |
Andrey Skvortsov |
add Russian translation
|
changeset |
files
|
2016-04-19 |
Andrey Skvortsov |
bitmap in wx3.0 doesn't have useAlpha() method
|
changeset |
files
|
2016-04-19 |
Andrey Skvortsov |
Suppress WXDEBUG assertions, as happens by default with wx2.8. This is
|
changeset |
files
|
2016-04-18 |
Andrey Skvortsov |
enable use of wxWidgets-3.0
|
changeset |
files
|
2016-04-18 |
Andrey Skvortsov |
make mki18n.py wx-3.0 compatible and fix segmentation fault
|
changeset |
files
|
2016-04-18 |
Andrey Skvortsov |
fix issue, then it wasn't possible to view FBD programs
|
changeset |
files
|
2016-04-18 |
Andrey Skvortsov |
fix issue, then it wasn't possible to remove functional blocks from
|
changeset |
files
|
2016-04-18 |
Andrey Skvortsov |
fix many compilation warnings about static variables used by non-static functions
|
changeset |
files
|
2016-04-18 |
Andrey Skvortsov |
make attribute CFLAGS and LDFLAGS optional and add default empty value
|
changeset |
files
|
2016-04-18 |
Andrey Skvortsov |
fix issue, when structure data type with array field is created
|
changeset |
files
|
2016-04-18 |
Andrey Skvortsov |
fixes sometimes happened error during project compilation
|
changeset |
files
|
2015-10-21 |
mjsousa |
merge
|
changeset |
files
|
2014-12-06 |
mjsousa |
Use '-p' command line option when running matiec (iec2c)
|
changeset |
files
|
2014-11-26 |
mjsousa |
Add command line option '-l' when calling matiec
|
changeset |
files
|
2014-11-12 |
mjsousa |
merge
|
changeset |
files
|