beremiz
Clone
Summary
Browse
Changes
Graph
MQTT WIP: intermediate state, implementing MQTT client C code generator.
py2compat
2024-06-14, Edouard Tisserant
16f9e7a60fdf
WIP: Add skeleton for MQTT extension based on part of OPC-UA extension.
py2compat
2024-06-12, Edouard Tisserant
3e3ed651802c
SVGHMI: add "DISCARD:" prefix to force discarding an SVG element
py2compat
2024-03-26, Edouard Tisserant
5a5802e2a85b
Merge commit '80e123b34e488ffea851dc2168b366ba6124c09b' into python3
2024-04-05, Edouard Tisserant
1cb8f90bf4fd
Doc: start converting Standard Library documentation from old MC8 manual.
2024-04-05, Edouard Tisserant
1a0bed0b4f1c
merge
2024-04-05, Edouard Tisserant
5c662d2e3f72
Modbus: fix test: add missing filles and add Modbus source+build in GH CI
2024-04-04, Edouard Tisserant
228d3b758f19
Modbus: add CI test + test project
2024-04-04, Edouard Tisserant
a6ec38dcbfb5
Doc: re-organize existing, sketch outline, add SVGHMI intro.
2024-04-03, Edouard Tisserant
1d383b4c0a23
Examples: add svghmi_json_table
2024-03-26, Edouard Tisserant
abaa68df90f4
SVGHMI: add "DISCARD:" prefix to force discarding an SVG element
2024-03-26, Edouard Tisserant
77a1846390ef
SVG: fix HMI:Assign widget to properly handle single-letter variable names.
2024-04-03, Edouard Tisserant
ffc8da83fdc2
SVGHMI: Fix wrong documentation copy-pasted in HMI:Page.
2024-03-28, Edouard Tisserant
9bb17341aebb
SVGHMI: add FlatButton with no active or inactive elements.
2024-03-28, Edouard Tisserant
0d491fada1ad
SVG: fix HMI:Assign widget to properly handle single-letter variable names.
py2compat
2024-04-03, Edouard Tisserant
0f31ba96df8d
SVGHMI: Fix wrong documentation copy-pasted in HMI:Page.
py2compat
2024-03-28, Edouard Tisserant
0950260e24b4
SVGHMI: add FlatButton with no active or inactive elements.
py2compat
2024-03-28, Edouard Tisserant
2ac7232fdb23
SVGHMI: fix i18n : less warnings, supports fuzzy bit, detects incomplete and non-in-sync catalogs.
py2compat
2024-03-21, Edouard Tisserant
2f646493194c
SVGHMI: i18n: minimize warnings for incomplete/fuzzy/outdated translations
2024-03-20, Edouard Tisserant
0ce4b50d1182
Start py2compat branch
py2compat
2024-03-20, Edouard Tisserant
e4339010895b
SVGHMI: i18n: fix .POT generation + other cosmetic fixes.
2024-03-20, Edouard Tisserant
9f0ef23569cb
merge
2024-03-20, Edouard Tisserant
43e7fd0cb88e
SVGHMI: fix py3 consequences on i18n
2024-03-18, Edouard Tisserant
b5017dd5c049
Removed forgotten debug print.
2024-03-15, Edouard Tisserant
6ca1adad3f0e
merge
2024-03-15, Edouard Tisserant
b2aa31f3a0ce
SVGHMI: Fix thumbnail generation.
2024-03-15, Edouard Tisserant
46ef8be69e8c
Tests: update svghmi test project to py3 and erpc
2024-03-15, Edouard Tisserant
050f227a2848
IDE: Fix local runtime not starting on windows.
2024-03-13, Edouard Tisserant
ec3c7e76f694
Add credits for Czech i18n
2024-03-07, Edouard Tisserant
aa6b3e6eb90f
Shows AboutDialog even if revisions.tx is missing
2024-03-07, Edouard Tisserant
c29a95aebfbf
merge
2024-03-07, Edouard Tisserant
394c130196b0
eRPC Server: fix exception at disconnect and reconnecting
2024-03-07, Edouard Tisserant
d47fe28d799a
Merge pull request #31 from martinpihrt/python3
2024-02-29, etisserant
af48442313d5
Create Beremiz_cs_CZ.po
2024-02-29, Martin Pihrt
384be4c87b83
Create Beremiz.mo
2024-02-29, Martin Pihrt
03278d95e58a
IDE: Fix encrypted ERPC: newer TLS, better error handling, re-add explicit ERPCS scheme, use sslpsk better.
2024-03-14, Edouard Tisserant
32eb6e05008a
IDE: display contents of revisions.txt (put there by installer builder script) in About Dialog.
2024-02-27, Edouard Tisserant
f831ff63ca6e
Fix SVGHMI build exception on windows: return bytes for inkscape path in docsvg.
2024-02-23, Edouard Tisserant
b8b3573475e7
SVGHMI: fix consequence of last change in ProcessLogger
2024-02-21, Edouard Tisserant
4df9cfd14a3c
Update requirements.txt
2024-02-21, Edouard Tisserant
31b0f3468175
Remove forgotten debug prints
2024-02-21, Edouard Tisserant
de4f17d737a9
merge
2024-02-20, Edouard Tisserant
fc3621302cfe
Updates requirements.txt about forks of Nevow and sslpsk
2024-02-15, Edouard Tisserant
df7ce3e1f44d
Fix deprecated WX call producing warning.
2024-01-24, Edouard Tisserant
b8f301b75567
Fix exception on right click, showing context menu.
2024-01-24, Edouard Tisserant
25e9b557f1b8
Fix variable forcing. Now works with eRPC. PLCObject API changed.
2024-01-22, Edouard Tisserant
2df45e4bd500
Fix strings displaying as repr(bytes) in debug view.
2024-01-20, Edouard Tisserant
2adfa4c60bff
Fix variable tracing in new eRPC interface.
2024-01-19, Edouard Tisserant
22a009561502
Replace PYRO with ERPC. Work In Progress.
2024-01-17, Edouard Tisserant
34da877021d5
GCC toolchain: Add {SYSROOT} substitution with support for whitespaces
2024-02-20, Edouard Tisserant
5b2f3a915a43
Fix argument lexer in ProcessLogger, replace it with shlex standard python module.
2024-02-20, Edouard Tisserant
1675b5533e9e
SVGHMI: Fix warning with WxPython > 4.x
2024-02-20, Edouard Tisserant
0f375805097a
docsvg: safer version checking of Inkscape
2024-02-20, Edouard Tisserant
6d2d37975c7c
IDE. update genicons.sh to inkscape 1.1 command line
2024-01-26, Edouard Tisserant
e9ad68178d36
IDE: adjust Build and Clean icons colors.
2024-01-26, Edouard Tisserant
bd1804e28e05
Fix blind replace ('text' into 'str') from py3 port
2023-12-09, Edouard Tisserant
a6e7dd8bac36
Fix settings URL: now '/' instead of '/settings'
2023-12-09, Edouard Tisserant
c7ec55cbd35a
Merge
2023-12-07, Edouard Tisserant
0b3ac94f494c
SVGHMI: Fixes UI lifecycle problems
2023-11-25, Edouard Tisserant
89549813a6c1
IDE: Libraries in OrderedDict for access by name
2023-11-24, Edouard Tisserant
17d0d1641090