]> git.sesse.net Git - kdenlive/commit
Add bézier color curves GUI (WIP)
authorTill Theato <root@ttill.de>
Fri, 31 Dec 2010 14:06:34 +0000 (14:06 +0000)
committerTill Theato <root@ttill.de>
Fri, 31 Dec 2010 14:06:34 +0000 (14:06 +0000)
commit60d9d6db7d92c37de9e20f10c137552aa0cafbce
treee3cdc408e4a6631feed0d25ab923f0157830799e
parente48d3faf67c65241f16f0cca0b25bceb8289cd0e
Add bézier color curves GUI (WIP)

svn path=/trunk/kdenlive/; revision=5225
data/kdenliveeffectscategory.rc
effects/CMakeLists.txt
effects/frei0r_bezier_curves.xml [new file with mode: 0644]
src/CMakeLists.txt
src/beziercurve/CMakeLists.txt [new file with mode: 0644]
src/beziercurve/beziersplinewidget.cpp [new file with mode: 0644]
src/beziercurve/beziersplinewidget.h [new file with mode: 0644]
src/beziercurve/cubicbezierspline.cpp [new file with mode: 0644]
src/beziercurve/cubicbezierspline.h [new file with mode: 0644]
src/effectstackedit.cpp