After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 708539 - Dragging multiple clips onto timeline places them across different layers at the same timestamp, instead of one after another
Dragging multiple clips onto timeline places them across different layers at ...
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: Timeline
Git
Other Linux
: Normal normal
: 0.91
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-21 16:36 UTC by Odin Hørthe Omdal
Modified: 2013-09-22 00:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Put the clips in sequence instead of creating new layers for each clip (2.53 KB, patch)
2013-09-21 16:37 UTC, Odin Hørthe Omdal
none Details | Review

Description Odin Hørthe Omdal 2013-09-21 16:36:27 UTC
When dragging e.g. 3 clips onto the timeline, right now you get a timeline looking like this:

  video 1  |  [...clip1...]
  video 2  |  [..clip2..]
  video 3  |  [....clip3....]

It would be more expected for this to happen:

  video 1  |  [...clip1...][..clip2..][....clip3....]

As it worked in earlier Pitivi versions, and indeed other video editors.
Comment 1 Odin Hørthe Omdal 2013-09-21 16:37:30 UTC
Created attachment 255491 [details] [review]
Put the clips in sequence instead of creating new layers for each clip
Comment 2 Jean-François Fortin Tam 2013-09-22 00:09:20 UTC
Thanks Odin! :)


commit 6e212035ff3403219e04f2ffa799cb6f70693255
Author: Odin Hørthe Omdal <odinho@opera.com>
Date:   Sat Sep 21 13:44:07 2013 +0200

    Put multiple new clips in sequence on the same layer
    
    Earlier the code would put all clips on top of each other and give each
    clip its own layer. This is unexpected and not very helpful.