aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Positioners: allow distinguishing between implicit/explicit child size"Mitch Curtis2017-04-053-65/+0
* Error out if TestCase.verify receives more than 2 parametersAlbert Astals Cid2017-04-051-0/+10
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-307-25/+253
|\
| * Restrict automated tests on Boot2Qt to non-graphical testsSimon Hausmann2017-03-302-6/+17
| * Minor cleanup: Don't require QtGui for ES6 testsSimon Hausmann2017-03-291-1/+1
| * Make keyboard events work in QQuickWidgetLaszlo Agocs2017-03-291-0/+28
| * tst_qquickimage::mirror(): Ensure screenshots are in the correct formatFriedemann Kleint2017-03-291-1/+1
| * Add tst_qquickflickable::nestedSliderUsingTouchShawn Rutledge2017-03-272-0/+197
| * tst_qquickflickable: clean up touch event handlingShawn Rutledge2017-03-271-17/+9
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-03-2711-23/+166
|\|
| * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-251-0/+53
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-151-0/+53
| | |\
| | | * Fix caching of QML singleton typesSimon Hausmann2017-03-131-0/+53
| * | | Run ES5 tests on Linux/x86-64Simon Hausmann2017-03-249-23/+112
| * | | Blacklist a qmltest::ListView test in macOS 10.12Tony Sarajärvi2017-03-231-0/+1
* | | | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-2313-81/+189
|\| | |
| * | | Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-221-1/+1
| * | | Allow info messages in debug message serviceUlf Hermann2017-03-221-1/+1
| * | | Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-171-2/+2
| * | | QRegExp include cleanupSamuel Gaist2017-03-171-0/+1
| * | | QHash: use the public functions to set the global hash seedThiago Macieira2017-03-162-10/+5
| * | | Fix QQmlMetaType::prettyTypeName to deal with malformed type namesUlf Hermann2017-03-151-1/+27
| |/ /
| * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-144-6/+12
| |\ \
| | * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-134-6/+12
| | |\|
| | | * Fix build with -no-feature-libraryUlf Hermann2017-03-061-2/+5
| | | * Fix building with -no-feature-processUlf Hermann2017-03-023-4/+7
| * | | QV4DebugService: Reduce unnecessary recursion and redundancyUlf Hermann2017-03-142-60/+140
| |/ /
* | | Remove QSGDistanceFieldGlyphCacheManagerRobin Burchell2017-03-211-1/+0
* | | qml: Override the new Object::instanceOf hook to allow QML type checkingRobin Burchell2017-03-1511-1/+311
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-146-9/+402
|\| |
| * | Fix copied QDragMoveEvent drop action to propagate to original eventAlexandru Croitor2017-03-071-0/+258
| * | Fix crash when loading cache files generated ahead of timeSimon Hausmann2017-03-071-1/+1
| * | Set source location for all loop body-to-front jumpsUlf Hermann2017-03-071-4/+19
| * | When stealing a touchpoint as synth. mouse, ungrab touchFrederik Gladhorn2017-03-013-7/+73
| * | Add a source location to the final Jump in a for loopUlf Hermann2017-02-281-0/+26
| * | V4 Debugger: Don't crash when stepping to the end of a scriptUlf Hermann2017-02-281-1/+29
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-0215-12/+56826
|\| |
| * | Add TouchMouse::implicitUngrab autotestJan Arve Saether2017-02-281-0/+32
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-2414-12/+56794
| |\|
| | * Flip a broken qtConfig conditionJake Petroules2017-02-221-1/+1
| | * Binary compatibility files for qtdeclarative (5.8.0)Milla Pohjanheimo2017-02-154-0/+56517
| | * Use QQmlType for looking up enums, even on singletonsUlf Hermann2017-02-082-0/+45
| | * Flickable: handle child mouse ungrab when hidden or disabledJ-P Nurmi2017-02-082-0/+33
| | * Fix move ordering while resolving edges in register allocationErik Verbruggen2017-02-041-0/+92
| | * MouseArea: fix bug preventing dragging from startOleg Yadrov2017-02-032-0/+54
| | * Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-022-11/+52
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-2813-6/+340
|\| |
| * | QQuickLayout: ensure that all change listeners are removedMitch Curtis2017-02-223-0/+111
| * | Add a javascript push method binding to QQmlListPropertyIonut Alexandrescu2017-02-213-1/+37
| * | QQuickWindowPrivate::deliverWheelEvent: fix global position of the eventOleg Yadrov2017-02-171-5/+21