Thomas Gohle tgohle
tgohle pushed to 20260503 at tgohle/0001-FireFly 2026-05-03 12:05:00 +00:00
tgohle created branch 20260503 in tgohle/0001-FireFly 2026-05-03 12:05:00 +00:00
tgohle pushed to 20260503 at tgohle/0003-SDG2042X-PyQt-GUI-for-Linux 2026-05-03 11:53:47 +00:00
0c0821d157 Housekeeping - cleaning & Update
tgohle pushed to 20260503 at tgohle/0003-SDG2042X-PyQt-GUI-for-Linux 2026-05-03 11:53:05 +00:00
tgohle created branch 20260503 in tgohle/0003-SDG2042X-PyQt-GUI-for-Linux 2026-05-03 11:53:05 +00:00
tgohle pushed to master at tgohle/0004-DenshaBekutoru 2026-05-03 11:52:10 +00:00
90314ff2bf Housekeeping - cleaning & Update
tgohle pushed to 20260503 at tgohle/0004-DenshaBekutoru 2026-05-03 11:51:53 +00:00
90314ff2bf Housekeeping - cleaning & Update
tgohle pushed to 20260503 at tgohle/0004-DenshaBekutoru 2026-05-03 11:49:40 +00:00
tgohle created branch 20260503 in tgohle/0004-DenshaBekutoru 2026-05-03 11:49:40 +00:00
tgohle pushed to master at tgohle/0006-Setting_up_Nordic_PowerPr… 2026-04-21 19:09:58 +00:00
9dbd6f4049 some corrections
tgohle pushed to 20260421 at tgohle/0006-Setting_up_Nordic_PowerPr… 2026-04-21 19:09:23 +00:00
9dbd6f4049 some corrections
tgohle pushed to 20260421 at tgohle/0006-Setting_up_Nordic_PowerPr… 2026-04-21 18:03:14 +00:00
tgohle created branch 20260421 in tgohle/0006-Setting_up_Nordic_PowerPr… 2026-04-21 18:03:14 +00:00
tgohle pushed to master at tgohle/0003-SDG2042X-PyQt-GUI-for-Linux 2026-04-20 12:40:28 +00:00
8792e33ffc artefact left
tgohle closed issue tgohle/0003-SDG2042X-PyQt-GUI-for-Linux#3 2026-04-20 12:34:50 +00:00
[Bug]: human_to_eng() silently accepts ambiguous 'm' suffix
tgohle commented on issue tgohle/0003-SDG2042X-PyQt-GUI-for-Linux#3 2026-04-20 12:34:50 +00:00
[Bug]: human_to_eng() silently accepts ambiguous 'm' suffix

Fixed in v0.2.6.

human_to_eng() no longer silently accepts bare m as milli. This was unsafe because inputs like 1m could be interpreted as 1e-3 and sent to the instrument without any…

tgohle pushed to master at tgohle/0003-SDG2042X-PyQt-GUI-for-Linux 2026-04-20 12:31:57 +00:00
d6aa23c293 fixed all bugs known to tracker
tgohle pushed to 20260420 at tgohle/0003-SDG2042X-PyQt-GUI-for-Linux 2026-04-20 12:31:29 +00:00
d6aa23c293 fixed all bugs known to tracker
tgohle closed issue tgohle/0003-SDG2042X-PyQt-GUI-for-Linux#8 2026-04-20 12:13:35 +00:00
[Bug]: Preset file path selection is not propagated back to Main
tgohle commented on issue tgohle/0003-SDG2042X-PyQt-GUI-for-Linux#8 2026-04-20 12:13:34 +00:00
[Bug]: Preset file path selection is not propagated back to Main

Patched file: SDG2042X_V0.2.4.py

What was changed:

  • added path_changed = QtCore.pyqtSignal(str) in PresetsTab
  • emit that signal from _open_file()
  • connected t_presets.path_changed to a…