- merged 2021-11-04, by Edouard Tisserant
- SVGHMI: add CURRENT_PAGE_{location} global variable to reflect currently visible page. If PLC wites some valid page reference in that variable, it triggers page switch. Additionally, fixed /HEARTBEAT being subscribed systematically by JS code even when wtchdog is not enabled. 2021-11-04, by Edouard Tisserant
- Follow-up on 83ed4ea362db 'IDE: prevent invoking matiec when IEC code did not change since last build' : build unconditionally after clean 2021-11-02, by Edouard Tisserant
- merged wxPython4 2021-10-29, by Edouard Tisserant
- OPC-UA: fix types in model not being preserved after reload of CSV file, leading to exception when changing selection lists content. 2021-10-29, by Edouard Tisserant
- OPC-UA: Removed more "LocalizedText()", this time in selected variable list 2021-10-29, by Edouard Tisserant
- IDE: prevent invoking matiec when IEC code did not change since last build. 2021-10-29, by Edouard Tisserant
- SVGHMI: prevent systematic rebuild when there are multiple instances of SVGHMI CTN. 2021-10-29, by Edouard Tisserant
- SVGHMI: optimize HMI tree handling C code to lower CPU usage when traversing large trees 2021-10-29, by Edouard Tisserant
- merged 2021-10-26, by Edouard Tisserant
- SVGHMI: prevents watchdog being triggered when SVGHMI is empty. 2021-10-21, by Edouard Tisserant
- Backed out changeset c646a1f0fb0b - was on wrong branch wxPython4 2021-10-22, by Edouard Tisserant
- Make OPC-UA client compatible with wxPython3, util wxPython4 branch deserve to be merged 2021-10-21, by Edouard Tisserant
- Make OPC-UA client compatible with wxPython3, util wxPython4 branch deserve to be merged wxPython4 2021-10-21, by Edouard Tisserant
- IDE: Enforce wxPython3 menu appending syntax in default branch... (Fixes exception at startup) 2021-10-21, by Edouard Tisserant
- OPCUA: fix display names appearing with a "LocalizedText(" prefix when browsing localized server. 2021-10-19, by Edouard Tisserant
- OPCUA: Add browsing of variables exposed by client when selecting location from variable panel. 2021-10-19, by Edouard Tisserant
- OPCUA client: fix handling of string type Node Identifier 2021-10-18, by Edouard Tisserant
- Add OPC-UA simple synchronous client extension. 2021-10-18, by Edouard Tisserant
- SVGHMI: update test/svghmi to reflect latest changes 2021-10-04, by Edouard Tisserant
- SVGHMI: Update generated xslt 2021-10-04, by 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, by Edouard Tisserant
- SVGHMI: Move sprintf.js out of widget_display.ysl2 since it is used in other widgets as well 2021-10-04, by Edouard Tisserant
- Dropped SVGUI, deprecated and replaced by SVGHMI. Transformed traffic_lights exemple so that it uses SVGHMI instead. 2021-10-01, by Edouard Tisserant
- SVGHMI: Update generated XSLT (PathSlider widget) 2021-10-01, by Edouard Tisserant
- SVGHMI: simplication in ScrollBar widget JS code 2021-10-01, by Edouard Tisserant
- SVGHMI: Added PathSlider widget 2021-10-01, by Edouard Tisserant
- SVGHMI: update generated xslt (List related changes) 2021-10-01, by 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-10-01, by Edouard Tisserant
- SVGHMI: add test for Dropdown using TextList 2021-09-20, by 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-20, by 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, by Edouard Tisserant
- WxPython 3.x -> 4.x : removed exception on stdout when closing at IDE frame 2021-09-13, by Edouard Tisserant
- Tests/svghmi_scrollbar: Fix variables names and remove useless "OnStart OnStop OnWatchdog" to use defaults. 2021-09-10, by Edouard Tisserant
- IDE/windows: Avoid exception on quit caused by runtime being killed without disconnecting. 2021-09-10, by Edouard Tisserant
- Runtime/unix: Fix typo preventing start of Pyro server 2021-09-10, by Edouard Tisserant
- Fix SVGHMI exception when running on Windows, missing ENODATA in errno. 2021-09-09, by Edouard Tisserant
- Runtime: avoids using "pipe to self" bailout unblocking trick on windows, since select() only takes sockets. 2021-09-07, by Edouard Tisserant
- Merge deafult in wxPython4 wxPython4 2021-10-20, by Edouard Tisserant
- Merge changes about wamp reconnecting options, and added missing parts so that these changes make sense. 2021-10-19, by Edouard Tisserant
- Fixed Wamp reconnect on lost connection. 2021-10-11, by dgaberscek
- SVGHMI: force MaxConnections sum back to zero, preventing it to grow indefinitely on each build. 2021-10-19, by Edouard Tisserant
- OPCUA: fix display names appearing with a "LocalizedText(" prefix when browsing localized server. wxPython4 2021-10-19, by Edouard Tisserant
- OPCUA: Add browsing of variables exposed by client when selecting location from variable panel. wxPython4 2021-10-19, by Edouard Tisserant
- OPCUS client: fix handling of string type Node Identifier wxPython4 2021-10-18, by Edouard Tisserant
- Add OPC-UA simple synchronous client extension. wxPython4 2021-10-18, by Edouard Tisserant
- IDE: fix wxpython4 sequel : project "add" menu was having no extension entry visible. wxPython4 2021-10-18, by Edouard Tisserant
- Prevent exception when asking for CSV dump while variable traces are still empty 2021-10-08, by Edouard Tisserant
- Fix wrong comment 2021-10-08, by Edouard Tisserant
- Fixed two exceptions happening when interacting with viewer(s) in debug mode, when debug data is still not initialized. 2021-10-06, by Edouard Tisserant
- SVGHMI: update test/svghmi to reflect latest changes wxPython4 2021-10-04, by Edouard Tisserant
- SVGHMI: Update generated xslt wxPython4 2021-10-04, by 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. wxPython4 2021-10-04, by Edouard Tisserant
- SVGHMI: Move sprintf.js out of widget_display.ysl2 since it is used in other widgets as well wxPython4 2021-10-04, by Edouard Tisserant
- Dropped SVGUI, deprecated and replaced by SVGHMI. Transformed traffic_lights exemple so that it uses SVGHMI instead. wxPython4 2021-10-01, by Edouard Tisserant
- Merge from default wxPython4 2021-10-01, by Edouard Tisserant
- SVGHMI: Update generated XSLT (PathSlider widget) wxPython4 2021-10-01, by Edouard Tisserant
- SVGHMI: simplication in ScrollBar widget JS code wxPython4 2021-10-01, by Edouard Tisserant
- SVGHMI: Added PathSlider widget wxPython4 2021-10-01, by Edouard Tisserant
- SVGHMI: update generated xslt (List related changes) wxPython4 2021-10-01, by 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. wxPython4 2021-10-01, by Edouard Tisserant
- SVGHMI: add test for Dropdown using TextList wxPython4 2021-09-20, by 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. wxPython4 2021-09-20, by Edouard Tisserant
- Sequel to 95fe62bfe920 : Copy description when DnD variables from Globals in resources and configuration variable panels to POUs, now including ST/IL POUs. 2021-09-16, by Edouard Tisserant