beremiz
Clone
Summary
Browse
Changes
Graph
merge
2019-03-18, Andrey Skvortsov
82c10dcec29c
check_source.sh: fix sed error: -e expression #1, char 25: Invalid range end
2019-03-18, Andrey Skvortsov
fc7de3c128cd
Fix pylint warning [C0325(superfluous-parens), ] Unnecessary parens after u'if' keyword
2019-03-18, Andrey Skvortsov
f5dae7b85906
Update Beremiz dependencies because of added PYROS:// support
2019-03-13, Andrey Skvortsov
1cc6390a7c0b
Fix header and convert comments to docstrings in PSK_Adapter
2019-03-13, Andrey Skvortsov
640d639d9bd8
Fix Pyro work with SSL wrapper (sslpsk)
2019-03-13, Andrey Skvortsov
2befed4d6ca8
Fix crash in runtime if PSK secret is missing
2019-03-13, Andrey Skvortsov
a3ec35ee94e7
Update build instruction for BACNet in README
2019-03-13, Andrey Skvortsov
92f0980888e8
Replace md5 module with hashlib
2019-03-13, Andrey Skvortsov
fca79ca84272
Remove execute attributes from runtime/PLCObject.py
2019-03-13, Andrey Skvortsov
bcadc7f465ee
Fix typo
2019-03-13, Andrey Skvortsov
2b75389575df
Fix various pylint and pep8 errors
2019-03-13, Andrey Skvortsov
eb4a4cc41914
Fix invalid python3 syntax
2019-03-13, Andrey Skvortsov
2747d6e72eb8
Exclude pyjslib.py from python3 syntax correction check
2019-03-13, Andrey Skvortsov
0fab0af57950
revert occasionally committed changed first_steps project.
2019-03-13, Andrey Skvortsov
47ca468ebcbe
Close branch generate-button.
generate-button
2019-03-18, Andrey Skvortsov
5b597b8d69ea
Merged in masterschlumpf/beremiz/generate-button (pull request #38)
2019-03-18, Andrey Skvortsov
e09e4b4caff1
Create a "Generate Program As..." menu to make the "Generate Program" toolbutton even more useful.
generate-button
2019-03-15, Schlumpf
b9d6f5d7e0f1
Add "Generate Program" to toolbar in PLCOpenEditor standalone mode.
generate-button
2019-03-15, Schlumpf
f5891ce3228e
Fixed more pylint reports :
2019-03-11, Edouard Tisserant
1378c18402c3
Merged search in CTN branch
2019-03-22, Edouard Tisserant
02d09fc6eb90
Finished adding search in python and C files. Stripped debug code and useless comments. Close branch
search_in_CTN
2019-03-22, Edouard Tisserant
efb532295607
WIP adding searching capabilities in python files. was done :
search_in_CTN
2019-03-22, Edouard Tisserant
6bfc8a9bf0e7
WIP adding searching capabilities in python files. was done :
search_in_CTN
2019-03-21, Edouard Tisserant
f47e397e9b61
WIP adding searching capabilities in python files. was done :
search_in_CTN
2019-03-21, Edouard Tisserant
450c6239ee75
WIP adding searching capabilities in python files. was done :
search_in_CTN
2019-03-21, Edouard Tisserant
9812b332f350
WIP adding searching capabilities in python files. was done :
search_in_CTN
2019-03-20, Edouard Tisserant
c80b0d864475
WIP adding searching capabilities in python files:
search_in_CTN
2019-03-15, Edouard Tisserant
aa7f138648f3
Long due merge
2019-03-11, Edouard Tisserant
48ebcbe7f19b
Fix backtrace on printing localized (non-ascii) error message in PLCGenerator.
2019-03-05, Andrey Skvortsov
3a1c0c161f80
Fix crash if LD input contact isn't connected
2019-03-05, Andrey Skvortsov
27955f010b23
Fix section styling in code editor (python and c extensions) if non-latin symbols are used in the code
2019-03-01, Andrey Skvortsov
c48470e2b383
update localization template
2019-02-21, Andrey Skvortsov
cbfcae21c698
merge
2019-02-21, Andrey Skvortsov
61324adaa29a
updated list of translators
2019-02-21, Andrey Skvortsov
6551a73702a3
update translations from https://www.transifex.com/beremiz/beremiz-ide
2019-02-21, Andrey Skvortsov
756d02cf78db
Add SpinButtons for integer and floating point variables in ForceVariableDialog
2019-02-21, Andrey Skvortsov
1ee326651a74
Fix non-marking as manually forced floating point variable if the value isn't integer
2019-02-21, Andrey Skvortsov
69cef4e37ef9
Don't close ForceVariableDialog if user entered wrong new value
2019-02-14, Andrey Skvortsov
d6e0442a3986
Additional fix for rewrite ForceVariableDialog commit (9076249f)
2019-02-14, Andrey Skvortsov
4f78f0e201d9
Fix redraw problems in preview frames and debug panel
2019-02-14, Andrey Skvortsov
9c5f835b031e
Rewrite ForceVariableDialog. It's not based on wx.TextEntryDialog
2019-02-14, Andrey Skvortsov
9076249f11eb
merge updates to modbus/mb_runtime.c
2019-02-13, Mario de Sousa
0f6dae98ddc5
fix 'SaveAs' in case of overwriting existing project
2019-01-14, Andrey Skvortsov
8dbdf20f795b
fix 'SaveAs' to non-empty directory and directory without write permissions
2019-01-14, Andrey Skvortsov
3487fd4fb9bf
fix problems with recursive beremiz.h inclusion
2019-01-12, Andrey Skvortsov
f3aced6c5f8b
remove LogMessage prototype from plc_main_head.c
2019-01-12, Andrey Skvortsov
6ffeffb6d635
close #2486 head
#2486
2019-01-07, Andrey Skvortsov
cc7d88679483
merge
2019-01-07, Andrey Skvortsov
e582e8ddd0c8
Make online debug optional
2019-01-06, Andrey Skvortsov
eba2bbb2dd9a
Disable Python extension in First steps example
2019-01-06, Andrey Skvortsov
8ce461a40855
use pregenerated CRC32 lookup tables for retain on Win32 and GNU/Linux
2019-01-06, Andrey Skvortsov
68f4f2d4516b
Close branch nevow_service_rework.
nevow_service_rework
2019-01-07, Andrey Skvortsov
2e9cc1b811d1
Close branch wx3-fix.
wx3-fix
2019-01-07, Andrey Skvortsov
4e4829320d52
Merged in masterschlumpf/beremiz/wx3-fix (pull request #37)
2019-01-07, Andrey Skvortsov
516ff0a85a9e
Fix an exception on wx-3.0-gtk3 in PLCOpenEditor when generating ST files.
wx3-fix
2019-01-07, Schlumpf
e04824ad26e4
Fix typos in function names
2018-12-24, Dmitriy Kuzmin
39049d615c0d
update links to matiec and beremiz repos in README
2018-12-24, Andrey Skvortsov
016748ef5fc4
fix zoom-in/zoom-out using mouse wheel
2018-12-24, Andrey Skvortsov
a30dfc8a0c29
better pylint complain workaround
2019-03-11, Edouard Tisserant
0ad5e616d37f