- SVGHMI : many details about communication implemented in JS, with side effects. svghmi 2019-10-15, by 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-11, by Edouard Tisserant
- SVGHMI fix logic for page membership detection svghmi 2019-10-10, by Edouard Tisserant
- SVGHMI compute default page svghmi 2019-10-10, by Edouard Tisserant
- SVGHMI: deduce pages content out of geometry (elements contained in page bounding box are in) svghmi 2019-10-09, by Edouard Tisserant
- SVGHMI: use func:function for parsing labels so that it can be used in predicates svghmi 2019-10-09, by Edouard Tisserant
- SVGHMI: moved/fixed some templates, avoided namespace problems, added parsing of HMI:* inkscape labels svghmi 2019-10-08, by Edouard Tisserant
- SVGHMI: now generating JS object describing widgets and pointing to SVG elements svghmi 2019-10-07, by Edouard Tisserant
- SVGHI: compute hmitree variables ordered index in xslt svghmi 2019-10-05, by Edouard Tisserant
- SVGHMI: now built. svghmi 2019-10-02, by Edouard Tisserant
- SVGHMI: Work in progress. C side mostly implemented, neither built nor tested. svghmi 2019-09-30, by Edouard Tisserant
- SVGHMI: More strict formating of active HMI labels : @ separator only used for paths svghmi 2019-09-27, by Edouard Tisserant
- SVGHMI: new test svg to drive next implementation svghmi 2019-09-26, by Edouard Tisserant
- Non significant changes in generated xslt, side effect of changes in yslt_noindent.yml2 svghmi 2019-09-25, by Edouard Tisserant
- Merge default in SVGHMI branch svghmi 2019-09-24, by Edouard Tisserant
- SVGHMI: Starting to define JS side more in details. svghmi 2019-09-20, by Edouard Tisserant
- SVGHMI: added transformation of code given in inkscape's description fields into javascript functions svghmi 2019-09-19, by Edouard Tisserant
- SVGHMI: gui.svg -> svghmi.svg svghmi 2019-09-19, by Edouard Tisserant
- SVGHMI: moved static JS code to a separate file included at xhtml generation time svghmi 2019-09-19, by 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, by Edouard Tisserant
- PLCobject: Call "stop" and "cleanup" methods from python runtime files in reverse order compared to "init" and "start". svghmi 2019-09-18, by Edouard Tisserant
- SVGHMI: WIP for python<->C data exchange : message from browser hit the C side. svghmi 2019-09-16, by Edouard Tisserant
- SVGHMI: WIP for python<->C data exchange svghmi 2019-09-16, by Edouard Tisserant
- SVGHMI: WIP for python<->C data exchange svghmi 2019-09-16, by Edouard Tisserant
- SVGHMI: WIP for python<->C data exchange svghmi 2019-09-12, by Edouard Tisserant
- SVGHMI: single session for now svghmi 2019-09-12, by Edouard Tisserant
- SVGHMI: few fixes on serving svghmi 2019-09-12, by 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, by Edouard Tisserant
- Non significant changes to mute GCC warnings about unused variables. svghmi 2019-09-11, by 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 2019-09-05, by Edouard Tisserant
- SVGHMI: Intermediate state while working on svghmi.c svghmi 2019-09-03, by Edouard Tisserant
- svghmi.c : deduplicated variable access code borrowed from plc_debug.c. Added targets/var_access.c. svghmi 2019-08-26, by Edouard Tisserant
- SVGHMI: Added iterators in svghmi.c copy-pasted form plc_debug.c svghmi 2019-08-23, by Edouard Tisserant
- SVGHMI: svghmi.c now has mutex, iterator, and read/write buffer. svghmi 2019-08-23, by Edouard Tisserant
- SVGHMI: draft for svghmi.c. It has all PLC variables pointed in HMI tree in an array. svghmi 2019-08-22, by Edouard Tisserant
- Pass HMITree to SVG transform. It seems it could really help to reduce JS tree binding logic in the end. svghmi 2019-08-20, by Edouard Tisserant
- Add special nodes at HMI Tree root, fix code to handle special node (no path). svghmi 2019-08-20, by Edouard Tisserant
- Swap CTN code gen and Libraries code gen, because SVGHMI use both, and need the library part to produce hmitree before CTN part. svghmi 2019-08-20, by Edouard Tisserant
- yslt_noindent : Avoid YSLT's indent logic to interfere when using linequote. svghmi 2019-08-20, by Edouard Tisserant
- SVGHMI: make a reasonably basic test svghmi 2019-08-14, by Edouard Tisserant
- SVGHMI: filter out temporary variables created while generating ST code out of FBD. svghmi 2019-08-14, by Edouard Tisserant
- SVGHMI: added deduction of HMI tree from list of HMI_* instances. svghmi 2019-08-13, by Edouard Tisserant
- SVGHMI: added extraction of SVG bounding boxes, obtained from "inkscape -S", and passed to XSLT transform as variable. svghmi 2019-08-12, by Edouard Tisserant
- Allow using docutil.get_inkscape_path() on Linux also. svghmi 2019-08-12, by Edouard Tisserant
- SVGHMI: little fixes to make the build go through svghmi 2019-08-09, by Edouard Tisserant
- SVGHMI: Added XSLT transformation, Makefile to get XSLT from ysl2 (copy of plcopen/Makefile) and a minimal stylesheet to start with. svghmi 2019-08-09, by Edouard Tisserant
- Moved XSLT model query python code so that XSLT part can be reused for other transformations (i.e. in SVGHMI) svghmi 2019-08-09, by Edouard Tisserant
- Complete SVGUI test minimal skeleton so that it builds. svghmi 2019-08-08, by Edouard Tisserant
- intermediate commit, work in progress svghmi 2019-08-07, by Edouard Tisserant
- Use a POU Library's Generate_C to collect all variables in SVGHMI. svghmi 2019-07-18, by Edouard Tisserant
- merged svghmi 2019-07-17, by Edouard Tisserant
- Enable svghmi plugin in features, and small fixes to skeleton. svghmi 2019-07-17, by Edouard Tisserant
- Merged default in svghmi svghmi 2019-07-15, by Edouard Tisserant
- Skeleton for svghmi extension svghmi 2019-07-12, by Edouard Tisserant
- IDE: Allow POU Libraries to inject PLC Configurations globals during build. 2021-06-30, by Edouard Tisserant
- WIP: initial setup. 2021-06-30, by Ivan Tyagov
- IDE: Fixed variable traces graphs RingBuffers. Removed an apparently useless wxCallAfter in trend graph that was leading to pydeadobject exception on wxGTK when double-clicking. 2021-06-16, by Edouard Tisserant
- IDE: Cleaned up some useless tests in variable trace data handling code, changed from bare numpy arrays to RingBuffers inorder to avoid RAM outage and crash after long tracing session. 2021-06-14, by Edouard Tisserant
- IDE: Log: Prevent crash when display progress on empty log. 2021-06-11, by Edouard Tisserant
- Copy description when DnD variables from CodeFile CTN to POUs 2021-06-10, by Edouard Tisserant