aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix failing ch15.9.5.43-0-8 after US summer time changeSimon Hausmann2018-03-121-0/+0
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-092-0/+25
* Clean up memory leaks in testsSimon Hausmann2018-03-081-272/+196
* Fix unnecessary evaluation of dependent bindingsSimon Hausmann2018-03-083-0/+51
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-082-0/+26
* Fix calling Qt.createComponent() from QQmlEngine::evaluate()Simon Hausmann2018-03-081-0/+12
* Fix regression involving aliases on case-insensitive file systemsMitch Curtis2018-03-082-0/+21
* tests: refactor and un-blacklist tst_QQuickMouseArea::pressedMultipleButtonsGatis Paeglis2018-03-082-85/+72
* stabilize tst_QQuickFramebufferObject::testInvalidateShawn Rutledge2018-03-022-4/+1
* stabilize tst_TouchMouse::touchButtonOnFlickableShawn Rutledge2018-03-021-1/+1
* Add testcase for how align-to-pixel affects size hint normalizationJan Arve Sæther2018-03-021-0/+17
* Manual test: combinations of DragHandler and TapHandler on FlickableJan Arve Saether2018-03-029-4/+628
* Fix flaky test - wait for the LayoutRequest to arriveJan Arve Sæther2018-03-011-0/+1
* Fix: Do not read texture files when backend is not openglEirik Aavitsland2018-03-014-23/+25
* Move test for ignoreMessage to the topJan Arve Sæther2018-02-281-62/+60
* rename containsMask to containmentMaskShawn Rutledge2018-02-271-1/+1
* AnimatedSprite: set implicit size based on implicit frame sizeMitch Curtis2018-02-261-0/+39
* tst_qquickanimatedsprite: use QScopedPointerMitch Curtis2018-02-261-17/+10
* Fix QQmlEngine::retranslate() with PropertyChangesSimon Hausmann2018-02-263-3/+19
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-2623-140/+94
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-26129-3281/+3281
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-2318-164/+164
* Blacklist a flaky event propagation test on ubuntuVille Voutilainen2018-02-231-0/+3
* Fix tst_qquickwindow::unloadSubWindowKari Oikarinen2018-02-231-2/+4
* Make sure we can call properties of constantsErik Verbruggen2018-02-231-1/+12
* Disallow the use of id properties with value type group propertiesSimon Hausmann2018-02-223-0/+9
* Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-221-0/+1
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-222-0/+28
* Fix flakiness of tst_QQuickGridView::currentIndexKari Oikarinen2018-02-221-1/+2
* Fix draghandler to respect axis constraintsJan Arve Sæther2018-02-211-0/+86
* Image: respect aspect ratio of an SVG when width or height is zeroAndy Shaw2018-02-211-0/+5
* test_defaultPropertyAliasCrash(): fix anchor warningsMitch Curtis2018-02-201-1/+0
* Layout: improve warning message when anchors are detectedMitch Curtis2018-02-201-1/+2
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-202-0/+25
* Only warn about actual *anchors* in layout childrenJan Arve Sæther2018-02-191-0/+61
* Add test for detecting invalid mouse button cancel eventSami Nurmenniemi2018-02-193-0/+116
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-184-1/+44
|\
| * Fix memory leak with JS importsSimon Hausmann2018-02-093-0/+43
| * tst_qquickflickable: fix compiler warningMitch Curtis2018-02-081-1/+1
* | Fix "Expression depends on non-NOTIFYable properties" regressionMitch Curtis2018-02-172-0/+18
* | Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...Qt Forward Merge Bot2018-02-1528-21/+1375
|\ \
| * \ Merge remote-tracking branch 'origin/5.10.1' into 5.11Qt Forward Merge Bot2018-02-151-0/+14
| |\ \
| | * | Make sure passive grabbers are cleared on releaseJan Arve Saether2018-02-021-0/+14
| * | | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-1527-21/+1361
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-1227-21/+1361
| | |\ \ \
| | | * \ \ Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-073-6/+23
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | touchEvent_propagation: remove some QWaitsShawn Rutledge2018-02-051-6/+3
| | | | * | QML: Collapse all NaNs into one single (encoded) NaNErik Verbruggen2018-02-052-0/+20
| | | * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-052-1/+223
| | | |\| | | | | | |/ | | | |/|
| | | | * Add QQuickWindow synthMouseFromTouch testShawn Rutledge2018-02-031-0/+107