aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* QQuickShaderEffect: fix crash when hiding parentMitch Curtis2020-10-192-0/+147
* Fix alwaysRunToEnd==true prevented complex Anim from stoppingPiotr Mikolajczyk2020-10-163-0/+163
* QQuickTextEdit: ensure we update document width when padding has changedRichard Moe Gustavsen2020-10-082-0/+33
* QQuickListView: prevent mouse delivery in floating header or footerShawn Rutledge2020-10-072-0/+87
* qmlformat: Fix computed property namesMaximilian Goldstein2020-10-073-0/+34
* qmlformat: Fix formatting of for...of loops using array variablesMaximilian Goldstein2020-10-073-0/+28
* qmlformat: Fix inline componentsMaximilian Goldstein2020-10-061-5/+2
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-282-12/+24
* qmlformat: Fix multiline comment attachmentMaximilian Goldstein2020-09-163-0/+29
* qmlformat: Fix template literalsMaximilian Goldstein2020-09-043-0/+9
* Follow layoutMirroring in Layout marginsDavid Edmundson2020-08-261-0/+41