Commit Graph

58 Commits

Author SHA1 Message Date
daniel fa195f2695 Implement session-based language overrides for the viewer
Build Linux / Build Linux (push) Successful in 1m39s
Build Windows / Build Windows (push) Successful in 4m53s
2026-01-31 13:11:12 +01:00
daniel 988178f1c6 Fix header page number display: use hex formatting (P175 instead of P1117)
Build Linux / Build Linux (push) Successful in 1m33s
Build Windows / Build Windows (push) Successful in 5m18s
2026-01-31 12:19:46 +01:00
daniel 71019bf399 Fix Windows build: use --collect-all PyQt6 to ensure platform plugins are bundled
Build Linux / Build Linux (push) Successful in 1m30s
Build Windows / Build Windows (push) Successful in 4m46s
2026-01-31 11:52:45 +01:00
daniel 6a5f223a88 Fix Windows build: add missing PyQt6.sip hidden import
Build Linux / Build Linux (push) Successful in 1m40s
Build Windows / Build Windows (push) Successful in 2m52s
2026-01-31 11:45:37 +01:00
daniel 274a6778b3 Fix Windows build: add missing pkgutil hidden import
Build Linux / Build Linux (push) Successful in 1m37s
Build Windows / Build Windows (push) Successful in 2m52s
2026-01-31 11:14:18 +01:00
daniel 772827082e fix: prevent crash on save without loaded file and add status message
Build Linux / Build Linux (push) Successful in 1m31s
Build Windows / Build Windows (push) Successful in 2m52s
2026-01-26 13:28:23 +01:00
daniel f8a9ad0065 fix: track Black BG changes in background segments for correct DH backfill
Build Linux / Build Linux (push) Successful in 1m30s
Build Windows / Build Windows (push) Successful in 2m49s
2026-01-26 13:23:26 +01:00
daniel 9726a82851 feat: add TTI export functionality
Build Linux / Build Linux (push) Successful in 1m28s
Build Windows / Build Windows (push) Successful in 2m53s
2026-01-26 12:42:12 +01:00
daniel 233eed1ca7 fix: set desktop file name before QApplication init to resolve QDBusError
Build Linux / Build Linux (push) Successful in 1m28s
Build Windows / Build Windows (push) Successful in 2m58s
2026-01-23 21:33:05 +01:00
daniel 4c3d860dc4 ui: replace file closed dialog with status bar message 2026-01-23 21:31:30 +01:00
daniel 670a2d9f8c ui: move graphics and color controls to right sidebar 2026-01-23 21:29:16 +01:00
daniel e304034596 feat: add graphics control buttons (Hold/Release) and refine UI styling
Build Linux / Build Linux (push) Successful in 1m31s
Build Windows / Build Windows (push) Successful in 2m51s
2026-01-21 14:42:14 +01:00
daniel 80cca7cd79 feat: add black/new background buttons and standard styling
Build Linux / Build Linux (push) Successful in 1m33s
Build Windows / Build Windows (push) Successful in 2m55s
2026-01-21 14:11:48 +01:00
daniel 8475b512b8 feat: add delete page functionality
Build Linux / Build Linux (push) Successful in 1m32s
Build Windows / Build Windows (push) Successful in 2m51s
- Added 'Delete Page' option to Edit menu
- Implemented deletion logic in MainWindow, removing page from service and refreshing UI
- Ensures changes are marked as modified for saving
2026-01-21 13:55:42 +01:00
daniel 6c12e29e0a feat: implement remaining G0 character sets (IT, FR, ES/PT, TR)
Build Linux / Build Linux (push) Successful in 1m28s
Build Windows / Build Windows (push) Successful in 2m51s
2026-01-21 13:35:47 +01:00
daniel 0ebf18ee6e feat: add Mosaic Graphics support and fix char rendering
Build Linux / Build Linux (push) Successful in 1m29s
Build Windows / Build Windows (push) Successful in 2m53s
- Added Mosaic Picker dialog with visual previews
- Added 'Graphics' mode toggle to UI
- Implemented status bar mode indicator (Text/Graphics)
- Corrected English character mapping for 0x60 to Hyphen (-)
- Verified German and Swedish/Finnish character sets against ETSI spec
2026-01-21 13:30:19 +01:00
daniel e06fd2c776 Fix Linux app icon: Set DesktopFileName and add image debug logs
Build Linux / Build Linux (push) Successful in 1m30s
Build Windows / Build Windows (push) Successful in 2m52s
2026-01-13 19:15:03 +01:00
daniel 48b966f9a8 Fix app icon visibility on Windows and add debug logs
Build Linux / Build Linux (push) Successful in 1m28s
Build Windows / Build Windows (push) Has been cancelled
2026-01-13 19:11:31 +01:00
daniel f4af5f6389 Fix Linux build dependencies: Replace obsolete libgl1-mesa-glx/libegl1-mesa
Build Linux / Build Linux (push) Successful in 1m32s
Build Windows / Build Windows (push) Successful in 2m55s
2026-01-13 18:30:26 +01:00
daniel 98a641ffde Update workflows with dependencies and icons, update gitignore
Build Linux / Build Linux (push) Failing after 11s
Build Windows / Build Windows (push) Has been cancelled
2026-01-13 18:28:10 +01:00
daniel 13b08ac6a4 Update README with screenshot
Build Linux / Build Linux (push) Successful in 1m9s
Build Windows / Build Windows (push) Has been cancelled
2026-01-13 18:25:28 +01:00
daniel 9fc75b7e39 Add app icon and update build process
Build Linux / Build Linux (push) Successful in 1m13s
Build Windows / Build Windows (push) Has been cancelled
2026-01-13 18:23:00 +01:00
daniel 334d25c3ba Install nodejs/npm in Windows workflow for action compatibility
Build Linux / Build Linux (push) Successful in 1m14s
Build Windows / Build Windows (push) Successful in 2m46s
2026-01-13 18:06:50 +01:00
daniel cfbd2403e4 Update README with app description and build instructions
Build Linux / Build Linux (push) Successful in 1m13s
Build Windows / Build Windows (push) Failing after 3s
2026-01-13 18:04:43 +01:00
daniel e51e86e53b Stop tracking specification and check_ttx6.py
Build Linux / Build Linux (push) Successful in 1m11s
Build Windows / Build Windows (push) Failing after 3s
2026-01-13 17:55:59 +01:00
daniel d544cc6d9d Stop tracking test_t42.py
Build Windows / Build Windows (push) Has been cancelled
Build Linux / Build Linux (push) Has been cancelled
2026-01-13 17:55:24 +01:00
daniel 876e2206b6 Stop tracking venv and .venv directories
Build Linux / Build Linux (push) Has been cancelled
Build Windows / Build Windows (push) Has been cancelled
2026-01-13 17:54:17 +01:00
daniel 42e189635b Configure Gitea Workflows and Add Build Scripts
Build Linux / Build Linux (push) Successful in 1m34s
Build Windows / Build Windows (push) Failing after 40s
- Update build-linux.yaml to use standard Ubuntu runner.
- Update build-windows.yaml to use tobix/pywine container for cross-compilation on Linux.
- Add build_app.py and check_ttx6.py helper scripts.
2026-01-13 17:48:00 +01:00
daniel 4b7b73e9a3 Support Hexadecimal Page Numbers (e.g. 1FF, 12E)
- Refactored  to parse page numbers as nibbles ((T<<4)|U) instead of decimal, preventing collisions between hex and decimal pages.
- Updated  to format page IDs as Hex.
- Updated  to display page IDs as Hex in the list.
- Ensures filler/housekeeping pages are correctly isolated.
2026-01-11 11:52:29 +01:00
daniel 8c393c8f9e Fix language detection bit swap in T42 header parsing
Correctly map C12 and C13 control bits to fix misidentification of Swedish/Finnish (010) and German (001).
Also ensures Page model, Renderer, and UI properly propagate and display the detected language.
2026-01-11 11:40:20 +01:00
daniel 783e5006f7 Adjust cell dimensions and font size for better visibility 2026-01-05 22:20:39 +01:00
daniel 944556f259 Ignore and stop tracking .t42 files 2026-01-05 22:18:44 +01:00
daniel dedabcd12a Remove stale swap file 2026-01-05 22:15:41 +01:00
daniel 67840ad899 Add .gitignore and stop tracking pycache 2026-01-05 22:12:48 +01:00
daniel 1cdc35850a Fix double height character rendering logic 2026-01-04 18:23:25 +01:00
daniel 66cb788fb0 Fixed block rendering issues
Fixed issues where graphic blocks had horizontal stripes in them
2026-01-02 00:20:28 +01:00
daniel 132dc50de8 Feat: Add Home/End key navigation 2025-12-31 15:10:13 +01:00
daniel 7f9d8304be Feat: Add Unsaved Changes warning on Exit/Close/Open 2025-12-31 14:20:01 +01:00
daniel a72bb6cc00 Feat: Add Undo/Redo functionality 2025-12-31 13:40:22 +01:00
daniel 56c0a137a8 Feat: Add Copy/Paste Page Content to Edit menu 2025-12-31 11:45:17 +01:00
daniel 3758cf4105 Fix: Add missing 'Save As...' menu item 2025-12-30 21:29:09 +01:00
daniel afa72806c6 Feat: Add 'Save As...' option to File menu 2025-12-30 21:25:31 +01:00
daniel 9028d9d2d1 Fix: Initialize status bar widgets in MainWindow constructor 2025-12-30 21:22:09 +01:00
daniel e624659c90 Feat: Add Status Bar with Progress Bar for Load on Save operations 2025-12-30 21:20:27 +01:00
daniel 5a86936e54 Feat: Add Prev/Next subpage navigation buttons 2025-12-30 21:07:12 +01:00
daniel 93724da68c Feat: Add 'Close File' option to menu to unload current file 2025-12-30 21:05:25 +01:00
daniel e223917b94 Fix: Improve file integrity on save by preserving original packet headers 2025-12-30 20:41:47 +01:00
daniel fc55927b78 README.me added 2025-12-30 19:59:51 +01:00
daniel 010305eabc Updated build-linux yaml 2025-12-30 19:16:14 +01:00
daniel 27235ced7c Updated build-linux yaml 2025-12-30 19:13:59 +01:00