aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQmlPropertyPrivate: Remove documentation about flags parameterFabian Kosmale2021-02-101-3/+0
* Use QQmlBinding::Ptr typedefFabian Kosmale2021-02-101-7/+7
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-101-1/+1
* Support and prefer QML_IMPORT_PATH over QML2_IMPORT_PATHUlf Hermann2021-02-105-36/+49
* Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPathUlf Hermann2021-02-093-5/+5
* Doc: Update type registration flowchartUlf Hermann2021-02-093-0/+3
* Reimplement Math.hypot() using QHypotHelperEdward Welbourne2021-02-091-21/+6
* qqmlengine: Fix some warnings not being displayed correctlyMaximilian Goldstein2021-02-091-8/+8
* Return errors if validation of inline components failsUlf Hermann2021-02-081-1/+3
* QQmlInterceptorMetaObject::intercept: Avoid metatype<->id ping-pongFabian Kosmale2021-02-081-4/+3
* qjsengine: Clarify to/fromScriptValue documentationMaximilian Goldstein2021-02-081-0/+2
* QSGBatchRender: avoid crash if buffer shrinksFabian Kosmale2021-02-081-2/+2
* Do less work when there are no active ImageParticle particlesMichael Brasser2021-02-063-8/+29
* QQuickItemParticle give() method kill particleFabio Falsini2021-02-051-0/+1
* Add "we mean it" warning to private headersVolker Hilsheimer2021-02-054-0/+44
* qqmlproxymetaobject: Support invoking methods and slotsMaximilian Goldstein2021-02-052-31/+55
* Use a QDoubleEndedList for the children of animation group jobsUlf Hermann2021-02-0512-122/+389
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-052-9/+9
* Doc: Fix link error to Qt CreatorNico Vertriest2021-02-051-1/+1
* Invalidate external renderpass descriptors from Quick3DLaszlo Agocs2021-02-053-0/+19
* fix a commentJiDe Zhang2021-02-051-1/+1
* qquicktextinput: ensure we update IM when cursor changes positionRichard Moe Gustavsen2021-02-041-4/+3
* Don't hide the inputMethod when finishing the editAndy Shaw2021-02-041-2/+0
* Qt.labs.folderlistmodel: Register old versions declarativelyMaximilian Goldstein2021-02-042-14/+2
* QtQuick.Shapes: Make plugin optionalMaximilian Goldstein2021-02-044-9/+15
* Fix compiler warning, QJsonArray does not return referencesVolker Hilsheimer2021-02-031-6/+6
* QQuickAnimatorController: Remove declaration of non-existent methodsUlf Hermann2021-02-031-2/+0
* Drop QQuickAnimatorProxyJob::m_animationUlf Hermann2021-02-032-5/+4
* Animations: Drop checks for duplicate jobsUlf Hermann2021-02-032-19/+16
* QmlBind: support bindable propertiesFabian Kosmale2021-02-031-9/+40
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-031-0/+7
* qmltyperegistrar: Fix handling of default propertiesUlf Hermann2021-02-021-26/+35
* Remove superfluous include directiveFriedemann Kleint2021-02-021-1/+0
* Make the internals of QQuickAnimatorController privateUlf Hermann2021-02-021-1/+2
* Fix Math.round edge-caseAllan Sandfeld Jensen2021-02-021-3/+6
* Add 'MANUAL_MOC_JSON_FILES' support by 'qt6_qml_type_registration'Alexey Edelev2021-02-021-1/+6
* Remove obsolete folders in qmlcompilerDavid Skoland2021-02-022-2/+0
* qmltyperegistrar: Do not add extensions to local anonymous typesUlf Hermann2021-02-021-9/+2
* quickwidgets: fix build with -no-feature-messageboxNick Shaforostov2021-02-011-1/+3
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2021-02-014-20/+16
* QuickTest: Do not recurse forever on inline components in enumerateTestCasesFabian Kosmale2021-02-011-1/+4
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-014-43/+27
* Prefer qHypot() over sqrt(a sum of squares)Edward Welbourne2021-02-011-1/+1
* Drop JavaScript root object members from builtins.qmltypesUlf Hermann2021-02-011-1593/+7
* Use QDateTime as internal name for the builtin date typeUlf Hermann2021-02-011-17/+21
* 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