IINTS-AF SDK v1.5.24¶
Release date: 2026-07-01
Summary¶
This patch hardens the desktop app startup path and adds the IINTS logo as the official desktop app icon.
Fixed¶
- Initialized the integrated-terminal compatibility state before the Qt About tab is built.
- Added regression coverage for the packaged startup crash where the app could reference
terminal_dockbefore it existed.
Added¶
- Bundled app icons:
app_icon.pngapp_icon.icoapp_icon.icns- Applied the IINTS icon to:
- the PySide6/Qt desktop window
- the Tk fallback window
- the Cocoa/macOS app
- Added PyInstaller
--iconwiring for Windows, macOS, and Linux desktop builds.
Verified¶
python3 -m py_compile src/iints_desktop/qt_app.py src/iints_desktop/app.py src/iints_desktop/cocoa_app.py tools/desktop/build_qt_desktop_app.py tools/desktop/build_desktop_app.pypython3 -m pytest tests/test_desktop_app.py -qQT_QPA_PLATFORM=offscreen PYTHONPATH=src python3 -m iints_desktop.qt_app --smoke
Safety¶
The desktop app remains a research and education workbench. It is not a medical device and must not be used for diagnosis, insulin dosing, treatment decisions, or real-time patient care.