https://bugs.kde.org/show_bug.cgi?id=498071
Julius Künzel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/mult | |imedia/kdenlive/-/commit/85 | |f058de097d6ffb8ab8f5959a450 | |ea9414b5a6a Resolution|--- |FIXED --- Comment #4 from Julius Künzel <[email protected]> --- Git commit 85f058de097d6ffb8ab8f5959a450ea9414b5a6a by Julius Künzel, on behalf of Jaimukund Bhan. Committed on 10/09/2026 at 21:05. Pushed by jlskuz into branch 'master'. Prevent subtitle export and show warning when no subtitles exist in project When all subtitles in a project are deleted, attempting to export subtitles as a .srt file previously opened the file dialog and triggered a "Cannot write to file" error popup. This change adds `TimelineModel::hasSubtitles()` to check for the presence of actual subtitle clips, displays a notification on the bottom-right status bar ("No subtitles in current project. Export not possible.") to prevent opening the file dialog when no subtitles exist, and centralizes subtitle export validation in `TimelineController::exportSubtitle()`. M +0 -4 src/mainwindow.cpp M +5 -0 src/timeline2/model/timelinemodel.cpp M +1 -0 src/timeline2/model/timelinemodel.hpp M +2 -2 src/timeline2/view/timelinecontroller.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/85f058de097d6ffb8ab8f5959a450ea9414b5a6a -- You are receiving this mail because: You are watching all bug changes.
