Plasma/OxygenQmlControls: Difference between revisions
< Plasma
(8 intermediate revisions by 2 users not shown) | |||
Line 10: | Line 10: | ||
{{FeatureProjectTodo| ApplicationWindow |No background gradient | }} | {{FeatureProjectTodo| ApplicationWindow |No background gradient | }} | ||
{{ | {{FeatureProjectDone| MenuBar | No dropdown menu Frame (https://git.reviewboard.kde.org/r/114271/ )|Martin G}} | ||
{{FeatureProjectTodo| StatusBar | | }} | {{FeatureProjectTodo| StatusBar | | }} | ||
{{FeatureProjectTodo| ToolBar | | }} | {{FeatureProjectTodo| ToolBar | | }} | ||
{{FeatureProjectInProgress| ScrollView | | {{FeatureProjectInProgress| ScrollView | | ||
*https://codereview.qt-project.org/#change,73101 | * https://codereview.qt-project.org/#change,73101 | ||
* https://codereview.qt-project.org/#change,73102 |David}} | * [merged] Fix scrollview frame https://codereview.qt-project.org/#change,73102 |David}} | ||
{{FeatureProjectTodo| SplitView | | }} | {{FeatureProjectTodo| SplitView | | }} | ||
{{FeatureProjectTodo| StackView | | }} | {{FeatureProjectTodo| StackView | | }} | ||
Line 24: | Line 24: | ||
{{FeatureProjectInProgress| ComboBox | | {{FeatureProjectInProgress| ComboBox | | ||
* Missing Frame in Menu (oxygen bug) (https://git.reviewboard.kde.org/r/114271/ ) | * Missing Frame in Menu (oxygen bug) (https://git.reviewboard.kde.org/r/114271/ ) | ||
* Does not change values on mouse scroll - https://codereview.qt-project.org/#change,73155 | * [merged] Does not change values on mouse scroll - https://codereview.qt-project.org/#change,73155 | ||
| }} | | Martin K}} | ||
{{FeatureProjectDone| GroupBox |https://git.reviewboard.kde.org/r/112329/ | }} | {{FeatureProjectDone| GroupBox |https://git.reviewboard.kde.org/r/112329/ | }} | ||
{{FeatureProjectDone| Label | | }} | {{FeatureProjectDone| Label | | }} | ||
{{FeatureProjectDone| ProgressBar | | }} | {{FeatureProjectDone| ProgressBar | [merged] indeterminate mode does not show busy animation (happens because Oxygen needs a QObject which is used for tracking the animated bar position; by default the *widget is used, which is NULL with QQC) | ||
** https://git.reviewboard.kde.org/r/114537 | Martin K }} | |||
{{FeatureProjectDone| RadioButton | | }} | {{FeatureProjectDone| RadioButton | | }} | ||
{{ | {{FeatureProjectInProgress| Slider | * does not keep focus highlight after being clicked - https://codereview.qt-project.org/#change,74044 | Martin K }} | ||
{{ | {{FeatureProjectDone| SpinBox | | ||
* Textbox slightly too large, overlaps frame - https://codereview.qt-project.org/#change,73087 | * [merged] Textbox slightly too large, overlaps frame - https://codereview.qt-project.org/#change,73087 | ||
* Scrolling a wheel over it does not give it proper focus - https://codereview.qt-project.org/#change,73079 |Martin Klapetek}} | ** [merged] Related to windows vista style workaround - https://codereview.qt-project.org/#change,73932 | ||
* Scrolling a wheel over it does not give it proper focus - https://codereview.qt-project.org/#change,73079 | |||
** Probably won't get fixed, mixed opinions, mostly against it. However the bug the original patch tried to solve with full focus is now fixed | |||
|Martin Klapetek}} | |||
{{FeatureProjectTodo| TextArea | | {{FeatureProjectTodo| TextArea | | ||
* Missing focus frame | * Missing focus frame | ||
* wrong text colors when disabled - https://codereview.qt-project.org/#change,73094 | * [merged] wrong text colors when disabled - https://codereview.qt-project.org/#change,73094 | ||
* does not keep highlight when right-clicking highlighted text (makes copying text via context menu impossible) | * does not keep highlight when right-clicking highlighted text (makes copying text via context menu impossible) | ||
* does not react to "horizontalAlignment" property change unless text selection is started | * does not react to "horizontalAlignment" property change unless text selection is started | ||
| }} | | }} | ||
{{FeatureProjectTodo| TextField | | {{FeatureProjectTodo| TextField | | ||
* https://git.reviewboard.kde.org/r/112375/ | * [merged] Wrong frame width https://git.reviewboard.kde.org/r/112375/ | ||
* Padding is still slightly off (minor) | * Padding is still slightly off (minor) | ||
* Has no hover frame - https://git.reviewboard.kde.org/r/114295/ | * [merged] Has no hover frame - https://git.reviewboard.kde.org/r/114295/ | ||
| }} | | }} | ||
{{FeatureProjectTodo| ToolButton | | }} | {{FeatureProjectTodo| ToolButton | | }} |
Latest revision as of 12:38, 1 April 2014
Oxygen QML Controls Status
Status | Component | Problems / Status | Developer |
---|---|---|---|
TODO | ApplicationWindow | No background gradient | |
DONE | MenuBar | No dropdown menu Frame (https://git.reviewboard.kde.org/r/114271/ ) | G <Martin G> |
TODO | StatusBar | ||
TODO | ToolBar | ||
IN PROGRESS | ScrollView |
|
<David> |
TODO | SplitView | ||
TODO | StackView | ||
IN PROGRESS | TabView | https://codereview.qt-project.org/#change,72813 | <[email protected]> |
IN PROGRESS | TableView | Selection highlight has no gradient + Scrollview bug | <David> |
IN PROGRESS | Button | No frame when an icon is set - https://codereview.qt-project.org/#change,73347 | [mailto: David < David >] |
DONE | CheckBox | ||
IN PROGRESS | ComboBox |
|
[mailto: Martin K < Martin K>] |
DONE | GroupBox | https://git.reviewboard.kde.org/r/112329/ | |
DONE | Label | ||
DONE | ProgressBar | [merged] indeterminate mode does not show busy animation (happens because Oxygen needs a QObject which is used for tracking the animated bar position; by default the *widget is used, which is NULL with QQC) | [mailto: Martin K < Martin K >] |
DONE | RadioButton | ||
IN PROGRESS | Slider | * does not keep focus highlight after being clicked - https://codereview.qt-project.org/#change,74044 | [mailto: Martin K < Martin K >] |
DONE | SpinBox |
|
Klapetek <Martin Klapetek> |
TODO | TextArea |
|
|
TODO | TextField |
|
|
TODO | ToolButton | ||
TODO | background | no drag to move window |
Fixing Info
In Oxygen most style methods take an optional parameter which is the widget to get hints for. From QtQuickControls this is a null pointer. Oxygen sometimes fails on this and returns different to the desktop implementation.
There is a Controls Style QML theme that, uses a private QtQuickControls library which talks to QStyle. Most relevant code is at: src/controls/Private/qquickstyleitem.cpp
Using QGuiApplication will cause styles not to load. Apps _must_ use QApplication
Upstream documentation http://qt-project.org/doc/qt-5.1/qtquickcontrols/qtquickcontrols-index.html