thermostat/pytec
atse 38099d6d7b ctrl_panel: Fix editing fields with unit "°C"
A faulty regular expression within PyQtGraph causes any Parameter with
a suffix that doesn't begin with an alphanumeric character (as matched
with \w) to act abnormally. For instance, entering "100 °C" into the
input boxes gets interpreted as 10 °C.

Use a custom regular expression for Parameters with this unit, which
simply matches for any character in the suffix group.
2024-07-31 16:24:29 +08:00
..
examples Move GUI components and examples into folder 2024-07-10 15:56:43 +08:00
pytec ctrl_panel: Fix editing fields with unit "°C" 2024-07-31 16:24:29 +08:00
autotune.py Restructure GUI Code, Improve and Fix Bugs 2024-06-06 17:34:15 +08:00
MANIFEST.in Move GUI components and examples into folder 2024-07-10 15:56:43 +08:00
plot.py pytec: simpler default graphs in plot 2021-01-25 13:51:50 +08:00
pyproject.toml Use MANIFEST.in 2024-07-10 15:56:43 +08:00
setup.py Expose frontend scripts exclusively in pytec 2024-07-10 15:56:43 +08:00
tec_qt.py ctrl_panel: Remove MutexParameter 2024-07-31 16:18:09 +08:00