aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-0/+43
* qqmlistmodel: Fix crash when modelCache is nullMaximilian Goldstein2020-12-081-0/+22
* qv4qmlcontext: Fix bounded signal expressions when debuggingMaximilian Goldstein2020-12-041-3/+9
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-251-1/+30
* Fix QML property cache leaks of delegate itemsAndrei Golubev2020-11-244-0/+120
* QML Text doesn't reset lineCount when text is emptyShinichi Okada2020-11-201-0/+37
* Inline components: Fix custom parser supportFabian Kosmale2020-10-282-0/+24
* TableView: ensure we rebuild the sync view, even when flicking on a sync view...Richard Moe Gustavsen2020-10-261-0/+37
* Fix compiler warning: mark overrides as such, remove virtualVolker Hilsheimer2020-10-231-6/+6
* Update and activate tst_animatorsShawn Rutledge2020-10-233-20/+33
* TableView: ensure we update content size upon model changesRichard Moe Gustavsen2020-10-221-10/+86