- Python Runtime : stil untested optimization of Python Safe Globals. svghmi 2020-07-10, by Edouard Tisserant
- Prevent global python_poll blocks to be created when accidentally adding content to C-File OnChange column. svghmi 2020-07-03, by Edouard Tisserant
- Merge from default svghmi 2020-07-03, by Edouard Tisserant
- Modbus: fix strange side effect of re-use of condition variables or mutex with Xenomai : without bzero of the associated types, mutex keeps locked. svghmi 2020-06-29, by Edouard Tisserant
- Modbus: fix client timer invalid arguments. svghmi 2020-06-24, by Edouard Tisserant
- Modbus add a timer thread, and switch timer to SIGEV_THREAD_ID to follow xenomai posix skin restrictions. svghmi 2020-06-23, by Edouard Tisserant
- Runtime: Fix typo in PLCObject leading to exception when reporting failure. svghmi 2020-06-19, by Edouard Tisserant
- merged svghmi 2020-06-18, by Edouard Tisserant
- SVGHMI: Fix bug introduced when merging default svghmi 2020-06-18, by Edouard Tisserant
- SVGHMI: Add use of Python PLC Globals it test svghmi 2020-06-18, by Edouard Tisserant
- Merge default changes in SVGHMI svghmi 2020-06-18, by Edouard Tisserant
- Merge default changes in SVGHMI svghmi 2020-06-18, by Edouard Tisserant
- SVGHMI: add "unsubscribable" property to widgets in order to generalize what already happens for jump buttons. svghmi 2020-06-04, by Edouard Tisserant
- merge svghmi 2020-06-03, by Edouard Tisserant
- Merge svghmi 2020-05-29, by dgaberscek
- SVGHMI: Added widget toggleButton. svghmi 2020-05-26, by dgaberscek
- SVGHMI: Changed widget button handler to element attribute. svghmi 2020-05-26, by dgaberscek
- Runtime: create .md5 file at the end of all transfered files being written to disk, so that it presence indicates completeness of transfer. svghmi 2020-06-02, by Edouard Tisserant
- IDE: Main toolbar : Show repair button also in stop mode. Move repair button after disconnect button. svghmi 2020-06-02, by Edouard Tisserant
- Runtime: fsync() files when transfering them, to prebent data loss when poweroff soon after programming. Fixed variable naming as a side effect. svghmi 2020-06-01, by Edouard Tisserant
- PLCObject : reorganize code in StartPLC(), add a PreStartPLC() empty method, to be overloaded by runtime extensions. svghmi 2020-05-28, by Edouard Tisserant
- Solve import order problem when POULibrary imports ConfigTreeNode because of UserAddressedException. Now UserAddressedException is declared in POULibrary.py, as a quick and dirty fix, but some independant module should be created for beremiz exceptions in general. svghmi 2020-05-26, by Edouard Tisserant
- SVGHMI: stop using eval in change_hmi_value, apparently slowly leaking memory. svghmi 2020-05-21, by Edouard Tisserant
- SVGHMI: Switch widget was picking sub-elements from original SVG, not the result SVG ehwe clones are unlinked, thus making problems with svg:use based widgets. svghmi 2020-05-14, by Edouard Tisserant
- SVGHMI: When unlinking a clone of a group, do not create additional group, but merge transformation and styles, and replace label. This allows svg:use based widgets to directly access elements of svg:use targeted element. svghmi 2020-05-14, by Edouard Tisserant
- SVGHMI: Applies clone unlinking to widget themselves, not only to clones inside widgets. svghmi 2020-05-14, by Edouard Tisserant
- merge svghmi 2020-05-14, by 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 2020-05-13, by Edouard Tisserant
- Added FatalError call to Libraries code gen, so that they can emit messages addressed like config tree nodes do. svghmi 2020-05-13, by Edouard Tisserant
- SVGHMI: more Widget properties declared ES6 style. svghmi 2020-05-13, by Edouard Tisserant
- SVGHMI: Switch widget now use class declaration svghmi 2020-05-13, by Edouard Tisserant
- SVGHMI: Update Button widget to class declaration, and add a button widget in tests/svghmi. svghmi 2020-05-13, by Edouard Tisserant
- SVGHMI: explicit handling of undefined maximum widget update frequency svghmi 2020-05-13, by Edouard Tisserant
- SVGHMI: removed dead code svghmi 2020-05-13, by Edouard Tisserant
- SVGHMI: Back button updated to class style svghmi 2020-05-13, by Edouard Tisserant
- merge svghmi 2020-05-11, by Edouard Tisserant
- DEBUG: (IDE side) fixed wrong implementation of anti-rapid-fire leading to systematic delay in subscribing svghmi 2020-05-11, by Edouard Tisserant
- SVGHMI: Exclude non-widget HMI:* labeled elements from hmi_widget. Namely : HMI:Page HMI:Lang and HMI:List have been excluded. svghmi 2020-05-10, by Edouard Tisserant
- SVGHMI: clean up dead code, update generated xslt. svghmi 2020-05-10, by Edouard Tisserant
- SVGHMI: apply per class overloading of sub/unsub to Jump widget svghmi 2020-05-10, by Edouard Tisserant
- SVGHMI: apply per class overloading of sub/unsub to ForEach widget svghmi 2020-05-10, by Edouard Tisserant
- SVGHMI: Widget's specific sub/unsub traits are now wxpressed in widget's class. svghmi 2020-05-10, by Edouard Tisserant
- SVGHMI: Parameters common to all widget constructors now passed as ordered parameters. svghmi 2020-05-10, by Edouard Tisserant
- SVGHMI: One class per widget type, widget objects are instances of these classes, and members are passed through constructor. This allows to keep compatible with previous widget_defs template used in most widgets. svghmi 2020-05-08, by Edouard Tisserant
- SVGHMI: Add an exslt function to collect used widget types, in order to only include necessary JS definitions in furure changes. svghmi 2020-05-08, by Edouard Tisserant
- SVGHMI: Systematically output local name as /* comment */ when emiting content. svghmi 2020-05-08, by Edouard Tisserant
- Merge svghmi 2020-04-24, by Edouard Tisserant
- SVGHMI: Fix flawed logic to place nodes in the HMI tree, leading to wrecked tree in some cases. svghmi 2020-04-24, by Edouard Tisserant
- Added button and circular bar widgets. svghmi 2020-04-22, by dgaberscek
- SVGHMI: added more meaningful namespaces to emit javascript code from. svghmi 2020-04-20, by Edouard Tisserant
- SVGHMI: moved JS code of foreach and jump widget in corresponding widget_*.ysl2. To be continued. svghmi 2020-04-19, by Edouard Tisserant
- SVGHMI: spread JS code from svghmi/scripts.ysl2 in other .ysl2 files, using dedicated preamble and epilogue namespaces svghmi 2020-04-19, by Edouard Tisserant
- SVGHMI: Introduced "emit" to simplify producing per-topic code and content from anywhere in code. Applied to debug output, next to JS. svghmi 2020-04-19, by Edouard Tisserant
- SVGHMI: Move reflective debug tags from "reflect" to "debug" namespace, preparing for per-purpose namespaces. svghmi 2020-04-18, by Edouard Tisserant
- SVGHMI: Added scripts.ysl2 svghmi 2020-04-18, by Edouard Tisserant
- SVGHMI: moving code wher it belongs, and reformulate some declarations for better readability. svghmi 2020-04-18, by Edouard Tisserant
- SVGHMI: HMI:DropDown: more documentation. svghmi 2020-04-16, by Edouard Tisserant
- SVGHMI: Comments in HMI:DropDown source code svghmi 2020-04-15, by Edouard Tisserant
- SVGHMI: HMI:DropDown menu aligns to selected when opening svghmi 2020-04-14, by Edouard Tisserant
- SVGHMI: When clicking outside of opened HMI:DropDown box, close it. svghmi 2020-04-14, by Edouard Tisserant