aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-094-0/+132
|\
| * If DragHandler is dragged within its margin, don't jumpShawn Rutledge2019-04-052-0/+69
| * In response to touch cancel, don't just ungrab, send an ungrab eventShawn Rutledge2019-04-042-0/+63
* | Tests: Fix warnings about ignoring return value of QTest::qWaitForWindowExpos...Friedemann Kleint2019-04-083-8/+17
* | Tests: Fix warnings about comparing signed/unsignedFriedemann Kleint2019-04-081-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-282-0/+88
|\|
| * Fix incorrect PathView.currentIndex assignment with StrictlyEnforceRangeShawn Rutledge2019-03-272-0/+88
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-253-13/+15
|\|
| * Try to stabilize qquickrectangle testSimon Hausmann2019-03-221-4/+2
| * Fix some memory leaksSimon Hausmann2019-03-211-9/+9
| * Blacklist tst_QQuickMultiPointTouchArea::nonOverlapping for openSuseUlf Hermann2019-03-211-0/+2
| * Blacklist tst_QQuickMultiPointTouchArea::nested on opensuseUlf Hermann2019-03-211-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-213-1/+7
|\|
| * Blacklist tst_QQuickListView::enforceRange_withoutHighlight on opensuseUlf Hermann2019-03-201-0/+2
| * Blacklist tst_TouchMouse::buttonOnFlickable() on mingwUlf Hermann2019-03-201-0/+4
| * Relax tst_QQuickGridView::contentHeightWithDelayRemoveUlf Hermann2019-03-201-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-181-4/+2
|\|
| * Try to fix tst_qquickrectangle::gradient_separate()Ulf Hermann2019-03-151-4/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-135-1/+128
|\|
| * Fix a bug where hover events were not sent if the mouse was never movedJan Arve Sæther2019-03-042-1/+38
| * Don't crash when passive grabber deleted before exclusive gr. releasedShawn Rutledge2019-02-262-0/+83
| * Blacklist tst_QQuickShortcut shortcuts and multiple on opensuseUlf Hermann2019-02-261-0/+7
* | QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-03-042-40/+79
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-223-0/+103
|\|
| * Blacklist tests in tst_FlickableInteropUlf Hermann2019-02-211-0/+4
| * QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-212-0/+99
* | TextEdit: Fix persistentSelection for readonly controlsNils Jeisecke2019-02-151-0/+28
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-153-0/+168
|\|
| * DelegateModel: Zero foreign context objects when they are deletedUlf Hermann2019-02-142-0/+133
| * Canvas: Handle switching between object and string based colorsAndy Shaw2019-02-141-0/+35
* | viewtestutil.h: fix broken namespace buildMitch Curtis2019-02-142-0/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-1412-100/+84
|\|
| * Make test more robust in case we have interleaved update eventsJan Arve Saether2019-02-131-6/+10
| * Move initView() to tests/auto/quick/sharedJan Arve Sæther2019-02-113-67/+73
| * Un-blacklist tst_qquickanimationsShawn Rutledge2019-02-101-4/+0
| * Un-blacklist tst_qquickflickable::reboundShawn Rutledge2019-02-101-3/+0
| * Remove blacklisting of several tests that are passingShawn Rutledge2019-02-107-19/+0
| * Try to fix flakiness in flickableinterop testUlf Hermann2019-02-071-1/+1
* | QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-02-131-1/+1
* | QQuickTableView: add support for hiding rows and columnsRichard Moe Gustavsen2019-02-084-31/+263
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-073-2/+111
|\|
| * Try to stabilize tst_qquickwindow::defaultSurfaceFormatUlf Hermann2019-02-061-2/+4
| * Fix bug where QQMPH kept an exclusive grab when no buttons were pressedJan Arve Sæther2019-02-062-0/+107
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-011-3/+7
|\|
| * TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-301-3/+7
* | QQuickTableView: use QMap instead of a QRect to keep track of loaded columnsRichard Moe Gustavsen2019-01-301-79/+76
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2915-2/+968
|\|
| * PinchHandler: Avoid unwanted translations when axes are disabledShawn Rutledge2019-01-282-1/+89
| * Canvas: Guard context pointer against external deletionUlf Hermann2019-01-232-1/+88
| * Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-227-0/+570