aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
Commit message (Expand)AuthorAgeFilesLines
* tst_HowToQml::activeFocusDebugging: call requestActivateMitch Curtis41 hours1-0/+1
* Tests: Avoid some warningsUlf Hermann2 days3-5/+9
* Blacklist failing activeFocusDebugging() testUlf Hermann2 days1-0/+5
* Blacklist tst_qquicklistview::multipleTransitions() on macosUlf Hermann2 days1-0/+4
* Remove the Window.parent and Window.z propertiesTor Arne Vestbø2 days2-10/+18
* tests: blacklist tst_qquicktext::contentSize() on MSVC2022Liang Qi3 days1-0/+1
* Skip crashing tst_qquickpixmapcache::slowDevice testMitch Curtis3 days1-0/+2
* tst_qquickwindow: Use QTRY_COMPARE for first visibility change, tooFabian Kosmale3 days1-1/+1
* Blacklist tst_qquickapplication::active() on opensuse (again)Fabian Kosmale3 days1-0/+2
* Blacklist tst_qquickapplication::stateMitch Curtis3 days1-0/+2
* Replace all occurrences of Q_OS_MAC with more appropriate definesTor Arne Vestbø9 days3-3/+3
* Android: Add auto tests for Java QtAbstractItemModelSoheil Armin11 days6-0/+338
* QQuickImageBase: don't swap pending/current too early; async testShawn Rutledge12 days4-21/+81
* a11y: Add a method for issuing a QAccessibleAnnouncementEventAleix Pol12 days1-0/+20
* Clean up some includesUlf Hermann14 days1-21/+24
* Support drag and drop section reordering in the table viewSanthosh Kumar2024-05-271-5/+5
* Update auto test for row and column reordering in quick table viewSanthosh Kumar2024-05-272-0/+289
* Add PathRectangle, a PathElement for optionally rounded rectanglesEirik Aavitsland2024-05-261-0/+103
* QQuickAbstractButton: setAction will share its Accessible objectAleix Pol2024-05-241-1/+1
* Call polish after setting HAlign in Qml TextEditEd Cooke2024-05-222-26/+26
* Introduce a flag to keep old image around while loading new oneEskil Abrahamsen Blomfeldt2024-05-163-29/+49
* Move duplicate WindowActivation checks into a skip macroMitch Curtis2024-05-152-16/+5
* Add fillTransform property to ShapePathEirik Aavitsland2024-05-142-0/+95
* Force active focus to target item in setFocusToTargetItemDoris Verria2024-05-142-1/+47
* Give focus to parent window when focus chain wrapsDoris Verria2024-05-023-0/+108
* 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
* Fix test compilation issues with QtLite configurationJari Helaakoski2024-04-301-1/+5
* Do not assert when preferred{Width|Height} is infinityJan Arve Sæther2024-04-241-1/+13
* QQuickTableView: support unselecting cellsRichard Moe Gustavsen2024-04-172-19/+34
* Layouts: reimplement toString() for better warning messagesMitch Curtis2024-04-171-1/+1
* Fix adding columns to TreeViewAntti Määttä2024-04-173-0/+74
* Make sure PathView index isn't negative when filling the modelKaj Grönholm2024-04-122-0/+91
* Fix Text with ElideRight rendering when margins are setIvan Solovev2024-04-122-1/+38
* Fix PathView infinite create/remove loopsKaj Grönholm2024-04-123-0/+92
* QQuickItem::setFocus: Don't return too earlyDoris Verria2024-04-112-0/+84
* Loader: keep control over resizingFabian Kosmale2024-04-112-6/+40
* ItemView: Avoid undesired repositioning in updateCurrentFabian Kosmale2024-04-112-0/+75
* Correct license for test filesLucie Gérard2024-04-112-2/+2
* QQuickPaintedItem: make the antialiasing property workEirik Aavitsland2024-04-111-6/+14
* Fix build of rendercontrol test on AndroidVolker Hilsheimer2024-04-101-1/+1
* Fix binding loop and polish issue in quick layoutSanthosh Kumar2024-04-091-0/+72
* Revert "Skip Vulkan on Android in nodes autotest"Assam Boudjelthia2024-04-081-2/+1
* Return masked characters for passwords during narrationPavel Dubsky2024-04-081-0/+30
* TextEdit: don't skip nested frames or their blocks in updatePaintNodeShawn Rutledge2024-04-082-0/+112
* Add a way to set a custom depth texture on a QQuickRenderTargetLaszlo Agocs2024-04-052-24/+185
* tst_qquickpointerhandler: add Q_OBJECTGiuseppe D'Angelo2024-04-041-0/+1
* QQuickBorderImage: handle QFile failing to openGiuseppe D'Angelo2024-04-031-0/+16
* Fix enum-compare warning in tst_qquicktextdocumentShawn Rutledge2024-04-031-6/+6
* Shortcut: Match window shortcut when its window is activeMohammadHossein Qanbari2024-04-022-0/+107