Bug 362630

Summary: when you insert a clip in the timeline, by the mouse in insert mode, all the clips in the timeline move forward
Product: [Applications] kdenlive Reporter: Massimo Stella <maxstar>
Component: User Interface & MiscellaneousAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED FIXED    
Severity: normal CC: wegwerf-1-2-3
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Massimo Stella 2016-05-03 16:37:30 UTC
when you insert, by the mouse in insert mode,  a clip in any point of the timeline, except than the starting point, the beginning of the project moves forward of the same lenght of the clip you inserted. If you put the clip at the beginnig of the timeline everything works smooth: you have no project time shift.

Reproducible: Always

Steps to Reproduce:
1.Open a project you already have or create one with just one clip on the timeline
2.Set the mouse mode on insert
3.Insert a clip from the clip monitor by draggin it in the middle of one clip

Actual Results:  
the beginning of the project and all the following clips move forward of the same lenght of the clip you inserted

Expected Results:  
You insert the clip in the place on the timeline you choose and the part of the project after the clip you inserted moves forward of the same number of frames of the lenght of the clip you inserted
Comment 1 Jean-Baptiste Mardelle 2016-05-03 20:13:55 UTC
Git commit fc63370ddcadb109002b0e376dd935687750c021 by Jean-Baptiste Mardelle.
Committed on 03/05/2016 at 20:13.
Pushed by mardelle into branch 'master'.

Fix corruption on dragging clip in Insert mode

M  +1    -1    src/timeline/customtrackview.cpp
M  +1    -1    src/timeline/timeline.cpp

http://commits.kde.org/kdenlive/fc63370ddcadb109002b0e376dd935687750c021
Comment 2 Wegwerf 2016-05-13 16:29:57 UTC
Seems to be fixed; I tried with one of my own test projects and everything seems to work now as expected. The fix is ten days old. If this is really fixed, please close this bug as RESOLVED FIXED. Thank you very much!