aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* QQmlComponentPrivate::setInitialProperty: improve error messageFabian Kosmale2021-04-271-1/+1
* qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-192-0/+15
* Check thisObject when calling various methods on URLUlf Hermann2021-04-141-0/+64
* Verify result of testVolker Hilsheimer2021-04-131-1/+1
* Silence warning from testing deprecated functionalityVolker Hilsheimer2021-04-121-0/+3
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-125-49/+49
* Mark overrides in tests to silence compiler warningsVolker Hilsheimer2021-04-1232-70/+70
* Do not auto-clean components with live inline componentsUlf Hermann2021-04-093-0/+46
* When resolving property types, also update the property type namesUlf Hermann2021-04-092-0/+11
* Fix string type name in qmllintUlf Hermann2021-04-092-0/+10
* QV4QObjectWrapper: Store the whole signalFabian Kosmale2021-04-084-0/+36
* qqmlapplicationengine: Handle errors during component creationMaximilian Goldstein2021-03-303-0/+27
* DelegateModelGroup: Fix bug where item could be removed from the modelJan Arve Sæther2021-03-294-0/+74
* Add override keyword in tests to silence compiler warningsVolker Hilsheimer2021-03-253-9/+9
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-082-0/+36
* QQmlIncubator: handle clear inside setinitialStateFabian Kosmale2021-03-041-0/+33
* qmllint: Fix unknown properties on varMaximilian Goldstein2021-03-032-0/+10
* Use the correct metaObject in captureProperty()Ulf Hermann2021-03-011-0/+73
* QtQuick.Shapes: Declare dependency on QtQuickUlf Hermann2021-02-242-0/+9
* qmllint: Support enum types from other scopesUlf Hermann2021-02-243-0/+7
* qmllint: Check for existence of property typesUlf Hermann2021-02-244-0/+27
* Fix QJSValue singletons only supporting object typesMaximilian Goldstein2021-02-221-0/+42
* qmllint: Resolve attached property scopesUlf Hermann2021-02-193-0/+15
* Layouts: Depend on QtQuickUlf Hermann2021-02-192-0/+8
* qmllint: Fix false unknown grouped property warningMaximilian Goldstein2021-02-192-0/+8
* qmllint: Fix segmentation faultMaximilian Goldstein2021-02-193-0/+22
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-191-0/+10
* QJSPrimitiveValue: Implement modulo operatorUlf Hermann2021-02-191-1/+5
* QJSValue: Allow casting integers to enumsUlf Hermann2021-02-192-0/+18
* qmllint: Don't create properties for "on" assignmentsUlf Hermann2021-02-162-0/+11
* qmllint: Warn about too many or mismatched signal parametersUlf Hermann2021-02-153-0/+33
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-121-0/+19
* QML: Warn about variables being used before their declarationUlf Hermann2021-02-122-0/+13
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-102-0/+32
* Make tst_qmldiskcache::regenerateAfterChange() pass on big endian systemsDmitry Shachnev2021-02-091-3/+2
* Return errors if validation of inline components failsUlf Hermann2021-02-081-0/+17
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-051-1/+41
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-032-0/+17
* qmltyperegistrar: Fix handling of default propertiesUlf Hermann2021-02-022-0/+85
* qmltyperegistrar: Do not add extensions to local anonymous typesUlf Hermann2021-02-021-1/+1
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-018-0/+189
* tst_qqmlecmascript: Adjust to QObjectCompatProperty change in qtbaseFabian Kosmale2021-02-011-2/+2
* Expose getter and setter names of C++ classes in qmltypes filesFabian Kosmale2021-01-292-2/+9
* V4: Store instruction pointer before CmpInUlf Hermann2021-01-271-0/+13
* Make the nameFilters test resilient to file system changesVolker Hilsheimer2021-01-262-4/+4
* QmlCompiler: Return after importing a scriptUlf Hermann2021-01-263-0/+9
* qmllint: Complain if member access check fails for namespaced typesUlf Hermann2021-01-262-0/+9
* QQmlJSTypeReader: Guard against empty JS filesUlf Hermann2021-01-263-0/+10
* qmltyperegistrar: Make sure we have metatypes for all QML typesUlf Hermann2021-01-255-0/+150
* QQmlPropertyBinding: improve error reportingFabian Kosmale2021-01-256-0/+118