aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Blacklist qmltest ShortCut::test_shortcut()Liang Qi2018-01-083-1/+0
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-0886-1374/+1933
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-2086-1374/+1933
| |\
| | * Fix QQml_setParent_noEvent not to print undefined behavior errorsAlexandru Croitor2017-12-181-11/+5
| | * flingAnimation manual test: add velocity vectors; install a ball returnShawn Rutledge2017-12-131-3/+57
| | * map manual test: re-render the SVG after significant change in scaleShawn Rutledge2017-12-111-2/+11
| | * Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-088-2/+69
| | |\
| | | * Fix issue with circular singleton instantiationsv5.10.0-rc2Michael Brasser2017-11-284-0/+36
| | | * blacklist tst_qquickflickable::rebound on macOSv5.10.0-rc1Shawn Rutledge2017-11-231-1/+2
| | | * Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-2054-1244/+1036
| | | |\
| | | * | Prevent crashes when profiling translation bindingsUlf Hermann2017-11-113-1/+31
| | * | | TapHandler manual test: remove console.log with tapped buttonShawn Rutledge2017-12-021-1/+0
| | * | | pointer manual test: add svg to the .proShawn Rutledge2017-11-291-1/+1
| | * | | add mouse feedback to PointerHandlers manual testShawn Rutledge2017-11-243-0/+82
| | * | | add touchpoint feedback to PointerHandlers manual testShawn Rutledge2017-11-244-0/+91
| | * | | prepend PointerHandler children of Items so the last is visited firstShawn Rutledge2017-11-233-5/+86
| | * | | give the joystick manual test a "case"Shawn Rutledge2017-11-233-28/+42
| | | |/ | | |/|
| | * | Fix outdated BSD license headerKai Koehne2017-11-1541-1128/+636
| | * | pinchHandler manual test: more PinchHandlers; TapHandler for z-orderShawn Rutledge2017-11-141-58/+101
| | * | Add a manual test quickwidgetviewerFriedemann Kleint2017-11-142-0/+95
| | * | Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-143-39/+65
| | * | blacklist tst_QQuickFramebufferObject::testInvalidate on macOSShawn Rutledge2017-11-141-0/+3
| | * | QQuickEventPoint: make ungrab/cancel notifications more consistentShawn Rutledge2017-11-141-8/+8
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-138-15/+132
| | |\ \ | | | |/ | | |/|
| | | * Blacklist tst_qquickwidget::enterLeave() on MacJ-P Nurmi2017-11-091-0/+2
| | | * Make tst_qquickframebufferobject pass on macOSJ-P Nurmi2017-11-091-2/+4
| | | * Fix tests/auto/quick/quick.proJ-P Nurmi2017-11-091-1/+1
| | | * Fix tst_qquickshadereffectJ-P Nurmi2017-11-091-4/+4
| | | * stabilize and optimize tst_QQuickListView::QTBUG_34576_velocityZeroShawn Rutledge2017-11-081-8/+9
| | | * Fix ListView::positionViewAtIndex with ListView.Contain modeJoni Poikelin2017-11-072-0/+75
| | | * QQuickWidget: pass enter and leave events to the offscreen windowAndy Shaw2017-11-062-0/+37
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-0613-10/+674
| | |\|
| | | * QQmlEngineDebugService: Check QML contexts for validityUlf Hermann2017-11-051-0/+39
| | | * stabilize tst_QQuickListView::incrementalModelShawn Rutledge2017-11-031-9/+4
| | | * Add benchmark for event deliveryFrederik Gladhorn2017-11-036-1/+255
| | | * Fix providing correct velocity when using index based scrollingPasi Petäjäjärvi2017-11-032-0/+152
| | | * QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-032-3/+34
| | | * ListView: don't stop moving the highlight because of model updatesShawn Rutledge2017-11-032-0/+60
| | | * QQuickFlickable: Use QQuickItem::setSize() in resizeContent()Alexandr Akulich2017-11-031-0/+8
| | | * QQuickItemView: avoid wrong repositioning of removed itemsAlberto Mardegan2017-11-032-0/+125
| | * | testlib: add key sequence functionLiang Qi2017-11-033-0/+72
| | * | Fix bug preventing ungrabMouse() on TouchCancelDaniel d'Andrada2017-11-031-1/+41
| | * | Update to new QRandomGenerator APIThiago Macieira2017-11-035-15/+15
* | | | Avoid warning about comparing QVariant::Bool to QMetatype::BoolUlf Hermann2018-01-081-1/+1
* | | | Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-064-45/+0
* | | | Fix decoding of bytecode instructions on ARM generated on x86-64Simon Hausmann2018-01-051-0/+34
* | | | Fix test case accessing items that are out of boundsLars Knoll2017-12-291-1/+1
* | | | Fix failed assertions coming from the QML list modelLars Knoll2017-12-292-6/+4
|/ / /
* | | test: skip tst_qquickflickable::flickOnRelease()Liang Qi2017-12-191-1/+2
* | | Add NOTIFY signals for QtQuick Animation classes to/from propertiesKevin Krammer2017-12-161-0/+27