Home
last modified time | relevance | path

Searched refs:RippleTool (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/view/qml/
H A DTrack.qml56 … if (root.activeTool === ProjectTool.RippleTool && model.item === timeline.trimmingMainClip) {
329 if (root.activeTool === ProjectTool.RippleTool) {
355 …oupTrimData == undefined/*TODO > */ || root.activeTool === ProjectTool.RippleTool /* < TODO*/) || …
357 if (root.activeTool === ProjectTool.RippleTool) {
369 if (root.activeTool === ProjectTool.RippleTool) {
403 if (root.activeTool === ProjectTool.RippleTool) {
427 …oupTrimData == undefined/*TODO > */ || root.activeTool === ProjectTool.RippleTool /* < TODO*/) || …
428 if (root.activeTool === ProjectTool.RippleTool) {
440 if (root.activeTool === ProjectTool.RippleTool) {
H A DClip.qml283 …electTool || root.activeTool === ProjectTool.SlipTool || root.activeTool === ProjectTool.RippleTool
286 …erEnabled: root.activeTool === ProjectTool.SelectTool || root.activeTool === ProjectTool.RippleTool
572 …iveTool === ProjectTool.SelectTool || (root.activeTool === ProjectTool.RippleTool && clipRoot.mixD…
592 if (root.activeTool === ProjectTool.RippleTool) {
603 if (!controlTrim && root.activeTool !== ProjectTool.RippleTool) {
609 if (root.activeTool === ProjectTool.RippleTool) {
629 if (root.activeTool === ProjectTool.RippleTool) {
702 …iveTool === ProjectTool.SelectTool || (root.activeTool === ProjectTool.RippleTool && clipRoot.mixD…
722 if (root.activeTool === ProjectTool.RippleTool) {
734 if (!controlTrim && root.activeTool !== ProjectTool.RippleTool) {
[all …]
H A Dtimeline.qml1145 …ojectTool.RazorTool ? Qt.IBeamCursor : root.activeTool === ProjectTool.RippleTool ? Qt.SplitHCurso…
1157 …tiveTool === ProjectTool.SelectTool || root.activeTool === ProjectTool.RippleTool) && (mouse.modif…
1162 …tiveTool === ProjectTool.SelectTool || root.activeTool === ProjectTool.RippleTool) && shiftPress &…
1243 …tiveTool === ProjectTool.SelectTool || root.activeTool === ProjectTool.RippleTool || mouse.y <= ru…
1283 …tiveTool === ProjectTool.SelectTool || root.activeTool === ProjectTool.RippleTool) && (mouse.modif…
1308 …tiveTool === ProjectTool.SelectTool || root.activeTool === ProjectTool.RippleTool) && !rubberSelec…
1335 …tiveTool === ProjectTool.SelectTool || root.activeTool === ProjectTool.RippleTool || (mouse.y < ru…
1629 … enabled: root.activeTool === ProjectTool.SelectTool || root.activeTool === ProjectTool.RippleTool
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/
H A Ddefinitions.h127 RippleTool = 3, enumerator
H A Dmainwindow.cpp3191 activeTool = ToolType::RippleTool; in slotChangeTool()
3485 getMainTimeline()->controller()->setInPoint(m_activeTool == ToolType::RippleTool); in slotResizeItemStart()
3490 getMainTimeline()->controller()->setOutPoint(m_activeTool == ToolType::RippleTool); in slotResizeItemEnd()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/view/
H A Dtimelinecontroller.cpp908 …ToolType::SlideTool || tool == ToolType::SlipTool || tool == ToolType::RippleTool || tool == ToolT… in trimmingActive()
2111 if (pCore->activeTool() == ToolType::RippleTool) { in requestStartTrimmingMode()
2149 if (pCore->activeTool() == ToolType::RippleTool) { in requestStartTrimmingMode()
2177 case ToolType::RippleTool: in requestStartTrimmingMode()
2226 case ToolType::RippleTool: in requestStartTrimmingMode()
2285 case ToolType::RippleTool: in requestStartTrimmingMode()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/monitor/
H A Dmonitor.cpp2436 if (pCore->activeTool() == ToolType::RippleTool) { in slotSwitchTrimming()