aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Complete add QtQuick.Layout dependency to native style qmldirFawzi Mohamed2020-11-181-1/+2
* Add QtQuick.Layout dependency to native style qmldirFawzi Mohamed2020-11-181-1/+2
* Tag porting guides so that they show up in the listVolker Hilsheimer2020-11-172-0/+4
* macOS: don't use a focus frame around TextAreaRichard Moe Gustavsen2020-11-172-35/+2
* Add link in Qt Quick Controls C++ pageJerome Pasion2020-11-171-1/+4
* Highlight only the Gallery examples, with the correct nameVolker Hilsheimer2020-11-161-5/+1
* Fix static build using native stylesFawzi Mohamed2020-11-163-0/+31
* Use QChar constructor explicitlyVolker Hilsheimer2020-11-141-1/+1
* Doc: Correct the style import names in snippetsVenugopal Shivashankar2020-11-131-4/+4
* Remove usage of Qt4CompatiblePaintingAllan Sandfeld Jensen2020-11-122-12/+0
* CMake: Handle installation of AUX_QML_FILESAlexandru Croitor2020-11-122-0/+132
* Register native styles under 2.0 in addition to 6.0Mitch Curtis2020-11-1111-68/+121
* QQuickStackView: Allow URLs in createElement()Ulf Hermann2020-11-111-0/+20
* Follow up on change of QQmlListProperty to qsizetypeVolker Hilsheimer2020-11-1115-68/+68
* QmlDesigner: Remove duplicate of repeatThomas Hartmann2020-11-102-13/+3
* Document how to use Controls types in property declarationsMitch Curtis2020-11-094-2/+77
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-095-5/+5
* Doc: Fix broken links and other warningsVenugopal Shivashankar2020-11-094-4/+8
* Doc: use correct casing for Material style nameMitch Curtis2020-11-091-4/+4
* Doc: Qt Labs Platform - Qt 6 porting guideMitch Curtis2020-11-091-1/+14
* Doc: Qt Quick Controls 2 - Qt 6 porting guideMitch Curtis2020-11-091-0/+250
* Doc: remove all instances of \qmlpropertygroupMitch Curtis2020-11-0910-12/+0
* Doc: fix Qt Labs Platform Menu icon documentationMitch Curtis2020-11-091-4/+4
* Doc: update Versions sectionMitch Curtis2020-11-091-5/+14
* Doc: remove Qt Quick Templates' Qt 6 porting guideMitch Curtis2020-11-091-42/+0
* Doc: Fix qdoc warningsVenugopal Shivashankar2020-11-0616-723/+66
* Native style/GroupBox: Add contentsMargins for GroupBox on WindowsJan Arve Sæther2020-11-061-0/+9
* Doc: fix SplitView's inheritanceMitch Curtis2020-11-051-1/+1
* Native style: Enable windows styleJan Arve Sæther2020-11-041-7/+5
* Fix QQuickHeaderView models to pass model testerVolker Hilsheimer2020-11-041-3/+8
* Filter touch presses and releases in QQDrawer::childMouseEventFilter()Shawn Rutledge2020-11-041-0/+3
* 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-025-8/+8
* 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