- 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
- 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 wxPython4 2021-09-13, by Edouard Tisserant
- WxPython 3.x -> 4.x : removed exception on stdout when closing at IDE frame wxPython4 2021-09-13, by Edouard Tisserant
- Merged default wxPython4 2021-09-13, by Edouard Tisserant
- Xenomai runtime: more verbose error message when problem with RT-Pipes. 2021-09-13, by Edouard Tisserant
- Re-introduce sertup.py from Ivan Tyagov, accidentally deleted during SVGHMI branch merge 2021-09-13, by Edouard Tisserant
- Tests/svghmi_scrollbar: Fix variables names and remove useless "OnStart OnStop OnWatchdog" to use defaults. wxPython4 2021-09-10, by Edouard Tisserant
- IDE/windows: Avoid exception on quit caused by runtime being killed without disconnecting. wxPython4 2021-09-10, by Edouard Tisserant
- Runtime/unix: Fix typo preventing start of Pyro server wxPython4 2021-09-10, by Edouard Tisserant
- Fix SVGHMI exception when running on Windows, missing ENODATA in errno. wxPython4 2021-09-09, by Edouard Tisserant
- Workaround missing "IsMaximized" attribute for AuiPaneInfo in wxPython 4.1.0 wxPython4 2021-09-09, by Edouard Tisserant
- Runtime: avoids using "pipe to self" bailout unblocking trick on windows, since select() only takes sockets. wxPython4 2021-09-07, by Edouard Tisserant
- More WxPython 3.x->4.x API update wxPython4 2021-09-05, by Edouard Tisserant
- Workaround RubberBand drawing problem on GTK3 wxPython4 2021-09-05, by Edouard Tisserant
- Depricated PyGridCellEditor becomes GridCellEditor wxPython4 2021-09-05, by Edouard Tisserant
- Fix exception when canvas becomes null because of window resize, and avoid useless parameter+condition in GetLogicalDC wxPython4 2021-09-05, by Edouard Tisserant
- Preliminary support for WxPython 4.1.0. Needs more testing. Grid selection/focus seems broken, and probably many other bugs hidden in dialogs and editors. wxPython4 2021-09-02, by Edouard Tisserant
- Merge SVGHMI in default 2021-09-02, by Edouard Tisserant
- Close SVGHMI branch svghmi 2021-09-02, by Edouard Tisserant
- Copy description when DnD variables from Globals in resources and configuration variable panels to POUs. Also prevent making exception in case some other DropSource wouldn't provide description. svghmi 2021-08-30, by Edouard Tisserant
- SVGHMI: Allow toggling fulscreen mode my right click or long press. svghmi 2021-08-27, by Edouard Tisserant
- Xenomai runtime: fixed bugs introduced in e3db472b0dfb (RT->nRT wakeup) + other small typos svghmi 2021-08-24, by Edouard Tisserant
- IDE: systematically log command when launching process (was not showing in case of LOCAL:// runtime being launched) svghmi 2021-08-21, by Edouard Tisserant
- Win32 runtime: fix build with gcc 9.3.0 from msys2 svghmi 2021-08-21, by Edouard Tisserant
- Runtime+SVGHMI: Add generic wakeup of threads from PLC thread to windows implementation of plc_main.c. Also added nRT_reschedule to abstract sched_yield. svghmi 2021-08-17, by Edouard Tisserant