]> git.sesse.net Git - kdenlive/commit
Bezier Spline: Allow to link the handles of a point. They will then always remain...
authorTill Theato <root@ttill.de>
Tue, 4 Jan 2011 23:36:11 +0000 (23:36 +0000)
committerTill Theato <root@ttill.de>
Tue, 4 Jan 2011 23:36:11 +0000 (23:36 +0000)
commit4228e3960b5e6d5ecda34529e7c34df86b0a7750
tree170ed2c7d216a2547c44d6ec24580653fb5b5253
parentf8c01a835863d103c6d2d85b8ff9f5e170d06f88
Bezier Spline: Allow to link the handles of a point. They will then always remain on a line also going through the point. This gives the spline a natural look.

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