2022-05-16 etisserant Tests: remove -it from docker invocation
2022-05-15 etisserant Create run_tests_in_docker.yml
2022-05-05 Edouard Tisserant SVGHMI: Add support for forcing widget update frequency with period longer than a second. As an example, "HMI:Display|10s@/myvar" updates variable every 10 seconds.
2022-05-05 Edouard Tisserant SVGHMI: cosmetic fixes + removed dead code
2022-05-05 Edouard Tisserant SVGHMI: allow widgets to disable clipping on variables given with min and max. Setting this.clip = false disables clipping.
2022-05-05 Edouard Tisserant SVGHMI: allow designating widget's sub-elements as main element child rather than descendant. Names staring with "/" in yslt call to labels() only match direct widget childs.
2022-05-05 Edouard Tisserant SVGHMI: add localized Date and Time support to sprintf.js. Use with "%D" or "%2.1D" format style.
2022-05-06 Edouard Tisserant Minor changes to README.md wxPython4
2022-05-06 Edouard Tisserant wxPython4 sequels: usual naming problem in grid cell change events, non kw-args to menu.Append and event not being skipped. wxPython4
2022-04-07 Edouard Tisserant Tests: Fix missing <br/> in generated html report. wxPython4
2022-04-07 Edouard Tisserant Tests: add HTML report generation and a workaround to bad exception handling in sikuli. wxPython4
2022-03-29 Edouard Tisserant Tests: refactored sikuli based test wxPython4
2022-03-29 Edouard Tisserant 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 IDE: in case of unhandled exception, write bug report to given log file, so that test report can have it. wxPython4
2022-03-22 Edouard Tisserant Merged default's changes in wxPython4 branch wxPython4
2022-03-22 Edouard Tisserant Tests: fix project edit test sikuli IDE test. wxPython4
2022-03-02 Edouard Tisserant runtime, retain: remove forgotten debug code.
2022-03-02 Edouard Tisserant Runtime: removing dead code
2022-02-15 Edouard Tisserant IDE: removed one (last ?) wx.NewId() that was called on each opening of project tree popup menu
2022-03-11 Edouard Tisserant 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-05 Edouard Tisserant Tests: Enhance robustness of stdout driven waiting state in Sikuli based tests. wxPython4
2022-02-28 Edouard Tisserant Tests: add an IDE test that relies on image matching. wxPython4
2022-02-28 Edouard Tisserant Tests: re-introduce xvfb+x11vnc target in Makefile : xvfb_sikuli wxPython4
2022-02-28 Edouard Tisserant Fix sequel of wxPython 4 port : double click on tab wasn't maximizing and was showing exception. wxPython4
2022-02-25 Edouard Tisserant Tests: Makefile's PIPESTATUS turned into small letters (wrong vim shortcut ?) leading to always passing tests. wxPython4
2022-02-18 Edouard Tisserant Tests: Various enhancements in Makefile and sikuli common python code. wxPython4
2022-02-18 Edouard Tisserant Tests: Added BEREMIZPYTHONPATH to point to Python interpreter to use for tests. wxPython4
2022-02-18 Edouard Tisserant Documentation/comment fix. wxPython4
2022-02-18 Edouard Tisserant IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py wxPython4
2022-02-15 Edouard Tisserant Tests: Add a Makefile variable to allow changing standalone headless X server command (Xvfb by default) wxPython4