beremiz
Clone
Summary
Browse
Changes
Graph
Merged changes from default
wxPython4
2022-10-06, Edouard Tisserant
921f620577e8
OPCUA: cosmetic fixes
wxPython4
2022-10-05, Edouard Tisserant
1cf21430ed4a
CLI: poll runtime log and output new entries to stdout.
wxPython4
2022-10-05, Edouard Tisserant
f75b11506fb2
CLI: when using --keep, do not disconnect before being interrupted
wxPython4
2022-10-05, Edouard Tisserant
f08b59f7c00a
Runtime: work around 1s delay added when using twisted reactor's callLater.
wxPython4
2022-10-05, Edouard Tisserant
c3aae4c95bc1
tests: opcua_client test project is not meant to be encrypted.
wxPython4
2022-09-14, Edouard Tisserant
369c3edc1a65
SVGHMI: update generated XSLT files
wxPython4
2022-09-14, Edouard Tisserant
5c983ead9db0
Merged changes from default
wxPython4
2022-09-14, Edouard Tisserant
0e0252339e83
OPC-UA: add logging to help user to understang what went wrong when connecting.
wxPython4
2022-09-14, Edouard Tisserant
428fb2472f43
OPC-UA: fix LDFLAG, missing OpenSSL's -lcrypto
wxPython4
2022-09-14, Edouard Tisserant
2c041d3d6ee3
tests: missing SSL support in open62541 build parameters
wxPython4
2022-09-13, Edouard Tisserant
06c6b9fd88b8
Merge changes from default branch
wxPython4
2022-09-13, Edouard Tisserant
51a3d6f39944
merge
wxPython4
2022-09-13, Edouard Tisserant
02229133df43
Merge pull request #5 from vitw/wxPython4
2022-09-13, etisserant
cfbdccad71a5
docs: add additional dependencies to installation instructions
2022-09-01, v.petrov
2bec3d8a9d01
update installation instructions
2022-08-31, v.petrov
7aa4209c2b2d
OPC-US client: add support for x509 and user+password authentication.
wxPython4
2022-09-13, Edouard Tisserant
50600b946ea7
IDE: fix wxPython 3->4 API change leading to exception in type selection menu in CodeFileEditor
wxPython4
2022-09-13, Edouard Tisserant
09dad7f00c36
OPC-UA, IDE: add CTN parameters to support OPC-UA encryption and authentication.
wxPython4
2022-09-06, Edouard Tisserant
a0b645a934c9
IDE: Fix tooltip not being shown anymore on any toolbars since switch to wxPython4.
wxPython4
2022-08-23, Edouard Tisserant
412090a6b3a7
Cleanup and update version.py
wxPython4
2022-08-21, Edouard Tisserant
295f21f9c581
IDE: Fixed About dialog exception on Windows, and typo in about dialog's content.
wxPython4
2022-08-17, Edouard Tisserant
cbc6a6ccd52e
runtime: fix bugs introduced in previous commit, and refactor some code
wxPython4
2022-08-16, Edouard Tisserant
efdefbad49eb
Runtime: wx.app.mainLoop and twisted reactor now share main thread with runtime.Worker.
wxPython4
2022-08-16, Edouard Tisserant
8a54fd58a552
Remove useless assignment
wxPython4
2022-08-13, Edouard Tisserant
27e7679ddb99
SVGHMI: update generated XSLT
wxPython4
2022-08-12, Edouard Tisserant
7dcd0de97e6f
tests: fix load_and_build_tests.pytest
wxPython4
2022-08-12, Edouard Tisserant
5a0f7fcf9a8f
Merge changes from default in wxPython4
wxPython4
2022-08-11, Edouard Tisserant
0c96269bf63b
IDE: one more consequence of wxPython's 3 to 4 version bump
wxPython4
2022-08-10, Edouard Tisserant
cbf99c4122bd
IDE+runtime: Fix .ico generation
wxPython4
2022-08-09, Edouard Tisserant
889cbde22ec4
IDE, SVGHMI: Workaround Snap package not launching Inskape, POEdit or Chromium directly, producing lot of output in Incskape CLI, and messing with TMPDIR
wxPython4
2022-08-08, Edouard Tisserant
1ee56fb544fc
IDE: wxPython4 consequences : wx.OPEN -> wx.FD_OPEN
wxPython4
2022-08-08, Edouard Tisserant
b46af5b80c7d
toolchain: GCC: use CFLAGS, LDFLAGS and SYSROOT given in environment
wxPython4
2022-07-31, Edouard Tisserant
fdd4b171ac6c
IDE: fix About dialog not showing (wxPython4 sequel), update copyright section.
wxPython4
2022-07-30, Edouard Tisserant
eb915a9fdcb0
IDE: fix image generation from svg script that was deleting to many files on cleanup
wxPython4
2022-07-30, Edouard Tisserant
419f17564583
IDE: images: regenerate png according to latest changes in SVG
wxPython4
2022-07-30, Edouard Tisserant
494c90b895ad
IDE: images/icons.svg: Update logo, icon, build, clean, transfer, connect and disconnect.
wxPython4
2022-07-30, Edouard Tisserant
d6d9ecd07a93
LocalRuntime: Allow overriding local runtime python binary path using BEREMIZPYTHONPATH environment variable.
wxPython4
2022-07-28, Edouard Tisserant
7f5659b1eeb8
tests: debug_project IDE test: give up with unreliable OCR for "Force value" menu entry.
wxPython4
2022-07-27, Edouard Tisserant
6d3cb1ab1ef7
IDE: fix primary buffer selection being reset on each write to console on X11.
wxPython4
2022-07-27, Edouard Tisserant
d2ca25a2d5d9
test: IDE: Fix non repeatable select-all-delete in debug_project.
wxPython4
2022-07-25, Edouard Tisserant
d2d2a11366b1
tests: Change OCR options to be more reliable on small fonts.
wxPython4
2022-07-25, Edouard Tisserant
165dc0e97f1d
tests: add Beremiz project used in opcua_test CLI test
wxPython4
2022-07-18, Edouard Tisserant
77252e67d0d6
GitHub CI: my bad. m( Was just wrong version
wxPython4
2022-07-17, Edouard Tisserant
f0ed67b01a9d
GitHub CI: actions/checkout@v3 submodules=recursive fails.
wxPython4
2022-07-17, Edouard Tisserant
f247fb5b7756
Merge from default branch + fix traffic light example SVG missing background + update generated XSLT
2022-07-17, Edouard Tisserant
f5850ce25caf
tests: recommanded build options for open62541 leads to infinite linking time when building PLC
2022-07-17, Edouard Tisserant
ffe4e46a3163
tests: one more stability related fix for debug_project IDE test
2022-07-17, Edouard Tisserant
edf59ae145b7
tests: fix tests being systematically re-executed
2022-07-17, Edouard Tisserant
45e482f279f4
CLI: fix fake_wx for OPC-UA in CLI, match with test and requirements
2022-07-17, Edouard Tisserant
0af7b6a96c53
CLI: Explicitely wait for user interrupt (-k) and flush stdout each line.
2022-07-17, Edouard Tisserant
da7b461f54b7
tests: IDE: fix again debug_project, making it hopefully more stable
2022-07-17, Edouard Tisserant
8a9a7d180b93
wxPython4 sequels: fix Wx exceptions ignored because no traceback
2022-07-17, Edouard Tisserant
ee51d1deadfd
tests: IDE: prevent edit_project to save modifed example so that it doesn't influence following tests
2022-07-15, Edouard Tisserant
67e1707f24c8
tests: IDE: force reporting screenshot even after failing command
2022-07-15, Edouard Tisserant
f2dff88db448
tests: CLI: add simple test running python example
2022-07-15, Edouard Tisserant
6210c08c1c41
tests: docker: add dependencies for CLI testing
2022-07-15, Edouard Tisserant
c1d627434cd1
tests: add support for CLI tests
2022-07-15, Edouard Tisserant
916f553a74c3
tests: fix debug_project.sikuli again.
2022-07-15, Edouard Tisserant
75a83cc07f27
CLI: prevent LOCAL:// runtime to use GUI (tray icon) when launch from CLI.
2022-07-15, Edouard Tisserant
c2eec6aae07e