aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-0/+45
|\
| * Flickable: add a trackpad (touchpad) autotestShawn Rutledge2016-10-041-0/+45
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-047-13/+54510
|\|
| * Fix vtable for QQuickPaintedItemSimon Hausmann2016-09-302-2/+2
| * BC test data files for Qt 5.6 for QtDeclarativeMilla Pohjanheimo2016-09-304-0/+54475
| * qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-302-0/+22
| * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-301-13/+13
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-307-1/+255
|\|
| * Fix incorrectly aligned text whose size depends on its implicit sizeMitch Curtis2016-09-292-0/+73
| * QQuickText: fix paddings when wrapping or eliding is usedJ-P Nurmi2016-09-291-0/+12
| * Flickable: do not emit movementEnded until it really doesShawn Rutledge2016-09-292-1/+24
| * Fix crash on Array.prototype.join.call(0)Robin Burchell2016-09-291-0/+9
| * Fix MouseArea sticky grab with drag.filterChildren enabledMartin Jones2016-09-222-0/+137
* | Fix Flickable state being reset when it replays a delayed press.Andrew den Exter2016-09-232-17/+85
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-167-3/+62
|\|
| * Propagate window enter event as hover enter event in QQuickWindowEike Hein2016-09-151-0/+4
| * Destroy an incubating delegate if it is removed before incubation completesMartin Jones2016-09-151-3/+4
| * Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-305-0/+54
* | Fix crash on exit when using default property aliases with layoutsMitch Curtis2016-09-153-0/+120
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-08-251-0/+4
|\|
| * Prospective fix for the plugin check on Apple platformsSimon Hausmann2016-08-251-0/+4
* | V4: Correctly format on Number.toPrecision(n)Ulf Hermann2016-08-231-0/+9
* | autotests: remove qWait(1) in touch sequencesShawn Rutledge2016-08-133-22/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1312-58/+379
|\|
| * PathView: fix infinite construction/destruction loopAnton Kudryavtsev2016-08-122-0/+103
| * Fix test failure: wait between mouse events the proper wayJan Arve Saether2016-08-121-19/+12
| * PathView: fix item creationAnton Kudryavtsev2016-08-122-0/+101
| * Fix char conversions in QMLChristian Strømme2016-08-092-39/+32
| * Fix crash with Component.onDestructionSimon Hausmann2016-08-052-0/+105
| * Flickable: avoid infinite velocity during release after dragShawn Rutledge2016-08-054-0/+26
* | TextInput: fix horizontal alignment when implicit resizing is disabledJ-P Nurmi2016-08-101-0/+35
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-055-31/+60
|\|
| * Test that we don't crash when items are sorted and filtered at the same timeOlivier Goffart2016-08-041-0/+32
| * Relax negativeYear EcmaScript testUlf Hermann2016-08-031-2/+5
| * autotests: fix finding data files when not in CWDDavid Faure2016-08-033-29/+23
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-016-0/+93
|\|
| * QQmlPropertyMap: Don't spuriously emit valueChanged() signalThomas McGuire2016-07-251-0/+35
| * Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-211-0/+23
| * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-213-0/+28
| * JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-201-0/+7
* | tst_qmlproperty: Fix access of dangling pointerThiago Macieira2016-07-281-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-1510-10/+323
|\|
| * Relax QQmlProfilerService test for scene graph eventsUlf Hermann2016-07-151-6/+11
| * Fix logic bug when deleting properties of JS objectsLars Knoll2016-07-142-0/+27
| * QQuickWindow: Fill out timestamps in QHoverEvents sent to QQuickItemsDaniel d'Andrada2016-07-121-0/+85
| * tst_qquicklistview: Style fixesRobin Burchell2016-07-081-4/+2
| * Fix crash in QQuickShaderEffect::updatePaintNodeAlbert Astals Cid2016-07-053-0/+151
| * Flickable: fix minXExtent/minYExtent when content is smaller than viewAndrea Bernabei2016-07-012-0/+47
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-2910-7/+201
|\|
| * ungrab touch points if the MultiPointTouchArea is hidden or disabledJan Arve Saether2016-06-232-0/+96