• Joined on 2026-01-12
daniel pushed to dev at daniel/Teletext-Editor 2026-02-07 10:57:50 +01:00
de296b4711 fix(ci): Add robust apt flags for Windows build container
daniel pushed to dev at daniel/Teletext-Editor 2026-02-07 10:47:35 +01:00
84d1094d16 fix: Update CRC calc to use 0 init and full 16-bit stored value
daniel created branch dev in daniel/Teletext-Editor 2026-02-07 10:12:31 +01:00
daniel pushed to dev at daniel/Teletext-Editor 2026-02-07 10:12:31 +01:00
6a6df63980 feat: Add CRC checksum calculation and display
daniel pushed to master at daniel/Teletext-Editor 2026-02-06 17:31:49 +01:00
06107a3d78 feat: Implement dynamic cursor height for double-height characters
daniel pushed to master at daniel/Teletext-Editor 2026-02-05 13:03:40 +01:00
33e3ed2615 Fix NameError: import missing hamming functions in UI
daniel pushed to master at daniel/Teletext-Editor 2026-01-31 13:38:19 +01:00
6ed8a79660 Fix AttributeError: Initialize language_names before use
daniel pushed to master at daniel/Teletext-Editor 2026-01-31 13:20:18 +01:00
56657efa7c Implement 'Set Language' UI to persist language changes to page header
daniel pushed to master at daniel/Teletext-Editor 2026-01-31 13:11:18 +01:00
fa195f2695 Implement session-based language overrides for the viewer
daniel pushed to master at daniel/Teletext-Editor 2026-01-31 12:19:54 +01:00
988178f1c6 Fix header page number display: use hex formatting (P175 instead of P1117)
daniel pushed to master at daniel/Teletext-Editor 2026-01-31 11:52:50 +01:00
71019bf399 Fix Windows build: use --collect-all PyQt6 to ensure platform plugins are bundled
daniel pushed to master at daniel/Teletext-Editor 2026-01-31 11:45:43 +01:00
6a5f223a88 Fix Windows build: add missing PyQt6.sip hidden import
daniel pushed to master at daniel/Teletext-Editor 2026-01-31 11:14:23 +01:00
274a6778b3 Fix Windows build: add missing pkgutil hidden import
daniel pushed to master at daniel/Teletext-Editor 2026-01-26 13:28:29 +01:00
772827082e fix: prevent crash on save without loaded file and add status message
daniel pushed to master at daniel/Teletext-Editor 2026-01-26 13:23:32 +01:00
f8a9ad0065 fix: track Black BG changes in background segments for correct DH backfill
daniel pushed to master at daniel/Teletext-Editor 2026-01-26 12:42:26 +01:00
9726a82851 feat: add TTI export functionality
daniel pushed to master at daniel/Teletext-Editor 2026-01-23 21:33:16 +01:00
233eed1ca7 fix: set desktop file name before QApplication init to resolve QDBusError
4c3d860dc4 ui: replace file closed dialog with status bar message
670a2d9f8c ui: move graphics and color controls to right sidebar
Compare 3 commits »
daniel pushed to master at daniel/Teletext-Editor 2026-01-21 14:42:55 +01:00
e304034596 feat: add graphics control buttons (Hold/Release) and refine UI styling
daniel pushed to master at daniel/Teletext-Editor 2026-01-21 14:11:53 +01:00
80cca7cd79 feat: add black/new background buttons and standard styling
daniel pushed to master at daniel/Teletext-Editor 2026-01-21 13:56:08 +01:00
8475b512b8 feat: add delete page functionality