aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* Move duplicate WindowActivation checks into a skip macroMitch Curtis3 days2-16/+5
* Call polish after setting HAlign in Qml TextEditEd Cooke10 days2-26/+26
* Do not try to rearrange if the width/height is < 0Jan Arve Sæther2024-04-301-0/+43
* Only apply QWindow::setVisibility() on first show or explicit requestTor Arne Vestbø2024-04-302-0/+41
* Do not assert when preferred{Width|Height} is infinityJan Arve Sæther2024-04-241-1/+13
* Fix adding columns to TreeViewAntti Määttä2024-04-183-0/+74
* QQuickTableView: support unselecting cellsRichard Moe Gustavsen2024-04-172-19/+34
* Return masked characters for passwords during narrationPavel Dubsky2024-04-161-0/+30
* Make sure PathView index isn't negative when filling the modelKaj Grönholm2024-04-162-0/+91
* Fix Text with ElideRight rendering when margins are setIvan Solovev2024-04-142-1/+38
* Fix PathView infinite create/remove loopsKaj Grönholm2024-04-123-0/+92
* QQuickItem::setFocus: Don't return too earlyDoris Verria2024-04-122-0/+84
* Loader: keep control over resizingFabian Kosmale2024-04-122-6/+40
* ItemView: Avoid undesired repositioning in updateCurrentFabian Kosmale2024-04-112-0/+75
* Fix binding loop and polish issue in quick layoutSanthosh Kumar2024-04-101-0/+72
* TextEdit: don't skip nested frames or their blocks in updatePaintNodeShawn Rutledge2024-04-092-0/+112
* Revert "Skip Vulkan on Android in nodes autotest"Assam Boudjelthia2024-04-091-2/+1
* tst_qquickpointerhandler: add Q_OBJECTGiuseppe D'Angelo2024-04-041-0/+1
* Correct license for examples filesLucie Gérard2024-04-041-1/+1
* Fix enum-compare warning in tst_qquicktextdocumentShawn Rutledge2024-04-031-6/+6
* QQmlGadgetPtrWrapper: Consider QVariant as possible typeThomas Hartmann2024-03-273-0/+65
* quicktestutils: rename delegateVisible to isDelegateVisibleMitch Curtis2024-03-262-126/+126
* Correct license for test filesLucie Gérard2024-03-262-2/+2
* Flickable: don't start flicking on release unless grabbedShawn Rutledge2024-03-211-3/+1
* Modify tst_FlickableInterop::touchDragSliderAndFlickable to passShawn Rutledge2024-03-212-3/+4
* tst_TapHandler: unblackist OpenSuSEAxel Spoerl2024-03-191-8/+0
* Make the QSGTexture native accessor query work on macOS/iOSTor Arne Vestbø2024-03-191-0/+54
* Prevent infinite loop when setting activeFocusItem of the scene's rootDoris Verria2024-03-162-1/+75
* ListView: allow binding on x and y in footer and header delegatesOliver Eftevaag2024-03-133-0/+92
* Restore tst_QQuickTextDocument::overrideTextFormat() test caseShawn Rutledge2024-03-121-0/+5
* Keep markup when toggling TextEdit.format: AutoText / PlainTextShawn Rutledge2024-03-101-13/+19
* Fail gracefully when binding an attached property where the object is nullVolker Hilsheimer2024-03-072-0/+28
* Update test cases for change in default size policySanthosh Kumar2024-03-062-5/+116
* tst_QQuickTextDocument::overrideTextFormat() remove failing data setAxel Spoerl2024-03-061-5/+0
* Blacklist tst_qquickpixmapcache::slowDevice on all platformsMitch Curtis2024-03-051-1/+1
* Fix crash when item is deleted in event handlerPaul Olav Tvete2024-03-041-0/+34
* Use showView in tst_qquicktextedit::mouseSelectionModeShawn Rutledge2024-02-291-12/+8
* Hover event delivery: don't modify a list we are iteratingVolker Hilsheimer2024-02-292-0/+42
* QQuickTableView: remove syncView from destructorRichard Moe Gustavsen2024-02-292-0/+59
* Correct license for test filesLucie Gérard2024-02-29355-355/+355
* Add TextDocument.errorString propertyShawn Rutledge2024-02-281-2/+8
* Attempt to stabilize tst_how-to-qml's timePicker testMitch Curtis2024-02-271-14/+18
* Respect TextEdit.textFormat in TextDocument load(); detect formatShawn Rutledge2024-02-234-14/+285
* HoverHandler: setHovered(false) for any pointer event outside boundsShawn Rutledge2024-02-222-37/+54
* Layouts: Make {Row,Column}Layout.uniformCellSizes visible to QMLJan Arve Sæther2024-02-211-3/+34
* Blacklist tst_qquickhoverhandler::window on OpenSuseShawn Rutledge2024-02-201-0/+3
* Rename TextDocument.Status.SaveDone to SavedShawn Rutledge2024-02-201-2/+2
* Flickable mouse wheel: overshoot less, and return to bounds soonerShawn Rutledge2024-02-191-0/+42
* tst_qquickanimatedimage::currentFrame: start in paused stateShawn Rutledge2024-02-151-0/+1
* Avoid dangling pointers in QQuickTextEdit::resourceRequestFinished()Shawn Rutledge2024-02-135-0/+89