aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Add QQuickItemParticle give() method bodyFabio Falsini2020-01-062-0/+87
* | Add RHI shaders to ShaderEffect test scenesEirik Aavitsland2020-01-0669-354/+360
* | Fuzzing: Allow linking to other fuzzing enginesRobert Loehning2020-01-031-1/+6
* | tools/qmlformat: Improve formatting quite a bitMaximilian Goldstein2019-12-202-4/+2
* | qtdeclarative/tools: Implement qmlformatMaximilian Goldstein2019-12-196-0/+530
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-176-0/+60235
|\|
| * 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
* | | QQmlPreview: remove the ignore of :/qgradient/Giuseppe D'Angelo2019-12-161-1/+0
* | | WorkerScript: serialize QUrls wrapped in QVariant as stringsUlf Hermann2019-12-131-0/+1
* | | QQuickWorkerScript: avoid arbitrary delayFabian Kosmale2019-12-111-4/+1
* | | Regenerate rhi shadersLaszlo Agocs2019-12-114-0/+0
* | | QQuickTextInput: Fix validators testUlf Hermann2019-12-111-19/+23
* | | Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-101-4/+13
* | | Allow custom disk cache pathsUlf Hermann2019-12-101-0/+30
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-102-23/+24
|\| |
| * | 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
* | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-12-099-10/+33130
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-099-10/+33130
| |\| |
| | * | 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
* | | | Implement TypedArray.fromVille Voutilainen2019-12-091-32/+0
|/ / /
* | | src/qmlworkerscript: Add ready property to WorkerScriptMaximilian Goldstein2019-12-062-0/+24
* | | qml/parser: Implement nullish coalescingMaximilian Goldstein2019-12-0510-0/+41
* | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-12-059-2/+452
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-059-2/+452
| |\| |
| | * | 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
* | | | Locale: expose NumberOptions to QMLFabian Kosmale2019-12-051-0/+30
|/ / /
* | | Don't allow dragging a ListView through a floating header or footerShawn Rutledge2019-12-041-0/+40
* | | QQuickListView: implement support for reusing itemsRichard Moe Gustavsen2019-12-048-1/+613