beremiz
Clone
Summary
Browse
Changes
Graph
Added .idea dir to ignore.
2016-08-26, alexander.shaykhrazeev@gmail.com
0fa5de94c131
cleanup logging example
2016-09-09, Andrey Skvortsov
36e912fac70f
fix non-working logging at first connection to PLC after Beremiz launch
2016-09-09, Andrey Skvortsov
70fc5688741e
Merged in Surkovsv/beremiz (pull request #2)
2016-09-09, Andrey Skvortsov
3519eee2bdf6
fix bug with non-editable names and types of FB local variables in POU's written in ST or IL
2016-09-09, Sergey Surkov
fef49488b5c7
fix highlighting input/outputs in function call in ST, if comment section is placed
2016-09-05, Andrey Skvortsov
e44950d4c218
add initialization tick time on Beremiz start
2016-08-24, Andrey Skvortsov
6addc58f63a6
fix race condition in ProcessLogger
2016-08-24, Andrey Skvortsov
f7ac0d11118e
- Fixed startup from ancestor code.
2016-08-23, alexander
a656ccb868d4
This fixes issue #5
2016-08-18, Paul Beltyukov
30692ab8b5c7
fix bug: Beremiz IDE hangs during launching Beremiz_service
2016-05-06, andrey
9db0b436fbb3
automatically detect flags supported by matiec and find correct path
2016-05-06, Andrey Skvortsov
da8bf5aa275f
fix bug that appears if datatype in the project tree is renamed to wrong name (keyword, existend type,...)
2016-05-06, Andrey Skvortsov
968e7898d66b
add distribution license notice to about dialog as GPL requires
2016-05-06, Andrey Skvortsov
b7b8d29e2a2d
add GPLv2 license
2016-05-06, Andrey Skvortsov
d3c8b65ad87b
add copyright notices to python files where there were missing, that
2016-05-06, Andrey Skvortsov
91538d0c242c
fix issue that was impossible to remove local instance of functional
2016-05-06, Andrey Skvortsov
7272baadd7f6
fix highlighting of multiline comments in ST and IL
2016-04-28, Andrey Skvortsov
7aaf850d8d1c
fix error if non-latin character was entered in initial value in
2016-04-28, Andrey Skvortsov
4c645e6b8c98
fix issue with sometimes wrong return code of ProcessLogger
2016-04-28, Andrey Skvortsov
d7f474d10210
Fix error about missing attribute 'timeout' that happens sometimes during compilation
2016-04-28, Andrey Skvortsov
b9b8978dbc9d
fix copying elements with non-latin content like comment element, or
2016-04-27, Andrey Skvortsov
5ecb16be9a3c
fix issue that if functional block is dragged from project panel into
2016-04-25, Andrey Skvortsov
d3f97b72c02a
fix regression introduced by changeset: 1431:28e9d479aa65 [Use '-p' command line option when running matiec (iec2c)]
2016-04-22, Andrey Skvortsov
3a238c0c5993
fix display of ARRAY fields inside of structure data types.
2016-04-22, Andrey Skvortsov
62eb21aab1fb
fix Traceback if search icon on library panel is clicked, when no
2016-04-22, Andrey Skvortsov
d917c209529d
update Russian about Beremiz dialog window
2016-04-22, Andrey Skvortsov
007588fb6549
fix issue, that was impossible to change time interval for cyclic
2016-04-22, Andrey Skvortsov
8626bba4b2a8
fix deprecation warnings about accessing properties m_x, m_y of wxKeyEvent
2016-04-21, Andrey Skvortsov
b11045a2f17c
fix set_color_cycle from matplotlib deprecation warning
2016-04-21, Andrey Skvortsov
7330c85534ea
update Russian translation
2016-04-21, Andrey Skvortsov
ac8a90b278f1
add i18n for some strings in DiscoveryDialog, DurationEditDialog, ProjectDialog and CodeFileEditor
2016-04-21, Andrey Skvortsov
078047c3ab85
fix wrong Row number in DiscoveryDialog.py that caused following traceback:
2016-04-21, Andrey Skvortsov
00910a8572d9
increase height of some dialog windows so they have enough space for buttons
2016-04-21, Andrey Skvortsov
6dbebfcec074
add translation into Russian for dialog window "About PLCOpen Editor"
2016-04-21, Andrey Skvortsov
14ce1a631f44
add translation of "about" window into Russian
2016-04-21, Andrey Skvortsov
f3c26ebce488
make About and Find dialogs have the same icon as main Beremiz window
2016-04-20, Andrey Skvortsov
f03bc6c9c146
fix splash loading with wx3.0
2016-04-20, Andrey Skvortsov
9c22ff9c8c06
add i18n for couple of strings in TextViewer.py
2016-04-20, Andrey Skvortsov
00fb79aba7ac
increase height for ConnectionDialog and ArrayTypeDialog to have
2016-04-20, Andrey Skvortsov
789acd7cc347
add Russian translation
2016-04-19, Andrey Skvortsov
f1f767545935
bitmap in wx3.0 doesn't have useAlpha() method
2016-04-19, Andrey Skvortsov
a30776c43846
Suppress WXDEBUG assertions, as happens by default with wx2.8. This is
2016-04-19, Andrey Skvortsov
d5efbb20927e
enable use of wxWidgets-3.0
2016-04-18, Andrey Skvortsov
004f9c52f7d8
make mki18n.py wx-3.0 compatible and fix segmentation fault
2016-04-18, Andrey Skvortsov
5d4543ee5a5d
fix issue, then it wasn't possible to view FBD programs
2016-04-18, Andrey Skvortsov
5b294dcaae18
fix issue, then it wasn't possible to remove functional blocks from
2016-04-18, Andrey Skvortsov
79e54c5dead5
fix many compilation warnings about static variables used by non-static functions
2016-04-18, Andrey Skvortsov
8f41aa88aa46
make attribute CFLAGS and LDFLAGS optional and add default empty value
2016-04-18, Andrey Skvortsov
69fe0b81e951
fix issue, when structure data type with array field is created
2016-04-18, Andrey Skvortsov
270dba8bf87b
fixes sometimes happened error during project compilation
2016-04-18, Andrey Skvortsov
49f1763a5613
merge
2015-10-21, mjsousa
de4ee16f7c6c
Use '-p' command line option when running matiec (iec2c)
2014-12-06, mjsousa
28e9d479aa65
Add command line option '-l' when calling matiec
2014-11-26, mjsousa
23045c351012
merge
2014-11-12, mjsousa
144cf3af992c
merge
2014-07-08, mjsousa
3eda8d8f622d
merge
2014-06-06, mjsousa
f65ab5ff91d1
Update __SET_VAR() macros to reflect changes made to matiec
2014-05-26, mjsousa
86797748c2a2
Merged
2015-06-19, Edouard Tisserant
7df108e8cb18
Merged
2015-06-19, Edouard Tisserant
68ba08b3a152