carewolf created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.
REVISION SUMMARY
Replaces the QtScript depedency with QtQml.
WIP: The ruby indentation test doesn't work, and appears unstable as
most failing test succede stand-alone.
WIP: There is still instrumentation and dead-code in this change.
REPOSITORY
R252 Framework Integration
REVISION DETAIL
https://phabricator.kde.org/D6914
AFFECTED FILES
CMakeLists.txt
autotests/CMakeLists.txt
autotests/src/bug313759.cpp
autotests/src/bug317111.cpp
autotests/src/script_test_base.cpp
autotests/src/scriptdocument_test.cpp
autotests/src/templatehandler_test.cpp
autotests/src/testutils.cpp
autotests/src/testutils.h
autotests/src/vimode/CMakeLists.txt
src/CMakeLists.txt
src/include/ktexteditor/cursor.h
src/include/ktexteditor/range.h
src/script/data/indentation/ada.js
src/script/data/indentation/cppstyle.js
src/script/data/indentation/cstyle.js
src/script/data/indentation/pascal.js
src/script/data/indentation/ruby.js
src/script/katecommandlinescript.cpp
src/script/kateindentscript.cpp
src/script/katescript.cpp
src/script/katescript.h
src/script/katescriptdocument.cpp
src/script/katescriptdocument.h
src/script/katescripthelpers.cpp
src/script/katescripthelpers.h
src/script/katescriptview.cpp
src/script/katescriptview.h
src/utils/katetemplatehandler.cpp
To: carewolf
Cc: #frameworks