aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QQuickItemView: Emit correct change signal on model resetFabian Kosmale2019-12-052-0/+5
* | Compiler: Support >32k stack slotsUlf Hermann2019-12-052-0/+33078
* | Fix ObjectModel item not being rendered when moved between modelsMitch Curtis2019-12-042-0/+175
* | Fix incorrect behavior of PathView with ungrabMouse()Shin-ichi Okada2019-12-042-0/+110
* | QQuickTableView: Clear items before deleting the modelUlf Hermann2019-12-043-0/+79
* | tst_qquicktableview: fix warning about missing JS functionRichard Moe Gustavsen2019-12-043-2/+88
* | QQuickItemView: Set moveReason to other on model changeFabian Kosmale2019-12-031-0/+57
* | Do not emit inputMaskChanged when setting the same input maskJan Arve Sæther2019-12-021-0/+8
* | MouseArea: react to touch ungrabShawn Rutledge2019-12-024-0/+234
* | Facilitate testing RHI rendering in the lancelot testEirik Aavitsland2019-11-291-1/+19
* | Fix console logging from lancelot testEirik Aavitsland2019-11-281-0/+1
* | MultiPointTouchArea: stop ignoring Qt-synthesized mouse eventsShawn Rutledge2019-11-261-0/+66
* | QQmlDirParser: Fix lifecycle managementUlf Hermann2019-11-231-0/+3
* | QQmlDelegateModel: Use cache item's index for resolving delegatesUlf Hermann2019-11-232-0/+91
* | mouseDrag(): ensure that intermediate moves are done for all dragsMitch Curtis2019-11-231-0/+30
|/
* TableView: use fetchMore() when scrolling to the end of the tableKari Hormi2019-11-203-0/+43
* Fix: NativeRendering text for non-integer screen scalingEirik Aavitsland2019-11-181-0/+37
* mouseDrag(): never drag along an axis that wasn't requestedMitch Curtis2019-11-141-0/+132
* QQmlTableInstanceModel: always emit index changed when an item is reusedRichard Moe Gustavsen2019-11-143-0/+50
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-141-2/+32
|\