summaryrefslogtreecommitdiffstats
path: root/ui/main_window.py
AgeCommit message (Collapse)AuthorFilesLines
14 daysfeat: add keyboard shortcuts (Ctrl+Q/N/R/1/2/T)Danilo M.1-0/+14
Ctrl+Q quit, Ctrl+N new article, Ctrl+R refresh, Ctrl+1 articles view, Ctrl+2 missing translations, Ctrl+T translations view. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 daysfeat: wire Traduci button in MissingTranslationViewDanilo M.1-0/+1
Adds a Traduci button that enables on row selection and emits translate_requested, connected to _do_translate in main_window. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 daysfeat: add typora_args config field for Wayland launch flagsDanilo M.1-2/+5
Allows passing extra CLI args (e.g. --ozone-platform=wayland) to Typora at launch without baking them into the binary path. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03fix: stop double stopped emit, restore race, worker leak, encapsulation, git ↵Danilo M.1-1/+1
view init
2026-05-03feat: complete my-publisher app — all views wired and workingDanilo M.1-0/+5
2026-05-03feat: media view with drag-drop upload and clipboard path copyDanilo M.1-6/+5
2026-05-03feat: taxonomy view with IT/EN pair table and orphan detectionDanilo M.1-1/+7
2026-05-03feat: hugo server panel with start/stop and log streamingDanilo M.1-1/+11
2026-05-03feat: git view with status, pull/push, and deleted article restoreDanilo M.1-3/+31
2026-05-03feat: translation view with QProcess streaming and post-translation previewDanilo M.1-2/+15
2026-05-03feat: new article stub creation with Typora openDanilo M.1-2/+12
2026-05-03feat: articles view with IT/EN tabs and missing translation highlightDanilo M.1-3/+51
2026-05-03fix: wire badge into sidebar layout, remove unused QFont/QSizePolicy importsDanilo M.1-3/+11
2026-05-03feat: main window with sidebar navigation and file watcherDanilo M.1-0/+144
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>