aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
...
| | | * QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-301-9/+9
| | | * Fix crash when moving items during asynchronous creationJoni Poikelin2017-11-282-0/+76
| * | | tst_qquickloader: use QScopedPointer instead of manual deletionMitch Curtis2018-01-021-149/+74
| * | | tst_qquickloader: use local engines instead of one global engineMitch Curtis2018-01-021-11/+33
| |/ /
* | | Blacklist tst_QQuickOpenGLInfo::testProperties() on b2qtLiang Qi2018-01-081-0/+3
* | | Blacklist tst_QQuickFramebufferObject::testThatStuffWorks() andLiang Qi2018-01-081-0/+4
* | | Blacklist tst_qquickanimatedsprite::test_largeAnimation() on b2qtLiang Qi2018-01-081-0/+3
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-0830-454/+767
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-2030-454/+767
| |\| |
| | * | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-081-1/+2
| | |\ \
| | | * | blacklist tst_qquickflickable::rebound on macOSv5.10.0-rc1Shawn Rutledge2017-11-231-1/+2
| | * | | prepend PointerHandler children of Items so the last is visited firstShawn Rutledge2017-11-233-5/+86
| | |/ /
| | * | Fix outdated BSD license headerKai Koehne2017-11-1513-356/+200
| | * | Let passive-grabbing PointerHandlers see all point updatesShawn Rutledge2017-11-142-38/+63
| | * | 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-135-15/+93
| | |\|
| | | * 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
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-066-9/+380
| | |\|
| | | * stabilize tst_QQuickListView::incrementalModelShawn Rutledge2017-11-031-9/+4
| | | * 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
| | * | Fix bug preventing ungrabMouse() on TouchCancelDaniel d'Andrada2017-11-031-1/+41
| | * | Update to new QRandomGenerator APIThiago Macieira2017-11-032-4/+4
* | | | Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-062-37/+0
* | | | Fix test case accessing items that are out of boundsLars Knoll2017-12-291-1/+1
|/ / /
* | | 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
* | | Fix outdated BSD license headerLiang Qi2017-12-1413-13/+143
* | | Update to new QRandomGenerator APIThiago Macieira2017-12-052-4/+4
* | | tst_qquickapplication: don't use QTest::waitForEvents()Gatis Paeglis2017-11-221-1/+1
* | | Fix positioning and placement of initially invisible items in layoutsSascha Siebert2017-11-221-0/+35
* | | Merge remote-tracking branch 'origin/wip/new-backend' into devSimon Hausmann2017-11-211-1/+1
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-0842-93/+650
| |\ \ \
| * | | | tst_qquickflickable::rebound() also fails on macOS 10.11Lars Knoll2017-10-231-1/+1
* | | | | Replace remaining Q_NULLPTR with nullptrKevin Funk2017-11-175-13/+13
| |/ / / |/| | |
* | | | Add new PathAngleArc typeMichael Brasser2017-11-072-0/+52
* | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-0638-90/+595
|\ \ \ \ | | |/ / | |/| |
| * | | Fix a bug with TapHandler+DragHandler on top of FlickableJan Arve Sæther2017-10-272-1/+154
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3Liang Qi2017-10-252-4/+27
| |\ \ \ | | | |/ | | |/|
| | * | QQuickAnimatorProxyJob: Disconnect from window when unsetting itUlf Hermann2017-10-241-0/+18
| | * | skip part of tst_qquickwindow::testWindowVisibilityOrder on UnityShawn Rutledge2017-10-231-4/+9
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-2428-82/+363
| |\| |