aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't crash when trying to invoke non-existing string converterUlf Hermann2021-04-141-2/+1
* QML engine: Fix binding setupFabian Kosmale2020-12-031-2/+2
* Fix QProperty property interaction with aliasesFabian Kosmale2020-10-121-1/+15
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-021-2/+2
* Condense the different value type creation functions into oneUlf Hermann2020-09-231-2/+2
* Eliminate QQmlValueTypeProvider::storeValueType()Ulf Hermann2020-09-231-6/+4
* Eliminate QQmlValueTypeProvider::createFromStringUlf Hermann2020-09-231-45/+8
* Adjust to qtbase changesFabian Kosmale2020-09-041-6/+10
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-241-3/+1
* Add override behaviors to QQmlListPropertyUnai IRIGOYEN2020-08-221-0/+29
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-221-1/+1
* Do not set QQmlPropertyBinding until we reach finalizeFabian Kosmale2020-08-121-2/+10
* Drop special casing of QDateTime when setting valuesUlf Hermann2020-06-251-7/+2
* qqmlobjectcreator: Fix a typo in translation stringLiang Qi2020-06-231-1/+1
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-9/+2
* Revert "Decode directory separators in source URLs"Ulf Hermann2020-06-221-4/+3
* Remove QRegExp support from QtQmlLars Knoll2020-04-031-3/+0
* Implement support for property observersSimon Hausmann2020-04-031-3/+10
* Add support for translation bindings on QProperty based propertiesSimon Hausmann2020-04-021-3/+7
* Add support for binding directly to QProperty instancesSimon Hausmann2020-03-301-0/+7
* Encapsulate QV4::ResolvedTypeReferenceUlf Hermann2020-03-251-11/+11
* Fix typo: inlineComponendId -> inlineComponentIdUlf Hermann2020-03-241-1/+1
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-61/+81
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-1/+1
* Allow multiple URL interceptors per engineUlf Hermann2020-03-171-2/+1
* QQmlObjectCreator: Drop some dead codeUlf Hermann2020-03-101-5/+0
* Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-2/+3
* Inline components: do not leak contextFabian Kosmale2020-02-201-1/+4
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-2/+2
|\
| * Get rid of global gadgetPtr in QQmlValueTypeUlf Hermann2020-01-291-2/+2
* | Inline components: fix name resolutionFabian Kosmale2020-02-051-1/+1
* | Required properties: Do not fully resolve property cachesFabian Kosmale2020-02-031-1/+1
* | Required properties: Allow retroactive require specificationFabian Kosmale2020-01-311-9/+31
* | Handle required properties declared in C++Fabian Kosmale2020-01-281-0/+8
* | Long live QML inline componentsFabian Kosmale2020-01-231-18/+41
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-24/+24
* | Replace ActiveOcRestorer with QScopedValueRollbackFabian Kosmale2019-10-281-14/+2
* | Fix spurious test failures in qtquickcontrolsSimon Hausmann2019-10-241-3/+4
* | QQmlObjectCreator: Unify deferred setup of bindingsUlf Hermann2019-10-161-75/+46
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-081-0/+2
|\|
| * QML Binding: do not convert stringsFabian Kosmale2019-10-071-0/+2
* | required properties: move hadRequiredProperties to shared stateFabian Kosmale2019-09-251-2/+2
* | Support required properties in model delegatesFabian Kosmale2019-09-121-0/+2
* | Introduce required properties to QMLFabian Kosmale2019-09-091-2/+49
|/
* Support top level generator functionsFabian Kosmale2019-07-231-1/+5
* Move BindingPropertyData into ExecutableCompilationUnitUlf Hermann2019-07-111-1/+1
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* QQmlObjectCreator: Do not delete objects not owned by engineFabian Kosmale2019-07-101-2/+6
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-041-1/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-1/+2
| |\