aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-0727-54/+97
* Native style, StyleItem: add property 'minimumSize'Richard Moe Gustavsen2020-10-063-2/+17
* Native style, macOS: handle focus frame special case from c++Richard Moe Gustavsen2020-10-062-8/+23
* nativestyle: SpinBox on WindowsJan Arve Sæther2020-10-064-38/+38
* Fix build after qtbase changesAllan Sandfeld Jensen2020-10-051-10/+10
* QQuickStyleMargins: use lowercase for QML type nameMitch Curtis2020-10-021-1/+2
* macOS: don't set the nine-patch margin exactly on the button widthRichard Moe Gustavsen2020-09-301-1/+1
* Native style: improve debug outputRichard Moe Gustavsen2020-09-302-35/+55
* Native style: don't use transient scrollbarsRichard Moe Gustavsen2020-09-301-1/+1
* NativeStyle: add focus frame to the macOS styleRichard Moe Gustavsen2020-09-2915-0/+462
* Implement ScrollView.qml in all stylesRichard Moe Gustavsen2020-09-2922-0/+341
* windows: Add hover animation to Button and CheckBoxJan Arve Sæther2020-09-297-22/+108
* NativeStyle: add focusFrameRadius to QStyleRichard Moe Gustavsen2020-09-2912-0/+48
* NativeStyle, macOS: adjust layout rectsRichard Moe Gustavsen2020-09-281-59/+38
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-255-5/+0
* NativeStyle, macOS: don't draw focus from QStyleRichard Moe Gustavsen2020-09-252-160/+0
* NativeStyle: rename 'nativeBackground' to '__nativeBackground'Richard Moe Gustavsen2020-09-2514-74/+70
* Doc: Add Qt 6 changes filesPaul Wicking2020-09-246-0/+138
* Support compile-time style selectionMitch Curtis2020-09-243-73/+74
* Remove QtQuick.Controls imports from styles' QML filesMitch Curtis2020-09-24194-194/+0
* Rename "Default" style to "Basic"Mitch Curtis2020-09-24127-271/+271
* Fix fallback styles overwriting themesMitch Curtis2020-09-2424-92/+230
* QtQuickControls2Plugin: store style values returned from QQuickStyle APIMitch Curtis2020-09-241-18/+26
* NativeStyle, TextField: add missing layoutRectRichard Moe Gustavsen2020-09-241-0/+1
* nativestyle: Port Windows XP styleJan Arve Sæther2020-09-178-458/+336
* Native style: support progressbars with a range from 0 - 1Richard Moe Gustavsen2020-09-171-0/+5
* Native style: implement implicit minimum sizeRichard Moe Gustavsen2020-09-176-10/+19
* Remove "High-DPI Support in Qt Quick Controls" doc pageVolker Hilsheimer2020-09-163-69/+0
* Fix more compiler warnings from deprecated application attributesVolker Hilsheimer2020-09-163-3/+0
* Fix compile warnings from missing override attributeVolker Hilsheimer2020-09-151-16/+16
* Fix build after qtbase changesVolker Hilsheimer2020-09-154-5/+3
* Fix build after qtbase API changesLars Knoll2020-09-151-0/+2
* Remove the subControl property from ProgressBarJan Arve Sæther2020-09-105-64/+13
* Fix ProgressBar on WindowsJan Arve Sæther2020-09-095-5/+75
* Fix bug when interpreting environment variable QQC2_STYLEJan Arve Sæther2020-09-081-3/+3
* Use OpenType font weightsJonas Karlsson2020-09-081-6/+5
* Native style: call QQuickStylePlugin::registerTypes() from style pluginsMitch Curtis2020-09-073-2/+5
* Native style: fix warnings in QStyle codeMitch Curtis2020-09-071-2/+3
* Native style: don't use ID's inside the stylesRichard Moe Gustavsen2020-09-072-7/+4
* Native style: let windows/qmldir report the exact controls it containsRichard Moe Gustavsen2020-09-071-2/+0
* Native style: don't use signal handlers inside the styleRichard Moe Gustavsen2020-09-072-15/+3
* Native style: don't use anchors inside the styleRichard Moe Gustavsen2020-09-071-1/+4
* Native style: fix namespace buildsRichard Moe Gustavsen2020-09-072-2/+6
* Native style: set a sensible default width for TextFieldRichard Moe Gustavsen2020-09-071-2/+3
* Merge remote-tracking branch 'nativestyle' into devMitch Curtis2020-09-04110-1/+34116
|\
| * Native style: set the default system palette as QQuickTheme::System palettewip/nativestyleRichard Moe Gustavsen2020-08-281-0/+4
| * Native style: fix up qmldir files to comform to the new registration systemRichard Moe Gustavsen2020-08-284-31/+56
| * Native style: move macOS and Windows into QtQuick/Controls instead of QtQuick...Richard Moe Gustavsen2020-08-284-12/+10
| * Native style: remove versioning from importsRichard Moe Gustavsen2020-08-2836-134/+134
| * Native style: clean-up importsRichard Moe Gustavsen2020-08-2828-28/+0