aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Avoid crash for deep aliasesMaximilian Goldstein2021-08-103-0/+16
* QV4::Heap::GeneratorObject: remove unused memberFabian Kosmale2021-08-022-0/+23
* Avoid infinite loop in designer supportThomas Hartmann2021-07-273-0/+66
* Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-242-0/+119
* Add tests of matrix4x4 transformation functionsYuya Nishihara2021-07-211-0/+54
* Don't let PointerHandler steal mouse grab from keepMouseGrab layerShawn Rutledge2021-07-192-0/+88
* Emit grabChanged() from DragHandler and PinchHandlerShawn Rutledge2021-07-192-0/+12
* When setting the line dash to be an empty array reset the style to SolidAndy Shaw2021-07-141-0/+31
* Fix warningsAndreas Buhr2021-06-291-2/+2
* Ensure model is in context if required properties are not usedFabian Kosmale2021-06-233-0/+74
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-06-102-0/+82
* Remove tst_pixelMitch Curtis2021-05-262-66/+0
* Map window coordinates to the same coordinate system as the QPointerEvent pointAlexey Edelev2021-05-122-3/+91
* Do full overlap checks within the alpha render list when rebuildingLaszlo Agocs2021-05-104-1/+118
* qquicktableview: upon forceLayout(), check for visible rows/columns at the or...Richard Moe Gustavsen2021-05-061-0/+78
* V4 Debugger: Collect locals also from block scopesUlf Hermann2021-05-053-2/+85
* Make PinchArea translate correctly inside a rotated parentShawn Rutledge2021-05-052-0/+136
* V4 debugger: Properly count break pointsUlf Hermann2021-05-042-18/+86
* QQmlComponentPrivate::setInitialProperty: improve error messageFabian Kosmale2021-04-271-1/+1
* Fix warning and assert when removing items from groupsMaximilian Goldstein2021-04-222-0/+47
* qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-202-0/+15
* QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-162-0/+46
* qqmlapplicationengine: Handle errors during component creationMaximilian Goldstein2021-04-143-0/+27
* Do not auto-clean components with live inline componentsUlf Hermann2021-04-093-0/+46
* QuickTest: Do not recurse forever on inline components in enumerateTestCasesFabian Kosmale2021-04-095-1/+105
* DelegateModelGroup: Fix bug where item could be removed from the modelJan Arve Sæther2021-03-303-1/+61
* QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-262-0/+99
* QQuickTableView: forceLayout() should work, even when no items are loadedRichard Moe Gustavsen2021-03-231-0/+33
* MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-03-112-0/+64
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-082-0/+36
* QQmlIncubator: handle clear inside setinitialStateFabian Kosmale2021-03-041-0/+33
* Fix release-only windows buildsAllan Sandfeld Jensen2021-02-222-2/+6
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-191-0/+10
* QQuickItemParticle give() method kill particleFabio Falsini2021-02-062-1/+6
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-051-1/+41
* Change QQuickShortcut::setSequences to bind to all sequencesAndreas Buhr2021-02-041-4/+89
* QQuickListView: Add autotest so that animated delegate does not crashJan Arve Sæther2021-02-043-0/+60
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-032-0/+17
* ListModel: Fix move handling in syncFabian Kosmale2021-02-025-0/+361
* tst_EcmaScriptTests: Raise timeoutFabian Kosmale2021-01-281-1/+1
* QuickLayouts: fix crash when layout width depends on parent widthIvan Solovev2021-01-221-0/+37
* Fix QQuickShortcut::setContext so re-grab all shortcutsAndreas Buhr2021-01-221-0/+44
* Do not revert properties of deleted objectsAlexey Edelev2021-01-142-0/+116
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-142-0/+33
* Cache static compilation unitsUlf Hermann2021-01-141-30/+97
* Add Lancelot tests for both types of clippingLaszlo Agocs2021-01-133-0/+99
* QQuickLoader: prevent clearing initial properties after active = trueWang Chuan2021-01-112-0/+25
* Correct #if-ery in QML locale's time-zone update testEdward Welbourne2021-01-081-7/+11
* Fix IC properties in same fileFabian Kosmale2020-12-242-0/+12
* QML: Fix proxy iterationFabian Kosmale2020-12-232-0/+39