Tue, 18 Oct 2022 11:09:40 +0200 |
Edouard Tisserant |
SVGHMI: prevent browser and watchdog commands to become zombie once finished.
|
file |
diff |
annotate
|
Mon, 08 Aug 2022 18:09:26 +0200 |
Edouard Tisserant |
IDE, SVGHMI: Workaround Snap package not launching Inskape, POEdit or Chromium directly, producing lot of output in Incskape CLI, and messing with TMPDIR
wxPython4
|
file |
diff |
annotate
|
Mon, 08 Aug 2022 18:07:23 +0200 |
Edouard Tisserant |
IDE: wxPython4 consequences : wx.OPEN -> wx.FD_OPEN
wxPython4
|
file |
diff |
annotate
|
Mon, 27 Jun 2022 10:26:04 +0200 |
Edouard Tisserant |
Merge default in wxPython4 branch
wxPython4
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Wed, 25 May 2022 20:00:31 +0200 |
Edouard Tisserant |
Various fixes to make svghmi_traffic_light example bahave on windows.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Wed, 25 May 2022 20:00:31 +0200 |
Edouard Tisserant |
Various fixes to make svghmi_traffic_light example bahave on windows.
|
file |
diff |
annotate
|
Sun, 16 Jan 2022 17:00:58 +0100 |
Edouard Tisserant |
Merged default in wxPython4, include runtimeLists
wxPython4
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 29 Oct 2021 18:20:03 +0200 |
Edouard Tisserant |
merged
wxPython4
|
file |
diff |
annotate
|
Fri, 29 Oct 2021 10:27:31 +0200 |
Edouard Tisserant |
SVGHMI: prevent systematic rebuild when there are multiple instances of SVGHMI CTN.
|
file |
diff |
annotate
|
Thu, 21 Oct 2021 09:45:21 +0200 |
Edouard Tisserant |
SVGHMI: prevents watchdog being triggered when SVGHMI is empty.
|
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.
|
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
|