Unify qmleasing and easingcurveeditor
authorAlan Alpert <416365416c@gmail.com>
Tue, 20 Nov 2012 03:01:50 +0000 (19:01 -0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 21 Nov 2012 15:49:23 +0000 (16:49 +0100)
commit69cc8cd7acf36f1d1f73e6e30d7162bfe59c364e
treeb9e6fb3c4080006933572ec0f7c84979e2b61faa
parente03e870b7b4aac85e85b56655ccbc5d99c91053f
Unify qmleasing and easingcurveeditor

Keeping the name qmleasing, but most of the code from easingcurveeditor.
easingcurveeditor had more UI and functionality, as qmleasing could only
import AfterEffects curves. That functionality has now been added to
easingcurveeditor.

Change-Id: Iac1a004f13fe33a18449af1b08bd22138d525322
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Christopher Adams <chris.adams@jollamobile.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
20 files changed:
tools/easingcurveeditor/easingcurveeditor.pro [deleted file]
tools/easingcurveeditor/main.cpp [deleted file]
tools/easingcurveeditor/resources.qrc [deleted file]
tools/qmleasing/Button.qml [moved from tools/easingcurveeditor/Button.qml with 100% similarity]
tools/qmleasing/TextField.qml [deleted file]
tools/qmleasing/easing.qml [deleted file]
tools/qmleasing/import.ui [new file with mode: 0644]
tools/qmleasing/main.cpp
tools/qmleasing/mainwindow.cpp [moved from tools/easingcurveeditor/mainwindow.cpp with 80% similarity]
tools/qmleasing/mainwindow.h [moved from tools/easingcurveeditor/mainwindow.h with 96% similarity]
tools/qmleasing/pane.ui [moved from tools/easingcurveeditor/pane.ui with 100% similarity]
tools/qmleasing/preview.qml [moved from tools/easingcurveeditor/preview.qml with 100% similarity]
tools/qmleasing/properties.ui [moved from tools/easingcurveeditor/properties.ui with 92% similarity]
tools/qmleasing/qmleasing.pro
tools/qmleasing/resources.qrc
tools/qmleasing/segmentproperties.cpp [moved from tools/easingcurveeditor/segmentproperties.cpp with 100% similarity]
tools/qmleasing/segmentproperties.h [moved from tools/easingcurveeditor/segmentproperties.h with 100% similarity]
tools/qmleasing/splineeditor.cpp [moved from tools/easingcurveeditor/splineeditor.cpp with 100% similarity]
tools/qmleasing/splineeditor.h [moved from tools/easingcurveeditor/splineeditor.h with 100% similarity]
tools/tools.pro