aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revive QTQUICK_COMPILER_SKIPPED_RESOURCESUlf Hermann2020-06-303-2/+22
* Update the window cursor on mouse releaseShawn Rutledge2020-06-302-1/+14
* Change the cursor within HoverHandler.marginShawn Rutledge2020-06-302-0/+71
* Match specific module imports also for versionless QML importsUlf Hermann2020-06-291-11/+31
* Reimplement UniformAnimator for ShaderEffectJonas Karlsson2020-06-292-0/+56
* Fix MouseArea mouseX/mouseY coordinates while draggingShawn Rutledge2020-06-292-3/+94
* tst_qqmlsettings: Fix QVector - QList falloutLaszlo Agocs2020-06-291-1/+1
* Fix string-bytearray mistake in tst_qqmlmodulepluginLaszlo Agocs2020-06-291-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-06-282-2/+2
* Follow QQuickGraphicsDevice changes in QQuickRenderTargetLaszlo Agocs2020-06-261-2/+3
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-2614-40/+40
* qmllint: Resolve enums from parent typesUlf Hermann2020-06-262-0/+8
* qv4dateobject.cpp: USE_QTZ_SYSTEM_TIMEZONE on more platformsUlf Hermann2020-06-251-0/+16
* Drop special casing of QDateTime when setting valuesUlf Hermann2020-06-251-2/+2
* QQmlPropertyBinding: convert to correct typeFabian Kosmale2020-06-252-3/+3
* qmlformat: Fix nested functionsMaximilian Goldstein2020-06-254-1/+37
* qmlformat: Fix inline componentsMaximilian Goldstein2020-06-253-0/+23
* Use QList instead of QVectorJarek Kobus2020-06-253-3/+3
* Use qt_enable_autogen_tool to explicitly enable AUTOMOCMÃ¥rten Nordheim2020-06-242-1/+22
* CMake: Fix tst_qqmlmoduleplugin for MinGWCristian Adam2020-06-245-0/+6
* qmllint: Properly process qmldir imports and dependenciesUlf Hermann2020-06-245-0/+29
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-247-4/+46
* qqmlecmascript: modify test to return type which is actually unknownFabian Kosmale2020-06-231-1/+3
* tst_qqmlecmascript: QList is now QList again (not QVector)Fabian Kosmale2020-06-231-1/+1
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-2319-125/+68
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-2211-51/+35
* Rename setSceneGraphBackend to setGraphicsApiLaszlo Agocs2020-06-225-7/+7
* Add test for rendercontrol + rendererinterfaceLaszlo Agocs2020-06-221-0/+219
* tst_qquickwindow: Add basic rendererInterface testLaszlo Agocs2020-06-221-51/+110
* Emit new frame signals from the software backendLaszlo Agocs2020-06-221-0/+20
* qqmltypecompiler: Be more careful when resolving enumsFabian Kosmale2020-06-222-0/+63
* Revert "Decode directory separators in source URLs"Ulf Hermann2020-06-222-5/+9
* qmllint: search methods and properties also in attached typeEvgeniy A. Dushistov2020-06-193-0/+31
* qmlformat: Fix nested ifsMaximilian Goldstein2020-06-183-0/+67
* Remove broken profiler/trace points in the scenegraphLaszlo Agocs2020-06-181-32/+1
* ShaderEffect: vertexShader and fragmentShader are now URLsLaszlo Agocs2020-06-181-1/+1
* qmllint: high level item can also be listEvgeniy A. Dushistov2020-06-183-0/+23
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-177-12/+9
* Drop the "plugin cannot be loaded" extension to error messagesUlf Hermann2020-06-171-4/+4
* Use JS functions for Connections in some testsUlf Hermann2020-06-172-2/+2
* qmlformat: Fix trailing newline in if blocksMaximilian Goldstein2020-06-176-3/+22
* qmlformat: Copy string literals verbatimMaximilian Goldstein2020-06-173-0/+15
* qmllint: fix wrong warning about enum usageEvgeniy A. Dushistov2020-06-173-0/+20
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-164-11/+11
* Make qmlcachegen test ASAN cleanUlf Hermann2020-06-161-1/+3
* Cull removed items from QQuickItemViewFabian Kosmale2020-06-152-0/+60
* Remove QtQuick.Window pluginUlf Hermann2020-06-155-10/+5
* Fix memory leaks in QQuickWindow testUlf Hermann2020-06-151-40/+49
* Port type registrar test to cmakeFabian Kosmale2020-06-144-1/+68
* Fix QQuickKeyNavigationAttached issueValery Volgutov2020-06-122-0/+54