Commit Graph

7 Commits

Author SHA1 Message Date
9726a82851 feat: add TTI export functionality
All checks were successful
Build Linux / Build Linux (push) Successful in 1m28s
Build Windows / Build Windows (push) Successful in 2m53s
2026-01-26 12:42:12 +01:00
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
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
e624659c90 Feat: Add Status Bar with Progress Bar for Load on Save operations 2025-12-30 21:20:27 +01:00
e223917b94 Fix: Improve file integrity on save by preserving original packet headers 2025-12-30 20:41:47 +01:00
088ad1a320 Feature: Enhanced Editing, Hex Inspector, Color Shortcuts
- Enhanced Editing: Auto-create packets, Enter key support.
- Cursor: Fixed visibility (composition mode), click-to-move, immediate redraw.
- Hex Inspector: Added Hex Value display and input panel.
- Shortcuts: Added Color Insert buttons.
- Fixes: Resolved Hamming encoding for save, fixed duplicate spaces bug, fixed IndentationError.
2025-12-28 21:57:44 +01:00
6000897578 Initial commit: Core Teletext Editor functionality 2025-12-28 21:38:21 +01:00