aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | Native style: move DesktopGallery to manual tests, and rename to nativestyleRichard Moe Gustavsen2020-08-2636-2/+0
| | * | Native style, DesktopGallery: wrap TextArea inside ScrollView, and not FlickableRichard Moe Gustavsen2020-08-211-20/+37
| | * | Native style: clean-up QStyle using a post routineRichard Moe Gustavsen2020-08-201-0/+23
| | * | Native style: don't draw frame around TextAreaRichard Moe Gustavsen2020-08-205-152/+2
| | * | Native style: make textareas selectable by mouseRichard Moe Gustavsen2020-08-131-0/+6
| | * | Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-1319-64/+247
| | |\ \
| | * | | Native style: increase combobox minimum sizeRichard Moe Gustavsen2020-08-131-1/+1
| | * | | Native style: add configure optionsRichard Moe Gustavsen2020-08-128-9/+37
| | * | | Native style: increase text field minimum sizeRichard Moe Gustavsen2020-08-111-3/+3
| | * | | Native style: fix leaks in qquickmacstyleRichard Moe Gustavsen2020-08-101-0/+14
| | * | | Native style: support building with cmakeRichard Moe Gustavsen2020-07-306-1/+426
| | * | | Native style: remove fusiondesktopRichard Moe Gustavsen2020-07-308-232/+0
| | * | | Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-07-17124-716/+1516
| | |\ \ \
| | * | | | Native style: add DialRichard Moe Gustavsen2020-06-2614-0/+437