aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* doc: document the native stylesv6.0.4Richard Moe Gustavsen2021-04-288-0/+162
* CMake: Avoid duplicate symbol errors due to a common resource nameAlexandru Croitor2021-04-271-1/+1
* Fix build without features.shortcutTasuku Suzuki2021-04-273-0/+7
* ScrollView: fix crash when scrolling with zero-sized itemMitch Curtis2021-04-262-1/+11
* Fix namespaced Qt buildKarsten Heimrich2021-04-261-3/+3
* Native style: fix statically built apps that links to both widgets and controlsRichard Moe Gustavsen2021-04-222-4/+24
* QmlDesigner: Fix RangeSliderSpecifics snap modeHenning Gruendl2021-04-211-1/+1
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-1619-19/+19
* Ninepatch: keep resetNode status to not lose track of ImageNode->NinePatchNod...Laszlo Agocs2021-03-311-1/+6
* Handle directly-delivered mouse events in SwipeDelegateShawn Rutledge2021-03-233-21/+130
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-111-3/+3
* Fix static buildJoni Poikelin2021-03-091-1/+1
* ComboBox: don't focus TextField when clicking on indicatorBartlomiej Moskal2021-02-161-1/+5
* a11y: Fix ordering on header, content item and footer in PageJan Arve Sæther2021-02-018-2/+231
* Combobox: Fix initial set of inputMethodHintsBartlomiej Moskal2021-01-291-6/+15
* Fix popups with exit transitions blocking mouse events when destroyedMitch Curtis2021-01-171-2/+15
* Fix initial currentIndex in Tumbler when wrap is set to falseAlexey Edelev2021-01-141-2/+3
* SwipeDelegate: ensure background and contentItem are resizedMitch Curtis2021-01-143-2/+28
* Windows: add 9p margins to scrollbarRichard Moe Gustavsen2021-01-132-0/+28
* ScrollView: let flickable have pixelAligned set to trueRichard Moe Gustavsen2021-01-131-0/+1
* Ensure the ninepatch image is detachedLaszlo Agocs2021-01-131-0/+7
* Ensure that C++ Qt Quick tests are run with all applicable stylesMitch Curtis2021-01-132-0/+17
* QQuickStyleItem: use correct enum numberRichard Moe Gustavsen2021-01-111-1/+1
* Doc: Fix typo in \sa statementNico Vertriest2021-01-081-1/+1
* Document that styles must be explicitly imported for static buildsMitch Curtis2021-01-052-1/+4
* Only connect to the items window signals if it has a windowJan Arve Sæther2020-12-162-2/+15
* CMake: Fix nativestyle qmldir dependenciesAlexandru Croitor2020-12-102-4/+4
* Allow style to be set to "Default" for compatibilityMitch Curtis2020-12-091-2/+5
* Ensure that Fusion style is used by default on LinuxMitch Curtis2020-12-091-1/+1
* Drop documentation dependencies to removed modulesVolker Hilsheimer2020-12-041-1/+1
* Add qtqmlmodels as a documentation dependencyVolker Hilsheimer2020-12-031-1/+1
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-12-031-1/+1
* qquickstyleitem: let the image size be aligned with dprRichard Moe Gustavsen2020-11-302-8/+45
* qquickstyleitem: ensure that the size of the node is at least the size of the...Richard Moe Gustavsen2020-11-301-21/+20
* Windows, CT_LineEdit: don't take dpr into account when calculating geometryRichard Moe Gustavsen2020-11-301-6/+4
* Doc: Fix QDoc warnings Qt Quick ControlsNico Vertriest2020-11-302-3/+6
* Doc: Remove version numbers for import statement in snippetsJerome Pasion2020-11-2610-52/+52
* Windows, TextField: ensure we set a valid minimum sizeRichard Moe Gustavsen2020-11-201-1/+5
* Native style: use the same scale from all placesRichard Moe Gustavsen2020-11-201-2/+4
* 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