aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Update to latest qml CMake APICraig Scott2021-06-052409-100994/+0
* Add FontDialog to QtQuick.DialogsOliver Eftevaag2021-06-041-0/+0
* Remove no longer used dependencies.json filesCraig Scott2021-05-316-57/+0
* Fix MSVC warning C4065Kai Köhne2021-05-281-5/+8
* Add QtQuick.DialogsMitch Curtis2021-05-277-0/+134
* Sync the visibility of the FocusFrame with the target itemAndy Shaw2021-05-271-1/+1
* Don't access QStyleOption* without checking for nullptr firstVolker Hilsheimer2021-05-191-2/+2
* Doc: apps that never set a style in Qt 5 should set Basic in Qt 6Mitch Curtis2021-05-121-0/+5
* Remove Qt Quick Calendar from overviewKai Köhne2021-05-111-4/+0
* Imagine: fix GroupBox's bottom edge being clippedMitch Curtis2021-05-061-2/+1
* macOS, Slider: draw a focus rect, and not a focus ringRichard Moe Gustavsen2021-05-051-2/+5
* Native style: fix up some commentsRichard Moe Gustavsen2021-05-051-3/+3
* doc: document the native stylesRichard 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-272-0/+3
* Fix build without features.imageformat_pngTasuku Suzuki2021-04-271-6/+3
* Fix build without features.imageformat-xpmTasuku Suzuki2021-04-261-0/+2
* 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
* controlsimpl: Add QtQuick dependencyMaximilian Goldstein2021-04-211-0/+2
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-1516-16/+16
* Ninepatch: keep resetNode status to not lose track of ImageNode->NinePatchNod...Laszlo Agocs2021-03-311-1/+6
* Doc: Use \qmldefault instead of \defaultPaul Wicking2021-03-233-3/+3
* Generate and install qmltypes for all pluginsMaximilian Goldstein2021-03-186-1/+7
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-111-3/+3
* Remove redundant qmldir filesAlexey Edelev2021-02-2317-754/+0
* Fix namespaced Qt buildKarsten Heimrich2021-02-171-3/+3
* Remove QMake project filesJoerg Bornemann2021-02-1130-2437/+0
* a11y: Fix ordering on header, content item and footer in PageJan Arve Sæther2021-01-291-0/+3
* Fix MSVC warnings about precision loss when converting double to floatFriedemann Kleint2021-01-144-4/+4
* QQuickStyleItem: add debug flag 'SaveImage'Richard Moe Gustavsen2021-01-132-0/+12
* Windows: add 9p margins to scrollbarRichard Moe Gustavsen2021-01-132-0/+28
* Ensure the ninepatch image is detachedLaszlo Agocs2021-01-131-0/+7
* Use CMAKE_PROJECT_VERSION for VERSION of QML modulesMitch Curtis2021-01-1310-10/+10
* QQuickStyleItem: use correct enum numberRichard Moe Gustavsen2021-01-111-1/+1
* Doc: Fix typo in \sa statementNico Vertriest2021-01-081-1/+1
* Reset the opacity and scale properties after the exit transitionAndy Shaw2021-01-061-4/+4
* 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
* Add support for ScrollBar arrow buttonsJan Arve Sæther2020-12-106-23/+121
* CMake: Fix nativestyle qmldir dependenciesAlexandru Croitor2020-12-102-4/+4
* 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
* Make adjustments for using QFont::setFamilies()Andy Shaw2020-11-304-16/+17
* Doc: Remove version numbers for import statement in snippetsJerome Pasion2020-11-268-37/+37