2019-10-15 Edouard Tisserant SVGHMI : many details about communication implemented in JS, with side effects. svghmi
2019-10-11 Edouard Tisserant SVGHMI: added a widgets description object, accessed by id. Added frequency to widgets, as separate template to allow future customization. Excluded non svg elements (i.e inkscape Sets) with HMI: labels from widgets. svghmi
2019-10-10 Edouard Tisserant SVGHMI fix logic for page membership detection svghmi
2019-10-10 Edouard Tisserant SVGHMI compute default page svghmi
2019-10-09 Edouard Tisserant SVGHMI: deduce pages content out of geometry (elements contained in page bounding box are in) svghmi
2019-10-09 Edouard Tisserant SVGHMI: use func:function for parsing labels so that it can be used in predicates svghmi
2019-10-08 Edouard Tisserant SVGHMI: moved/fixed some templates, avoided namespace problems, added parsing of HMI:* inkscape labels svghmi
2019-10-07 Edouard Tisserant SVGHMI: now generating JS object describing widgets and pointing to SVG elements svghmi
2019-10-05 Edouard Tisserant SVGHI: compute hmitree variables ordered index in xslt svghmi
2019-10-02 Edouard Tisserant SVGHMI: now built. svghmi
2019-09-30 Edouard Tisserant SVGHMI: Work in progress. C side mostly implemented, neither built nor tested. svghmi
2019-09-27 Edouard Tisserant SVGHMI: More strict formating of active HMI labels : @ separator only used for paths svghmi
2019-09-26 Edouard Tisserant SVGHMI: new test svg to drive next implementation svghmi
2019-09-25 Edouard Tisserant Non significant changes in generated xslt, side effect of changes in yslt_noindent.yml2 svghmi
2019-09-24 Edouard Tisserant Merge default in SVGHMI branch svghmi
2019-09-20 Edouard Tisserant SVGHMI: Starting to define JS side more in details. svghmi
2019-09-19 Edouard Tisserant SVGHMI: added transformation of code given in inkscape's description fields into javascript functions svghmi
2019-09-19 Edouard Tisserant SVGHMI: gui.svg -> svghmi.svg svghmi
2019-09-19 Edouard Tisserant SVGHMI: moved static JS code to a separate file included at xhtml generation time svghmi
2019-09-18 Edouard Tisserant SVGHMI: Work In Progress : fixed pointer types in ctypes interface, cleaned up server startup and cleanup code, changed document type to XHTML, cleaner JS script : encapsulated in a function and in CDATA. svghmi
2019-09-18 Edouard Tisserant PLCobject: Call "stop" and "cleanup" methods from python runtime files in reverse order compared to "init" and "start". svghmi
2019-09-16 Edouard Tisserant SVGHMI: WIP for python<->C data exchange : message from browser hit the C side. svghmi
2019-09-16 Edouard Tisserant SVGHMI: WIP for python<->C data exchange svghmi
2019-09-16 Edouard Tisserant SVGHMI: WIP for python<->C data exchange svghmi
2019-09-12 Edouard Tisserant SVGHMI: WIP for python<->C data exchange svghmi
2019-09-12 Edouard Tisserant SVGHMI: single session for now svghmi
2019-09-12 Edouard Tisserant SVGHMI: few fixes on serving svghmi
2019-09-11 Edouard Tisserant WIP on svghmi, now builds and runs. HTTP serving + WS transport ready, missing actual data to transmit and thread to collect it. svghmi
2019-09-11 Edouard Tisserant Non significant changes to mute GCC warnings about unused variables. svghmi
2019-09-05 Edouard Tisserant Fixed sequel of 5f79b194fa63 'SVGHMI: filter out temporary variables created while generating ST code out of FBD.'. Some ref to temporary variables are still not using the _TMP_ prefix. They are quite hard to find, so to be continued... svghmi