svghmi/parse_labels.ysl2
2022-08-31 Edouard Tisserant SVGHMI: rework Jump widget to cope with Enable Expressions.
2022-08-23 Edouard Tisserant SVGHMI: add support for "enable expressions" with arbitrary variable name assignment.
2022-08-19 Edouard Tisserant SVGHMI: preliminary implementation of a general enable bit for all widgets, using "#" at the end of widget declaration, and a "disabled" element that becomes visible instead of widget when disabled.
2022-08-12 Edouard Tisserant SVGHMI: rename veriables in parse_labels.ysl2 for better readability
2022-08-11 Edouard Tisserant SVGHMI: add support for multiline widget declaration using svg:desc.
2022-06-01 Edouard Tisserant SVGHMI: fix parsing of floating point and negative min and max limits in widget label syntax.
2022-05-06 Edouard Tisserant SVGHMI: fix widget's update frequency forcing : syntax checking was enforcing unit and js code was using undefined variables
2022-05-05 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.
2022-01-19 Edouard Tisserant SVGHMI: Fixed support for frequency parsing in widget label
2022-01-18 Edouard Tisserant SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
2021-06-16 Edouard Tisserant SVGHMI: UI: added prefill of arguments according to values in widget instance in library. Also added library's widget instance description to description field. svghmi
2021-05-02 Edouard Tisserant SVGHMI: Extend widget labels parsing to allow expressing widget's accepted types in labels svghmi
2021-04-14 Edouard Tisserant SVGHMI: fixed typo svghmi
2021-04-13 Edouard Tisserant SVGHMI: still quite naive path substitution whn prepearing widget for DnD, but now uses label generation. svghmi
2021-04-02 Edouard Tisserant SVGHMI: Widget Library Picker now transforms SVG widget before allowing DnD. Transform is just identity forn now, but label parsing have already been included. To be continued. svghmi