Sun, 17 Jul 2022 18:17:43 +0200 |
Edouard Tisserant |
CLI: fix fake_wx for OPC-UA in CLI, match with test and requirements
|
changeset |
files
|
Sun, 17 Jul 2022 18:07:46 +0200 |
Edouard Tisserant |
CLI: Explicitely wait for user interrupt (-k) and flush stdout each line.
|
changeset |
files
|
Sun, 17 Jul 2022 17:49:34 +0200 |
Edouard Tisserant |
tests: IDE: fix again debug_project, making it hopefully more stable
|
changeset |
files
|
Sun, 17 Jul 2022 17:47:11 +0200 |
Edouard Tisserant |
wxPython4 sequels: fix Wx exceptions ignored because no traceback
|
changeset |
files
|
Fri, 15 Jul 2022 14:50:07 +0200 |
Edouard Tisserant |
tests: IDE: prevent edit_project to save modifed example so that it doesn't influence following tests
|
changeset |
files
|
Fri, 15 Jul 2022 14:48:29 +0200 |
Edouard Tisserant |
tests: IDE: force reporting screenshot even after failing command
|
changeset |
files
|
Fri, 15 Jul 2022 14:47:23 +0200 |
Edouard Tisserant |
tests: CLI: add simple test running python example
|
changeset |
files
|
Fri, 15 Jul 2022 14:46:27 +0200 |
Edouard Tisserant |
tests: docker: add dependencies for CLI testing
|
changeset |
files
|
Fri, 15 Jul 2022 14:42:08 +0200 |
Edouard Tisserant |
tests: add support for CLI tests
|
changeset |
files
|
Fri, 15 Jul 2022 14:40:55 +0200 |
Edouard Tisserant |
tests: fix debug_project.sikuli again.
|
changeset |
files
|
Fri, 15 Jul 2022 14:38:33 +0200 |
Edouard Tisserant |
CLI: prevent LOCAL:// runtime to use GUI (tray icon) when launch from CLI.
|
changeset |
files
|
Mon, 11 Jul 2022 23:18:14 +0200 |
Edouard Tisserant |
Merge latest changes from default
|
changeset |
files
|
Mon, 11 Jul 2022 22:21:20 +0200 |
Edouard Tisserant |
wxPython4 sequels: fix exception in connection dialog, force black text in FBD.
|
changeset |
files
|
Fri, 08 Jul 2022 11:58:10 +0200 |
Edouard Tisserant |
SVGHMI: fix js exception because of trying to find already detached elements by id.
|
changeset |
files
|
Wed, 06 Jul 2022 10:39:11 +0200 |
Edouard Tisserant |
SVGHMI: better handling of page switch fade-out.
|
changeset |
files
|
Thu, 07 Jul 2022 21:41:35 +0200 |
Edouard Tisserant |
tests: nore details, please
|
changeset |
files
|
Wed, 06 Jul 2022 17:04:11 +0200 |
etisserant |
Github CI: upload artifact (reports) when failing
|
changeset |
files
|
Wed, 06 Jul 2022 14:39:36 +0200 |
Edouard Tisserant |
tests: add one more ignored pic to debug_project test
|
changeset |
files
|
Tue, 05 Jul 2022 10:16:11 +0200 |
Edouard Tisserant |
tests: add missing pic for debug_project sikuli test and remove depricated picture in edit_project
|
changeset |
files
|
Tue, 05 Jul 2022 08:35:40 +0200 |
etisserant |
Github CI: use new name for test launching script
|
changeset |
files
|
Mon, 04 Jul 2022 09:30:20 +0200 |
Edouard Tisserant |
test: Fix context menu problems in debug view. This should fix debug_test as well.
wxPython4
|
changeset |
files
|
Mon, 04 Jul 2022 08:44:23 +0200 |
Edouard Tisserant |
tests: add (broken) debug_project test, fix edit_project
wxPython4
|
changeset |
files
|
Mon, 04 Jul 2022 08:35:47 +0200 |
Edouard Tisserant |
tests: rename build_in_docker.sh to do_test_in_docker.sh
wxPython4
|
changeset |
files
|
Mon, 27 Jun 2022 10:26:04 +0200 |
Edouard Tisserant |
Merge default in wxPython4 branch
wxPython4
|
changeset |
files
|
Fri, 24 Jun 2022 14:56:44 +0200 |
Edouard Tisserant |
SVGHMI: update generated XSLT files
|
changeset |
files
|
Fri, 24 Jun 2022 10:46:26 +0200 |
Edouard Tisserant |
SVGHMI: force initial state of Display widget to empty string.
|
changeset |
files
|
Fri, 24 Jun 2022 09:24:19 +0200 |
Edouard Tisserant |
SVGHMI: set initial displayed value of input widget to empty string.
|
changeset |
files
|
Fri, 24 Jun 2022 09:21:24 +0200 |
Edouard Tisserant |
SVGHMI: add warning_labels, same as optional_labels but emits warnings at build time if element is missing.
|
changeset |
files
|
Wed, 22 Jun 2022 11:55:38 +0200 |
Edouard Tisserant |
SVGHMI: update generated XSLT files
|
changeset |
files
|
Wed, 22 Jun 2022 11:48:40 +0200 |
Edouard Tisserant |
SVGHMI: generalize detach/re-attach of binary choices for ToggleButton, PushButton, Button and Keypad's Shit and CapsLock.
|
changeset |
files
|
Mon, 20 Jun 2022 09:30:11 +0200 |
Edouard Tisserant |
SVGHMI: also use order-preserving detach re-attach for hiding and showing active and inactive state.
|
changeset |
files
|
Mon, 20 Jun 2022 09:19:56 +0200 |
Edouard Tisserant |
SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
|
changeset |
files
|
Wed, 15 Jun 2022 11:46:48 +0200 |
Edouard Tisserant |
SVGHMI: update generated xslt files
|
changeset |
files
|
Wed, 15 Jun 2022 11:43:51 +0200 |
Edouard Tisserant |
SVGHMI: nasty scope shadowing bug... was making funny recursion, leading to really slow interaction.
|
changeset |
files
|
Wed, 15 Jun 2022 11:41:59 +0200 |
Edouard Tisserant |
SVGHMI: fading page switch : to avoid blinking, page stays black once fading finished and next page is still not ready.
|
changeset |
files
|
Wed, 15 Jun 2022 11:39:14 +0200 |
Edouard Tisserant |
SVGHMI: fading page switch : defer update of classList to next animate() call when finishing transition.
|
changeset |
files
|
Tue, 14 Jun 2022 11:56:05 +0200 |
Edouard Tisserant |
SVGHMI: rework Switch widget : detach/attach elements instead of hiding with style.display, detach all possible choices at init.
|
changeset |
files
|
Mon, 13 Jun 2022 12:03:58 +0200 |
Edouard Tisserant |
SVGHMI: add fading transition to make page switch feel more responsive on slow machines.
|
changeset |
files
|
Mon, 13 Jun 2022 11:57:37 +0200 |
Edouard Tisserant |
SVGHMI: add a way for widgets and other yslt2 files to add css definitions to resultng page.
|
changeset |
files
|
Fri, 10 Jun 2022 09:39:10 +0200 |
Edouard Tisserant |
SVGHMI: update generated XSLT filesw
|
changeset |
files
|
Fri, 03 Jun 2022 11:49:13 +0200 |
Edouard Tisserant |
SVGHMI: XY graph build produces error message if provided curve_N are not consistent.
|
changeset |
files
|
Wed, 01 Jun 2022 11:12:26 +0200 |
Edouard Tisserant |
SVHMI: Keyboard: Replace untouched value when typing directly after open. Make info string (HMI variable name) optional.
|
changeset |
files
|
Wed, 01 Jun 2022 09:22:07 +0200 |
Edouard Tisserant |
merged
|
changeset |
files
|
Wed, 01 Jun 2022 09:15:26 +0200 |
Edouard Tisserant |
SVGHMI: update generated xslt.
|
changeset |
files
|
Wed, 01 Jun 2022 09:14:19 +0200 |
Edouard Tisserant |
SVGHMI: Add support for fixed X range (duration) on XY garph.
|
changeset |
files
|
Wed, 01 Jun 2022 09:12:59 +0200 |
Edouard Tisserant |
SVGHMI: add widget update rate limit on variable change.
|
changeset |
files
|
Wed, 01 Jun 2022 09:09:13 +0200 |
Edouard Tisserant |
SVGHMI: fix parsing of floating point and negative min and max limits in widget label syntax.
|
changeset |
files
|
Mon, 13 Jun 2022 19:22:31 +0200 |
Edouard Tisserant |
Fix typos breaking IDE
wxPython4
|
changeset |
files
|
Mon, 13 Jun 2022 18:05:12 +0200 |
Edouard Tisserant |
Added preliminary CLI. Supports building a project, transfering and running on PLC.
wxPython4
|
changeset |
files
|
Thu, 26 May 2022 23:41:10 +0200 |
Edouard Tisserant |
IDE: fix exception happening in debug mode when logging process termination.
|
changeset |
files
|
Thu, 26 May 2022 23:39:30 +0200 |
Edouard Tisserant |
SVGHMI: Adapt to Inkscape 0.92 "-e" replaced by "-o" in 1.2, and workaround access right problem when generating thumbnails.
|
changeset |
files
|
Wed, 25 May 2022 20:00:31 +0200 |
Edouard Tisserant |
Various fixes to make svghmi_traffic_light example bahave on windows.
|
changeset |
files
|
Wed, 25 May 2022 09:18:37 +0200 |
Edouard Tisserant |
IDE: fix saveAs dialog
|
changeset |
files
|
Wed, 25 May 2022 09:12:58 +0200 |
Edouard Tisserant |
IDE: fix permission checking on windows for IDE project directory.
|
changeset |
files
|
Mon, 23 May 2022 18:12:30 +0200 |
Edouard Tisserant |
SVGHMI: fix active/inactive being swapped in ToggleButton
|
changeset |
files
|
Mon, 23 May 2022 18:11:31 +0200 |
Edouard Tisserant |
IDE/Windows: Find Inkscape binary even if Inkscape was installed for current user only.
|
changeset |
files
|
Mon, 23 May 2022 18:10:13 +0200 |
Edouard Tisserant |
IDE: Workaround exception caused by dead C/C++ swig-wrapped object when debug still try to update view after close.
|
changeset |
files
|
Mon, 23 May 2022 16:27:56 +0200 |
Edouard Tisserant |
IDE: better permission checking when opening a project.
|
changeset |
files
|
Mon, 30 May 2022 15:30:51 +0200 |
Edouard Tisserant |
Merge changes from default to wxPython4 branch
wxPython4
|
changeset |
files
|
Mon, 30 May 2022 12:44:04 +0200 |
Edouard Tisserant |
SVGHMI: more fixes for XY graph + add XY graph test.
|
changeset |
files
|
Thu, 26 May 2022 12:11:42 +0200 |
Edouard Tisserant |
SVGHMI: Seems inkscape doesn't necessarily use tspan inside of text anymore.
|
changeset |
files
|
Wed, 25 May 2022 10:00:24 +0200 |
Edouard Tisserant |
SVGHMI: multiple fixes in XY graph widget. WIP.
|
changeset |
files
|
Wed, 25 May 2022 09:55:36 +0200 |
Edouard Tisserant |
SVGHMI: fix dropdown widget in case it is used as language selection widget
|
changeset |
files
|
Wed, 25 May 2022 09:52:50 +0200 |
Edouard Tisserant |
SVGHMI: prevent exception with date/time formating in sprintf.js if lang wasn't already set.
|
changeset |
files
|
Wed, 25 May 2022 09:51:22 +0200 |
Edouard Tisserant |
SVGHMI: Add forEach to local copy of pythonic.js
|
changeset |
files
|
Wed, 11 May 2022 12:12:16 +0200 |
Edouard Tisserant |
SVGHMI: many fixes on xy trend graph. WIP.
|
changeset |
files
|
Thu, 26 May 2022 23:41:10 +0200 |
Edouard Tisserant |
IDE: fix exception happening in debug mode when logging process termination.
|
changeset |
files
|
Thu, 26 May 2022 23:39:30 +0200 |
Edouard Tisserant |
SVGHMI: Adapt to Inkscape 0.92 "-e" replaced by "-o" in 1.2, and workaround access right problem when generating thumbnails.
|
changeset |
files
|
Wed, 25 May 2022 20:00:31 +0200 |
Edouard Tisserant |
Various fixes to make svghmi_traffic_light example bahave on windows.
|
changeset |
files
|
Wed, 25 May 2022 09:18:37 +0200 |
Edouard Tisserant |
IDE: fix saveAs dialog
|
changeset |
files
|
Wed, 25 May 2022 09:12:58 +0200 |
Edouard Tisserant |
IDE: fix permission checking on windows for IDE project directory.
|
changeset |
files
|
Mon, 23 May 2022 18:12:30 +0200 |
Edouard Tisserant |
SVGHMI: fix active/inactive being swapped in ToggleButton
|
changeset |
files
|
Mon, 23 May 2022 18:11:31 +0200 |
Edouard Tisserant |
IDE/Windows: Find Inkscape binary even if Inkscape was installed for current user only.
|
changeset |
files
|
Mon, 23 May 2022 18:10:13 +0200 |
Edouard Tisserant |
IDE: Workaround exception caused by dead C/C++ swig-wrapped object when debug still try to update view after close.
|
changeset |
files
|
Mon, 23 May 2022 16:27:56 +0200 |
Edouard Tisserant |
IDE: better permission checking when opening a project.
|
changeset |
files
|
Fri, 06 May 2022 11:04:54 +0200 |
Edouard Tisserant |
SVGHMI: fix syntax problems in xygraph
|
changeset |
files
|
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
|
changeset |
files
|
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
|
changeset |
files
|
Fri, 06 May 2022 11:01:07 +0200 |
Edouard Tisserant |
SVGHMI: fix test/projects/svghmi "unspecified" frequency that was actualy specified...
|
changeset |
files
|
Thu, 05 May 2022 11:52:24 +0200 |
Edouard Tisserant |
SVGHMI: Add premature implementation of XY chart.
|
changeset |
files
|
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
|
changeset |
files
|
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
|
changeset |
files
|
Fri, 06 May 2022 11:01:07 +0200 |
Edouard Tisserant |
SVGHMI: fix test/projects/svghmi "unspecified" frequency that was actualy specified...
|
changeset |
files
|
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
|
Tue, 18 Jan 2022 10:57:43 +0100 |
Edouard Tisserant |
SVGHMI: update generated xslt
|
changeset |
files
|
Tue, 18 Jan 2022 10:57:11 +0100 |
Edouard Tisserant |
SVGHMI test: add special commandline to launch chromium as new intependent window, without GPU acceleration.
|
changeset |
files
|
Tue, 18 Jan 2022 10:55:14 +0100 |
Edouard Tisserant |
SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
|
changeset |
files
|
Mon, 17 Jan 2022 15:17:47 +0100 |
Edouard Tisserant |
OPC-UA client: "static" class was forgotten for open62541 client structure preventing multiple client.
|
changeset |
files
|
Mon, 17 Jan 2022 15:15:00 +0100 |
Edouard Tisserant |
OPC-UA: cosmetic fix and armless typo
|
changeset |
files
|
Sun, 16 Jan 2022 17:00:58 +0100 |
Edouard Tisserant |
Merged default in wxPython4, include runtimeLists
wxPython4
|
changeset |
files
|
Sun, 16 Jan 2022 16:59:40 +0100 |
Edouard Tisserant |
Merge
|
changeset |
files
|
Fri, 14 Jan 2022 11:40:22 +0100 |
Edouard Tisserant |
SVGHMI: added ListSwitch widget
|
changeset |
files
|
Sun, 16 Jan 2022 16:57:56 +0100 |
Edouard Tisserant |
Merged RuntimeLists branch
|
changeset |
files
|
Sun, 16 Jan 2022 16:55:27 +0100 |
Edouard Tisserant |
Close RuntimeLists branch
RuntimeLists
|
changeset |
files
|
Mon, 27 Dec 2021 19:21:59 +0100 |
Edouard Tisserant |
Fix bug introduced in previous commit : dual link list wasn't append and remove wasn't implemented correctly. Removed debug code, enhanced variable names and comments.
RuntimeLists
|
changeset |
files
|
Thu, 23 Dec 2021 11:36:37 +0100 |
Edouard Tisserant |
SVGHMI: optimization of C part : stop traversing the whole HMI tree, use dual linked list for subscriptions and single linked list for changes from HMI. Intermediate commit, still crashing in some cases.
RuntimeLists
|
changeset |
files
|
Thu, 16 Dec 2021 08:32:58 +0100 |
Edouard Tisserant |
Xenomai runtime: ensure that __DEBUG global variable is set when resuming debug.
RuntimeLists
|
changeset |
files
|
Thu, 16 Dec 2021 08:15:34 +0100 |
Edouard Tisserant |
SVGHMI: Adapt svghmi.c to changes in UnpackVar
RuntimeLists
|
changeset |
files
|
Wed, 15 Dec 2021 11:56:34 +0100 |
Edouard Tisserant |
Runtime: Now retain uses a list based on data available in VARIABLES.csv instead of traversing the whole instance tree looking for RETAIN flag.
RuntimeLists
|
changeset |
files
|
Thu, 09 Dec 2021 10:21:45 +0100 |
Edouard Tisserant |
RUNTIME: Variable forcing now uses limited list and buffer instead of systematical instance tree traversal and in-tree "fvalue" to keep track of forced value for pointed variables (external, located). Pointer swapping is performed when forcing externals and located, with backup being restored when forcing is reset. Retain still uses tree traversal.
RuntimeLists
|
changeset |
files
|
Wed, 01 Dec 2021 09:54:02 +0100 |
Edouard Tisserant |
RUNTIME: Variable trace now uses limited list and buffer instead of flags in instance tree that was requiring systematical instance tree traversal, and worst size buffer. Forcing and retain still use tree traversal.
RuntimeLists
|
changeset |
files
|
Tue, 30 Nov 2021 09:52:42 +0100 |
Edouard Tisserant |
SVGHMI: more accurate filtering of elements to unlink or not
|
changeset |
files
|
Tue, 30 Nov 2021 18:43:10 +0100 |
Edouard Tisserant |
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
|
changeset |
files
|
Tue, 30 Nov 2021 18:43:10 +0100 |
Edouard Tisserant |
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
|
changeset |
files
|
Tue, 16 Nov 2021 20:31:11 +0100 |
Edouard Tisserant |
IDE: Tutorial/Example menu was broken : path of project being open was the same for all menu entries.
|
changeset |
files
|
Wed, 17 Nov 2021 09:20:16 +0100 |
Edouard Tisserant |
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
|
changeset |
files
|
Tue, 16 Nov 2021 20:10:50 +0100 |
Edouard Tisserant |
Fix bug when updating data in variable panel.
wxPython4
|
changeset |
files
|
Mon, 08 Nov 2021 14:10:36 +0100 |
Edouard Tisserant |
SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
|
changeset |
files
|
Mon, 08 Nov 2021 14:09:44 +0100 |
Edouard Tisserant |
SVGHMI: multiple non significant changes: doc fixes, modern style access to attributes, enforce double quotes around member name in object literals.
|
changeset |
files
|
Mon, 08 Nov 2021 14:06:29 +0100 |
Edouard Tisserant |
SVGHMI: Changes /CURRENT_PAGE_* behaviour to prevent problem whith multiclient : all clients were switching page when one was jumping.
|
changeset |
files
|
Mon, 08 Nov 2021 14:03:21 +0100 |
Edouard Tisserant |
SVGHMI: changes that should fix some corner cases about unlinking and discardable element that still didn't show until now.
|
changeset |
files
|
Thu, 04 Nov 2021 12:03:43 +0100 |
Edouard Tisserant |
SVGHMI: update generated XSLT
|
changeset |
files
|
Thu, 04 Nov 2021 12:02:08 +0100 |
Edouard Tisserant |
merged
|
changeset |
files
|
Thu, 04 Nov 2021 12:00:50 +0100 |
Edouard Tisserant |
SVGHMI: add CURRENT_PAGE_{location} global variable to reflect currently visible page. If PLC wites some valid page reference in that variable, it triggers page switch. Additionally, fixed /HEARTBEAT being subscribed systematically by JS code even when wtchdog is not enabled.
|
changeset |
files
|
Tue, 02 Nov 2021 08:36:06 +0100 |
Edouard Tisserant |
Follow-up on 83ed4ea362db 'IDE: prevent invoking matiec when IEC code did not change since last build' : build unconditionally after clean
|
changeset |
files
|
Fri, 29 Oct 2021 18:20:03 +0200 |
Edouard Tisserant |
merged
wxPython4
|
changeset |
files
|
Fri, 29 Oct 2021 18:07:28 +0200 |
Edouard Tisserant |
OPC-UA: fix types in model not being preserved after reload of CSV file, leading to exception when changing selection lists content.
|
changeset |
files
|
Fri, 29 Oct 2021 18:00:54 +0200 |
Edouard Tisserant |
OPC-UA: Removed more "LocalizedText()", this time in selected variable list
|
changeset |
files
|
Fri, 29 Oct 2021 11:49:22 +0200 |
Edouard Tisserant |
IDE: prevent invoking matiec when IEC code did not change since last build.
|
changeset |
files
|
Fri, 29 Oct 2021 10:27:31 +0200 |
Edouard Tisserant |
SVGHMI: prevent systematic rebuild when there are multiple instances of SVGHMI CTN.
|
changeset |
files
|
Fri, 29 Oct 2021 09:45:39 +0200 |
Edouard Tisserant |
SVGHMI: optimize HMI tree handling C code to lower CPU usage when traversing large trees
|
changeset |
files
|
Tue, 26 Oct 2021 11:41:03 +0200 |
Edouard Tisserant |
merged
|
changeset |
files
|
Thu, 21 Oct 2021 09:45:21 +0200 |
Edouard Tisserant |
SVGHMI: prevents watchdog being triggered when SVGHMI is empty.
|
changeset |
files
|
Fri, 22 Oct 2021 12:48:22 +0200 |
Edouard Tisserant |
Backed out changeset c646a1f0fb0b - was on wrong branch
wxPython4
|
changeset |
files
|
Thu, 21 Oct 2021 20:56:05 +0200 |
Edouard Tisserant |
Make OPC-UA client compatible with wxPython3, util wxPython4 branch deserve to be merged
|
changeset |
files
|
Thu, 21 Oct 2021 20:56:05 +0200 |
Edouard Tisserant |
Make OPC-UA client compatible with wxPython3, util wxPython4 branch deserve to be merged
wxPython4
|
changeset |
files
|
Thu, 21 Oct 2021 13:18:18 +0200 |
Edouard Tisserant |
IDE: Enforce wxPython3 menu appending syntax in default branch... (Fixes exception at startup)
|
changeset |
files
|
Tue, 19 Oct 2021 13:09:45 +0200 |
Edouard Tisserant |
OPCUA: fix display names appearing with a "LocalizedText(" prefix when browsing localized server.
|
changeset |
files
|
Tue, 19 Oct 2021 12:58:22 +0200 |
Edouard Tisserant |
OPCUA: Add browsing of variables exposed by client when selecting location from variable panel.
|
changeset |
files
|
Mon, 18 Oct 2021 20:41:31 +0200 |
Edouard Tisserant |
OPCUA client: fix handling of string type Node Identifier
|
changeset |
files
|
Mon, 18 Oct 2021 12:40:53 +0200 |
Edouard Tisserant |
Add OPC-UA simple synchronous client extension.
|
changeset |
files
|
Mon, 04 Oct 2021 07:55:57 +0200 |
Edouard Tisserant |
SVGHMI: update test/svghmi to reflect latest changes
|
changeset |
files
|
Mon, 04 Oct 2021 07:52:54 +0200 |
Edouard Tisserant |
SVGHMI: Update generated xslt
|
changeset |
files
|
Mon, 04 Oct 2021 07:41:18 +0200 |
Edouard Tisserant |
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.
|
changeset |
files
|
Mon, 04 Oct 2021 07:38:46 +0200 |
Edouard Tisserant |
SVGHMI: Move sprintf.js out of widget_display.ysl2 since it is used in other widgets as well
|
changeset |
files
|
Fri, 01 Oct 2021 23:19:04 +0200 |
Edouard Tisserant |
Dropped SVGUI, deprecated and replaced by SVGHMI. Transformed traffic_lights exemple so that it uses SVGHMI instead.
|
changeset |
files
|
Fri, 01 Oct 2021 15:36:09 +0200 |
Edouard Tisserant |
SVGHMI: Update generated XSLT (PathSlider widget)
|
changeset |
files
|
Fri, 01 Oct 2021 15:34:04 +0200 |
Edouard Tisserant |
SVGHMI: simplication in ScrollBar widget JS code
|
changeset |
files
|
Fri, 01 Oct 2021 15:32:38 +0200 |
Edouard Tisserant |
SVGHMI: Added PathSlider widget
|
changeset |
files
|
Fri, 01 Oct 2021 02:54:35 +0200 |
Edouard Tisserant |
SVGHMI: update generated xslt (List related changes)
|
changeset |
files
|
Fri, 01 Oct 2021 02:52:25 +0200 |
Edouard Tisserant |
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.
|
changeset |
files
|
Mon, 20 Sep 2021 15:43:10 +0200 |
Edouard Tisserant |
SVGHMI: add test for Dropdown using TextList
|
changeset |
files
|
Mon, 20 Sep 2021 15:42:17 +0200 |
Edouard Tisserant |
SVGHMI: Add TextList widget, add support for TextList in DropDown widget, move List, TextStyleList and TextList widget code in dedicated file with documentation.
|
changeset |
files
|
Mon, 13 Sep 2021 22:23:14 +0200 |
Edouard Tisserant |
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
|
changeset |
files
|
Mon, 13 Sep 2021 17:57:47 +0200 |
Edouard Tisserant |
WxPython 3.x -> 4.x : removed exception on stdout when closing at IDE frame
|
changeset |
files
|
Fri, 10 Sep 2021 14:48:07 +0200 |
Edouard Tisserant |
Tests/svghmi_scrollbar: Fix variables names and remove useless "OnStart OnStop OnWatchdog" to use defaults.
|
changeset |
files
|
Fri, 10 Sep 2021 14:44:20 +0200 |
Edouard Tisserant |
IDE/windows: Avoid exception on quit caused by runtime being killed without disconnecting.
|
changeset |
files
|
Fri, 10 Sep 2021 14:42:46 +0200 |
Edouard Tisserant |
Runtime/unix: Fix typo preventing start of Pyro server
|
changeset |
files
|
Thu, 09 Sep 2021 21:52:27 +0200 |
Edouard Tisserant |
Fix SVGHMI exception when running on Windows, missing ENODATA in errno.
|
changeset |
files
|
Tue, 07 Sep 2021 09:08:40 +0200 |
Edouard Tisserant |
Runtime: avoids using "pipe to self" bailout unblocking trick on windows, since select() only takes sockets.
|
changeset |
files
|
Wed, 20 Oct 2021 08:57:07 +0200 |
Edouard Tisserant |
Merge deafult in wxPython4
wxPython4
|
changeset |
files
|
Tue, 19 Oct 2021 15:15:03 +0200 |
Edouard Tisserant |
Merge changes about wamp reconnecting options, and added missing parts so that these changes make sense.
|
changeset |
files
|
Mon, 11 Oct 2021 09:04:53 +0200 |
dgaberscek |
Fixed Wamp reconnect on lost connection.
|
changeset |
files
|
Tue, 19 Oct 2021 09:41:48 +0200 |
Edouard Tisserant |
SVGHMI: force MaxConnections sum back to zero, preventing it to grow indefinitely on each build.
|
changeset |
files
|
Tue, 19 Oct 2021 13:09:45 +0200 |
Edouard Tisserant |
OPCUA: fix display names appearing with a "LocalizedText(" prefix when browsing localized server.
wxPython4
|
changeset |
files
|
Tue, 19 Oct 2021 12:58:22 +0200 |
Edouard Tisserant |
OPCUA: Add browsing of variables exposed by client when selecting location from variable panel.
wxPython4
|
changeset |
files
|
Mon, 18 Oct 2021 20:41:31 +0200 |
Edouard Tisserant |
OPCUS client: fix handling of string type Node Identifier
wxPython4
|
changeset |
files
|
Mon, 18 Oct 2021 12:40:53 +0200 |
Edouard Tisserant |
Add OPC-UA simple synchronous client extension.
wxPython4
|
changeset |
files
|
Mon, 18 Oct 2021 12:34:30 +0200 |
Edouard Tisserant |
IDE: fix wxpython4 sequel : project "add" menu was having no extension entry visible.
wxPython4
|
changeset |
files
|
Fri, 08 Oct 2021 09:13:02 +0200 |
Edouard Tisserant |
Prevent exception when asking for CSV dump while variable traces are still empty
|
changeset |
files
|
Fri, 08 Oct 2021 09:11:55 +0200 |
Edouard Tisserant |
Fix wrong comment
|
changeset |
files
|
Wed, 06 Oct 2021 10:45:06 +0200 |
Edouard Tisserant |
Fixed two exceptions happening when interacting with viewer(s) in debug mode, when debug data is still not initialized.
|
changeset |
files
|
Mon, 04 Oct 2021 07:55:57 +0200 |
Edouard Tisserant |
SVGHMI: update test/svghmi to reflect latest changes
wxPython4
|
changeset |
files
|
Mon, 04 Oct 2021 07:52:54 +0200 |
Edouard Tisserant |
SVGHMI: Update generated xslt
wxPython4
|
changeset |
files
|
Mon, 04 Oct 2021 07:41:18 +0200 |
Edouard Tisserant |
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
|
changeset |
files
|
Mon, 04 Oct 2021 07:38:46 +0200 |
Edouard Tisserant |
SVGHMI: Move sprintf.js out of widget_display.ysl2 since it is used in other widgets as well
wxPython4
|
changeset |
files
|
Fri, 01 Oct 2021 23:19:04 +0200 |
Edouard Tisserant |
Dropped SVGUI, deprecated and replaced by SVGHMI. Transformed traffic_lights exemple so that it uses SVGHMI instead.
wxPython4
|
changeset |
files
|
Fri, 01 Oct 2021 17:44:52 +0200 |
Edouard Tisserant |
Merge from default
wxPython4
|
changeset |
files
|
Fri, 01 Oct 2021 15:36:09 +0200 |
Edouard Tisserant |
SVGHMI: Update generated XSLT (PathSlider widget)
wxPython4
|
changeset |
files
|
Fri, 01 Oct 2021 15:34:04 +0200 |
Edouard Tisserant |
SVGHMI: simplication in ScrollBar widget JS code
wxPython4
|
changeset |
files
|
Fri, 01 Oct 2021 15:32:38 +0200 |
Edouard Tisserant |
SVGHMI: Added PathSlider widget
wxPython4
|
changeset |
files
|
Fri, 01 Oct 2021 02:54:35 +0200 |
Edouard Tisserant |
SVGHMI: update generated xslt (List related changes)
wxPython4
|
changeset |
files
|
Fri, 01 Oct 2021 02:52:25 +0200 |
Edouard Tisserant |
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
|
changeset |
files
|
Mon, 20 Sep 2021 15:43:10 +0200 |
Edouard Tisserant |
SVGHMI: add test for Dropdown using TextList
wxPython4
|
changeset |
files
|
Mon, 20 Sep 2021 15:42:17 +0200 |
Edouard Tisserant |
SVGHMI: Add TextList widget, add support for TextList in DropDown widget, move List, TextStyleList and TextList widget code in dedicated file with documentation.
wxPython4
|
changeset |
files
|
Thu, 16 Sep 2021 09:40:36 +0200 |
Edouard Tisserant |
Sequel to 95fe62bfe920 : Copy description when DnD variables from Globals in resources and configuration variable panels to POUs, now including ST/IL POUs.
|
changeset |
files
|
Mon, 13 Sep 2021 22:23:14 +0200 |
Edouard Tisserant |
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
|
changeset |
files
|
Mon, 13 Sep 2021 17:57:47 +0200 |
Edouard Tisserant |
WxPython 3.x -> 4.x : removed exception on stdout when closing at IDE frame
wxPython4
|
changeset |
files
|
Mon, 13 Sep 2021 13:02:52 +0200 |
Edouard Tisserant |
Merged default
wxPython4
|
changeset |
files
|
Mon, 13 Sep 2021 12:19:17 +0200 |
Edouard Tisserant |
Xenomai runtime: more verbose error message when problem with RT-Pipes.
|
changeset |
files
|
Mon, 13 Sep 2021 12:18:08 +0200 |
Edouard Tisserant |
Re-introduce sertup.py from Ivan Tyagov, accidentally deleted during SVGHMI branch merge
|
changeset |
files
|
Fri, 10 Sep 2021 14:48:07 +0200 |
Edouard Tisserant |
Tests/svghmi_scrollbar: Fix variables names and remove useless "OnStart OnStop OnWatchdog" to use defaults.
wxPython4
|
changeset |
files
|
Fri, 10 Sep 2021 14:44:20 +0200 |
Edouard Tisserant |
IDE/windows: Avoid exception on quit caused by runtime being killed without disconnecting.
wxPython4
|
changeset |
files
|
Fri, 10 Sep 2021 14:42:46 +0200 |
Edouard Tisserant |
Runtime/unix: Fix typo preventing start of Pyro server
wxPython4
|
changeset |
files
|
Thu, 09 Sep 2021 21:52:27 +0200 |
Edouard Tisserant |
Fix SVGHMI exception when running on Windows, missing ENODATA in errno.
wxPython4
|
changeset |
files
|