jack
e2ce8778e0
feat(files): sync Source panel browser with chosen save directory
2026-07-10 14:37:29 -07:00
jack
637b51b999
fix(qml): resolve runtime reference errors, missing imports, and port change notifications
2026-07-09 12:47:56 -07:00
jack
b6903af625
feat: redesign StatusTab UI with bento-grid layout and add CSV metadata editing capabilities
2026-07-07 16:41:40 -07:00
jack
7df7fd4c6f
feat: implement C#-compatible AES-128-CBC license file parsing and integrate license management UI into AboutDialog
2026-07-07 11:15:06 -07:00
jack
6996df73f8
feat: add recording toggle, stream stats UI
2026-07-06 12:44:43 -07:00
jack
3cc10ea7fe
feat: add file comparison, data splitting, and sensor modification functionality to SessionController
2026-07-06 11:58:26 -07:00
jack
470f8acba3
feat(core): migrate to src/ package layout and refactor serial transport
...
Bootstrap PySide6 using a clean src/ layout and refactor stream_reader to parse binary data packets asynchronously.
2026-06-25 13:46:54 -07:00
jack
62ce5a9c37
feat: implement DTW comparison, add data segmentation and persistence, and update QML UI for file imports and graphing.
2026-06-23 21:38:45 -07:00
jack
66942d250d
refactor: standardize codebase formatting, optimize import orders, and update GUI resolution to 1080p
2026-06-18 13:13:47 -07:00
jack
2e4763510d
feat(ui): improve device session management, update data directory paths, and add session clearing functionality.
2026-06-15 11:28:28 -07:00
jack
72334795da
refactor: reorganize backend modules into sub-packages for models, data, visualization, wafer, and controllers
2026-06-11 12:15:00 -07:00
jack
b9f8032203
Refactor code structure for improved readability and maintainability
2026-06-11 11:57:46 -07:00
jack
9779baa468
Restructure into src/ layout under pygui package
...
Move all application source under src/pygui/ and rewire imports,
build config, and QML module path to match.
- Relocate backend/, serialcomm/, and the ISC QML module into
src/pygui/; convert main.py into pygui/__main__.py with a main()
entry point (run via `python -m pygui` or the new `isc` script)
- Rewrite absolute imports: backend.* -> pygui.backend.*,
serialcomm.* -> pygui.serialcomm.* (source + tests)
- Move app icons (isc.ico/icns) into packaging/
- Update README and ISC.qmlproject to the new paths
2026-06-03 11:41:45 -07:00