aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ScrollView: document how you can make ScrollView scroll in only one directionRichard Moe Gustavsen2020-10-151-1/+7
* Remove QtQuick.Window imports from basic styleEskil Abrahamsen Blomfeldt2020-10-153-3/+0
* nativestyle, transitionDuration: make property CONSTANTRichard Moe Gustavsen2020-10-142-3/+2
* nativestyle, ProgressBar: fix copy/paste mistake related to nativeIndicatorRichard Moe Gustavsen2020-10-141-1/+1
* nativestyle, ComboBox: remove insetsRichard Moe Gustavsen2020-10-141-5/+0
* nativestyle, GroupBox: get groupBoxPadding from the styleitemRichard Moe Gustavsen2020-10-141-1/+1
* nativestyle/ScrollBar: don't show the scrollbar if the policy is AlwaysOffRichard Moe Gustavsen2020-10-141-1/+1
* ScrollView: always clip implicitly created FlickableRichard Moe Gustavsen2020-10-142-6/+14
* macOS/ScrollView: don't create contentItem too earlyRichard Moe Gustavsen2020-10-141-5/+0
* Have templates depend on QtQuickUlf Hermann2020-10-123-0/+5
* Add optional imports for all the styles to controls/qmldirUlf Hermann2020-10-123-0/+23
* Native style, macOS: add scrollviewcornerRichard Moe Gustavsen2020-10-124-0/+188
* Native style, macOS: always draw a TextField using NSTextFieldRichard Moe Gustavsen2020-10-121-30/+1
* Native style: add a function imageSize() rather than overriding minimumSizeRichard Moe Gustavsen2020-10-122-9/+14
* Native style: ensure ScrollView contents doesn't go under the scrollbarsRichard Moe Gustavsen2020-10-092-0/+6
* Native style, macOS: clip content view when ScrollView is clippedRichard Moe Gustavsen2020-10-091-0/+5
* Fix static buildEskil Abrahamsen Blomfeldt2020-10-0916-1/+52
* Fix typo in Fusion impl's qmldirMitch Curtis2020-10-092-2/+2
* Only add a shortcut if the sequence is not emptyAndy Shaw2020-10-081-2/+6
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-0730-60/+103
* Make tests explicitly use Basic where necessaryMitch Curtis2020-10-073-1/+9
* Default to the most appropriate built-in style if none is specifiedMitch Curtis2020-10-071-0/+21
* 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
* Fix compile warnings: replace QTouchEvent::touchPoints with pointsVolker Hilsheimer2020-10-029-11/+11
* QQuickStyleMargins: use lowercase for QML type nameMitch Curtis2020-10-021-1/+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
* QQuickAbstractButton: accept touch eventsShawn Rutledge2020-09-301-0/+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
* 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-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-246-78/+149
* Remove QtQuick.Controls imports from styles' QML filesMitch Curtis2020-09-24194-194/+0
* Rename "Default" style to "Basic"Mitch Curtis2020-09-24130-292/+292
* Fix fallback styles overwriting themesMitch Curtis2020-09-2427-100/+248