GNOME Bugzilla – Bug 587945
editing_context and advanced_editing_modes branches
Last modified: 2009-07-10 10:19:42 UTC
I have two related branches for supporting ripple / roll editing, available on my github account (www.github.com/~emdash/pitivi.git). The first branch is basically just the foundation for ripple roll support, and could be merged immediately if it passes review. The advanced_editing_modes branch is still pretty unstable, but a good illustration of where I'm going with this.
Correction, that's "advanced_edit_modes".
I'm reviewing this (i had a quick look and it seems okayish)
I did the review. The EditingContext stuff looks good. The tests need some work though (they just test some coverage). Some of the changes were conflicting with a branch i had on my local repo that fixed TimelineEdges a bit, so I merged our branches and pushed it here http://github.com/alessandrod/pitivi/tree/editing_context
I fixed the tests and merged into master.