Fri, 03 Feb 2023 16:40:04 +0100 Edouard Tisserant IDE: prevent IDE/CLI process surviving to sys.exit() by using deamon threads to monitor external processes output streams. wxPython4
Thu, 02 Feb 2023 17:48:51 +0100 Edouard Tisserant Tests: allow overriding local host's hostname with BEREIS_LOCAL_HOST env variable. wxPython4
Thu, 02 Feb 2023 17:17:04 +0100 Edouard Tisserant Tests: IDE: explicitely wait for build success rather than just stdout to become silent. wxPython4
Thu, 02 Feb 2023 16:22:52 +0100 Edouard Tisserant Tests: Fixed wrong path (relative to $HOME) in CLI tests. wxPython4
Wed, 01 Feb 2023 20:43:35 +0100 Edouard Tisserant Tests: OPCUA tests can now use OPCUA_DEFAULT_HOST environment variable to force host to something else than "127.0.0.1" or "localhost" wxPython4
Mon, 16 Jan 2023 16:22:44 +0100 Edouard Tisserant IDE: fix segfault when unselecting network discovery in URI editor wxPython4
Sun, 15 Jan 2023 21:40:58 +0100 Edouard Tisserant IDE: fix exception when showing project's context menu in case of empty clipboard (wxpython4). wxPython4
Sun, 01 Jan 2023 23:10:16 +0100 etisserant Tests: Fix dockerfile not finding locales.
Sun, 01 Jan 2023 22:40:38 +0100 Edouard Tisserant cosmetic fix wxPython4
Sun, 01 Jan 2023 22:39:41 +0100 Edouard Tisserant Tests: use expedited termination of IDE with SIGTERM instead of normal close wxPython4
Sun, 01 Jan 2023 22:33:29 +0100 Edouard Tisserant IDE: When receiving SIGTERM signal, kill runtime befor bailing out without saving. wxPython4
Thu, 22 Dec 2022 02:47:20 +0100 Edouard Tisserant Merged default in wxPython4 branch wxPython4
Thu, 22 Dec 2022 02:46:08 +0100 Edouard Tisserant tests: IDE: own text matching logic for OCR reliability, enhanced ihtml report wxPython4
Fri, 16 Dec 2022 13:46:51 +0100 Edouard Tisserant SVGHMI: update generated XSLT files
Fri, 16 Dec 2022 13:46:07 +0100 Edouard Tisserant examples: add "csv_read" project to demo CSV access from PLC