Skip to content
GitLab
Menu
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
f82b7fff
Commit
f82b7fff
authored
Feb 13, 2022
by
Jean-Baptiste Mardelle
Browse files
Add Set zone in/out to timeline ruler context menu
Fixes
#1335
parent
bdc91a63
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
f82b7fff
...
...
@@ -639,6 +639,8 @@ void MainWindow::init(const QString &mltPath)
timelineRulerMenu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"edit_guide"
)));
timelineRulerMenu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"lock_guides"
)));
timelineRulerMenu
->
addMenu
(
guideMenu
);
timelineRulerMenu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"mark_in"
)));
timelineRulerMenu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"mark_out"
)));
timelineRulerMenu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"add_project_note"
)));
timelineRulerMenu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"add_subtitle"
)));
...
...
src/timeline2/view/qml/timeline.qml
View file @
f82b7fff
...
...
@@ -1296,6 +1296,7 @@ Rectangle {
root
.
showTimelineMenu
()
}
else
{
// ruler menu
proxy
.
position
=
(
scrollView
.
contentX
+
mouse
.
x
)
/
timeline
.
scaleFactor
root
.
showRulerMenu
()
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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