|
|
(30 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
| = Merging features in Qt 5.1 epic =
| | This content has moved to http://community.kde.org/index.php?title=Frameworks/Epics/Contributions_to_Qt5 |
| | |
| {| 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=120 | Contact
| |
| |-
| |
| | |
| {{FeatureDone|QSaveFile|David Faure (https://codereview.qt-project.org/41790)}}
| |
| {{FeatureDone|Add a Q_COREAPP_STARTUP_FUNCTION macro which allows to have code called just at the end of QCoreApplicationPrivate::init()|David Faure (https://codereview.qt-project.org/42002)}}
| |
| {{FeatureDone|QDebugStateSaver|David Faure (https://codereview.qt-project.org/41793)}}
| |
| {{FeatureDone|K/Q_GLOBAL_STATIC merge|Thiago Macieira (https://codereview.qt-project.org/43297)}}
| |
| {{FeatureDone|qunsetenv|David Faure (https://codereview.qt-project.org/44599)}}
| |
| {{FeatureInProgress|QUrlPathInfo|David Faure (https://codereview.qt-project.org/44960)}}
| |
| {{FeatureDone|Restore QX11Info, in qtx11extras.git|Richard Moore and David Faure (https://codereview.qt-project.org/45266)}}
| |
| {{FeatureInProgress|QLockFile|David Faure (https://codereview.qt-project.org/46583)}}
| |
| {{FeatureInProgress|QCommandLineArguments|Laszlo Papp; see qt5-feedback discussions; will be for Qt-5.1}}
| |
| {{FeatureInProgress|QDebug: coloring the method name (blue for debugs, red for warnings)|Olivier Goffart (https://codereview.qt-project.org/47358)}}
| |
| {{FeatureTodo|QMenu: title feature, keyboard navigation (from KMenu)|?}}
| |
| {{FeatureTodo|QSqueezedTextLabel, or squeezing in QLabel|?}}
| |
| {{FeatureTodo|QFileSystemWatcher: support for watching non-existing files|David Faure}}
| |
| {{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|KProcess/KShell features in Qt?|Ossi}}
| |
| {{FeatureTodo|KProcess ForwardOnlyStdErr/ForwardOnlyStdOut features in Qt?|?}}
| |
| {{FeatureTodo|QCursor: auto-hide support (see KCursor API), plus styleHint to enable this in QLineEdit/QTextEdit (and let users turn this on/off in KConfig)|?}}
| |
| {{FeatureTodo|QCursor: theme support|?}}
| |
| {{FeatureTodo|QIcon: support for overlays|?}}
| |
| {{FeatureTodo|QPushButton: support for delayed menu|?}}
| |
| {{FeatureTodo|QSystemTray: support for the new dbus protocol (see KStatusNotifierItem)|?}}
| |
| {{FeatureTodo|QRecursiveFilterProxyModel|Stephen Kelly?}}
| |
| {{FeatureTodo|QPoTranslator (support for .po files, and locating them with QStandardPaths, so that libs can load them?)|??}}
| |
| {{FeatureTodo|QLineEdit: support for clear button|??}}
| |
| {{FeatureTodo|QLineEdit: support for text squeezing|??}}
| |
| {{FeatureTodo|QLineEdit: support for URL drops (replace existing text, rather than append)|??}}
| |
| {{FeatureTodo|QComboBox: support for URL drops (replace existing text, rather than append)|??}}
| |
| {{FeatureInProgress|QTextEdit: support for place holder text like place holder text in QLineEdit|Benjamin Port}}
| |
| {{FeatureTodo|QLocale & QDateTime|John Layt}}
| |
| {{FeatureTodo|Printing|John Layt}}
| |
| {{FeatureTodo|Geolocation|??}}
| |
| {{FeatureInProgress|qDebug with categories, currently in an addon (playground/qlogger.git), plan is to have it in 5.1 |Wolfgang Beck, QTBUG-19536}}
| |
| {{FeatureTodo|Merge KStandardShortcut and QKeySequence::StandardKey|??}}
| |
| {{FeatureTodo|Rewrite QKeySequence::StandardKey to get the default keys from QPA, not just an enum. In KDE we can make the shortcuts configurable this way.|??}}
| |
| {{FeatureTodo|QTabWidget: give the possibility to hide the tabbar (used in many places if count is 0). Preferably called setTabBarHidden(bool) / isTabBarHidden() (then deprecate ktabwidget).|??}}
| |
| {{FeatureInProgress|QTabBar: port signals from KTabBar|Ivan Komissarov (https://codereview.qt-project.org/#change,29650)}}
| |
| {{FeatureTodo|Add support for default vs active shortcuts to QAction|??}}
| |
| {{FeatureTodo|Add the triggered(Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) signal to QAction|??}}
| |
| {{FeatureTodo|Add the web color line edit to QColorDialog (KColorDialog has it)|??}}
| |
| {{FeatureTodo|Add the color picker button to QColorDialog (KColorDialog has it)|??}}
| |
| {{FeatureTodo|Make sure we have a QAction independent of QtWidgets in QtGui|??}}
| |
| {{FeatureTodo|QToolBar should take its default settings from the global settings when running in a Plasma Workspace session (see loadKDESettings from KToolBar)|??}}
| |
| {{FeatureTodo|QMainWindow should follow the KDE HIG when changing the window title in a Plasma Workspace session (see KMainWindow::setCaption)|??}}
| |
| {{FeatureTodo|QInputDialog should have an equivalent of KInputDialog::getMultiLineText|??}}
| |
| {{FeatureTodo|QInputDialog should have an equivalent of KInputDialog::getDouble with configurable step|??}}
| |
| {{FeatureTodo|QInputDialog should have an equivalent of KInputDialog::getItemList (multi-choice, not single choice like getItem)|??}}
| |
| {{FeatureTodo|QFileDialog: add the QUrl equivalents of KFileDialog static methods to QFileDialog, should be possible to specify a optional list of protocols supported by the user code|??}}
| |
| {{FeatureTodo|Make sure QDesktopServices can list the protocols it supports|??}}
| |
| {{FeatureTodo|Make sure QNetworkAccessManager can list the protocols it supports|??}}
| |
| {{FeatureTodo|Add icons to QTextBrowser context menu|??}}
| |
| {{FeatureTodo|Add support for "whatsthis:/text" urls to QTextBrowser|??}}
| |
| {{FeatureTodo|Make sure QTextBrowser automatically follows KDE settings for the wheel button behavior (scroll vs zoom) via backend|??}}
| |
| {{FeatureTodo|Allow to register a default syntax highlighter type for QTextEdit, the KDE backend would register the spell checking one coming from sonnet as default|??}}
| |
| {{FeatureTodo|KSsl*/QSsl* merge|Richard Moore}}
| |
| {{FeatureInProgress|Create QPA theme plugin for setting KDE palette, font, widget style, etc. (in KDE), will require extensions on the Qt side, look at KGlobalSettings, some of it is there|Kevin Ottens}}
| |
| {{FeatureInProgress|Extend QPA theme plugin to use KIconLoader within QIcon::fromTheme()|Kevin Ottens}}
| |
| {{FeatureTodo|Make sure the QPA plugin can properly react to setting changes|?}}
| |
| {{FeatureTodo|Restore the _NET_STARTUP_INFO from Qt4 that got lost (work for the xcb backend)|?}}
| |
| {{FeatureTodo|Restore QSessionManager from Qt4 that got broken|?}}
| |
| {{FeatureTodo|Extend the QStyle API so that the styleHint() can control the default value for animated widgets (should animate or not by default?)|?}}
| |
| {{FeatureTodo|Extend the QStyle API so that the styleHint() can control the default value QSplitter::opaqueResize|?}}
| |
| {{FeatureTodo|Make sure QDialogButtonBox Ok button has Ctrl+Return as shortcut|?}}
| |
| |}
| |