aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.14 into 5.14.2Kari Oikarinen2020-03-108-25/+54
|\
| * Make tst_qquickcanvasitem significant again; fix image size roundingShawn Rutledge2020-03-055-21/+21
| * Blacklist a few more canvas testsShawn Rutledge2020-03-051-2/+8
| * QQuickItem: prevent endless loop in focus tab chainWang Chuan2020-03-032-2/+25
* | TableModel: Allow a double to be added to a field seen as int previouslyAndy Shaw2020-02-282-0/+157
|/
* Escape url.toString() before passing it to QRegularExpressionDmitry Shachnev2020-02-201-1/+2
* Blacklist tst_qquickmousearea::pressOneAndTapAnother on OpenSuseUlf Hermann2020-02-181-0/+4
* QQuickLoader: store statusFabian Kosmale2020-02-122-0/+30
* Fix a bug where a layout could crash or become non-responsiveJan Arve Sæther2020-02-121-0/+31
* Fix QQmlProperty and Connections for properties starting with '_'Fabian Kosmale2020-02-113-0/+49
* QV4Engine: Do not construct invalid QVariantFabian Kosmale2020-02-071-1/+6
* Blacklist tst_qquickmousearea::nestedStopAtBounds on opensuse 15.0Ulf Hermann2020-02-031-0/+4
* Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-314-6/+39
* Fix some ListView bugs related to snapping when it had a headerJan Arve Sæther2020-01-302-0/+668
* QQuickFlickable: fix division by zeroMitch Curtis2020-01-292-0/+49
* Blacklist tst_QQuickWidget::enterLeave on macOSTor Arne Vestbø2020-01-231-0/+2
* ArrayPrototype::method_filter: Check for exception after callbackUlf Hermann2020-01-231-4/+0
* Blacklist two failing ecmascripttests on macOSMorten Johan Sørvig2020-01-221-0/+4
* Blacklist failing quickcanvasitem tests for macOSMorten Johan Sørvig2020-01-221-0/+14
* Flatten version-specific blacklisting on macOS to all macOS versionsTor Arne Vestbø2020-01-224-6/+6
* Blacklist tst_TouchMouse::touchButtonOnFlickable() on mingwUlf Hermann2020-01-151-0/+4
* QQuickItemView: fix crash when changing modelWang Chuan2020-01-152-0/+50
* Blacklist touchAndDragHandlerOnFlickable() on OpenSuse 15.0Ulf Hermann2020-01-101-0/+1
* On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-102-0/+37
* V4: Avoid integer overflow on typed array length checkUlf Hermann2020-01-081-0/+36
* Check stack limit in FunctionPrototype::method_apply()Ulf Hermann2020-01-081-0/+13
* V4: Don't crash when iterating invalid Proxy objectsUlf Hermann2020-01-081-0/+15
* V4: Don't crash when sorting arrays with non-stringifyable entriesUlf Hermann2020-01-081-0/+12
* Stabilize QQuickItemParticleLouis du Verdier2020-01-072-0/+102
* QV4: Support printing arrays with circular referencesFabian Kosmale2020-01-071-0/+13
* QV4: Array.includes: Support large arraysFabian Kosmale2020-01-071-0/+12
* QV4: Check recursion limit in toStringFabian Kosmale2020-01-071-0/+22
* QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-01-071-0/+49
* V4: Catch error when compiling broken RegExpsUlf Hermann2020-01-071-0/+17
* V4: Fix sorting of sparse arraysUlf Hermann2020-01-061-0/+21
* Avoid oob access on Array.concatUlf Hermann2020-01-061-0/+21
* Emit QQmlEngine::warnings when load failsFabian Kosmale2020-01-062-0/+21
* QV4::ExecutionEngine: provide QNAM accessorFabian Kosmale2020-01-033-0/+30
* QV4Engine: support conversion of QJSValue to SequenceTypeFabian Kosmale2019-12-202-0/+66
* Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-132-0/+26
|\
| * QQuickPixmapCache: Don't dereference nullptrv5.14.0-rc2v5.14.0Fabian Kosmale2019-12-052-0/+26
| * mouseDrag(): ensure that intermediate moves are done for all dragsMitch Curtis2019-11-261-0/+30
* | Add binary compatibility files for qtdeclarative 5.14 branchMilla Pohjanheimo2019-12-134-0/+60209
* | QQuickTableView: set empty content size when table is emptyRichard Moe Gustavsen2019-12-091-0/+2
* | QQuickTableView: ensure we release items in the old model and not the newRichard Moe Gustavsen2019-12-092-14/+13
* | QQuickTableView: support assigning a DelegateModelRichard Moe Gustavsen2019-12-092-7/+7
* | tst_qquicktableview: ensure test checks for correct error messageRichard Moe Gustavsen2019-12-091-2/+2
* | Stabilize tst_qquickmousearea::nestedStopAtBounds()Shawn Rutledge2019-12-082-5/+1
* | Don't let PointerHandler steal touch grab from preventStealing MouseAreaShawn Rutledge2019-12-061-5/+23
* | TapHandler: don't reject stationary touchpointsShawn Rutledge2019-12-062-0/+23