aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Drop widgets dependency from quicktestUlf Hermann2021-02-012-37/+2
* Fix cmake dependencies around qmltypes filesUlf Hermann2021-02-011-1/+8
* Move implementation of functions declared in qqml.h into qqml.cppUlf Hermann2021-01-292-74/+76
* QmlCompiler: Generate AOT functions in same order as interpreted onesUlf Hermann2021-01-291-34/+71
* QML value types: Properly apply the QML_EXTENDED trick everywhereUlf Hermann2021-01-291-0/+5
* QmlCompiler: Retain anonymous types in qmlnamesUlf Hermann2021-01-291-0/+7
* Doc: Describe QML_FOREIGN in "Defining QML Types from C++"Ulf Hermann2021-01-291-0/+26
* Expose getter and setter names of C++ classes in qmltypes filesFabian Kosmale2021-01-293-0/+11
* QQmlListModel: Don't discern between empty and null stringsUlf Hermann2021-01-281-0/+2
* QmlDebug: make qt_qmlDebugClearBuffer() accessibleTim Jenssen2021-01-271-1/+6
* Doc: Fix qdoc link warningNico Vertriest2021-01-271-2/+4
* V4: Store instruction pointer before CmpInUlf Hermann2021-01-272-0/+2
* Fix compilation after subpixel handling changes in qtbaseFabian Kosmale2021-01-274-5/+6
* QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop referenceMike Achtelik2021-01-261-3/+3
* fix not initialized enum error valueTim Jenssen2021-01-261-1/+1
* QmlCompiler: Return after importing a scriptUlf Hermann2021-01-261-1/+1
* QDeferredSharedPointer: lazy-load to determine isNull()Ulf Hermann2021-01-261-16/+42
* QQmlJSTypeReader: Guard against empty JS filesUlf Hermann2021-01-261-9/+11
* Qt.labs.sharedimage: Mark as non optionalMaximilian Goldstein2021-01-261-1/+0
* Avoid string/ascii conversion warnings in qwavefrontmesh.cppUlf Hermann2021-01-261-11/+27
* Allow AOT compiled functions to set the instruction pointerUlf Hermann2021-01-262-2/+8
* Make a bunch of plugin headers privateMaximilian Goldstein2021-01-258-14/+37
* qmltyperegistrar: Make sure we have metatypes for all QML typesUlf Hermann2021-01-252-13/+65
* QQmlPropertyCache: use more efficient addProperty overloadFabian Kosmale2021-01-251-1/+2
* Don't register invalid metatypes in QQmlMetaTypeDataUlf Hermann2021-01-251-5/+0
* Move qmlRegisterUncreatableMetaObject to qqml.cppUlf Hermann2021-01-252-34/+33
* Qt.labs.sharedimage: Make plugin optionalMaximilian Goldstein2021-01-259-87/+207
* QQmlPropertyBinding: improve error reportingFabian Kosmale2021-01-253-7/+77
* builtins: Don't export Math, JSON, StringUlf Hermann2021-01-251-8/+0
* Add env.vars. to toggle pipeline cache load/saveLaszlo Agocs2021-01-255-8/+57
* export QAcccessibleQuickItemJan Arve Sæther2021-01-221-1/+2
* Qt.labs.qmlmodels: Make plugin optionalMaximilian Goldstein2021-01-2211-27/+118
* QAnimationGroupJob: Don't call virtual functions from dtorUlf Hermann2021-01-222-23/+42
* Export QML and Quick value typesUlf Hermann2021-01-222-17/+17
* QJSEngine: Add a function to throw a pre-generated error objectUlf Hermann2021-01-222-0/+15
* Qt.labs.wavefrontmesh: Make plugin optionalMaximilian Goldstein2021-01-227-8/+898
* fix no translation buildTim Jenssen2021-01-211-0/+2
* Qt.labs.animation: Make plugin optionalMaximilian Goldstein2021-01-218-8/+107
* Silence warnings about deprecated QString::QString(const char*)Friedemann Kleint2021-01-213-9/+14
* Qt.labs.folderlistmodel: Make plugin optionalMaximilian Goldstein2021-01-2110-9/+107
* Expose the list of preferred instance extensions to rendercontrol usersLaszlo Agocs2021-01-213-5/+38
* Query QRhi's desired Vulkan instance extensions instead of hardcodingLaszlo Agocs2021-01-211-2/+1
* qmllint: Remove exceptions for most unknown builtinsUlf Hermann2021-01-214-63/+83
* Use new QObjectPrivate connection mechanism in dynamic connectionsAndrei Golubev2021-01-211-2/+18
* Doc: Fix CI warnings qtdeclarativeNico Vertriest2021-01-211-1/+1
* Doc: Change section about writing a qmltypes fileUlf Hermann2021-01-202-103/+9
* QQmlJSScope: Fix typoUlf Hermann2021-01-202-3/+3
* Qt.labs.settings: Make plugin optionalMaximilian Goldstein2021-01-208-7/+102
* Ensure we cancel touchMouseSynthesis upon receiving touchCancelRichard Moe Gustavsen2021-01-201-1/+1
* QtQuick.LocalStorage: Make plugin optionalMaximilian Goldstein2021-01-207-17/+117