Frameworks/Epics/Contributions to Qt5 for KF5.1: Difference between revisions

From KDE Community Wiki
Line 10: Line 10:
|-
|-
{{FeatureTodo|QSqueezedTextLabel, or squeezing in QLabel|null}}
{{FeatureTodo|QSqueezedTextLabel, or squeezing in QLabel|null}}
{{FeatureTodo|QFileSystemWatcher: support for watching non-existing files|David Faure}}
{{FeatureTodo|QFileSystemWatcher: support for watching non-existing files. Reviving an old Qt patch for this might work: https://codereview.qt-project.org/#change,19274|David Faure, Mark Gaiser}}
{{FeatureTodo|QCompleter: many missing features compared to KCompletion. Look at the completion model in http://qt-project.org/wiki/Qt-5-Ui-Helpers as a possible replacement which would also work for QML.|?}}
{{FeatureTodo|QCompleter: many missing features compared to KCompletion. Look at the completion model in http://qt-project.org/wiki/Qt-5-Ui-Helpers as a possible replacement which would also work for QML.|?}}
{{FeatureTodo|QLocalSocket/QLocalServer: support for abstract unix sockets|Thiago?}}
{{FeatureTodo|QLocalSocket/QLocalServer: support for abstract unix sockets|Thiago?}}

Revision as of 20:16, 24 November 2013

Contributing to Qt 5 for KF 5.1 epic

Quite some effort goes into Qt 5 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.

Status Description Contact
TO DO QSqueezedTextLabel, or squeezing in QLabel null <{{{3}}}>
TO DO QFileSystemWatcher: support for watching non-existing files. Reviving an old Qt patch for this might work: https://codereview.qt-project.org/#change,19274 David Faure, Mark Gaiser <{{{3}}}>
TO DO QCompleter: many missing features compared to KCompletion. Look at the completion model in http://qt-project.org/wiki/Qt-5-Ui-Helpers as a possible replacement which would also work for QML. ? <{{{3}}}>
TO DO QLocalSocket/QLocalServer: support for abstract unix sockets Thiago? <{{{3}}}>
TO DO KProcess::setShellCommand (see also KShell) features in Qt. Ossi says: look at importing QtcProcess from QtCreator to replace QProcess ? <{{{3}}}>
TO DO KProcess ForwardOnlyStdErr/ForwardOnlyStdOut features in Qt (Ossi has 7 years old unfinished patches, someone needs to take over that) ? <{{{3}}}>
TO DO QCursor: auto-hide support (see KCursor API), plus styleHint to enable this in QLineEdit/QTextEdit (and let users turn this on/off in KConfig) ? <{{{3}}}>
TO DO QCursor: theme support ? <{{{3}}}>
TO DO QSystemTray: support for the new dbus protocol (see KStatusNotifierItem) ? <{{{3}}}>
TO DO QRecursiveFilterProxyModel Stephen Kelly? <{{{3}}}>
TO DO QPoTranslator (support for .po files, and locating them with QStandardPaths, so that libs can load them?) ?? <{{{3}}}>
IN PROGRESS QTimeZone John Layt
IN PROGRESS qDebug with categories, currently in an addon (playground/qlogger.git). Thiago says ok for QtCore, if it's not a monster ? QTBUG-19536
TO DO QLocale John Layt <{{{3}}}>
TO DO Printing John Layt <{{{3}}}>
TO DO Merge KStandardShortcut and QKeySequence::StandardKey ?? <{{{3}}}>
TO DO Make sure we have a QAction independent of QtWidgets in QtGui ?? <{{{3}}}>
TO DO Support for timer-based auto-selection in QAbstractItemView (triggered by styleHint, like QStyle::SH_ItemView_ActivateItemOnSingleClick triggers single-click mode) ?? <{{{3}}}>
TO DO Make sure QTextBrowser automatically follows KDE settings for the wheel button behavior (scroll vs zoom) via backend ?? <{{{3}}}>
TO DO KSsl*/QSsl* merge Richard Moore <{{{3}}}>
TO DO Make it possible to create plugins for handling url's for QDesktopServices::openUrl ? <{{{3}}}>