aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Move most of the pointer manual tests to a new pointerhandlers exampleShawn Rutledge2021-09-2438-2649/+2
* Fix a bug in ScrollBar::test_interactive() autotestJan Arve Sæther2021-09-242-3/+3
* ScrollBar::test_mouse(): remove workaround that is not needed anymoreJan Arve Sæther2021-09-241-4/+0
* Fix a bug in ScrollBar::test_mouse() autotestJan Arve Sæther2021-09-242-13/+10
* Fix ScrollBar::test_touch() autotestJan Arve Sæther2021-09-242-10/+20
* qmllint: Add ability to warn about function declarationsMaximilian Goldstein2021-09-242-0/+13
* QQuickLoader: Do not incubate if the source arrives after setActive(false)Aleix Pol2021-09-233-0/+43
* QDeferredSharedPointer: Do not use factory after lazy loadingUlf Hermann2021-09-234-0/+23
* Fix test_flashing() autotest for native Windows styleJan Arve Sæther2021-09-232-2/+4
* Fix Slider::test_snapMode_touch() to work for narrower slidersJan Arve Sæther2021-09-232-18/+7
* QQuickAction: don't grab the same shortcut multiple timesOliver Eftevaag2021-09-231-0/+33
* Compile autotests for Integrity (qtdeclarative module)Tatiana Borisova2021-09-232-3/+7
* Expose QQuaternion functions to QMLYuya Nishihara2021-09-232-0/+40
* qmllint: Support "length" property of sequence typesUlf Hermann2021-09-232-1/+21
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-227-7/+7
* Fix required properties detection in QQmlObjectCreatorAndrei Golubev2021-09-227-24/+48
* tst_qqmlcomponent: add more tests for required propertiesAndrei Golubev2021-09-2222-3/+257
* Allow adding null to QQmlListPropertyUlf Hermann2021-09-222-0/+27
* Further stabilize tst_qqmlengineUlf Hermann2021-09-221-2/+8
* qmllint: Read qmldir files from resources where applicableUlf Hermann2021-09-225-0/+23
* qmllint: Automatically import qmldirs from resourcesMaximilian Goldstein2021-09-213-0/+16
* disconnectNotifiers() more aggressively during object deletionUlf Hermann2021-09-212-0/+32
* qmllint: Ignore scopes affected by inheritance cyclesMaximilian Goldstein2021-09-211-1/+3
* shadersource qmltest: Fix an incorrect property referenceLaszlo Agocs2021-09-201-1/+1
* QQuickIcon: Resolve URL relative to current elementFabian Kosmale2021-09-203-0/+38
* qmltyperegistrar: Strip '*' from method return typesUlf Hermann2021-09-202-0/+17
* QQmlJSImportVisitor: Recognize grouped property scopes with bracesUlf Hermann2021-09-201-2/+1
* qmldom: correctly handle comma expression when reformattingFawzi Mohamed2021-09-172-0/+2
* fix handling of arrow functionsFawzi Mohamed2021-09-174-3/+21
* SaveableUnitPointer::saveToDisk restores flags incorrectly at cleanupJarkko Koivikko2021-09-171-0/+12
* Use qDegreesToRadians() rather than yet more approximations to pi/180Edward Welbourne2021-09-171-5/+4
* Fix ScrollBar::test_snapMode_mouse() autotestJan Arve Sæther2021-09-172-19/+13
* Add invokable QQuickItem::dumpItemTree()Shawn Rutledge2021-09-171-0/+8
* Fix ScrollBar::test_snapMode_touch() autotestJan Arve Sæther2021-09-172-19/+13
* Output a message when tst_qmlcachegen's version check failsUlf Hermann2021-09-161-1/+15
* Consolidate test helpers into private librariesMitch Curtis2021-09-13420-6003/+1445
* QQmlListModel: Don't return from the middle of a loopUlf Hermann2021-09-132-2/+11
* Provide more options for handling URLs in the "Qt" objectUlf Hermann2021-09-134-0/+37
* qmllint: Warn about assigning literals to read-only propertiesFabian Kosmale2021-09-092-3/+1
* Improve output on failed font dialog testsOliver Eftevaag2021-09-091-2/+3
* qmldom: improve function comment handlingFawzi Mohamed2021-09-093-0/+14
* Unblacklist ScrollView::test_keys()Jan Arve Sæther2021-09-091-2/+0
* Don't leak in QQuickIconImage fileSelectors() testUlf Hermann2021-09-091-1/+1
* Fix generation of names in qmldir filesUlf Hermann2021-09-085-0/+19
* CMake: Use modified target name as base name for internal qml pluginsAlexandru Croitor2021-09-0816-28/+28
* Add button argument to the TapHandler.[single|double|]tapped signalsShawn Rutledge2021-09-082-6/+7
* Add all qml debug translation fixes and functionalities from 5.15Tuomo Pelkonen2021-09-081-0/+4
* Fix implicit size of TextAreaJan Arve Sæther2021-09-071-2/+0
* Fix ScrollView::test_keys autotest for native windows styleJan Arve Sæther2021-09-071-0/+5
* QQuickGrid: Warn if there are more items than rows*columnsAlbert Astals Cid2021-09-071-0/+2