aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add QQuickHandlerPoint::device propertyShawn Rutledge2020-09-041-1/+2
* qmlformat: Fix multiline comment attachmentMaximilian Goldstein2020-09-043-0/+24
* Adjust to qtbase changesFabian Kosmale2020-09-046-20/+28
* Remove use of deprecated High-DPI application attributesTor Arne Vestbø2020-09-028-9/+0
* QJSEngine: provide a way to check if an exception was thrownFabian Kosmale2020-09-021-0/+21
* tst_qmlformat: refactor testsMaximilian Goldstein2020-09-021-86/+44
* Tests: pass QDate and QTime by value rather than const referenceEdward Welbourne2020-09-014-7/+7
* Remove deprecated QQmlListProperty constructorFabian Kosmale2020-08-317-17/+12
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* Fix QtQml after QMetaType/QVariant changes in Qt CoreLars Knoll2020-08-282-2/+1
* Always group the metaType and listType togetherLars Knoll2020-08-281-3/+3
* QQuickCanvas: Skip failing test for nowFabian Kosmale2020-08-281-0/+2
* Remove deprecated registration functionsFabian Kosmale2020-08-272-2/+2
* Follow layoutMirroring in Layout marginsDavid Edmundson2020-08-261-0/+41
* Remove deprecated function QJSValue::engineFabian Kosmale2020-08-262-83/+0
* tst_qqmlqt: Avoid warning in testFabian Kosmale2020-08-263-13/+10
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-2412-488/+5
* Remove qml statemachine plugin from qtdeclarativeKarsten Heimrich2020-08-2324-1186/+0
* Adapt to qtbase changesFabian Kosmale2020-08-231-7/+7
* tst_qqmltypeloader: Adapt to network redirection change in qtbaseFabian Kosmale2020-08-231-0/+15
* tst_qquickaccessible: Adapt to QVariant::isNull changeFabian Kosmale2020-08-231-2/+4
* Add override behaviors to QQmlListPropertyUnai IRIGOYEN2020-08-227-1/+90
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-221-0/+3
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-222-0/+20
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-222-0/+32
* qmllint: fix import java scripts from moduleEvgeniy A. Dushistov2020-08-225-0/+25
* tst_qqmlenginedebugservice: Adapt to QVariant comparison changeFabian Kosmale2020-08-221-7/+13
* qmlformat: fix handling of "if else" inside "if" in "if else"Evgeniy A. Dushistov2020-08-202-1/+16
* tst_qqmllanguage: Fix failure due to stricter equality of QVariantFawzi Mohamed2020-08-201-1/+4
* tst_qjsengine: Fix comparison related failuresFawzi Mohamed2020-08-201-3/+8
* Fix tst_qqmlproperty failures due to stricter QVariantMaximilian Goldstein2020-08-201-3/+3
* qmllint: handle signals defined in qml fileEvgeniy A. Dushistov2020-08-192-0/+14
* tst_qqmlcomponent: Fix test failureFawzi Mohamed2020-08-171-1/+1
* Disable redundant no-text run in lancelot testEirik Aavitsland2020-08-171-1/+5
* Regenerate scenegraph autotest shaderLaszlo Agocs2020-08-152-0/+1
* Do not set QQmlPropertyBinding until we reach finalizeFabian Kosmale2020-08-124-3/+47
* TestHTTPServer: Remove dead codeUlf Hermann2020-08-121-4/+0
* tst_qqmlxmlhttprequest: Ignore HTTP encoding headersUlf Hermann2020-08-1220-19/+19
* TestHTTPServer: Allow matching of header prefixes onlyUlf Hermann2020-08-122-5/+17
* Fix tst_qqmlmoduleplugin on macFawzi Mohamed2020-08-111-1/+8
* Update lancelot test: NO_RHI and DirectGL path are goneEirik Aavitsland2020-08-101-8/+5
* CMake: Prepare for removal of Threads::Threads special casesAlexandru Croitor2020-08-062-2/+12
* Improve lancelot test case for recursive ShaderEffectSourceEirik Aavitsland2020-07-312-29/+1
* Blacklist uniformanimator_stall.qmlJonas Karlsson2020-07-301-0/+4
* Update tst_DragHandler::mouseDragThreshold zero-threshold test caseShawn Rutledge2020-07-281-7/+8
* Support required list propertiesFabian Kosmale2020-07-283-0/+19
* test252runner.cpp: Add overrideFabian Kosmale2020-07-281-1/+1
* QQmlInfo: print ancestor of object if it has no QML engineMitch Curtis2020-07-278-100/+269
* Qt::KeyboardModifiers is not a pointer typeEdward Welbourne2020-07-271-4/+4
* Replace Qt's MidButton with MiddleButtonEdward Welbourne2020-07-221-1/+1