aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlEngine: Remove ownedByQml1 checksFabian Kosmale2020-06-161-9/+0
* Fix baseUrl returning an empty urlJaeyoon Jung2020-06-101-1/+3
* Allow QML plugins to be optionalUlf Hermann2020-06-091-1/+2
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-051-3/+1
* Remove winrtOliver Wolff2020-06-041-7/+4
* Move object onwership functions from QQmlEngine to QJSEngineFabian Kosmale2020-04-241-68/+0
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-04-221-0/+1
|\
| * WASM: Enable WebAssembly platform detection from QMLFredrik Orderud2020-04-211-0/+1
* | Fix compile error with latest qtbase due to removed bearer managementAlexandru Croitor2020-04-061-1/+0
* | Encapsulate QQmlContextDataUlf Hermann2020-03-231-22/+25
* | Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-3/+3
* | Allow multiple URL interceptors per engineUlf Hermann2020-03-171-13/+42
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-121-76/+96
|\ \
| * | Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-10/+9
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-9/+13
| |\|
| | * Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-3/+4
| | * Doc: Fix documentation from QQmlEngine::singletonInstance()Ulf Hermann2020-02-241-6/+9
| * | Fix build without features.settingsTasuku Suzuki2020-02-281-1/+0
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-5/+1
| |\|
| | * Fix QML type unregistrationFabian Kosmale2020-02-101-5/+1
| * | Process major versions as part of Q_REVISIONUlf Hermann2020-02-131-36/+69
| * | Remove BC shim for QQmlEngine::addNamedBundle()Ulf Hermann2020-02-121-11/+0
| * | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-6/+6
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-6/+41
|\| |
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-251-4/+41
| |\|
| | * Long live QML inline componentsFabian Kosmale2020-01-231-4/+26
| | * Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-231-0/+15
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-201-2/+0
| |\|
| | * Add Q_GADGET Wrapper for QQmlPropertyPierre-Yves Siret2020-01-151-2/+0
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-161-27/+20
|\| |
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-2/+2
| |\|
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-141-2/+2
| | |\
| | | * On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-101-2/+2
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-141-24/+7
| |\| |
| | * | Generate registrations for all importsUlf Hermann2020-01-101-19/+0
| | * | QQmlEngine: use const QList for C++11 style iterationUlf Hermann2019-12-191-1/+1
| | * | Port away from QObjectPrivate::getThreadDataGiuseppe D'Angelo2019-12-161-4/+6
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-121-1/+11
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-221-1/+11
| | |\|
| | | * Retrieve the attached properties base type without recursionUlf Hermann2019-11-181-1/+3
| | | * Disable deprecation warnings in function that are themselves deprecatedUlf Hermann2019-11-181-0/+8
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-251-4/+4
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-081-3/+3
| |\| |
| | * | Use a temporary getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-11-071-3/+3
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-161-1/+1
| |\| |
| | * | Add support for semi-automatic QML type registrationsUlf Hermann2019-10-141-1/+1
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-17/+9
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-271-17/+9
| |\| |
| | * | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-17/+14
| | |/
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-12/+12
|\| |