2021-10-29 Edouard Tisserant OPC-UA: Removed more "LocalizedText()", this time in selected variable list
2021-10-29 Edouard Tisserant IDE: prevent invoking matiec when IEC code did not change since last build.
2021-10-29 Edouard Tisserant SVGHMI: prevent systematic rebuild when there are multiple instances of SVGHMI CTN.
2021-10-29 Edouard Tisserant SVGHMI: optimize HMI tree handling C code to lower CPU usage when traversing large trees
2021-10-26 Edouard Tisserant merged
2021-10-21 Edouard Tisserant SVGHMI: prevents watchdog being triggered when SVGHMI is empty.
2021-10-22 Edouard Tisserant Backed out changeset c646a1f0fb0b - was on wrong branch wxPython4
2021-10-21 Edouard Tisserant Make OPC-UA client compatible with wxPython3, util wxPython4 branch deserve to be merged
2021-10-21 Edouard Tisserant Make OPC-UA client compatible with wxPython3, util wxPython4 branch deserve to be merged wxPython4
2021-10-21 Edouard Tisserant IDE: Enforce wxPython3 menu appending syntax in default branch... (Fixes exception at startup)
2021-10-19 Edouard Tisserant OPCUA: fix display names appearing with a "LocalizedText(" prefix when browsing localized server.
2021-10-19 Edouard Tisserant OPCUA: Add browsing of variables exposed by client when selecting location from variable panel.
2021-10-18 Edouard Tisserant OPCUA client: fix handling of string type Node Identifier
2021-10-18 Edouard Tisserant Add OPC-UA simple synchronous client extension.
2021-10-04 Edouard Tisserant SVGHMI: update test/svghmi to reflect latest changes
2021-10-04 Edouard Tisserant SVGHMI: Update generated xslt
2021-10-04 Edouard Tisserant SVGHMI: remove "value" element in meter and circularbar widget. Adding support for printf like formating make widget label too heavy. It is better to use Display widget instead.
2021-10-04 Edouard Tisserant SVGHMI: Move sprintf.js out of widget_display.ysl2 since it is used in other widgets as well
2021-10-01 Edouard Tisserant Dropped SVGUI, deprecated and replaced by SVGHMI. Transformed traffic_lights exemple so that it uses SVGHMI instead.
2021-10-01 Edouard Tisserant SVGHMI: Update generated XSLT (PathSlider widget)
2021-10-01 Edouard Tisserant SVGHMI: simplication in ScrollBar widget JS code
2021-10-01 Edouard Tisserant SVGHMI: Added PathSlider widget
2021-10-01 Edouard Tisserant SVGHMI: update generated xslt (List related changes)
2021-10-01 Edouard Tisserant SVGHMI: add files missing in ee9e98c856a : Add TextList widget, add support for TextList in DropDown widget, move List, TextStyleList and TextList widget code in dedicated file with documentation.
2021-09-20 Edouard Tisserant SVGHMI: add test for Dropdown using TextList
2021-09-20 Edouard Tisserant SVGHMI: Add TextList widget, add support for TextList in DropDown widget, move List, TextStyleList and TextList widget code in dedicated file with documentation.
2021-09-13 Edouard Tisserant IDE: Add a "Tutorials and Examples" sub menu to "File" menu to directly open projects in /exemples directory. Move 'python' and 'first_steps' projecvts from /tests to /exemple
2021-09-13 Edouard Tisserant WxPython 3.x -> 4.x : removed exception on stdout when closing at IDE frame
2021-09-10 Edouard Tisserant Tests/svghmi_scrollbar: Fix variables names and remove useless "OnStart OnStop OnWatchdog" to use defaults.
2021-09-10 Edouard Tisserant IDE/windows: Avoid exception on quit caused by runtime being killed without disconnecting.