aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/tst_qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support runtime functions evaluation by index through QQmlEngineAndrei Golubev2021-02-121-0/+35
* tst_qqmlengine: remove unused QSKIPSamuli Piippo2021-02-121-4/+0
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-231-2/+2
* QQmlEngine: Add method to explicitly capture a propertyUlf Hermann2020-10-231-20/+33
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-8/+1
* Fix baseUrl returning an empty urlJaeyoon Jung2020-06-101-0/+13
* Fix memory leaks in tst_qqmlengineUlf Hermann2020-06-081-16/+17
* Allow multiple URL interceptors per engineUlf Hermann2020-03-171-1/+1
* Fix all import versionsUlf Hermann2020-02-191-2/+7
* tst_qqmlengine: Don't rename the QObject QML typeUlf Hermann2020-01-271-1/+6
* Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-231-0/+33
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-141-0/+31
|\
| * On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-101-0/+31
* | 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-071-11/+14
|/
* Introduce qmlRegisterSingletonInstanceFabian Kosmale2019-07-191-0/+40
* Fix qqmlengine autotest for androidJan Arve Sæther2019-07-191-5/+9
* 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-091-0/+11
* 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-041-0/+23
|\|
| * Normalize URL before loading typesErik Verbruggen2018-04-271-0/+27
* | 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-121-0/+12
* Enable tests for boot2qtSami Nurmenniemi2017-09-211-0/+4
* 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-211-1/+10
* 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-081-2/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-0/+9
|\
| * Pass Qt.include() URLs through the URL interceptor if presentKevin Krammer2016-01-231-0/+9
* | Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* QML: Fix typeof context property.Erik Verbruggen2015-10-271-0/+14
* tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-10/+11
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11