aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal
Commit message (Expand)AuthorAgeFilesLines
* Replace QStringLiteral with QLatin1String in the proxy themesJ-P Nurmi2016-10-251-2/+2
* Fix ComboBox to scroll to the highlighted itemJ-P Nurmi2016-10-021-0/+2
* ComboBox: fix unintentional deps between the popup and its content itemJ-P Nurmi2016-10-021-2/+2
* Drawer: reparent to the overlay by defaultJ-P Nurmi2016-09-211-0/+2
* TextField: improve the implicit size calculationJ-P Nurmi2016-09-051-3/+3
* Universal: document the attached style propertiesMitch Curtis2016-08-192-0/+10
* Universal: ensure setting background/foreground worksMitch Curtis2016-08-191-5/+15
* Universal: rename DefaultX variables to GlobalXMitch Curtis2016-08-191-20/+20
* ComboBox: make delegates respect the popup widthJ-P Nurmi2016-08-181-1/+1
* Universal: fix editors in dark themeJ-P Nurmi2016-08-112-4/+2
* Universal: fix Dial press effectJ-P Nurmi2016-06-291-1/+1
* Sliders: fix implicit size calculationsJ-P Nurmi2016-06-132-10/+6
* Universal: remove qdoc markersJ-P Nurmi2016-06-0835-167/+0
* SpinBox: disable up and down indicators when appropriateMitch Curtis2016-05-241-4/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * Cleanup QQmlExtensionInterface usageJ-P Nurmi2016-05-061-1/+1
| * Fix ScrollBars with paddingsJoni Poikelin2016-04-011-2/+2
* | Controls: update all paddings to relative value with paddingLiang Qi2016-05-1912-48/+41
* | Don't use QFont::exactMatch() for fonts comparisonNikita Krupenko2016-05-181-1/+2
* | Make SwipeDelegate look like an ordinary delegateJ-P Nurmi2016-05-181-6/+9
* | Add support for flat ButtonsJ-P Nurmi2016-05-181-0/+1
* | Fix colorized high-DPI indicatorsJ-P Nurmi2016-05-134-0/+10
* | Menu: remove the extra marginsJ-P Nurmi2016-05-111-1/+1
* | ComboBox: restore the old popup behaviorJ-P Nurmi2016-05-101-1/+1
* | Popup: use margins to determine whether to push inside window boundsJ-P Nurmi2016-05-102-0/+3
* | Allow Menu to grow bigger than implicitHeight of the backgroundNikita Krupenko2016-05-041-3/+3
* | Adding type information for Material and Universal styleThomas Hartmann2016-05-041-0/+61
* | Improve Tumbler's delegate opacity for all stylesMitch Curtis2016-05-031-1/+1
* | universal: fix moving direction behavior when clicking itemLiang Qi2016-05-031-1/+2
* | Revert Tumbler::displacement to position changesJ-P Nurmi2016-04-291-1/+1
* | ComboBox: separate indicatorJ-P Nurmi2016-04-281-9/+13
* | Tumbler: normalize position to [-1.0..1.0]J-P Nurmi2016-04-271-1/+1
* | Tumbler: rename displacement to positionJ-P Nurmi2016-04-271-1/+1
* | Popup: separate modal and modeless background dimmingJ-P Nurmi2016-04-271-1/+5
* | Control: rename activeKeyFocus to visualFocusJ-P Nurmi2016-04-268-13/+13
* | Fix Q_INIT_RESOURCE() for static buildsJ-P Nurmi2016-04-261-1/+1
* | ToolTip: enable font inheritanceJ-P Nurmi2016-04-251-1/+1
* | Universal: notify foreground and background changes on theme changeJ-P Nurmi2016-04-231-0/+4
* | Rename the style pluginsJ-P Nurmi2016-04-224-14/+14
* | Rename env vars (QT_LABS_CONTROLS_XXX -> QT_QUICK_CONTROLS_XXX)J-P Nurmi2016-04-221-4/+4
* | Fix Q_INIT_RESOURCE for Material & Universal style pluginsJ-P Nurmi2016-04-211-1/+1
* | Move resources to :/qt-project.org/imports/QtQuick/Controls.2J-P Nurmi2016-04-212-2/+2
* | import Qt.labs.controls 1.0 => QtQuick.Controls 2.0J-P Nurmi2016-04-2144-63/+63
* | Replace activeFocus with activeKeyFocusJ-P Nurmi2016-04-213-6/+6
* | import Qt.labs.templates 1.0 => QtQuick.Templates 2.0J-P Nurmi2016-04-2140-40/+40
* | Fix-up the use of QQuickAbstractButton::down in delegatesKonstantin Ritt2016-04-211-2/+2
* | Popup: rename close policy flagsJ-P Nurmi2016-04-201-1/+1
* | Merge QQuickPluginUtils to QQuickStylePluginJ-P Nurmi2016-04-191-4/+2
* | Universal: add foreground and background attached propertiesJ-P Nurmi2016-04-1825-28/+209
* | Add QQuickUniversalStyle::variantToRgba()J-P Nurmi2016-04-182-20/+28