Digikam/CodingSprint2014: Difference between revisions

From KDE Community Wiki
Line 5: Line 5:
=== Common Topics for Discussion and Coding  ===
=== Common Topics for Discussion and Coding  ===


*KF5/Qt5 port status
==== KF5/Qt5 port status ====


Note: all port code must be stored in dedicated "frameworks" git branch for each project.
Note: all port code must be stored in dedicated "frameworks" git branch for each project.
Line 62: Line 62:




*Link to documentation to port code
==== Link to documentation to port code ====


** [https://community.kde.org/Frameworks/Porting_Notes KF5 port]
* [https://community.kde.org/Frameworks/Porting_Notes KF5 port]


** [http://qt-project.org/wiki/Transition_from_Qt_4.x_to_Qt5 Qt5 port]
* [http://qt-project.org/wiki/Transition_from_Qt_4.x_to_Qt5 Qt5 port]


** [https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository ECM - Extra CMake Module]
* [https://projects.kde.org/projects/kdesupport/extra-cmake-modules/repository ECM - Extra CMake Module]

Revision as of 07:15, 16 October 2014

KDE Graphics Coding Sprint 2014

The KDE Graphics coding sprint 2014 will take place at Berlin, Germany, from november 14h to 16th 2014.

Common Topics for Discussion and Coding

KF5/Qt5 port status

Note: all port code must be stored in dedicated "frameworks" git branch for each project.

Component Repository Status KDE4Support Remarks
libkexiv2 done yes
libkdcraw uncomplete yes ThreadWeaver based classes not ported. Use new ThreaWeaver API, or use QFuture + QThread API instead
libkipi todo
libkface todo
libkgeomap todo
Kipi-plugins todo
digiKam todo


Link to documentation to port code