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.
2021-09-10 Edouard Tisserant Runtime/unix: Fix typo preventing start of Pyro server
2021-09-09 Edouard Tisserant Fix SVGHMI exception when running on Windows, missing ENODATA in errno.
2021-09-07 Edouard Tisserant Runtime: avoids using "pipe to self" bailout unblocking trick on windows, since select() only takes sockets.
2021-10-20 Edouard Tisserant Merge deafult in wxPython4 wxPython4
2021-10-19 Edouard Tisserant Merge changes about wamp reconnecting options, and added missing parts so that these changes make sense.
2021-10-11 dgaberscek Fixed Wamp reconnect on lost connection.
2021-10-19 Edouard Tisserant SVGHMI: force MaxConnections sum back to zero, preventing it to grow indefinitely on each build.