Tue, 17 May 2022 14:49:23 +0200 |
Edouard Tisserant |
merge default
|
changeset |
files
|
Tue, 17 May 2022 13:22:20 +0200 |
Edouard Tisserant |
Tests: No need to archive test results before uploading them as action artifacts.
|
changeset |
files
|
Tue, 17 May 2022 12:34:39 +0200 |
Edouard Tisserant |
Tests: ...
|
changeset |
files
|
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.
|
changeset |
files
|
Tue, 17 May 2022 09:22:16 +0200 |
Edouard Tisserant |
Tests: temporary disable problematic part, to force action to succeed so caching can happen.
|
changeset |
files
|
Tue, 17 May 2022 08:25:09 +0200 |
Edouard Tisserant |
Tests: give test directory when creating container, not when running test.
|
changeset |
files
|
Tue, 17 May 2022 07:27:24 +0200 |
Edouard Tisserant |
Tests: fix docker image export for GitHub Action caching.
|
changeset |
files
|
Mon, 16 May 2022 21:40:44 +0200 |
Edouard Tisserant |
Tests: More fixes amd enhancments to run tests on Github Actions
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 16 May 2022 07:00:21 +0200 |
etisserant |
Tests: remove -it from docker invocation
|
changeset |
files
|
Mon, 16 May 2022 00:10:30 +0200 |
etisserant |
Create run_tests_in_docker.yml
|
changeset |
files
|
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.
|
changeset |
files
|
Thu, 05 May 2022 10:37:36 +0200 |
Edouard Tisserant |
SVGHMI: cosmetic fixes + removed dead code
|
changeset |
files
|
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.
|
changeset |
files
|
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.
|
changeset |
files
|
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.
|
changeset |
files
|
Fri, 06 May 2022 14:44:32 +0200 |
Edouard Tisserant |
Minor changes to README.md
wxPython4
|
changeset |
files
|
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
|
changeset |
files
|
Thu, 07 Apr 2022 15:28:24 +0200 |
Edouard Tisserant |
Tests: Fix missing <br/> in generated html report.
wxPython4
|
changeset |
files
|
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
|
changeset |
files
|
Tue, 29 Mar 2022 08:50:01 +0200 |
Edouard Tisserant |
Tests: refactored sikuli based test
wxPython4
|
changeset |
files
|
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
|
changeset |
files
|
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
|
changeset |
files
|
Tue, 22 Mar 2022 14:51:30 +0100 |
Edouard Tisserant |
Merged default's changes in wxPython4 branch
wxPython4
|
changeset |
files
|
Tue, 22 Mar 2022 14:50:46 +0100 |
Edouard Tisserant |
Tests: fix project edit test sikuli IDE test.
wxPython4
|
changeset |
files
|
Wed, 02 Mar 2022 11:23:50 +0100 |
Edouard Tisserant |
runtime, retain: remove forgotten debug code.
|
changeset |
files
|
Wed, 02 Mar 2022 11:22:55 +0100 |
Edouard Tisserant |
Runtime: removing dead code
|
changeset |
files
|
Tue, 15 Feb 2022 11:09:39 +0100 |
Edouard Tisserant |
IDE: removed one (last ?) wx.NewId() that was called on each opening of project tree popup menu
|
changeset |
files
|
Fri, 11 Mar 2022 14:43:37 +0100 |
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
|
changeset |
files
|
Sat, 05 Mar 2022 11:14:00 +0100 |
Edouard Tisserant |
Tests: Enhance robustness of stdout driven waiting state in Sikuli based tests.
wxPython4
|
changeset |
files
|
Mon, 28 Feb 2022 21:53:14 +0100 |
Edouard Tisserant |
Tests: add an IDE test that relies on image matching.
wxPython4
|
changeset |
files
|
Mon, 28 Feb 2022 21:46:37 +0100 |
Edouard Tisserant |
Tests: re-introduce xvfb+x11vnc target in Makefile : xvfb_sikuli
wxPython4
|
changeset |
files
|
Mon, 28 Feb 2022 21:29:46 +0100 |
Edouard Tisserant |
Fix sequel of wxPython 4 port : double click on tab wasn't maximizing and was showing exception.
wxPython4
|
changeset |
files
|
Fri, 25 Feb 2022 14:04:09 +0100 |
Edouard Tisserant |
Tests: Makefile's PIPESTATUS turned into small letters (wrong vim shortcut ?) leading to always passing tests.
wxPython4
|
changeset |
files
|
Fri, 18 Feb 2022 15:12:06 +0100 |
Edouard Tisserant |
Tests: Various enhancements in Makefile and sikuli common python code.
wxPython4
|
changeset |
files
|
Fri, 18 Feb 2022 15:00:04 +0100 |
Edouard Tisserant |
Tests: Added BEREMIZPYTHONPATH to point to Python interpreter to use for tests.
wxPython4
|
changeset |
files
|
Fri, 18 Feb 2022 14:56:54 +0100 |
Edouard Tisserant |
Documentation/comment fix.
wxPython4
|
changeset |
files
|
Fri, 18 Feb 2022 14:51:58 +0100 |
Edouard Tisserant |
IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py
wxPython4
|
changeset |
files
|
Tue, 15 Feb 2022 16:10:19 +0100 |
Edouard Tisserant |
Tests: Add a Makefile variable to allow changing standalone headless X server command (Xvfb by default)
wxPython4
|
changeset |
files
|
Sun, 13 Feb 2022 21:21:14 +0100 |
Edouard Tisserant |
Merge default head that was only merged in wxPython4
|
changeset |
files
|
Sun, 13 Feb 2022 21:05:19 +0100 |
Edouard Tisserant |
merged default
wxPython4
|
changeset |
files
|
Sun, 13 Feb 2022 21:01:27 +0100 |
Edouard Tisserant |
Add Docker image definition as reference platform to run IDE tests.
wxPython4
|
changeset |
files
|
Sun, 13 Feb 2022 20:59:42 +0100 |
Edouard Tisserant |
Tests: added tests/Makefile and a first test in tests/ide_tests. Test requires sikuli and Xvfb or Xnest.
wxPython4
|
changeset |
files
|
Sun, 13 Feb 2022 20:53:00 +0100 |
Edouard Tisserant |
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
|
changeset |
files
|
Wed, 02 Feb 2022 20:27:17 +0100 |
Edouard Tisserant |
Merge default
wxPython4
|
changeset |
files
|
Mon, 24 Jan 2022 11:14:56 +0100 |
Edouard Tisserant |
IDE: follow-up on change in 83ed4ea362db - added workaround when matiec generated files contain unexpected characters.
|
changeset |
files
|
Thu, 20 Jan 2022 11:39:05 +0100 |
Edouard Tisserant |
Runtime : force using monotonic time in Timer (threading). Prevent watchdog to trigger when changing system time.
|
changeset |
files
|
Thu, 20 Jan 2022 11:16:52 +0100 |
Edouard Tisserant |
SVGHMI: remove debug code
|
changeset |
files
|
Wed, 19 Jan 2022 11:41:37 +0100 |
Edouard Tisserant |
SVGHMI: update generated XSLT
|
changeset |
files
|
Wed, 19 Jan 2022 11:41:04 +0100 |
Edouard Tisserant |
SVGHMI: fix again appication of frequency value when given in label. Use it on PushButton instance in svghmi test.
|
changeset |
files
|
Tue, 25 Jan 2022 17:05:14 +0100 |
Edouard Tisserant |
TESTS: moved non-automated tests Beremiz projects stored as directories in /tests to new directory /tests/projects
|
changeset |
files
|
Tue, 25 Jan 2022 16:37:16 +0100 |
etisserant |
Create README.md in tests
|
changeset |
files
|
Wed, 19 Jan 2022 08:56:16 +0100 |
Edouard Tisserant |
SVGHMI: update generated xslt, and svghmi test project files
|
changeset |
files
|
Wed, 19 Jan 2022 08:53:49 +0100 |
Edouard Tisserant |
SVGHMI: Add pushbutton widget, that can take reflect short press in variable, but has no garantee on consistency.
|
changeset |
files
|
Wed, 19 Jan 2022 08:51:45 +0100 |
Edouard Tisserant |
SVGHMI: Fixed support for frequency parsing in widget label
|
changeset |
files
|
Tue, 18 Jan 2022 11:35:05 +0100 |
Edouard Tisserant |
Merge
|
changeset |
files
|