aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
...
* tst_QQuickTextDocument::overrideTextFormat() remove failing data setAxel Spoerl2024-03-061-5/+0
* Legitimize qWait()s in tst_qquicktexteditShawn Rutledge2024-03-051-12/+8
* Use showView in most test functions in tst_qquicktexteditShawn Rutledge2024-03-052-316/+197
* Blacklist tst_qquickpixmapcache::slowDevice on all platformsMitch Curtis2024-03-061-1/+1
* Prepare for white allocations during gc(8/9): Object creatorFabian Kosmale2024-03-051-0/+33
* tst_HowToQml::timePicker: add more logging output to debug flakinessMitch Curtis2024-03-052-2/+14
* 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
* Stablize a flaky test, tst_qquickapplicationInho Lee2024-02-292-8/+2
* Add TextDocument.errorString propertyShawn Rutledge2024-02-271-2/+8
* Correct license for test filesLucie Gérard2024-02-27355-355/+355
* Attempt to stabilize tst_how-to-qml's timePicker testMitch Curtis2024-02-261-14/+18
* Add imageSourceSize property to QQuickDragWang Zichong2024-02-243-1/+100
* Respect TextEdit.textFormat in TextDocument load(); detect formatShawn Rutledge2024-02-214-14/+285
* HoverHandler: setHovered(false) for any pointer event outside boundsShawn Rutledge2024-02-212-37/+54
* Layouts: Make {Row,Column}Layout.uniformCellSizes visible to QMLJan Arve Sæther2024-02-201-3/+34
* Blacklist tst_qquickhoverhandler::window on OpenSuseShawn Rutledge2024-02-191-0/+3
* Rename TextDocument.Status.SaveDone to SavedShawn Rutledge2024-02-191-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-131-0/+1
* Avoid dangling pointers in QQuickTextEdit::resourceRequestFinished()Shawn Rutledge2024-02-125-0/+89
* Refactor error handling in QQuickTextDocumentPrivate::load()Shawn Rutledge2024-02-122-0/+74
* Blacklist tst_qquickapplication::state() on opensuseUlf Hermann2024-02-081-0/+3
* QtQuick: Do not crash on broken statesUlf Hermann2024-01-302-0/+21
* Force text layout update in the thread where its createdSanthosh Kumar2024-01-263-0/+49
* DA: align delivery of mouse, touch, and synthesized mouse events to childMous...Richard Moe Gustavsen2024-01-241-47/+62
* Replace TextEdit.textDocument.error signal with status propertyShawn Rutledge2024-01-231-0/+7
* Revert "Skip tst_examples on ASAN builds with Freetype font engine"Eskil Abrahamsen Blomfeldt2024-01-231-12/+0
* QQuickRhiItem API cleanupLaszlo Agocs2024-01-222-9/+12
* Skip tst_examples on ASAN builds with Freetype font engineEskil Abrahamsen Blomfeldt2024-01-181-0/+12
* tst_qquickpositioners: Use qPrintable rather than QTest::toStringUlf Hermann2024-01-171-4/+4
* WindowContainer: Add test for window containers as componentsTor Arne Vestbø2024-01-172-0/+71
* AnimatedImage: avoid loading the same web source in parallelVladimir Belyavsky2024-01-161-0/+31
* API Cleanup: Remove focusReason from QQuickItem's public API and add docsDoris Verria2024-01-131-53/+42
* Revert "Fix binding loop and polish issue in quick layout"Jani Heikkinen2024-01-121-72/+0
* Set QTP0001 for tst_qquickpixmapcacheAlexey Edelev2024-01-111-0/+1
* QQuickItem::map{To,From}Item: Handle items living in different windowsTor Arne Vestbø2024-01-102-0/+123
* WindowContainer: Don't apply visibility to contained window without parentTor Arne Vestbø2024-01-092-0/+28
* WindowContainer: Decouple contained window from parent on window changeTor Arne Vestbø2024-01-091-0/+23
* WindowContainer: Handle the contained window being destroyedTor Arne Vestbø2024-01-091-0/+21
* WindowContainer: Add auto test for basic functionalityTor Arne Vestbø2024-01-096-0/+166
* Amend 9ad9d05f26 to fix wrong whitespacesLars Schmertmann2024-01-091-16/+16
* qmlls: adapt parser for attached/grouped properties completionSami Shalayel2023-12-291-4/+8
* Ensure that HoverHandler reacts if a touchpoint moves out of boundsShawn Rutledge2023-12-282-0/+60
* DelegateModel: Do not redundantly re-scan model data all the timeUlf Hermann2023-12-221-0/+35
* Ensure that Image.implicitSize is set before statusChanged emittedShawn Rutledge2023-12-222-0/+51
* Fix binding loop and polish issue in quick layoutSanthosh Kumar2023-12-211-0/+72
* tst_qquickitem: Add focusReason() test caseDoris Verria2023-12-162-0/+262