aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove QtQuick.Controls imports from styles' QML filesMitch Curtis2020-09-24194-194/+0
* Rename "Default" style to "Basic"Mitch Curtis2020-09-24173-467/+463
* Fix fallback styles overwriting themesMitch Curtis2020-09-2434-107/+317
* QtQuickControls2Plugin: store style values returned from QQuickStyle APIMitch Curtis2020-09-241-18/+26
* NativeStyle, TextField: add missing layoutRectRichard Moe Gustavsen2020-09-241-0/+1
* Fix static buildEskil Abrahamsen Blomfeldt2020-09-231-1/+1
* Don't trigger a close due to a release if we did not get a pressAndy Shaw2020-09-181-0/+2
* 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-1615-17/+0
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-09-151-2/+2
* Fix compile warnings from missing override attributeVolker Hilsheimer2020-09-151-16/+16
* Fix compile warning from deprecated application attributesVolker Hilsheimer2020-09-159-12/+0
* Fix build after qtbase changesVolker Hilsheimer2020-09-158-10/+7
* Fix build after qtbase API changesLars Knoll2020-09-1511-16/+18
* Allow the preparation of the exit transition even if it did have focusAndy Shaw2020-09-152-2/+21
* Unregister the accessible observer before deleting the private objectAndy Shaw2020-09-151-3/+3
* Update the text when the inputted value is out of rangeAndy Shaw2020-09-112-13/+49
* Fix examples' usages of stylesMitch Curtis2020-09-1015-12/+128
* Remove the subControl property from ProgressBarJan Arve Sæther2020-09-105-64/+13
* Fix ProgressBar on WindowsJan Arve Sæther2020-09-096-37/+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-076-4/+125
* QQuickToolTip: don't specify QML import version when creating instanceMitch Curtis2020-09-072-3/+3
* Native style: fix warnings in QStyle codeMitch Curtis2020-09-071-2/+3
* Native style: temporarily disable the Windows style until it's completeRichard Moe Gustavsen2020-09-071-3/+4
* 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: only list available built-in stylesRichard Moe Gustavsen2020-09-071-0/+4
* Native style: fix namespace buildsRichard Moe Gustavsen2020-09-072-2/+6
* Native style: set a sensible default width for TextFieldRichard Moe Gustavsen2020-09-072-2/+4
* Merge "Merge remote-tracking branch 'nativestyle' into dev"Mitch Curtis2020-09-07151-7/+37371
|\
| * Merge remote-tracking branch 'nativestyle' into devMitch Curtis2020-09-04151-7/+37371
| |\
| | * Native style: set the default system palette as QQuickTheme::System palettewip/nativestyleRichard Moe Gustavsen2020-08-281-0/+4
| | * Native style, manual test: update location to Default styleRichard Moe Gustavsen2020-08-283-5/+5
| | * 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-2864-225/+225
| | * Native style: clean-up importsRichard Moe Gustavsen2020-08-2831-31/+2
| | * Native style: add macOS and Windows to QQuickStylePrivate::builtInStyles()Richard Moe Gustavsen2020-08-281-2/+9
| | * Merge "Merge branch 'dev' into nativestyle" into wip/nativestyleThe Qt Project2020-08-281582-12898/+9407
| | |\
| | | * Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-261582-12898/+9407
| | | |\
| | * | | Native style: make StyleItem::control notifyableRichard Moe Gustavsen2020-08-281-1/+2
| | |/ /
| | * | Native style: add hover effects to ScrollBar on macOSRichard Moe Gustavsen2020-08-263-0/+48
| | * | Native style: remove superfluous width bindingRichard Moe Gustavsen2020-08-261-1/+0