[multimedia/kdenlive] src: feature: added 'Select All Clips in Track' in track popup menu

no name <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 384af67d128cecc2e040328be982f1fee07be3eb by no name.
Committed on 17/08/2026 at 10:09.
Pushed by mardelle into branch 'master'.

feature: added 'Select All Clips in Track' in track popup menu

M  +2    -0    src/mainwindow.cpp

https://invent.kde.org/multimedia/kdenlive/-/commit/384af67d128cecc2e040328be982f1fee07be3eb

diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 5a06c7b11a..cf92e8e095 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -720,6 +720,8 @@ void MainWindow::init()
     timelineHeadersMenu->addAction(actionCollection()->action(QStringLiteral("move_track_down")));
     timelineHeadersMenu->addAction(actionCollection()->action(QStringLiteral("fit_all_tracks")));
     timelineHeadersMenu->addAction(actionCollection()->action(QStringLiteral("show_track_record")));
+    timelineHeadersMenu->addAction(actionCollection()->action(QStringLiteral("select_track")));
+
     connect(timelineHeadersMenu, &QMenu::aboutToShow, this, [this]() {
         auto moveUp = actionCollection()->action(QStringLiteral("move_track_up"));
         auto moveDown = actionCollection()->action(QStringLiteral("move_track_down"));
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.