aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-158-147/+147
* Temporarily skip part of tst_TouchMouse::buttonOnDelayedPressFlickableShawn Rutledge2020-07-151-0/+1
* Compile against latest qtbaseLars Knoll2020-07-092-3/+3
* Update the window cursor on mouse releaseShawn Rutledge2020-06-302-1/+14
* Change the cursor within HoverHandler.marginShawn Rutledge2020-06-302-0/+71
* Fix MouseArea mouseX/mouseY coordinates while draggingShawn Rutledge2020-06-292-3/+94
* Add ; to Q_UNUSEDLars Schmertmann2020-06-281-1/+1
* Follow QQuickGraphicsDevice changes in QQuickRenderTargetLaszlo Agocs2020-06-261-2/+3
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-267-9/+9
* Use QList instead of QVectorJarek Kobus2020-06-252-2/+2
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-2316-117/+54
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-223-14/+9
* Rename setSceneGraphBackend to setGraphicsApiLaszlo Agocs2020-06-224-6/+6
* 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
* Revert "Decode directory separators in source URLs"Ulf Hermann2020-06-221-3/+8
* ShaderEffect: vertexShader and fragmentShader are now URLsLaszlo Agocs2020-06-181-1/+1
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-172-2/+1
* Cull removed items from QQuickItemViewFabian Kosmale2020-06-152-0/+60
* Remove QtQuick.Window pluginUlf Hermann2020-06-154-8/+4
* Fix memory leaks in QQuickWindow testUlf Hermann2020-06-151-40/+49
* Fix QQuickKeyNavigationAttached issueValery Volgutov2020-06-122-0/+54
* Make openglContext getter in QQuickWindow privateLaszlo Agocs2020-06-113-43/+19
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-116-36/+36
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-06-111-3/+3
* Add missing renaming in tst_examplesLaszlo Agocs2020-06-111-1/+1
* Rename setPersistentOpenGLContext and revise related docsLaszlo Agocs2020-06-111-52/+17
* cmake: enable previously disabled testFabian Kosmale2020-06-101-4/+2
* cmake: Enable tests for pointerhandlersFabian Kosmale2020-06-102-1/+48
* Modernize tst_QQuickPathView::treeModel()Shawn Rutledge2020-06-102-8/+12
* Modernize tst_QQuickListView::QTBUG_39492Shawn Rutledge2020-06-102-12/+14
* Fix some warnings in tst_qquickpathviewShawn Rutledge2020-06-101-9/+9
* Don't try to include removed headerPaul Olav Tvete2020-06-101-1/+0
* Clean up scenegraph autotest initLaszlo Agocs2020-06-081-42/+5
* QQuickTextNodeEngine: prevent renderring transparent selection colorWang Chuan2020-06-052-0/+44
* Remove QQuickOpenGLShaderEffectPaul Olav Tvete2020-06-041-1/+1
* Port shader effect autotest to RHIPaul Olav Tvete2020-06-0319-194/+138
* Fix handling of destroy-show and re-enable the zoom test for qmlpreviewLaszlo Agocs2020-06-031-0/+36
* Remove layer and dist.field glyph cache OpenGL versionsLaszlo Agocs2020-06-021-1/+0
* Follow QRhi create-destroy API updateLaszlo Agocs2020-06-021-3/+3
* CMake: Regenerate qtdeclarative/testsAlexandru Croitor2020-05-295-1/+25
* Make the nodes autotest QRhi compatibleLaszlo Agocs2020-05-281-35/+188
* Adapt to changes in NativeTexture in qtbaseEskil Abrahamsen Blomfeldt2020-05-251-1/+1
* Avoid memory leaks in QQuickView testUlf Hermann2020-05-201-9/+8
* Add CMake project file for recently introduced autotestLaszlo Agocs2020-05-201-0/+36
* Enable qquickframebufferobject test to functionLaszlo Agocs2020-05-201-0/+7
* Fix assert in tst_QQuickRenderControlEskil Abrahamsen Blomfeldt2020-05-191-2/+1
* Clean up registration of QEasingCurveUlf Hermann2020-05-191-1/+1
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-05-181-0/+3
|\