summaryrefslogtreecommitdiffstats
path: root/ui/main_window.py
AgeCommit message (Collapse)AuthorFilesLines
3 daysfeat: check OLLAMA_HOST reachability before starting translationv1.6Danilo M.1-0/+1
Non-blocking QThread check hits /api/tags on the resolved ollama host before launching TranslationWorker. Shows QMessageBox.warning() if unreachable; proceeds silently if reachable. Adds ollama_host field to Config with env-var fallback to http://localhost:11434. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 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>
5 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>
5 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>
5 daysfix: stop double stopped emit, restore race, worker leak, encapsulation, git ↵Danilo M.1-1/+1
view init
5 daysfeat: complete my-publisher app — all views wired and workingDanilo M.1-0/+5
5 daysfeat: media view with drag-drop upload and clipboard path copyDanilo M.1-6/+5
5 daysfeat: taxonomy view with IT/EN pair table and orphan detectionDanilo M.1-1/+7
5 daysfeat: hugo server panel with start/stop and log streamingDanilo M.1-1/+11
5 daysfeat: git view with status, pull/push, and deleted article restoreDanilo M.1-3/+31
5 daysfeat: translation view with QProcess streaming and post-translation previewDanilo M.1-2/+15
5 daysfeat: new article stub creation with Typora openDanilo M.1-2/+12
5 daysfeat: articles view with IT/EN tabs and missing translation highlightDanilo M.1-3/+51
5 daysfix: wire badge into sidebar layout, remove unused QFont/QSizePolicy importsDanilo M.1-3/+11
5 daysfeat: main window with sidebar navigation and file watcherDanilo M.1-0/+144
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>