aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-047-1/+318
|\|
| * 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
* | QQmlDelegateModel: Read values from the correct objectUlf Hermann2019-12-032-0/+39
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-292-0/+67
|\|
| * Fix console logging from lancelot testEirik Aavitsland2019-11-281-0/+1
| * MultiPointTouchArea: stop ignoring Qt-synthesized mouse eventsShawn Rutledge2019-11-261-0/+66
* | Add (and ignore for now) type assertions to QMLUlf Hermann2019-11-271-0/+42
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-264-0/+124
|\|
| * 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
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-257-42/+39
* | QQmlDelegateModel: Set extraObject only if required properties givenUlf Hermann2019-11-222-0/+37
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-11-2213-10/+374
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-2213-10/+374
| |\|
| | * 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
| | |\
| | | * QQuickAccessibleAttached: keep track of name being explicitly setMitch Curtis2019-11-061-2/+32
| | * | Qt Quick Layouts: Do not assert when specifying an invalid row/columnJan Arve Sæther2019-11-131-0/+33
| | * | Fuzzing: Don't copy input data to QByteArrayRobert Loehning2019-11-131-1/+1