Fri, 06 May 2022 11:04:17 +0200 Edouard Tisserant SVGHMI: fix widget's update frequency forcing : syntax checking was enforcing unit and js code was using undefined variables
Fri, 06 May 2022 11:02:03 +0200 Edouard Tisserant SVGHMI: fix syntax error in sprintf.js and force makefile to regen xslt files when sprintf.js changes
Fri, 06 May 2022 11:01:07 +0200 Edouard Tisserant SVGHMI: fix test/projects/svghmi "unspecified" frequency that was actualy specified...
Tue, 17 May 2022 14:49:23 +0200 Edouard Tisserant merge default
Tue, 17 May 2022 13:22:20 +0200 Edouard Tisserant Tests: No need to archive test results before uploading them as action artifacts.
Tue, 17 May 2022 12:34:39 +0200 Edouard Tisserant Tests: ...
Tue, 17 May 2022 12:24:59 +0200 Edouard Tisserant Tests: re-enable running test in github action, now that docker image should be cached.
Tue, 17 May 2022 09:22:16 +0200 Edouard Tisserant Tests: temporary disable problematic part, to force action to succeed so caching can happen.
Tue, 17 May 2022 08:25:09 +0200 Edouard Tisserant Tests: give test directory when creating container, not when running test.
Tue, 17 May 2022 07:27:24 +0200 Edouard Tisserant Tests: fix docker image export for GitHub Action caching.
Mon, 16 May 2022 21:40:44 +0200 Edouard Tisserant Tests: More fixes amd enhancments to run tests on Github Actions
Mon, 16 May 2022 13:01:54 +0200 Edouard Tisserant Tests: use script rather than alias so that bash doesn't need to be interactive shell with a TTY
Mon, 16 May 2022 07:00:21 +0200 etisserant Tests: remove -it from docker invocation
Mon, 16 May 2022 00:10:30 +0200 etisserant Create run_tests_in_docker.yml
Thu, 05 May 2022 11:48:43 +0200 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.
Thu, 05 May 2022 10:37:36 +0200 Edouard Tisserant SVGHMI: cosmetic fixes + removed dead code
Thu, 05 May 2022 10:35:29 +0200 Edouard Tisserant SVGHMI: allow widgets to disable clipping on variables given with min and max. Setting this.clip = false disables clipping.
Thu, 05 May 2022 10:31:16 +0200 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.
Thu, 05 May 2022 10:24:56 +0200 Edouard Tisserant SVGHMI: add localized Date and Time support to sprintf.js. Use with "%D" or "%2.1D" format style.
Fri, 06 May 2022 14:44:32 +0200 Edouard Tisserant Minor changes to README.md wxPython4
Fri, 06 May 2022 14:40:33 +0200 Edouard Tisserant wxPython4 sequels: usual naming problem in grid cell change events, non kw-args to menu.Append and event not being skipped. wxPython4
Thu, 07 Apr 2022 15:28:24 +0200 Edouard Tisserant Tests: Fix missing <br/> in generated html report. wxPython4
Thu, 07 Apr 2022 07:40:32 +0200 Edouard Tisserant Tests: add HTML report generation and a workaround to bad exception handling in sikuli. wxPython4
Tue, 29 Mar 2022 08:50:01 +0200 Edouard Tisserant Tests: refactored sikuli based test wxPython4
Tue, 29 Mar 2022 08:30:03 +0200 Edouard Tisserant IDE: Postpone execution of keyboard shortcut commands when given while previous command is still being executed, to prevent CTR/builder jamming. wxPython4
Tue, 29 Mar 2022 08:19:46 +0200 Edouard Tisserant IDE: in case of unhandled exception, write bug report to given log file, so that test report can have it. wxPython4
Tue, 22 Mar 2022 14:51:30 +0100 Edouard Tisserant Merged default's changes in wxPython4 branch wxPython4
Tue, 22 Mar 2022 14:50:46 +0100 Edouard Tisserant Tests: fix project edit test sikuli IDE test. wxPython4
Wed, 02 Mar 2022 11:23:50 +0100 Edouard Tisserant runtime, retain: remove forgotten debug code.
Wed, 02 Mar 2022 11:22:55 +0100 Edouard Tisserant Runtime: removing dead code