aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move implementation of functions declared in qqml.h into qqml.cppUlf Hermann2021-01-291-74/+0
* Move qmlRegisterUncreatableMetaObject to qqml.cppUlf Hermann2021-01-251-34/+0
* Remove QQmlCleanupUlf Hermann2021-01-131-10/+1
* qqmlengine: Fix crash when encountering bad singletonsMaximilian Goldstein2021-01-111-0/+6
* Clean up (QQmlEnginePrivate|QQmlMetaType)::toQObjectFabian Kosmale2020-12-111-8/+1
* Doc: Fix occurrences of \Q_OBJECT in code snippetsTopi Reinio2020-12-081-24/+8
* QtQml: document qmlExecuteDeferred as internalFabian Kosmale2020-11-191-0/+3
* QQmlEngine::captureProperty(): Don't capture constant propertiesUlf Hermann2020-11-121-1/+1
* Doc:: Fix documentation warnings for Qt QMLTopi Reinio2020-11-051-1/+1
* QML: Allow singleton types to be extendedUlf Hermann2020-11-021-0/+3
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-231-1/+1
* QQmlEngine: Add method to explicitly capture a propertyUlf Hermann2020-10-231-0/+15
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-021-0/+1
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-021-0/+4
* Allow proper registration of value typesUlf Hermann2020-09-231-3/+7
* Remove superfluous namespace and exportsFabian Kosmale2020-08-311-28/+0
* Do proper memory management on the metatype interfaces we createLars Knoll2020-08-281-3/+1
* Fix QtQml after QMetaType/QVariant changes in Qt CoreLars Knoll2020-08-281-5/+5
* Always group the metaType and listType togetherLars Knoll2020-08-281-4/+4
* Remove deprecated functions involving attached property IDsFabian Kosmale2020-08-251-49/+0
* Add userdata callback to qml registrationMaximilian Goldstein2020-07-101-1/+1
* Match specific module imports also for versionless QML importsUlf Hermann2020-06-291-1/+1
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-2/+2
* 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