]> git.sesse.net Git - kdenlive/commit
* Small cmake cleanup
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sat, 3 Jan 2009 19:51:35 +0000 (19:51 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sat, 3 Jan 2009 19:51:35 +0000 (19:51 +0000)
commita956ade6f5864410de7bc494eb3f3010747af76e
tree21b71289ad8f269bc5055c350d5dd9a416e1dbe2
parent5c9bfe55341429602533a9a25ffa9538165d2e51
* Small cmake cleanup
* Introduce Kdenlive plugins, first example is a countdown generator (currently requires MLT's pango producer)

svn path=/branches/KDE4/; revision=2866
15 files changed:
CMakeLists.txt
plugins/CMakeLists.txt [new file with mode: 0644]
plugins/sampleplugin/CMakeLists.txt [new file with mode: 0644]
plugins/sampleplugin/countdown_ui.ui [new file with mode: 0644]
plugins/sampleplugin/sampleplugin.cpp [new file with mode: 0644]
plugins/sampleplugin/sampleplugin.h [new file with mode: 0644]
renderer/CMakeLists.txt
src/CMakeLists.txt
src/kdenliveui.rc
src/mainwindow.cpp
src/mainwindow.h
src/projectlist.cpp
src/projectlist.h
src/projectlistview.cpp
thumbnailer/CMakeLists.txt