Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
3eb8ca51
Commit
3eb8ca51
authored
Apr 08, 2020
by
Bruno Santos
Committed by
Jean-Baptiste Mardelle
Apr 08, 2020
Browse files
Add insert zone to timeline monitor in menu
parent
dc44dc3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/monitor.cpp
View file @
3eb8ca51
...
...
@@ -553,13 +553,13 @@ void Monitor::setupMenu(QMenu *goMenu, QMenu *overlayMenu, QAction *playZone, QA
m_playMenu
->
addAction
(
loopClip
);
}
// TODO: add save zone to timeline monitor when fixed
m_contextMenu
->
addMenu
(
m_markerMenu
);
if
(
m_id
==
Kdenlive
::
ClipMonitor
)
{
//m_contextMenu->addAction(QIcon::fromTheme(QStringLiteral("document-save")), i18n("Save zone"), this, SLOT(slotSaveZone()));
QAction
*
extractZone
=
m_configMenu
->
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"document-new"
)),
i18n
(
"Extract Zone"
),
this
,
SLOT
(
slotExtractCurrentZone
()));
m_contextMenu
->
addAction
(
extractZone
);
m_contextMenu
->
addAction
(
m_monitorManager
->
getAction
(
QStringLiteral
(
"insert_project_tree"
)));
}
m_contextMenu
->
addAction
(
m_monitorManager
->
getAction
(
QStringLiteral
(
"extract_frame"
)));
m_contextMenu
->
addAction
(
m_monitorManager
->
getAction
(
QStringLiteral
(
"extract_frame_to_project"
)));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment