summaryrefslogtreecommitdiffstats
path: root/ui/translation_view.py
AgeCommit message (Collapse)AuthorFilesLines
3 daysfeat: check OLLAMA_HOST reachability before starting translationv1.6Danilo M.1-2/+33
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 typora_args config field for Wayland launch flagsDanilo M.1-2/+4
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-0/+4
view init
5 daysfeat: translation view with QProcess streaming and post-translation previewDanilo M.1-0/+109