beremiz
Clone
Summary
Browse
Changes
Graph
Tests: temporary disable problematic part, to force action to succeed so caching can happen.
2022-05-17, Edouard Tisserant
1e0127bde0d7
Tests: give test directory when creating container, not when running test.
2022-05-17, Edouard Tisserant
fb8c2fa0d8f0
Tests: fix docker image export for GitHub Action caching.
2022-05-17, Edouard Tisserant
d3c95ae44750
Tests: More fixes amd enhancments to run tests on Github Actions
2022-05-16, Edouard Tisserant
69771a6ca4a6
Tests: use script rather than alias so that bash doesn't need to be interactive shell with a TTY
2022-05-16, Edouard Tisserant
2c712b8c736f
Tests: remove -it from docker invocation
2022-05-16, etisserant
02c7b758fa9b
Create run_tests_in_docker.yml
2022-05-16, etisserant
c0a41c2d0dd1
Minor changes to README.md
wxPython4
2022-05-06, Edouard Tisserant
8be4b8f092cd
wxPython4 sequels: usual naming problem in grid cell change events, non kw-args to menu.Append and event not being skipped.
wxPython4
2022-05-06, Edouard Tisserant
6279ec06df98
Tests: Fix missing <br/> in generated html report.
wxPython4
2022-04-07, Edouard Tisserant
523f6fcc7a28
Tests: add HTML report generation and a workaround to bad exception handling in sikuli.
wxPython4
2022-04-07, Edouard Tisserant
65c5f66e9298
Tests: refactored sikuli based test
wxPython4
2022-03-29, Edouard Tisserant
de8cc85b688a
IDE: Postpone execution of keyboard shortcut commands when given while previous command is still being executed, to prevent CTR/builder jamming.
wxPython4
2022-03-29, Edouard Tisserant
83545348403e
IDE: in case of unhandled exception, write bug report to given log file, so that test report can have it.
wxPython4
2022-03-29, Edouard Tisserant
91b2c014494e
Merged default's changes in wxPython4 branch
wxPython4
2022-03-22, Edouard Tisserant
a47d9debb0d9
Tests: fix project edit test sikuli IDE test.
wxPython4
2022-03-22, Edouard Tisserant
29dbdb09da2e
Tests: Re-introduced pytest based tests. Fixed them a bit, commented-out otherwise. Application tests only runs with logging test, and PLCOpenEditor tests seem broken.
wxPython4
2022-03-11, Edouard Tisserant
24fbd4d1fe80
Tests: Enhance robustness of stdout driven waiting state in Sikuli based tests.
wxPython4
2022-03-05, Edouard Tisserant
ce366d67a5b7
Tests: add an IDE test that relies on image matching.
wxPython4
2022-02-28, Edouard Tisserant
ccaabb9da623
Tests: re-introduce xvfb+x11vnc target in Makefile : xvfb_sikuli
wxPython4
2022-02-28, Edouard Tisserant
c17155fd8573
Fix sequel of wxPython 4 port : double click on tab wasn't maximizing and was showing exception.
wxPython4
2022-02-28, Edouard Tisserant
1402d5c0e27e
Tests: Makefile's PIPESTATUS turned into small letters (wrong vim shortcut ?) leading to always passing tests.
wxPython4
2022-02-25, Edouard Tisserant
e60bb9b3d498
Tests: Various enhancements in Makefile and sikuli common python code.
wxPython4
2022-02-18, Edouard Tisserant
40b8b2ffb3fd
Tests: Added BEREMIZPYTHONPATH to point to Python interpreter to use for tests.
wxPython4
2022-02-18, Edouard Tisserant
5bcef31e276d
Documentation/comment fix.
wxPython4
2022-02-18, Edouard Tisserant
c2171d87b587
IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py
wxPython4
2022-02-18, Edouard Tisserant
67a4d207bace
Tests: Add a Makefile variable to allow changing standalone headless X server command (Xvfb by default)
wxPython4
2022-02-15, Edouard Tisserant
803ce245f72f
merged default
wxPython4
2022-02-13, Edouard Tisserant
c2c366964913
Add Docker image definition as reference platform to run IDE tests.
wxPython4
2022-02-13, Edouard Tisserant
ee3b84d09ccf
Tests: added tests/Makefile and a first test in tests/ide_tests. Test requires sikuli and Xvfb or Xnest.
wxPython4
2022-02-13, Edouard Tisserant
7db96e011fe7
IDE: Add -l or --log command line parameter to give a file where all content witten to console window will be appended. File can be /dev/stdout.
wxPython4
2022-02-13, Edouard Tisserant
84afcc0ebadd
Merge default
wxPython4
2022-02-02, Edouard Tisserant
700b39cb4525
Merged default in wxPython4, include runtimeLists
wxPython4
2022-01-16, Edouard Tisserant
fdc12f7d27c8
OPC-UA client: generated code now take UA_Variants on the stack directly, avoid useless allocation on write, and unalloc implicitely allocated data on read
wxPython4
2021-11-30, Edouard Tisserant
0ae5a15efa18
IDE: Tutorial/Example menu was broken, probably after a merge. Menu (and corresponding code) was duplicated. Also, path of project beeing open was the same for all menu entries.
wxPython4
2021-11-17, Edouard Tisserant
da4f9cbec3b9
Fix bug when updating data in variable panel.
wxPython4
2021-11-16, Edouard Tisserant
6cde1a3ded58
merged
wxPython4
2021-10-29, Edouard Tisserant
c3d462118d37
Backed out changeset c646a1f0fb0b - was on wrong branch
wxPython4
2021-10-22, Edouard Tisserant
d486b98d7005
Make OPC-UA client compatible with wxPython3, util wxPython4 branch deserve to be merged
wxPython4
2021-10-21, Edouard Tisserant
c646a1f0fb0b
Merge deafult in wxPython4
wxPython4
2021-10-20, Edouard Tisserant
4a08728a2ea4
OPCUA: fix display names appearing with a "LocalizedText(" prefix when browsing localized server.
wxPython4
2021-10-19, Edouard Tisserant
a13da70a8ae4
OPCUA: Add browsing of variables exposed by client when selecting location from variable panel.
wxPython4
2021-10-19, Edouard Tisserant
057b4ba30c35
OPCUS client: fix handling of string type Node Identifier
wxPython4
2021-10-18, Edouard Tisserant
fe0da9a8a225
Add OPC-UA simple synchronous client extension.
wxPython4
2021-10-18, Edouard Tisserant
6097bca230e8
IDE: fix wxpython4 sequel : project "add" menu was having no extension entry visible.
wxPython4
2021-10-18, Edouard Tisserant
3860a6ad6998
SVGHMI: update test/svghmi to reflect latest changes
wxPython4
2021-10-04, Edouard Tisserant
700fb04f3500
SVGHMI: Update generated xslt
wxPython4
2021-10-04, Edouard Tisserant
6e7a80825f03
SVGHMI: remove "value" element in meter and circularbar widget. Adding support for printf like formating make widget label too heavy. It is better to use Display widget instead.
wxPython4
2021-10-04, Edouard Tisserant
c3b1a4bfdf0a
SVGHMI: Move sprintf.js out of widget_display.ysl2 since it is used in other widgets as well
wxPython4
2021-10-04, Edouard Tisserant
d44b6346d4c2
Dropped SVGUI, deprecated and replaced by SVGHMI. Transformed traffic_lights exemple so that it uses SVGHMI instead.
wxPython4
2021-10-01, Edouard Tisserant
01682a34a558
Merge from default
wxPython4
2021-10-01, Edouard Tisserant
d753cc166bd0
SVGHMI: Update generated XSLT (PathSlider widget)
wxPython4
2021-10-01, Edouard Tisserant
18d743e517b5
SVGHMI: simplication in ScrollBar widget JS code
wxPython4
2021-10-01, Edouard Tisserant
3930916a2e0d
SVGHMI: Added PathSlider widget
wxPython4
2021-10-01, Edouard Tisserant
13779d34293b
SVGHMI: update generated xslt (List related changes)
wxPython4
2021-10-01, Edouard Tisserant
864a6e5984cc
SVGHMI: add files missing in ee9e98c856a : Add TextList widget, add support for TextList in DropDown widget, move List, TextStyleList and TextList widget code in dedicated file with documentation.
wxPython4
2021-10-01, Edouard Tisserant
67069f4634b7
SVGHMI: add test for Dropdown using TextList
wxPython4
2021-09-20, Edouard Tisserant
95015c0dcb8d
SVGHMI: Add TextList widget, add support for TextList in DropDown widget, move List, TextStyleList and TextList widget code in dedicated file with documentation.
wxPython4
2021-09-20, Edouard Tisserant
9fe5b4a04acc
IDE: Add a "Tutorials and Examples" sub menu to "File" menu to directly open projects in /exemples directory. Move 'python' and 'first_steps' projecvts from /tests to /exemple
wxPython4
2021-09-13, Edouard Tisserant
aee9e98c856a
WxPython 3.x -> 4.x : removed exception on stdout when closing at IDE frame
wxPython4
2021-09-13, Edouard Tisserant
ecfa689684c5