aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Take prefix into account when inserting namesUlf Hermann2019-08-302-0/+12
* qmllint: Consider methods from the current scope as valid IDsUlf Hermann2019-08-303-0/+17
* qmllint: Handle the default import and .ui.qml filesUlf Hermann2019-08-303-0/+18
* qmllint: Warn about magic signal handlersUlf Hermann2019-08-302-0/+25
* Deduplicate code in tst_qmllint.cppUlf Hermann2019-08-291-39/+25
* Use qmlRegisterAnonymousType in examples and testsUlf Hermann2019-08-273-3/+3
* Make the qmllint test an actual testUlf Hermann2019-08-262-15/+19
* Stabilize image and borderimage multiFrame testsShawn Rutledge2019-08-242-10/+28
* Move currentFrame and frameCount properties up to QQuickImageBaseShawn Rutledge2019-08-248-0/+133
* Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-233-9/+15
* Fix deployment of QtQuick for Android with dummy_imports.qmlJan Arve Sæther2019-08-213-0/+24
* Remove the last usages of deprecated APIsSona Kurazyan2019-08-205-12/+70
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-205-0/+46
|\
| * tst_qquicklistview: make addOnCompleted more robust + sanity checkFabian Kosmale2019-08-072-0/+4
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-053-0/+42
| |\
| | * Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-303-0/+42
* | | Introduce functions to set properties during creationFabian Kosmale2019-08-195-0/+156
* | | qmllint: do not warn about the identifier of a catch statementFabian Kosmale2019-08-193-1/+32
* | | CMake: Provide API to allow handling of QML static pluginsAlexandru Croitor2019-08-175-0/+94
* | | Allow Connections to handle signals using JavaScript functionsUlf Hermann2019-08-1629-14/+242
* | | Fix qquickfolderlistmodel autotest on AndroidJan Arve Sæther2019-08-141-1/+8
* | | Fix qqmlsqldatabase autotest for androidJan Arve Sæther2019-08-141-0/+8
* | | Fix qqmlvaluetypes autotest for androidJan Arve Sæther2019-08-141-2/+14
* | | Fix qqmllanguage autotest on AndroidJan Arve Sæther2019-08-143-45/+75
* | | Fix qqmlpropertymap autotest for androidJan Arve Sæther2019-08-142-0/+10
* | | Fix qqmltimer autotest for androidJan Arve Sæther2019-08-141-0/+9
* | | Fix qqmlxmlhttprequest autotest for androidJan Arve Sæther2019-08-131-3/+4
* | | Skip perfMapFile test on AndroidJan Arve Sæther2019-08-131-1/+1
* | | Blacklist tst_qquicktextedit::mouseSelection in openSuse leapFabian Kosmale2019-08-121-0/+2
* | | Skip the test function that uses QProcess on AndroidJan Arve Sæther2019-08-051-0/+3
* | | Fix 3+ level stencil clips on the rhi pathLaszlo Agocs2019-08-021-5/+15
* | | Fix debug output for QQmlError when url is a resourceJan Arve Sæther2019-07-301-1/+1
* | | Fix qqmlexpression failures for AndroidJan Arve Sæther2019-07-291-2/+5
* | | Fix qqmlimport failures for AndroidJan Arve Sæther2019-07-292-1/+9
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-2621-28/+440
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-2410-0/+134
| |\|
| | * Do not search for Singletons from more recent versionsFabian Kosmale2019-07-239-0/+131
| | * Always waitForWindow after centerOnScreen()Dimitrios Apostolou2019-07-221-0/+3
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13"Edward Welbourne2019-07-172-0/+93
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13Edward Welbourne2019-07-172-0/+93
| | |\|
| | | * QQuickItemView: refill itself before populate transitionWang Chuan2019-07-162-0/+93
| * | | V4: Add label for loop in spread in ArrayPatternErik Verbruggen2019-07-171-0/+15
| |/ /
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-128-28/+198
| |\|
| | * Fix promise chainingFabian Kosmale2019-07-102-0/+39
| | * Fix compilation with C++20Marc Mutz2019-07-081-1/+1
| | * Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-051-27/+55
| | * TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-052-0/+10
| | * Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-052-0/+93
* | | qmllint: Improve parent handlingFabian Kosmale2019-07-264-18/+45
* | | qmllint: Improve signal handler recommendationsFabian Kosmale2019-07-252-2/+13