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

From KDE Community Wiki
(Delay some of the non-essential contributions)
 
No edit summary
Line 28: Line 28:
{{FeatureTodo|Make sure QTextBrowser automatically follows KDE settings for the wheel button behavior (scroll vs zoom) via backend|??}}
{{FeatureTodo|Make sure QTextBrowser automatically follows KDE settings for the wheel button behavior (scroll vs zoom) via backend|??}}
{{FeatureTodo|KSsl*/QSsl* merge|Richard Moore}}
{{FeatureTodo|KSsl*/QSsl* merge|Richard Moore}}
{{FeatureTodo|Make it possible to create plugins for handling url's for QDesktopServices::openUrl|?}}

Revision as of 14:26, 1 July 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 David Faure <{{{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/KShell features in Qt? Ossi <{{{3}}}>
TO DO KProcess ForwardOnlyStdErr/ForwardOnlyStdOut features in Qt? ? <{{{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
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}}}>