aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make PinchArea translate correctly inside a rotated parentShawn Rutledge2021-05-052-0/+136
* QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-162-0/+46
* 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
* 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
* 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
* QQuickLoader: prevent clearing initial properties after active = trueWang Chuan2021-01-112-0/+25
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-0/+43
* 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
* 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
* Follow layoutMirroring in Layout marginsDavid Edmundson2020-08-261-0/+41
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-251-0/+3
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-252-0/+32
* Update tst_DragHandler::mouseDragThreshold zero-threshold test caseShawn Rutledge2020-08-241-7/+8
* QQmlInfo: print ancestor of object if it has no QML engineMitch Curtis2020-07-272-98/+99
* Fix MouseArea mouseX/mouseY coordinates while draggingShawn Rutledge2020-07-022-3/+94
* Change the cursor within HoverHandler.marginShawn Rutledge2020-06-302-0/+71
* Cull removed items from QQuickItemViewFabian Kosmale2020-06-152-0/+60
* Fix QQuickKeyNavigationAttached issueValery Volgutov2020-06-122-0/+54
* qtdeclarative: Disable movingItemWithHoverHandler on macOSMaximilian Goldstein2020-06-091-0/+3
* Blacklist tst_QQuickTextEdit::linkHover() on macOSFabian Kosmale2020-06-091-0/+5
* Blacklist tst_QQuickTextInput::setInputMask() on macOsFabian Kosmale2020-06-091-0/+4
* QQuickTextNodeEngine: prevent renderring transparent selection colorWang Chuan2020-06-052-0/+44
* Improve performance when dynamically adding items to a layoutJan Arve Sæther2020-05-263-25/+126
* Improve polish loop detection and diagnosticsJan Arve Sæther2020-05-211-0/+81
* TableView: allow negative spacingRichard Moe Gustavsen2020-05-201-4/+11
* Fix building of declarative tests with disabled opengl moduleKai Koehne2020-05-191-2/+3
* Test if a layout with "fixed" size still do a rearrange if neededJan Arve Sæther2020-05-181-0/+57
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-142-0/+46
|\
| * QQuickRepeater: Fix interaction with PackageFabian Kosmale2020-04-222-0/+46
* | Blacklist a failing hAlignVisual in SLESTony Sarajärvi2020-05-111-0/+3
* | Gracefully handle Accessible attached property on non-itemsTor Arne Vestbø2020-04-281-1/+14
|/
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-202-0/+57
|\
| * OpacityAnimator: apply opacity animation to the first frame in SGWang Chuan2020-04-072-0/+57