Aleix Pol
f187db1e86
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
See also: http://community.kde.org/Plasma#Plasma_Workspaces_2
Description
Languages
C++
63.9%
QML
29.4%
CMake
3.3%
Shell
1.3%
Python
1%
Other
1%