aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: remove Qt Quick Templates' Qt 6 porting guideMitch Curtis2020-11-091-42/+0
* Doc: Fix qdoc warningsVenugopal Shivashankar2020-11-068-704/+48
* Native style/GroupBox: Add contentsMargins for GroupBox on WindowsJan Arve Sæther2020-11-061-0/+9
* QQuickStyleItem: use imageSize directlyRichard Moe Gustavsen2020-11-041-10/+9
* QQuickStyleItem: reuse QImage when painting, if possibleRichard Moe Gustavsen2020-11-041-2/+7
* Native style: add separate Info debug flagRichard Moe Gustavsen2020-11-022-19/+23
* Fix deprecation warnings related to QIcon::pixmap()Friedemann Kleint2020-11-021-27/+37
* Fix deprecation warnings related to QMetaTypeFriedemann Kleint2020-11-024-7/+7
* nativestyle: refactor many functions to be constRichard Moe Gustavsen2020-11-0228-102/+102
* macOS: draw the handle as a part of the backgroundRichard Moe Gustavsen2020-10-302-1/+30
* macOS: clean up slider qstyle implementationRichard Moe Gustavsen2020-10-301-81/+31
* Native style/Button: Avoid that the label gets elidedJan Arve Sæther2020-10-291-1/+1
* Change terminology to "look and feel"Jerome Pasion2020-10-292-3/+3
* QuickStyleItem: refactor updatePaintNode()Richard Moe Gustavsen2020-10-291-20/+23
* Regenerate CMake project filesMitch Curtis2020-10-289-0/+16
* macOS: Update slider metrics by explicitly asking it to layoutRichard Moe Gustavsen2020-10-281-33/+4
* macOS: Don't assume NSSlider is never flippedRichard Moe Gustavsen2020-10-281-7/+7
* macOS: stop using the deprecated APIRichard Moe Gustavsen2020-10-281-3/+0
* nativestyle: only draw the control if the control is visibleRichard Moe Gustavsen2020-10-282-1/+16
* QQuickStyleItem: add proper constructorRichard Moe Gustavsen2020-10-282-2/+3
* nativestyle, slider: ensure that we set correct slider positionRichard Moe Gustavsen2020-10-271-2/+1
* Native style: Add ComboBox for WindowsJan Arve Sæther2020-10-273-36/+150
* Text color should not be bright when highlighted on WindowsJan Arve Sæther2020-10-271-2/+1
* Native style: Fix bug in layoutMargins()Jan Arve Sæther2020-10-262-3/+7
* Native style: Add ScrollBar on WindowsJan Arve Sæther2020-10-236-4/+131
* nativestyle: add missing cmake fieldsRichard Moe Gustavsen2020-10-221-0/+2
* CMake: Fix no-widgets buildAlexandru Croitor2020-10-212-6/+108
* Native style/Slider: Fix tickmarks and groove for fractional numbersJan Arve Sæther2020-10-191-6/+13
* Nativestyle: Slider on WindowsJan Arve Sæther2020-10-193-29/+51
* Native style, macOS: don't draw a background behind the GroupBox labelRichard Moe Gustavsen2020-10-191-0/+19
* nativestyle, ScrollView: don't resize scroll bars according to paddingRichard Moe Gustavsen2020-10-192-8/+8
* 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-141-1/+0
* 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-0914-1/+46
* 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-0727-54/+97