beremiz
Clone
Summary
Browse
Changes
Graph
1.2rc1
1.2
2017-01-24, Edouard Tisserant 7BB06627
24168e52fc2b
closing 1.1 branch
1.1 Korean release
2017-01-24, Edouard Tisserant 7BB06627
437d258179e1
for tests svgui and logging move code from old py_ext.xml to the new pyfile.xml
2017-01-19, Andrey Skvortsov
1953c268a194
merge
2017-01-17, Andrey Skvortsov
3f86e9768f14
fix IL jumps highlighting in Text Viewer
2017-01-17, Surkov Sergey
6f4624687b89
change white background for icons in PouInstanceVariablePanel to transparent
2017-01-16, Andrey Skvortsov
ad3dee8b6d48
change white background for project tree element to transparent
2017-01-16, Andrey Skvortsov
25e3bf6e193d
fix second error message in case of error appearing too early to have a wx frame
2017-01-16, Edouard Tisserant 7BB06627
299a1dde6baa
fix a side effect of 95ecb26fdc4e
2017-01-16, Edouard Tisserant 7BB06627
f629a91b456d
remove old unused .cvsignore
2017-01-13, Andrey Skvortsov
6e1ea3451c23
fix issue with printing scheme (FBD, LD or SFC) with comment element on GNU/Linux
2017-01-13, Andrey Skvortsov
940e20a8865b
detect iec2c options and ieclib path only once during the first build
2017-01-13, Andrey Skvortsov
f0030c3cd6ab
attach checkedBlockDict variable to the body object
2017-01-13, Andrey Skvortsov
80eee3c5a057
fix file header in AboutDialog.py
2017-01-13, Andrey Skvortsov
6309efe91289
update Russian translation
2017-01-12, Andrey Skvortsov
c431d64589ef
check before program generation whether SFC step, that is referenced
2017-01-12, Andrey Skvortsov
0779c1b18c01
use translatable descriptions for stadard and additional IEC function
2017-01-11, Andrey Skvortsov
be3f68731798
move code in mki18n.py generated translation strings from custom files into separate function
2017-01-11, Andrey Skvortsov
bc84d659894f
clean search result panel after open another project
2017-01-11, Surkov Sergey
aa9ec1d5c54c
fix highlight of search result in Search Result Panel
2017-01-10, Surkov Sergey
a0c7a6cb1690
fix doubling search results in Search Result Panel
2017-01-10, Surkov Sergey
4485e6478b91
make FindInPouDialog work on Windows with wxPython 2.8
2016-12-29, Andrey Skvortsov
3bffe3bd8d78
fix local search in actions and transitions
2016-12-29, Surkov Sergey
163d3a883575
convert FindInPouDialog from wx.Frame to wx.Dialog
2016-12-28, Andrey Skvortsov
474de7fdcfd9
temporary disable SFC transitions in IL, because matiec can't compile it
2016-12-28, Andrey Skvortsov
3f3d97be9a9f
fix issue with creating SFC transitions using ST and IL
2016-12-28, Andrey Skvortsov
3638463d6e02
replace '-' with '.' in resource tab and transition/action SFC code
2016-12-26, Andrey Skvortsov
af9b0ccb418e
check during program generation whether source signal is defined for single task
2016-12-26, Andrey Skvortsov
f8f05f849831
fix strange behavior on Backspace press in ST
2016-12-23, Andrey Skvortsov
41ca586da9dc
fix close button in system menu for AboutDialog on Windows
2016-12-22, Andrey Skvortsov
bd03e1217fa5
make renames caseinsensitive
2016-12-22, Andrey Skvortsov
5e64d552b25a
fix problem with SFC action/transition rename
2016-12-20, Andrey Skvortsov
31703a04789a
fix problem that it was impossible to edit SFC jump, if it references non-existent SFC step
2016-12-20, Andrey Skvortsov
0d961dc6f58f
remove all corresponding SFC jumps when SFC step is removed (but only in DRIVENDRAWING_MODE)
2016-12-20, Andrey Skvortsov
e8efeeb718ab
rename all corresponding SFC jumps when SFC step is renamed (but only in DRIVENDRAWING_MODE)
2016-12-20, Andrey Skvortsov
f9c672ed8f9e
add check of new project path in Save As
2016-12-14, Sergey Surkov
99a02c6161b6
fix issue that in Debug mode LD instance doesn't show correctly its state after
2016-12-14, Andrey Skvortsov
0b6b60241230
fix issue with task rename if "Name" column label is translated into
2016-12-14, Andrey Skvortsov
7f98c091be56
fix issue with compiling SFC POU with non-connected transition (type "connection")
2016-12-14, Andrey Skvortsov
18279f12a6be
fix bug with recent projects menu, remove path to the project from menu, if project directory doesn't exist
2016-12-13, Sergey Surkov
95ecb26fdc4e
fix bug with empty directories in recent projects menu
2016-12-13, Sergey Surkov
37271c24ce45
fix list of recent projects in File menu, add path to current project after Save As
2016-12-12, Sergey Surkov
481a71c864d4
by default init input and output in step sfc block, and output for initial step sfc block
2016-12-08, Sergey Surkov
466c26b0cfc2
update PLC status after initialization
2016-12-07, Andrey Skvortsov
1445457547f7
always load existing PLC program from the working directory
2016-12-07, Andrey Skvortsov
0e4182e9cc09
stop PLC before unloading
2016-12-07, Andrey Skvortsov
f5868f866d2b
add internatialization support for Beremiz_service.py
2016-12-07, Andrey Skvortsov
b3cc68dd037d
fix issue with changing annonced Pyro service name via taskbar icon
2016-12-07, Andrey Skvortsov
049b7144a710
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
6a27490fed96
start/stop from taskbar icon only if PLC is stopped/started
2016-12-07, Andrey Skvortsov
c40355f450a5
close Pyro socket after daemon stop
2016-12-07, Andrey Skvortsov
38e5f8847a45
add python-wxgtk3.0 support to Beremiz_service.py
2016-12-07, Andrey Skvortsov
cdf95900d44f
make about dialog on Windows not so big
2016-12-02, Andrey Skvortsov
a5fd07db1db6
update Russian translation
2016-12-01, Andrey Skvortsov
9277d3174744
add i18n to PLC status
2016-12-01, Andrey Skvortsov
b1be42401522
remove clear and reset execution order buttons in popup menu in SFC and LD viewers.
2016-12-01, Sergey Surkov
e17406dd4f06
fix initial(equal to the min) number of sequences in SFC Divergence dialog.
2016-12-01, Sergey Surkov
60c0db313ec9
make only correct blocks(by IEC 61131-3 standard) available in wire popup menu in SFC Viewer
2016-12-01, Sergey Surkov
431f4ef34bde
move EnhancedStatusBar.py to the right location
2016-11-30, Andrey Skvortsov
d91356480df9
add internatialization support to startup messages during checking software updates
2016-11-29, Andrey Skvortsov
dee51e22a9aa