]> git.sesse.net Git - kdenlive/commit
Bézier spline:
authorTill Theato <root@ttill.de>
Sat, 1 Jan 2011 21:06:59 +0000 (21:06 +0000)
committerTill Theato <root@ttill.de>
Sat, 1 Jan 2011 21:06:59 +0000 (21:06 +0000)
commit8f59e06aedf509255edb93295514c40eab2adf18
tree45bc314b440236000b5d4e3f8842257e90c3cf56
parentb8debd569d93d722bca406f06f72607d6d8c0628
Bézier spline:
- rename BezierSplineWidget to BezierSplineEditor
- add BezierSplineWidget containing the editor and more controls (for now spinboxes for the values)

svn path=/trunk/kdenlive/; revision=5233
src/CMakeLists.txt
src/beziercurve/beziersplineeditor.cpp [new file with mode: 0644]
src/beziercurve/beziersplineeditor.h [new file with mode: 0644]
src/beziercurve/beziersplinewidget.cpp
src/beziercurve/beziersplinewidget.h
src/beziercurve/cubicbezierspline.h
src/effectstackedit.cpp
src/widgets/bezierspline_ui.ui [new file with mode: 0644]