- MQTT: WIP, now publishes initial values at init. 6 months ago, by Edouard Tisserant
- MQTT: WIP, now connects to broker. Added MQTT 3 support and protocol version selection in IDE. 6 months ago, by Edouard Tisserant
- MQTT: (WIP) Fix OpenSSL linking. 6 months ago, by Edouard Tisserant
- MQTT: still WIP, generated C code builds and link. 6 months ago, by Edouard Tisserant
- Extensions: add optional arguments to ThirdPartyPath 6 months ago, by Edouard Tisserant
- GCC BUILD: Prevent Memory Error when compiling huge projects. 6 months ago, by Edouard Tisserant
- MQTT WIP: intermediate state, added perfect hash to map topic to variables 6 months ago, by Edouard Tisserant
- MQTT WIP: intermediate state, implementing MQTT client C code generator. 7 months ago, by Edouard Tisserant
- WIP: Add skeleton for MQTT extension based on part of OPC-UA extension. 7 months ago, by Edouard Tisserant
- Merge remote-tracking branch 'origin/python3' into python3 4 months ago, by Edouard Tisserant
- C runtime: Fix PLCObject.hpp preventing build. 5 months ago, by etisserant
- IDE: generalize EVT_GRID_CELL_CHANG{ING->ED} (WxPy4) 5 months ago, by Edouard Tisserant
- IDE: hopefully last fix about float type being passed to WxPy4. 4 months ago, by Edouard Tisserant
- IDE: enhance variable forcing contextual menu 4 months ago, by Edouard Tisserant
- IDE: fix completion 4 months ago, by Edouard Tisserant
- IDE: Workaround some reported WxPython/MacOS problems. 4 months ago, by Edouard Tisserant
- IDE: Fix search result not showing single occurrences 4 months ago, by Edouard Tisserant
- IDE: remove warning if editing location leads to no change 4 months ago, by Edouard Tisserant
- IDE: Use 8x8 grid by default 4 months ago, by Edouard Tisserant
- IDE: Fix exception when connecting complex types 4 months ago, by Edouard Tisserant
- LocalRuntime: no crash if zombie PLC prevents erasing workdir 4 months ago, by Edouard Tisserant
- IDE: Fix printing 4 months ago, by Edouard Tisserant
- IDE: failsafe escaping for input not matching utf-8 encoding 4 months ago, by Edouard Tisserant
- Update Nevow revision in requirements.txt 4 months ago, by Edouard Tisserant
- Merge commit '2d061a66ddc737f5dffae82413b4f8573b7eee54' into HEAD 5 months ago, by Edouard Tisserant
- Add "CONTINUE" ST statement. 5 months ago, by Edouard Tisserant
- C runtime: cosmetic changes 5 months ago, by Edouard Tisserant
- merge again 7 months ago, by Edouard Tisserant
- Revert unwanted changes potentially breaking wxGlade support. 7 months ago, by Edouard Tisserant
- Tests: add erpc source to GitHub tests 7 months ago, by Edouard Tisserant
- C runtime: add autoload 7 months ago, by Edouard Tisserant
- C runtime: fix logging, makes test pass 7 months ago, by Edouard Tisserant
- Tests: Add minimal C runtime test 7 months ago, by Edouard Tisserant
- merge 7 months ago, by Edouard Tisserant
- Xenomai runtime: report and mitigate when PLC cycle overruns. 7 months ago, by Edouard Tisserant
- SVGHMI: Do not generate Popen call when comamn is empty. 8 months ago, by Edouard Tisserant
- Fix python path in readme. 7 months ago, by Edouard Tisserant
- Python runtime: ensure that python thread finished before returning from StopPLC. 7 months ago, by Edouard Tisserant
- C runtime: initial fixes. Now runs and traces first_steps example. 7 months ago, by Edouard Tisserant
- IDE: fix eRPC exception handling 7 months ago, by Edouard Tisserant
- All Runtimes: Now sizeof(tick)=4 on all platforms (unsigned int). 7 months ago, by Edouard Tisserant
- eRPC: update erpc version, add readme 7 months ago, by Edouard Tisserant
- C++ runtime: WIP. Continue PLCObject implementation. 8 months ago, by Edouard Tisserant
- Tests: fix wx_widgets.pytest/test_CustomIntCtrl.py 8 months ago, by Edouard Tisserant
- Merge commit 'e2df70b60b84031d3ccd3ae799a4e3aa8112f3ff' into python3 8 months ago, by Edouard Tisserant
- Doc: Add about section (PR #33) 8 months ago, by Nadim Khan
- ERPC: fix SetTraceVariablesList interface 8 months ago, by Edouard Tisserant
- C++ runtime: WIP: untested PLCObject implementation. Still missing tracing. 8 months ago, by Edouard Tisserant
- Update revisions used in tests running on GitHub. 8 months ago, by Edouard Tisserant
- merge 8 months ago, by Edouard Tisserant
- C++ runtime: add eRPC server, minimal CLI and Makefile. WIP. 8 months ago, by Edouard Tisserant
- More documentation. Work in progress. 9 months ago, by Edouard Tisserant
- IDE: Fix crashing non-thread safe code using Zeroconf 8 months ago, by Edouard Tisserant
- BACnet: Fixed grid cell choice editor. Consequence of wxPython4. 8 months ago, by Edouard Tisserant
- SVGHMI: fix font embedding with py3 8 months ago, by Edouard Tisserant
- IDE: Fix Variable grid ignoring edits. WxPython4 consequence. 9 months ago, by Edouard Tisserant
- IDE: Remove all occurrences of deprecated wx.grid.PyGrid 9 months ago, by Edouard Tisserant
- Merge commit '80e123b34e488ffea851dc2168b366ba6124c09b' into python3 9 months ago, by Edouard Tisserant
- Doc: start converting Standard Library documentation from old MC8 manual. 9 months ago, by Edouard Tisserant
- merge 9 months ago, by Edouard Tisserant
- Modbus: fix test: add missing filles and add Modbus source+build in GH CI 9 months ago, by Edouard Tisserant
- Modbus: add CI test + test project 9 months ago, by Edouard Tisserant
- Doc: re-organize existing, sketch outline, add SVGHMI intro. 9 months ago, by Edouard Tisserant
- Examples: add svghmi_json_table 9 months ago, by Edouard Tisserant
- SVGHMI: add "DISCARD:" prefix to force discarding an SVG element 9 months ago, by Edouard Tisserant
- SVG: fix HMI:Assign widget to properly handle single-letter variable names. 9 months ago, by Edouard Tisserant
- SVGHMI: Fix wrong documentation copy-pasted in HMI:Page. 9 months ago, by Edouard Tisserant
- SVGHMI: add FlatButton with no active or inactive elements. 9 months ago, by Edouard Tisserant
- SVGHMI: i18n: minimize warnings for incomplete/fuzzy/outdated translations 10 months ago, by Edouard Tisserant
- SVGHMI: i18n: fix .POT generation + other cosmetic fixes. 10 months ago, by Edouard Tisserant
- merge 10 months ago, by Edouard Tisserant
- Removed forgotten debug print. 10 months ago, by Edouard Tisserant
- SVGHMI: fix py3 consequences on i18n 10 months ago, by Edouard Tisserant
- merge 10 months ago, by Edouard Tisserant
- SVGHMI: Fix thumbnail generation. 10 months ago, by Edouard Tisserant
- Tests: update svghmi test project to py3 and erpc 10 months ago, by Edouard Tisserant
- IDE: Fix local runtime not starting on windows. 10 months ago, by Edouard Tisserant
- Add credits for Czech i18n 10 months ago, by Edouard Tisserant
- Shows AboutDialog even if revisions.tx is missing 10 months ago, by Edouard Tisserant
- IDE: Fix encrypted ERPC: newer TLS, better error handling, re-add explicit ERPCS scheme, use sslpsk better. 10 months ago, by Edouard Tisserant
- merge 10 months ago, by Edouard Tisserant
- IDE: display contents of revisions.txt (put there by installer builder script) in About Dialog. 10 months ago, by Edouard Tisserant
- eRPC Server: fix exception at disconnect and reconnecting 10 months ago, by Edouard Tisserant
- Merge pull request #31 from martinpihrt/python3 10 months ago, by etisserant
- Create Beremiz_cs_CZ.po 10 months ago, by Martin Pihrt
- Create Beremiz.mo 10 months ago, by Martin Pihrt
- Fix SVGHMI build exception on windows: return bytes for inkscape path in docsvg. 10 months ago, by Edouard Tisserant
- SVGHMI: fix consequence of last change in ProcessLogger 10 months ago, by Edouard Tisserant
- Update requirements.txt 10 months ago, by Edouard Tisserant
- Remove forgotten debug prints 10 months ago, by Edouard Tisserant
- merge 10 months ago, by Edouard Tisserant
- Updates requirements.txt about forks of Nevow and sslpsk 11 months ago, by Edouard Tisserant
- Fix deprecated WX call producing warning. 11 months ago, by Edouard Tisserant
- Fix exception on right click, showing context menu. 11 months ago, by Edouard Tisserant
- GCC toolchain: Add {SYSROOT} substitution with support for whitespaces 10 months ago, by Edouard Tisserant
- Fix argument lexer in ProcessLogger, replace it with shlex standard python module. 10 months ago, by Edouard Tisserant
- SVGHMI: Fix warning with WxPython > 4.x 10 months ago, by Edouard Tisserant
- docsvg: safer version checking of Inkscape 10 months ago, by Edouard Tisserant
- IDE. update genicons.sh to inkscape 1.1 command line 11 months ago, by Edouard Tisserant
- IDE: adjust Build and Clean icons colors. 11 months ago, by Edouard Tisserant
- Fix variable forcing. Now works with eRPC. PLCObject API changed. 11 months ago, by Edouard Tisserant
- Fix strings displaying as repr(bytes) in debug view. 12 months ago, by Edouard Tisserant
- Fix variable tracing in new eRPC interface. 12 months ago, by Edouard Tisserant
- Replace PYRO with ERPC. Work In Progress. 12 months ago, by Edouard Tisserant
- Fix blind replace ('text' into 'str') from py3 port 13 months ago, by Edouard Tisserant
- Fix settings URL: now '/' instead of '/settings' 13 months ago, by Edouard Tisserant
- Merge 13 months ago, by Edouard Tisserant
- SVGHMI: Fixes UI lifecycle problems 13 months ago, by Edouard Tisserant
- IDE: Libraries in OrderedDict for access by name 13 months ago, by Edouard Tisserant
- SVGHMI: fix exception when stopping 13 months ago, by Edouard Tisserant
- SVGHMI: fix JS error loading empty single page 13 months ago, by Edouard Tisserant
- IDE: fix exception showing network discovery 13 months ago, by Edouard Tisserant
- SVGHMI: Fix creation of SVG file if none provided 13 months ago, by Edouard Tisserant
- IDE: Auto-select required libraries when adding extension 13 months ago, by Edouard Tisserant
- IDE: Disable not-yet-working extensions 13 months ago, by Edouard Tisserant
- Fix typo in README.md 14 months ago, by etisserant
- IDE: py3.10 related float/int fixes in debug plots 15 months ago, by Edouard Tisserant
- Move tests/project/modbus in exemples. 15 months ago, by Edouard Tisserant
- Python3 fixes for Modbus Web Settings 15 months ago, by Edouard Tisserant
- Fix template conflict in XSLT with lxml>=4.9.0 again 15 months ago, by Edouard Tisserant