aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix invocation of qmlcachegenUlf Hermann2021-06-081-3/+3
* qmltyperegistrar: Do not generate namespace metatypes for non-namespacesUlf Hermann2021-06-081-9/+40
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-0812-18/+18
* QQmlJSScope: add method to query the owner of the propertyAndrei Golubev2021-06-072-5/+56
* QQmlBinding: provide setTarget overload without QQmlPropertyDataAndrei Golubev2021-06-072-3/+8
* Don't allocate QStringList to compare first elementFabian Kosmale2021-06-071-1/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-06-074-11/+11
* qmldom: writeOut, write reformatted QmlFawzi Mohamed2021-06-0519-40/+3372
* qmldom: compare and dump to file, domtoolFawzi Mohamed2021-06-059-0/+1014
* qmldom: representation and load of Qml FilesFawzi Mohamed2021-06-0525-1850/+12584
* Check for nullptr in QQuickWidgetPrivate::render()Shawn Rutledge2021-06-041-1/+2
* Add DragHandler.activeTranslation and persistentTranslationShawn Rutledge2021-06-043-14/+51
* Check for null pointer in QQuickPointerHandler::approveGrabTransition()Shawn Rutledge2021-06-041-2/+3
* CMake: Allow using existing backing target for a new qml moduleAlexandru Croitor2021-06-041-19/+34