aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-122-3/+17
|\
| * Fix all import versionsUlf Hermann2020-02-192-2/+11
| * tst_qqmlengine: Don't rename the QObject QML typeUlf Hermann2020-01-271-1/+6
* | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+3
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-292-0/+42
|\|
| * Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-232-0/+42
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-162-0/+37
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-142-0/+37
| |\
| | * On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-102-0/+37
* | | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-5/+5
* | | Regenerate remaining tests to be in syncAlexandru Croitor2019-11-151-5/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-1440-11/+63
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-081-0/+10
| |\|
| | * qmlRegisterSingletonInstance: Do not crash if instance gets deletedFabian Kosmale2019-10-071-0/+10
| * | Clean up tst_qqmlengine.cppFabian Kosmale2019-10-0740-11/+53
| |/
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-153-13/+66
|\|
| * Introduce qmlRegisterSingletonInstanceFabian Kosmale2019-07-191-0/+40
| * Fix qqmlengine autotest for androidJan Arve Sæther2019-07-192-5/+11
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+56
|/
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Make sure urlInteceptor() works standaloneJan Arve Sæther2019-07-051-1/+1
* Port from QLatin1Literal to QLatin1StringGiuseppe D'Angelo2019-06-111-1/+1
* add std::function overload to qmlRegisterSingletonTypeFabian Kosmale2019-06-111-0/+19
* Add test for cached getter lookupMichal Klocek2019-05-092-0/+31
* Re-use existing IC when freezing propertiesUlf Hermann2019-03-271-0/+13
* Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-211-0/+91
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-191-0/+32
|\
| * Formals come after locals in the CallContextLars Knoll2018-05-291-0/+32
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-044-0/+32
|\|
| * Normalize URL before loading typesErik Verbruggen2018-04-274-0/+36
* | Make sure we call Codegen::defineFunction with proper argumentsLars Knoll2018-05-021-1/+1
|/
* Fix calling Qt.createComponent() from QQmlEngine::evaluate()Simon Hausmann2018-03-081-0/+12
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-27/+27
* Allow exported signal handlers for signals with revisionThomas Hartmann2018-01-125-0/+46
* Enable tests for boot2qtSami Nurmenniemi2017-09-212-0/+9
* Add support for enum declarations in QMLMichael Brasser2017-07-131-0/+3
* tst_qqmlengine::clearComponentCache(): Use QTemporaryDirFriedemann Kleint2017-06-081-5/+25
* Fix build of tst_qqmlengineSzabolcs David2017-05-091-0/+1
* Add an autotest for GC crashes on some platformsRobin Burchell2017-04-212-1/+39
* add QQmlEngine::offlineStorageDatabaseFilePath(db), use in LocalStorageShawn Rutledge2017-02-021-0/+29
* Enable QML/JS disk cache by defaultSimon Hausmann2016-08-051-0/+6
* Moved resolved type references over to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-0/+5
* Add delayed property to Binding.Michael Brasser2016-04-082-3/+3
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-297-0/+37
|\
| * Pass Qt.include() URLs through the URL interceptor if presentKevin Krammer2016-01-237-0/+37
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-032-0/+20
|\|
| * QML: Fix typeof context property.Erik Verbruggen2015-10-272-0/+20
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
|/
* tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-10/+11