aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Move locateLocalQmldir and make it a templateUlf Hermann2021-06-296-117/+166
* QtQml: Refactor plugin loading into a separate classUlf Hermann2021-06-286-583/+776
* CMake: Rename qt plugin targets to end with PluginAlexandru Croitor2021-06-2512-17/+29
* Fix static builds on WindowsKai Köhne2021-06-251-1/+8
* DomItem: Move newline character out of translated messageFriedemann Kleint2021-06-251-1/+2
* CMake: Assign output targets to appropriate export setsAlexandru Croitor2021-06-252-9/+53
* CMake: Use object library initializers for qml pluginsAlexandru Croitor2021-06-253-68/+71
* CMake: Add qmldir classname entry only if there is a pluginUlf Hermann2021-06-241-1/+1
* CMake: Copy RESOURCES files to the build directory, tooUlf Hermann2021-06-241-30/+29
* qmllint: Add detailed documentationMaximilian Goldstein2021-06-243-17/+118
* doc: Use DragHandler rather than MouseArea in the externaldrag snippetShawn Rutledge2021-06-231-10/+10
* CMake: Don't check QT_QML_MODULE_RESOURCE_PATHS during file generationAlexandru Croitor2021-06-231-7/+4
* Fix placeholder in translated messageFriedemann Kleint2021-06-221-1/+1
* Ensure model is in context if required properties are not usedFabian Kosmale2021-06-221-1/+14
* Use __qt_internal_propagate_object_library to propagate object librariesAlexey Edelev2021-06-211-51/+4
* Fix some spelling errors in translated messages and commentsFriedemann Kleint2021-06-194-17/+17
* CMake: Allow using an existing target as a backing targetAlexandru Croitor2021-06-181-5/+3
* Don't warn "interleaved frame-sync and actual events" if DA is nullShawn Rutledge2021-06-181-1/+2
* CMake: Adjust QML plugin class name auto-computingAlexandru Croitor2021-06-182-11/+22
* Remove old configure-related filesJoerg Bornemann2021-06-174-640/+0
* Add more links to QJSEngine's ownership documentationFabian Kosmale2021-06-171-1/+10
* qmlcompiler: Fully support required propertiesMaximilian Goldstein2021-06-174-6/+61
* Fix conversion of entries to be added to QVariantListsUlf Hermann2021-06-171-4/+6
* Avoid undefined behavior in the JITUlf Hermann2021-06-175-6/+10
* Add missing palette property to QQuickWindowMitch Curtis2021-06-171-0/+3
* Doc: Fix QDoc warnings qtdeclarativeNico Vertriest2021-06-172-0/+9
* Add RESOURCES argument to qt_add_qml_moduleUlf Hermann2021-06-162-5/+11
* Install .qml files from source dir and honor their resource aliasCraig Scott2021-06-162-14/+19
* CMake: Remove compatibility functionsAlexandru Croitor2021-06-161-11/+0
* Avoid UB in qjsnumbercoercion.hUlf Hermann2021-06-161-1/+5
* Doc: Fix more documentation issuesTopi Reinio2021-06-165-15/+16
* QQuickPaletteProviderPrivateBase: Do not use paletteData() directlyUlf Hermann2021-06-161-3/+3
* Avoid unnecessary palette allocationsVolker Hilsheimer2021-06-161-1/+1
* Allow AOT functions to signal an undefined result via the contextUlf Hermann2021-06-165-2/+17
* Don't deliver QDragEnterEvent to a drop area that is a child of the dragged itemVolker Hilsheimer2021-06-151-4/+11
* Enhance QQuickRenderControl docs regarding key eventsLaszlo Agocs2021-06-151-5/+15
* Fix AOT-lookup of values in value typesUlf Hermann2021-06-141-2/+2
* Handle AOT functions returning QVariant in bindingsUlf Hermann2021-06-141-7/+16
* DropArea: Tell qdoc that DropArea indeed inherits ItemFabian Kosmale2021-06-141-0/+1
* Handle half-deleted scope objects in AOT lookupsUlf Hermann2021-06-141-4/+9
* Handle objects without QQmlData and objects being deleted in AOT lookupsUlf Hermann2021-06-121-16/+81
* Use Inactive color group in inactive windowsVolker Hilsheimer2021-06-113-3/+19
* qmlcompiler: Process properties only once parsing is completedMaximilian Goldstein2021-06-112-94/+166
* Rename QmlDevTools to QmlDevToolsPrivateAlexey Edelev2021-06-101-9/+9
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-106-16/+16
* doc: update the selection model snippetRichard Moe Gustavsen2021-06-102-11/+9
* Pass the --resource argument to qmlcachegenCraig Scott2021-06-091-2/+13
* qmllint: Move a lot of warning logic to qmlcompilerMaximilian Goldstein2021-06-093-26/+529
* Allow property observers on readonly propertiesUlf Hermann2021-06-083-13/+27
* Remove pointless evaluate() methodUlf Hermann2021-06-082-25/+1