Fri, 10 Sep 2021 14:44:20 +0200 |
Edouard Tisserant |
IDE/windows: Avoid exception on quit caused by runtime being killed without disconnecting.
|
file |
diff |
annotate
|
Wed, 20 Oct 2021 08:57:07 +0200 |
Edouard Tisserant |
Merge deafult in wxPython4
wxPython4
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 10 Sep 2021 14:44:20 +0200 |
Edouard Tisserant |
IDE/windows: Avoid exception on quit caused by runtime being killed without disconnecting.
wxPython4
|
file |
diff |
annotate
|
Mon, 26 Jul 2021 08:42:26 +0200 |
Edouard Tisserant |
SVGHMI: Fix detection of library without instance and instances without library. Added one more widget in the widget library. Renamed "view_name" in "name" in commands substitutions.
svghmi
|
file |
diff |
annotate
|
Fri, 23 Jul 2021 13:16:15 +0200 |
Edouard Tisserant |
SVGHMI: Fix missing "OnWatchdog" in XSD, accidentally deleted in earlier commit.
svghmi
|
file |
diff |
annotate
|
Thu, 22 Jul 2021 12:03:34 +0200 |
Edouard Tisserant |
SVGHMI: detect watchdog abuse (more than one HMI instance with watchdog) at build time
svghmi
|
file |
diff |
annotate
|
Thu, 22 Jul 2021 12:02:50 +0200 |
Edouard Tisserant |
SVGHMI: code refactoring allowing more in depth customization for substitution on start/stop/restart commands, and default SVG choice.
svghmi
|
file |
diff |
annotate
|
Tue, 13 Jul 2021 16:13:21 +0200 |
Edouard Tisserant |
SVGHMI: set some boundaries for watchdog timings and max connection count.
svghmi
|
file |
diff |
annotate
|
Mon, 12 Jul 2021 16:29:55 +0200 |
Edouard Tisserant |
SVGHMI: default library path, default page when starting a SVGHMI project, error page when no SVG present
svghmi
|
file |
diff |
annotate
|
Wed, 07 Jul 2021 16:31:13 +0200 |
Edouard Tisserant |
SVGHMI: Implemented multiserver+multiclient, but only tested with single client and single server for now. To be continued...
svghmi
|
file |
diff |
annotate
|
Mon, 05 Jul 2021 10:51:02 +0200 |
Edouard Tisserant |
SVGHMI: More configuration parameters : network interface, TCP port, URL path and watchdog enabling.
svghmi
|
file |
diff |
annotate
|
Wed, 30 Jun 2021 15:51:59 +0200 |
Edouard Tisserant |
SVGHMI: Prepare accepting multiple clients on multiple HMI: Use POULibrary new capability to add variables to PLC Configuration. Now heartbeat and HMI tree root are added by the library part of SVGHMI, and not by each instance.
svghmi
|
file |
diff |
annotate
|
Thu, 01 Apr 2021 15:56:19 +0200 |
Edouard Tisserant |
SVGHMI: Fixed last i18n changes meant to allow checking changes in PO files. Was making build exception when no PO files available.
svghmi
|
file |
diff |
annotate
|
Wed, 31 Mar 2021 09:08:15 +0200 |
Edouard Tisserant |
SVGHMI: force svghmi build if any change in fonts or translation (.PO) files
svghmi
|
file |
diff |
annotate
|
Tue, 30 Mar 2021 14:54:43 +0200 |
Edouard Tisserant |
SVGHMI: Implemented "Add Font" and "Remove Font", add font embedding in CSS at build time, tested ok with some OTF for now.
svghmi
|
file |
diff |
annotate
|
Tue, 30 Mar 2021 10:05:55 +0200 |
Edouard Tisserant |
SVGHMI: Add font management buttons and icons, doing nothing for now
svghmi
|
file |
diff |
annotate
|
Mon, 29 Mar 2021 14:35:45 +0200 |
Edouard Tisserant |
SVGHMI: Fix update of HMI tree in UI when loading from XML at start. Removed some dead code left after split of svghmi.py into svghmi.py+ui.py.
svghmi
|
file |
diff |
annotate
|
Thu, 25 Mar 2021 13:07:52 +0100 |
Edouard Tisserant |
SVGHMI: split svghmi.py into svghmi.py (Config Tree Node + code gen) and ui.py (UI for HMI tree and Widget picking)
svghmi
|
file |
diff |
annotate
|
Wed, 24 Mar 2021 05:34:46 +0100 |
Edouard Tisserant |
SVGHMI: split svghmi.py into hmi_tree.py + svghmi.py
svghmi
|
file |
diff |
annotate
|
Tue, 23 Mar 2021 05:11:23 +0100 |
Edouard Tisserant |
SVGHMI: Added SVG widget library browser. Supports browsing and previewing widgets. Widget validation and drag'n'drop are still to be implemented.
svghmi
|
file |
diff |
annotate
|
Wed, 10 Mar 2021 19:27:41 +0100 |
Edouard Tisserant |
SVGHMI: do not do XSLT transform if both SVGHMI and HMI Tree didn't change since last build
svghmi
|
file |
diff |
annotate
|
Fri, 05 Mar 2021 09:24:45 +0100 |
Edouard Tisserant |
SVGHMI: Lighter display of HMI Tree, no more icons and use buttons. Auto expand root. Fix loading of HMI tree XML backup (hmiclass attribute wasn't kept).
svghmi
|
file |
diff |
annotate
|
Fri, 05 Mar 2021 00:02:52 +0100 |
Edouard Tisserant |
SVGHMI: Systematically save HMI Tree in build directory as hmitree.xml when building, so that HMI Tree can be displayed when re-opening project, without having to build
svghmi
|
file |
diff |
annotate
|
Mon, 01 Mar 2021 15:46:23 +0100 |
Edouard Tisserant |
SVGHMI: Make build log less redundant, and refactor progress information code a bit, to make it also a bit less redundant.
svghmi
|
file |
diff |
annotate
|
Fri, 26 Feb 2021 11:08:51 +0100 |
Edouard Tisserant |
SVGHMI: Fixed progress time computation
svghmi
|
file |
diff |
annotate
|
Fri, 26 Feb 2021 10:00:14 +0100 |
Edouard Tisserant |
SVGHMI: Optimized overlapping geometry (widget ot page belonging) computation. Added human readable messages for progress. Includes updated XSLT.
svghmi
|
file |
diff |
annotate
|
Mon, 22 Feb 2021 10:09:57 +0100 |
Edouard Tisserant |
Merge
svghmi
|
file |
diff |
annotate
|
Fri, 19 Feb 2021 14:56:14 +0100 |
Edouard Tisserant |
SVGHMI: Add icons
svghmi
|
file |
diff |
annotate
|
Fri, 19 Feb 2021 12:03:42 +0100 |
Edouard Tisserant |
SVGHMI: Fixed/extended error message when failing to launch POEdit.
svghmi
|
file |
diff |
annotate
|
Mon, 22 Feb 2021 10:08:36 +0100 |
Edouard Tisserant |
SVGHMI: display progress in IDE console while building
svghmi
|
file |
diff |
annotate
|
Sun, 14 Feb 2021 05:29:51 +0100 |
Edouard Tisserant |
SVGHMI: i18n: prevent creating messages.pot if no translation
svghmi
|
file |
diff |
annotate
|
Sun, 14 Feb 2021 05:15:13 +0100 |
Edouard Tisserant |
SVGHMI: remove forgotten debug code
svghmi
|
file |
diff |
annotate
|
Thu, 21 Jan 2021 11:08:04 +0100 |
Edouard Tisserant |
SVGHMI: i18n: better warning messages, more explicit.
svghmi
|
file |
diff |
annotate
|
Thu, 21 Jan 2021 05:04:23 +0100 |
Edouard Tisserant |
SVGHMI: i18n: now loads PO filesand match translation against catalog. Refactored a bit to move i18n related code in i18n.py
svghmi
|
file |
diff |
annotate
|
Tue, 19 Jan 2021 11:57:13 +0100 |
Edouard Tisserant |
SVGHMI: still WIP, now POT file is properly generated with utf-8 encoding and POEdit is launched when pressing button.
svghmi
|
file |
diff |
annotate
|
Fri, 15 Jan 2021 10:11:05 +0100 |
Edouard Tisserant |
SVGHMI: Intermediate commit while implementing i18n. WIP.
svghmi
|
file |
diff |
annotate
|
Thu, 22 Oct 2020 22:44:29 +0200 |
Edouard Tisserant |
SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
svghmi
|
file |
diff |
annotate
|
Thu, 03 Sep 2020 11:16:08 +0200 |
Edouard Tisserant |
SVGHMI: Better error message when inkscape is not installed.
svghmi
|
file |
diff |
annotate
|
Wed, 02 Sep 2020 11:45:41 +0200 |
Edouard Tisserant |
SVGHMI: nicer error message
svghmi
|
file |
diff |
annotate
|
Thu, 20 Aug 2020 14:12:49 +0200 |
Edouard Tisserant |
SVGHMI: Behave when project path include spaces, and make more understandable error in case of problem extracting geometry with inkscape.
svghmi
|
file |
diff |
annotate
|
Mon, 13 Jul 2020 13:56:42 +0200 |
Edouard Tisserant |
Python Runtime: order of execution of extension's init() and cleanup() now reflects order of appearance of extensions in configuration tree.
svghmi
|
file |
diff |
annotate
|
Thu, 18 Jun 2020 14:16:19 +0200 |
Edouard Tisserant |
SVGHMI: Fix bug introduced when merging default
svghmi
|
file |
diff |
annotate
|
Wed, 13 May 2020 14:48:52 +0200 |
Edouard Tisserant |
SVGHMI: Makes error when HMI tree is not well formed. Prevents multiple and non-first HMI_NODE, and ensure that all paths in HMI tree are unique.
svghmi
|
file |
diff |
annotate
|
Fri, 24 Apr 2020 10:02:13 +0200 |
Edouard Tisserant |
SVGHMI: Fix flawed logic to place nodes in the HMI tree, leading to wrecked tree in some cases.
svghmi
|
file |
diff |
annotate
|
Fri, 20 Mar 2020 10:00:59 +0100 |
Edouard Tisserant |
SVGHMI: make root HMI tree node a HMI_NODE, droped HMI_ROOT node type
svghmi
|
file |
diff |
annotate
|
Thu, 12 Mar 2020 13:14:38 +0100 |
Edouard Tisserant |
SVGHMI: Stop ignoring HMI_NODE in HMI tree, and count it as a BOOL. Soon we use those nodes as reference for relative page jump, and as an "enable" bit for features associated to an HMI tree fragment.
svghmi
|
file |
diff |
annotate
|
Tue, 11 Feb 2020 13:56:48 +0100 |
Edouard Tisserant |
SVGHMI: be a bit more tolerant with missing HMI paths or missing elements in widgets : continue build (with warning) and fail silently at runtime.
svghmi
|
file |
diff |
annotate
|
Thu, 23 Jan 2020 11:22:09 +0100 |
Edouard Tisserant |
SVGHMI : watchdog is now taking an initial and interval duration as CTN fields.
svghmi
|
file |
diff |
annotate
|
Tue, 21 Jan 2020 13:55:03 +0100 |
Edouard Tisserant |
SVGHMI : avoid caching of xhtml file by forcing cache-control header in http response.
svghmi
|
file |
diff |
annotate
|
Wed, 15 Jan 2020 11:13:39 +0100 |
Edouard Tisserant |
SVGHMI : cosmetic
svghmi
|
file |
diff |
annotate
|
Tue, 14 Jan 2020 11:09:26 +0100 |
Edouard Tisserant |
SVGHMI : support for HMI_STRING and HMI_BOOL
svghmi
|
file |
diff |
annotate
|
Mon, 13 Jan 2020 15:15:01 +0100 |
Edouard Tisserant |
SVGHMI : Added python fomating {port} and {name} to commands so that command can build target URL
svghmi
|
file |
diff |
annotate
|
Fri, 10 Jan 2020 17:00:01 +0100 |
Edouard Tisserant |
SVGHMI : add on Start, Stop and Watchdog command fields to configuration
svghmi
|
file |
diff |
annotate
|
Fri, 10 Jan 2020 13:15:07 +0100 |
Edouard Tisserant |
SVGHMI: added a watchdog. To ensure that the whole chain is checked, watchdog use a periodic echo of a hearteat variable. JS client code systematically register /HEARTBEAT at 1s update freq, and reacts on updates of /HEARTBEAT by systematically incrementing it. C code catch /HEARTBEAT update and feeds python-implemented watchdog. For now, watchdog does nothing when tiggered
svghmi
|
file |
diff |
annotate
|
Tue, 03 Dec 2019 09:46:12 +0100 |
Edouard Tisserant |
SVGHMI: re-implemented tree view with classic wxTreeCtl
svghmi
|
file |
diff |
annotate
|
Tue, 03 Dec 2019 09:44:48 +0100 |
Edouard Tisserant |
Non significant changes, whitespaces, etc.
svghmi
|
file |
diff |
annotate
|
Fri, 15 Nov 2019 10:34:14 +0100 |
Edouard Tisserant |
SVGHMI: Added simple HMI Tree View.
svghmi
|
file |
diff |
annotate
|
Thu, 14 Nov 2019 08:46:32 +0100 |
Edouard Tisserant |
SVGHMI: add a class attribute to HMI Tree nodes, set when using HMI_NODE
svghmi
|
file |
diff |
annotate
|
Wed, 13 Nov 2019 11:22:53 +0100 |
Edouard Tisserant |
SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
svghmi
|
file |
diff |
annotate
|