- IDE: Add -l or --log command line parameter to give a file where all content witten to console window will be appended. File can be /dev/stdout. wxPython4 2022-02-13, by Edouard Tisserant
- Merge default wxPython4 2022-02-02, by Edouard Tisserant
- IDE: follow-up on change in 83ed4ea362db - added workaround when matiec generated files contain unexpected characters. 2022-01-24, by Edouard Tisserant
- Runtime : force using monotonic time in Timer (threading). Prevent watchdog to trigger when changing system time. 2022-01-20, by Edouard Tisserant
- SVGHMI: remove debug code 2022-01-20, by Edouard Tisserant
- SVGHMI: update generated XSLT 2022-01-19, by Edouard Tisserant
- SVGHMI: fix again appication of frequency value when given in label. Use it on PushButton instance in svghmi test. 2022-01-19, by Edouard Tisserant
- TESTS: moved non-automated tests Beremiz projects stored as directories in /tests to new directory /tests/projects 2022-01-25, by Edouard Tisserant
- Create README.md in tests 2022-01-25, by etisserant
- SVGHMI: update generated xslt, and svghmi test project files 2022-01-19, by Edouard Tisserant
- SVGHMI: Add pushbutton widget, that can take reflect short press in variable, but has no garantee on consistency. 2022-01-19, by Edouard Tisserant
- SVGHMI: Fixed support for frequency parsing in widget label 2022-01-19, by Edouard Tisserant
- Merge 2022-01-18, by Edouard Tisserant
- SVGHMI: update generated xslt 2022-01-18, by Edouard Tisserant
- SVGHMI test: add special commandline to launch chromium as new intependent window, without GPU acceleration. 2022-01-18, by Edouard Tisserant
- SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path 2022-01-18, by Edouard Tisserant
- OPC-UA client: "static" class was forgotten for open62541 client structure preventing multiple client. 2022-01-17, by Edouard Tisserant
- OPC-UA: cosmetic fix and armless typo 2022-01-17, by Edouard Tisserant
- Merged default in wxPython4, include runtimeLists wxPython4 2022-01-16, by Edouard Tisserant
- Merge 2022-01-16, by Edouard Tisserant
- SVGHMI: added ListSwitch widget 2022-01-14, by Edouard Tisserant
- Merged RuntimeLists branch 2022-01-16, by Edouard Tisserant
- Close RuntimeLists branch RuntimeLists 2022-01-16, by Edouard Tisserant
- Fix bug introduced in previous commit : dual link list wasn't append and remove wasn't implemented correctly. Removed debug code, enhanced variable names and comments. RuntimeLists 2021-12-27, by Edouard Tisserant
- SVGHMI: optimization of C part : stop traversing the whole HMI tree, use dual linked list for subscriptions and single linked list for changes from HMI. Intermediate commit, still crashing in some cases. RuntimeLists 2021-12-23, by Edouard Tisserant
- Xenomai runtime: ensure that __DEBUG global variable is set when resuming debug. RuntimeLists 2021-12-16, by Edouard Tisserant
- SVGHMI: Adapt svghmi.c to changes in UnpackVar RuntimeLists 2021-12-16, by Edouard Tisserant
- Runtime: Now retain uses a list based on data available in VARIABLES.csv instead of traversing the whole instance tree looking for RETAIN flag. RuntimeLists 2021-12-15, by Edouard Tisserant
- RUNTIME: Variable forcing now uses limited list and buffer instead of systematical instance tree traversal and in-tree "fvalue" to keep track of forced value for pointed variables (external, located). Pointer swapping is performed when forcing externals and located, with backup being restored when forcing is reset. Retain still uses tree traversal. RuntimeLists 2021-12-09, by Edouard Tisserant
- RUNTIME: Variable trace now uses limited list and buffer instead of flags in instance tree that was requiring systematical instance tree traversal, and worst size buffer. Forcing and retain still use tree traversal. RuntimeLists 2021-12-01, by Edouard Tisserant
- SVGHMI: more accurate filtering of elements to unlink or not 2021-11-30, by Edouard Tisserant
- OPC-UA client: generated code now take UA_Variants on the stack directly, avoid useless allocation on write, and unalloc implicitely allocated data on read 2021-11-30, by Edouard Tisserant
- OPC-UA client: generated code now take UA_Variants on the stack directly, avoid useless allocation on write, and unalloc implicitely allocated data on read wxPython4 2021-11-30, by Edouard Tisserant
- IDE: Tutorial/Example menu was broken : path of project being open was the same for all menu entries. 2021-11-16, by Edouard Tisserant
- IDE: Tutorial/Example menu was broken, probably after a merge. Menu (and corresponding code) was duplicated. Also, path of project beeing open was the same for all menu entries. wxPython4 2021-11-17, by Edouard Tisserant
- Fix bug when updating data in variable panel. wxPython4 2021-11-16, by Edouard Tisserant
- SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT. 2021-11-08, by Edouard Tisserant
- SVGHMI: multiple non significant changes: doc fixes, modern style access to attributes, enforce double quotes around member name in object literals. 2021-11-08, by Edouard Tisserant
- SVGHMI: Changes /CURRENT_PAGE_* behaviour to prevent problem whith multiclient : all clients were switching page when one was jumping. 2021-11-08, by Edouard Tisserant
- SVGHMI: changes that should fix some corner cases about unlinking and discardable element that still didn't show until now. 2021-11-08, by Edouard Tisserant
- SVGHMI: update generated XSLT 2021-11-04, by Edouard Tisserant
- 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