Revision f187db1...
Go back to digest for 24th November 2013Other in User Interface
Aleix Pol Gonzalez committed changes in [plasma-framework] /:
Remove KDE4Support dependency from plasma-frameworks (almost)
Stop using classes from kde4support:
- KComponentData is deprecated, it will be using QCoreApplication::
applicationName() and QCoreApplication::applicationVersion(). Of course,
this means that the existing shells will have to be ported. I have no
problem with doing that port myself, if I'm told where to look into.
- Drop usage of KLocale, ported to QLocale
- Drop usage of KStandardDirs, ported to QStandardPaths
- Drop usage of KIcon, ported to QIcon
Furthermore, there's a module in src/declarativeimports/locale that IIUC
exposes KLocale bindings to QML. A specific plan to port it should happen
as well.
REVIEW: 113920
File Changes
Modified 12 files
- CMakeLists.txt
- src/plasma/CMakeLists.txt
- src/shell/activity.cpp
- src/shell/CMakeLists.txt
- src/shell/shellcorona.cpp
- src/declarativeimports/locale/CMakeLists.txt
- src/plasma/private/dataenginemanager.cpp
- src/shell/scripting/appinterface.cpp
- src/shell/scripting/scriptengine.cpp
- src/declarativeimports/core/tests/CMakeLists.txt
- src/declarativeimports/core/tests/sortfiltermodeltest.cpp
- src/declarativeimports/qtextracomponents/tests/CMakeLists.txt
12 files changed in total