aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove QQmlEnginePrivate::isQObjectFabian Kosmale2021-03-051-6/+0
* Simplify QQmlPropertyData::flagsForProperty; remove typeCategoryFabian Kosmale2021-03-051-10/+0
* QQmlEnginePrivate: remove functions that only forward to QQmlMetaTypeFabian Kosmale2021-03-051-14/+0
* Engine: Cleanup method argument passingFabian Kosmale2021-03-041-2/+2
* QQmlData: Remove parentChanged codeFabian Kosmale2021-03-041-25/+1
* QQmlData: Remove QML 1 related codeFabian Kosmale2021-03-041-1/+1
* Support runtime functions evaluation by index through QQmlEngineAndrei Golubev2021-02-121-0/+24
* Support and prefer QML_IMPORT_PATH over QML2_IMPORT_PATHUlf Hermann2021-02-101-2/+2
* Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPathUlf Hermann2021-02-091-2/+2
* qqmlengine: Fix some warnings not being displayed correctlyMaximilian Goldstein2021-02-091-8/+8
* 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