Hi, Jason. On my ALTLinux is installed packages with Kdenlive and Piave (K/P). These packages were builded from official releases. I made some simple improvements with Kdenlive: 1. Application doesn.t crashes when user tries to drag a folder with clips on 'Project List'. 2. When user makes a double click on clip folder on 'Project List' the folder opens/closes.
After that I began to learn the timeline code. I was wonder when I'd understood how it works. KMMTimeLine has a KMMTimeLineTrackView. The last one has a drawBackBuffer method which calls drawToBackBuffer for all panels KMMTimeLineTrackView holds. A clip on timeline shows using two panels. Am I right?
