aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin
Commit message (Expand)AuthorAgeFilesLines
* Fix test compilation issues with QtLite configurationJari Helaakoski16 hours1-0/+2
* Correct license for test filesLucie Gérard2024-02-2723-23/+23
* Remove remaining foreach in qml testsUlf Hermann2023-08-221-9/+14
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-171-0/+3
* tst_qqmlmoduleplugin: Clean up memory managementAmanda Hamblin-Trué2023-08-151-37/+26
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* qmldir parser: Handle internal types with versionsUlf Hermann2023-02-071-1/+1
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* QtQml: Restructure the moduleMaximilian Goldstein2022-11-281-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-0723-23/+23
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2823-23/+23
* Add license headers to cmake filesLucie Gérard2022-07-0823-0/+69
* Use SPDX license identifiersLucie Gérard2022-06-1123-621/+46
* Adapt qqmlmoduleplugin test to new metadata formatUlf Hermann2021-10-191-13/+1
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-181-1/+1
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-6/+9
* Avoid querying the file system for qmldir files for locked modulesUlf Hermann2021-08-171-2/+2
* CMake: Always add the qmldir to the resource file systemUlf Hermann2021-07-015-0/+30
* QtQml: Key plugins by URI where possibleUlf Hermann2021-06-301-1/+1
* Deprecate QQmlExtensionPlugin::baseUrl()Ulf Hermann2021-06-243-2/+4
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-1923-610/+0
* Mark overrides in tests to silence compiler warningsVolker Hilsheimer2021-04-1121-21/+21
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-1524-320/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-0646-56/+56
* Fix tst_qqmlmoduleplugin on macFawzi Mohamed2020-08-111-1/+8
* Fix string-bytearray mistake in tst_qqmlmodulepluginLaszlo Agocs2020-06-291-1/+1
* CMake: Fix tst_qqmlmoduleplugin for MinGWCristian Adam2020-06-245-0/+6
* Drop the "plugin cannot be loaded" extension to error messagesUlf Hermann2020-06-171-4/+4
* Allow QML plugins to be optionalUlf Hermann2020-06-099-5/+127
* CMake: Regenerate qtdeclarative/testsAlexandru Croitor2020-05-292-10/+10
* CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-172-4/+4
* CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-122-10/+4
* Regenerate qtdeclarativeAlexandru Croitor2020-02-1242-205/+150
* Fix qqmlmoduleplugin testLeander Beernaert2020-01-313-33/+69
* Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-1540-40/+40
* Regenerate remaining tests to be in syncAlexandru Croitor2019-11-1540-180/+164
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-1410-4/+125
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-092-3/+3
| |\
| | * Use qmlProtectModule to protect a module from further modificationUlf Hermann2019-10-082-3/+3
| * | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-072-4/+5
| |\|
| | * tst_qqmlmoduleplugin: avoid setContextPropertyFabian Kosmale2019-10-072-4/+5
| * | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-193-2/+23
| |\ \ | | |/ | |/|
| * | Also check the non-file-imported type on QQmlMetaType::typeForUrlMichael Brasser2019-09-099-1/+121
* | | Add QtDeclarative Test CoverageLeander Beernaert2019-08-1442-0/+1353
| |/ |/|
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-121-1/+1
|\|
| * Fix some compiler warnings in testsFriedemann Kleint2019-07-121-1/+1
* | Fix QStaticPlugin Qt6 usage in testAlexandru Croitor2019-07-083-2/+23
|/
* Make the shared test code independent of QtQmlUlf Hermann2018-04-241-2/+26