]> git.sesse.net Git - kdenlive/commit
Rewrote the handling of timeline in QGraphicsView. Now we use the built in zoom featu...
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 17 Aug 2008 23:13:03 +0000 (23:13 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 17 Aug 2008 23:13:03 +0000 (23:13 +0000)
commitd5e2d9e691b22dab741ed689df6d87478ba24c9f
tree9d0ef836ab551965055b466046838131a334e867
parent0cbb07741ba0231769020d4370ee56dbd9ae3519
Rewrote the handling of timeline in QGraphicsView. Now we use the built in zoom feature instead of a hack. Also let the view handle item move. Improves speed and stability, but broke a few things: audio thumbs and clip group action broken, probably some other minor issues. I also decided to drop the rounded clips for square ones for the moment.

svn path=/branches/KDE4/; revision=2380
30 files changed:
src/CMakeLists.txt
src/abstractclipitem.cpp
src/abstractclipitem.h
src/abstractgroupitem.cpp [new file with mode: 0644]
src/abstractgroupitem.h [new file with mode: 0644]
src/clipitem.cpp
src/clipitem.h
src/customruler.cpp
src/customruler.h
src/customtrackscene.cpp [new file with mode: 0644]
src/customtrackscene.h [new file with mode: 0644]
src/customtrackview.cpp
src/customtrackview.h
src/definitions.h
src/events.h
src/guide.cpp
src/guide.h
src/kdenlivedoc.cpp
src/kdenlivedoc.h
src/kthumb.cpp
src/kthumb.h
src/mainwindow.cpp
src/profilesdialog.cpp
src/profilesdialog.h
src/renderer.cpp
src/renderer.h
src/trackview.cpp
src/trackview.h
src/transition.cpp
src/transition.h