Fri, 11 Nov 2022 08:26:15 +0100 Edouard Tisserant Tests: Add project for OPC-UA server browsing and variable picking UI test wxPython4
Thu, 10 Nov 2022 19:41:31 +0100 Edouard Tisserant Tests: Add OPC-UA server browsing and veriable picking UI test. wxPython4
Thu, 10 Nov 2022 19:40:39 +0100 Edouard Tisserant Tests: Add 'dragNdrop' for UI tests with slower begining than sikuli's dragDrop wxPython4
Thu, 10 Nov 2022 19:38:14 +0100 Edouard Tisserant Tests: UI tests now avoid polling stdout if process didn't start. wxPython4
Thu, 10 Nov 2022 19:36:30 +0100 Edouard Tisserant Tests: UI tests can now load projects from tests/projects wxPython4
Thu, 10 Nov 2022 19:34:44 +0100 Edouard Tisserant Tests: add command for UI tests to launch and close Auxiliary Process wxPython4
Thu, 10 Nov 2022 19:31:59 +0100 Edouard Tisserant OPC-UA: better handling and reporting of server browser's connection errors. wxPython4
Thu, 10 Nov 2022 19:31:09 +0100 Edouard Tisserant OPC-UA: Extend Drag'N'Drop target to whole input or output panel not only grid. wxPython4
Wed, 09 Nov 2022 12:30:45 +0100 Edouard Tisserant Merge default in wxPython4 wxPython4
Wed, 09 Nov 2022 12:14:35 +0100 Edouard Tisserant SVGHMI: fix HMI freeze at load when no screen saver is defined
Tue, 08 Nov 2022 11:03:45 +0100 Edouard Tisserant SVGHMI: update generated XSLT
Tue, 08 Nov 2022 11:02:35 +0100 Edouard Tisserant SVGHMI: watchdog now calls OnStart and OnStop commands just after calling OnWatchdog. Therefore, OnWatchdog command should not restart browser by itself.
Tue, 08 Nov 2022 11:00:42 +0100 Edouard Tisserant SVGHMI: server systematically resets session on connect, rather than waiting for client to ask for it
Fri, 04 Nov 2022 22:14:14 +0100 Edouard Tisserant IDE: Fix DropTarget() methods that must return a bool with wxPython4. wxPython4
Fri, 04 Nov 2022 22:11:55 +0100 Edouard Tisserant IDE: Fix visibility of text in Debug panel when using dark theme. wxPython4
Fri, 04 Nov 2022 22:09:42 +0100 Edouard Tisserant IDE: Fix use of deprecated wx.NamedColour wxPython4
Fri, 04 Nov 2022 17:38:37 +0100 Edouard Tisserant Merged changes from default in wxPython4 branch wxPython4
Fri, 04 Nov 2022 10:56:18 +0100 Edouard Tisserant SVGHMI: update generated XSLT
Fri, 04 Nov 2022 10:55:30 +0100 Edouard Tisserant SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
Fri, 04 Nov 2022 10:52:59 +0100 Edouard Tisserant SVGHMI: cosmetic fix in Back widget
Fri, 04 Nov 2022 10:51:45 +0100 Edouard Tisserant SVGHMI: add ScreenSaver feature. Automatically jumps to a page named "ScreenSaver" after timeout defined in page arguments.
Thu, 03 Nov 2022 17:43:30 +0100 Edouard Tisserant Backed out changeset c6068b674b30 wxPython4
Fri, 28 Oct 2022 10:42:35 +0200 Edouard Tisserant SVGHMI: update generated XSLT
Fri, 28 Oct 2022 09:44:33 +0200 Edouard Tisserant SVGHMI: enable periodical reconnect when browser is QtWebengine, working around memory leak with websocket on Qt's embedded Chromium.
Thu, 27 Oct 2022 10:52:24 +0200 Edouard Tisserant IDE: Added filtering in POU instance variables panel.
Fri, 21 Oct 2022 10:39:43 +0200 Edouard Tisserant SVGHMI: add automatic reconnection of websocket with 1s reconnection delay after first attempt.
Tue, 18 Oct 2022 11:09:40 +0200 Edouard Tisserant SVGHMI: prevent browser and watchdog commands to become zombie once finished.
Wed, 12 Oct 2022 11:59:47 +0200 Edouard Tisserant SVGHMI: svghmi_references exemple: add missing PLC part to demonstrate assigning PLC/HMI variables when validating a modal dialog.
Wed, 12 Oct 2022 11:56:04 +0200 Edouard Tisserant SVGHMI: cosmetic fixes
Wed, 12 Oct 2022 11:09:33 +0200 Edouard Tisserant runtime: remove forgotten printf at starup when retain memory is restored.