aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQmlPropertyBinding: fix forward declarationFabian Kosmale2021-02-221-1/+1
* QtQuick.Shapes: Declare dependency on QtQuickUlf Hermann2021-02-221-0/+2
* qmllint: Support enum types from other scopesUlf Hermann2021-02-221-1/+14
* Fix QJSValue singletons only supporting object typesMaximilian Goldstein2021-02-222-8/+20
* QQmlImportDatabase: Make sure the newly added import path be firstJaeyoon Jung2021-02-221-3/+6
* qmllint: Check for existence of property typesUlf Hermann2021-02-207-27/+58
* QQmlMetaObject::methodParameterTypes: Get metatype directlyFabian Kosmale2021-02-191-58/+9
* metaTypeToJS: use QMetaType instead of idFabian Kosmale2021-02-197-11/+11
* QQmlMetaObject::methodReturnType: provide metatypeFabian Kosmale2021-02-193-25/+11
* QV4::populateJSCallArguments: Use v4->metaTypeToJSFabian Kosmale2021-02-194-25/+5
* QML: Make retrieval of a signal name from a handler accessibleUlf Hermann2021-02-193-18/+28
* QV4QObjectWrapper: handle bindable propertiesFabian Kosmale2021-02-193-14/+102
* Improve QSGMaterial docsLaszlo Agocs2021-02-191-15/+31
* Remove Windows 7 VM workaround from rhi initLaszlo Agocs2021-02-191-11/+1
* qquicktextinput: Fix validation for IM eventBartlomiej Moskal2021-02-192-2/+28
* qmllint: Resolve attached property scopesUlf Hermann2021-02-193-27/+32
* Layouts: Depend on QtQuickUlf Hermann2021-02-191-0/+2
* QQmlProperty: document propertyMetaTypeFabian Kosmale2021-02-191-2/+9
* QQmlProperty: use new findAlias target overloadFabian Kosmale2021-02-191-4/+4
* QQmlObjectCreator: Use new findAliasTarget overloadFabian Kosmale2021-02-191-11/+9
* QV4QObjectWrapper: Use new findAliasTarget overloadFabian Kosmale2021-02-191-3/+1
* QQmlPropertyPrivate::findAliasTarget: add more ergonomic overloadFabian Kosmale2021-02-192-0/+20
* QObjectWrapper::setProperty: Simplify binding handling logicFabian Kosmale2021-02-191-23/+20
* Disentangle QQmlPropertyBindingFabian Kosmale2021-02-193-26/+62
* QQuickPath: Only use Q_INTERFACES onceFabian Kosmale2021-02-191-1/+0
* QQmlPropertyPrivate: Remove isNameCached memberFabian Kosmale2021-02-192-5/+2
* CodeChecker: Assert that pointer canot be nullFabian Kosmale2021-02-191-2/+3
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-191-0/+4
* docs: Fix documentation of the Locale numberOptions propertyShawn Rutledge2021-02-191-1/+1
* Doc: Fix warnings about snippets in qtdeclarativeNico Vertriest2021-02-194-5/+14
* qmltyperegistrar: Be more verbose about failures to parse metatypesUlf Hermann2021-02-191-2/+4
* QmlDebug: Check results of malloc()Ulf Hermann2021-02-191-0/+2
* Lexer: Drop redundant checksUlf Hermann2021-02-191-7/+5
* QML: Do not JIT-compile AOT-compiled functionUlf Hermann2021-02-191-2/+4
* Fix lookup of existing inline components by nameUlf Hermann2021-02-191-1/+1
* CMake: Fix dependencies between metatypes and qmltypesUlf Hermann2021-02-191-0/+1
* QJSPrimitiveValue: Implement modulo operatorUlf Hermann2021-02-191-0/+28
* QQuickStackLayout: Fix include directiveUlf Hermann2021-02-191-1/+1
* QJSValue: Allow casting integers to enumsUlf Hermann2021-02-191-0/+8
* Avoid contradiction in Animation and Transition documentationFabian Kosmale2021-02-162-16/+14
* qmllint: Don't create properties for "on" assignmentsUlf Hermann2021-02-161-12/+15
* Uniformly support shebangFawzi Mohamed2021-02-151-0/+14
* Rename DBG_* logging categories in Qt QuickShawn Rutledge2021-02-158-71/+71
* Add QWindow and QQuickWindow overloads for qmlInfo()Mitch Curtis2021-02-151-0/+15
* qquicktextinput: Fix Undo history for IM eventBartlomiej Moskal2021-02-151-4/+6
* QQmlPropertyBinding: Create more verbose binding loop warningFabian Kosmale2021-02-151-1/+6
* MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-02-121-0/+6
* Animation: Export the remaining QtQuick animation typesUlf Hermann2021-02-121-3/+3
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-129-23/+85
* Support runtime functions evaluation by index through QQmlEngineAndrei Golubev2021-02-124-0/+58