2019-09-03 Edouard Tisserant SVGHMI: Intermediate state while working on svghmi.c svghmi
2019-08-26 Edouard Tisserant svghmi.c : deduplicated variable access code borrowed from plc_debug.c. Added targets/var_access.c. svghmi
2019-08-23 Edouard Tisserant SVGHMI: Added iterators in svghmi.c copy-pasted form plc_debug.c svghmi
2019-08-23 Edouard Tisserant SVGHMI: svghmi.c now has mutex, iterator, and read/write buffer. svghmi
2019-08-22 Edouard Tisserant SVGHMI: draft for svghmi.c. It has all PLC variables pointed in HMI tree in an array. svghmi
2019-08-20 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 Edouard Tisserant Add special nodes at HMI Tree root, fix code to handle special node (no path). svghmi
2019-08-20 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 Edouard Tisserant yslt_noindent : Avoid YSLT's indent logic to interfere when using linequote. svghmi
2019-08-14 Edouard Tisserant SVGHMI: make a reasonably basic test svghmi
2019-08-14 Edouard Tisserant SVGHMI: filter out temporary variables created while generating ST code out of FBD. svghmi
2019-08-13 Edouard Tisserant SVGHMI: added deduction of HMI tree from list of HMI_* instances. svghmi
2019-08-12 Edouard Tisserant SVGHMI: added extraction of SVG bounding boxes, obtained from "inkscape -S", and passed to XSLT transform as variable. svghmi
2019-08-12 Edouard Tisserant Allow using docutil.get_inkscape_path() on Linux also. svghmi
2019-08-09 Edouard Tisserant SVGHMI: little fixes to make the build go through svghmi
2019-08-09 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 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-08 Edouard Tisserant Complete SVGUI test minimal skeleton so that it builds. svghmi
2019-08-07 Edouard Tisserant intermediate commit, work in progress svghmi
2019-07-18 Edouard Tisserant Use a POU Library's Generate_C to collect all variables in SVGHMI. svghmi
2019-07-17 Edouard Tisserant merged svghmi
2019-07-17 Edouard Tisserant Enable svghmi plugin in features, and small fixes to skeleton. svghmi
2019-07-15 Edouard Tisserant Merged default in svghmi svghmi
2019-07-12 Edouard Tisserant Skeleton for svghmi extension svghmi
2021-06-30 Edouard Tisserant IDE: Allow POU Libraries to inject PLC Configurations globals during build.
2021-06-30 Ivan Tyagov WIP: initial setup.
2021-06-16 Edouard Tisserant 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-14 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-11 Edouard Tisserant IDE: Log: Prevent crash when display progress on empty log.
2021-06-10 Edouard Tisserant Copy description when DnD variables from CodeFile CTN to POUs