Frameworks/Epics/Qt 5.0 Merging: Difference between revisions

From KDE Community Wiki
(qtx11extras is 5.1 stuff, actually)
 
Line 1: Line 1:
= Merging features in Qt 5.0 epic =
= Merging features in Qt 5.0 epic =


Quite some effort goes into Qt 5.0 in order to push into Qt some of the features which should be in Qt and not in KDE Frameworks. Usually because all Qt apps would benefit from them even outside the KDE world, and because this cuts dependencies between the KDE frameworks.
This content has moved to http://community.kde.org/index.php?title=Frameworks/Epics/Contributions_to_Qt5
 
'''Important''': The goal of this epic is to have all the features in Qt 5.0 before the feature freeze which is rumoured to happen "soon".
 
'''Target date''': Ideally all of this should be done by the '''end of January 2012''', to be sure not to miss the feature freeze.
 
{| class="sortable" border="1" cellpadding="5" cellspacing="0" style="border: gray solid 1px; border-collapse: collapse; text-align: left; width:100%;"
|- style="background: #ececec; white-space:nowrap;"
! Status
! Description
!  width=250 | Contact
|-
{{FeatureDone|QStandardPaths|David Faure}}
{{FeatureDone|QTemporaryFile (better defaults)|David Faure}}
{{FeatureDone|QObject::findChildren(Qt::FindDirectChildrenOnly)|David Faure}}
{{FeatureDone|QTemporaryDir|David Faure}}
{{FeatureDone|QMimeData: export URLs as plain text too|David Faure}}
{{FeatureDone|QCryptographicHash: QIODevice support, to replace KMD5| Sune}}
{{FeatureDone|Contact John Layt to get an [http://mail.kde.org/pipermail/kde-frameworks-devel/2012-January/000174.html update] on locales/datetime|Mario Fux}}
{{FeatureDone|Refcounted quit|Stephen Kelly, change 10408}}
{{FeatureDone|QMimeType|David Faure, change 15585}}
{{FeatureDone|KUrl/QUrl merge|David Faure and Thiago Macieira (QUrl)}}
{{FeatureDone|KDebug features into QDebug|Started by Kai Koehne (Nokia) in change 13433, then Wolfgang Beck implemented category logging (13226), and an addon for the API (see QTBUG-19536). Missing API in Qt itself -> 5.1}}
{{FeatureDone|Native event filtering in QCoreApplication|David Faure, change 29260}}
{{FeatureDone|QSignalSpy::wait (replaces kWaitForSignal)|David Faure, change 30799}}
{{FeatureDone|Add app display name to window titles|David Faure, change 42627}}
|}
 
Once a class is ready to be merged into Qt, it can also be added to KDE frameworks in libinqt5/src.
When we port KDE frameworks to Qt 5, we will get rid of libinqt5 and we'll use qt master directly.
 
If the addition to Qt is a new method rather than a new class, then an intermediate solution has to be found (e.g. QDir::removeRecursive is temporarily QTemporaryDir::removeRecursive in libinqt5, so that we know we use a Qt method for this, and we can easily port to the real Qt5 method when the time comes).

Latest revision as of 13:28, 22 April 2013

Merging features in Qt 5.0 epic

This content has moved to http://community.kde.org/index.php?title=Frameworks/Epics/Contributions_to_Qt5