aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only add a shortcut if the sequence is not emptyAndy Shaw2020-10-081-2/+6
* CMake: Disable usage of CMake API compatibility wrappersAlexandru Croitor2020-10-071-0/+5
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-0771-168/+211
* Make tests explicitly use Basic where necessaryMitch Curtis2020-10-0721-7/+88
* Default to the most appropriate built-in style if none is specifiedMitch Curtis2020-10-077-3/+36
* tst_designer: fix data tagsMitch Curtis2020-10-071-28/+28
* Unblacklist DelayButton::test_mouseMitch Curtis2020-10-075-15/+0
* 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-065-38/+39
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-10-051-2/+2
* Fix build after qtbase changesAllan Sandfeld Jensen2020-10-051-10/+10
* Fix compile warnings: replace QTouchEvent::touchPoints with pointsVolker Hilsheimer2020-10-029-11/+11
* Unblacklist hover testsMitch Curtis2020-10-025-60/+0
* Ensure we pass coordinates to mouseMove()v6.0.0-alpha1Mitch Curtis2020-10-023-3/+3
* QQuickStyleMargins: use lowercase for QML type nameMitch Curtis2020-10-021-1/+2
* Temporarily blacklist failing touch testsMitch Curtis2020-10-026-0/+179
* Update dependencies on 'dev' in qt/qtquickcontrols2Qt Submodule Update Bot2020-10-021-2/+2
* Fix QQuickPaletteForeign definitionMitch Curtis2020-10-021-1/+2
* Add setAcceptTouchEvents() in more controls that handle touch eventsShawn Rutledge2020-10-017-0/+30
* QQuickAbstractButton: accept touch eventsShawn Rutledge2020-10-011-0/+1
* macOS: don't set the nine-patch margin exactly on the button widthRichard Moe Gustavsen2020-09-301-1/+1
* tst_abstrbutton: do press/move/release sequence not press/press/releaseShawn Rutledge2020-09-301-1/+1
* QQuickAbstractButton: accept touch eventsShawn Rutledge2020-09-301-0/+1
* Native style: improve debug outputRichard Moe Gustavsen2020-09-302-35/+55
* manual style, nativestyle: don't set style from main.cppRichard Moe Gustavsen2020-09-301-14/+0
* Native style: don't use transient scrollbarsRichard Moe Gustavsen2020-09-303-5/+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
* QQuickMenu: fix heap-use-after-freeMitch Curtis2020-09-292-0/+11
* QQuickMenu: fix contentModel memory leakMitch Curtis2020-09-292-1/+8
* NativeStyle, macOS: adjust layout rectsRichard Moe Gustavsen2020-09-281-59/+38
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-2511-53/+87
* 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
* Adjust testbench to properly support multiple stylesMitch Curtis2020-09-2414-31/+565
* Remove binding to parent in testbenchMitch Curtis2020-09-241-1/+1
* Support compile-time style selectionMitch Curtis2020-09-2423-356/+514
* 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