aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
* QQmlTypeNameCache: Unify querying for typesUlf Hermann2021-12-035-143/+149
* Split QML registration macros into their own moduleFabian Kosmale2021-12-022-95/+1
* Make QQmlData::wasDeleted/get usable with QObjectPrivateFabian Kosmale2021-12-021-8/+19
* Qml: Don't crash when as-casting to type with errorsUlf Hermann2021-11-301-2/+4
* Suppress warning about deferred group properties if scope is deferredUlf Hermann2021-11-302-8/+23
* Fix compiler warningVolker Hilsheimer2021-11-291-1/+1
* JSON: temporarily make work with the broken const-correctnessThiago Macieira2021-11-271-3/+3
* QQmlPluginImporter: stop using QPairThiago Macieira2021-11-272-12/+15
* Drop Qt3 supportIvan Tkachenko2021-11-261-5/+1
* qqmltypecompiler: Be conservative in enum optimizationFabian Kosmale2021-11-261-0/+7
* qintrusivelvist_p.h: Silence nullpointer subtraction warningFabian Kosmale2021-11-261-0/+5
* Doc: Fix link to LocalStorage in QQmlEngine::offlineStoragePath docsFabian Kosmale2021-11-261-1/+2
* Fix logging categories in QtQml and friendsUlf Hermann2021-11-261-1/+1
* QQmlComponent: put special internal creation routine into a functionAndrei Golubev2021-11-232-6/+21
* Add includes to fix build after changes in qtbaseVolker Hilsheimer2021-11-172-0/+2
* Make QQmlEngine take care of QQmlContext setupAndrei Golubev2021-11-123-13/+52
* Doc: Move Qt global type docsVenugopal Shivashankar2021-11-122-224/+222
* Fix life cycle methods of various types related to QQmlBindUlf Hermann2021-11-124-49/+33
* Do not crash on self-assignment of QQmlPropertyUlf Hermann2021-11-101-6/+2
* Allow deferring of attached propertiesUlf Hermann2021-11-093-45/+65
* Clean up PropertyCache life cycleUlf Hermann2021-11-0925-201/+180
* Clean up some includesUlf Hermann2021-11-0517-69/+63
* QQmlPropertyValueInterceptor: Do not rely on transitive includeFabian Kosmale2021-11-051-0/+1
* Do not resolve containing types of inline components too earlyUlf Hermann2021-11-051-7/+1
* Rename qflagpointer_p.h to qbipointer_p.hFabian Kosmale2021-11-0312-12/+7
* QBiPointer: Add internal documentationFabian Kosmale2021-11-031-0/+10
* Allow attached properties in generalized grouped propertiesUlf Hermann2021-11-022-19/+36
* QQmlComponent: Skip the logging loop completely if category is not enabledIvan Tkachenko2021-11-021-2/+3
* Doc: Fix core QML functions signatures and examplesIvan Tkachenko2021-11-022-63/+65
* QQmlLoggingCategory: Avoid unnecessary warnings from settersIvan Tkachenko2021-11-021-5/+12
* Use correct plugin name for Android QML pluginsAlexey Edelev2021-11-021-21/+31
* QQmlComponent: Make it harder to leak deferred statesUlf Hermann2021-11-012-26/+12
* qmltyperegistrar: Register foreign base classes anonymouslyMaximilian Goldstein2021-10-293-63/+119
* qqmlprivate.h: Include standard lib headers after all othersAndrei Golubev2021-10-291-3/+2
* Work around <windows.h> #define'ing maxThiago Macieira2021-10-281-1/+1
* Introduce generalized grouped propertiesUlf Hermann2021-10-287-93/+165
* Allow ImmediatePropertyNames in addition to DeferredPropertyNamesUlf Hermann2021-10-282-9/+41
* QQmlProperty: Add flexibility to initProperty()Ulf Hermann2021-10-272-48/+138
* Remove deprecated usage of QQmlFileSelector::get in texteditor exampleLuca Di Sera2021-10-221-2/+1
* Provide a non-QQmlV4Function version of Component::createObject()Ulf Hermann2021-10-212-9/+100
* Improve type conversions from/to QJSValueUlf Hermann2021-10-204-6/+30
* ParentChange: handle bindable propertiesFabian Kosmale2021-10-184-0/+70
* Add a Pragma for list assign behaviorUlf Hermann2021-10-136-4/+42
* Fix "We mean it" in qqmlfinalizer_p.hUlf Hermann2021-10-131-3/+3
* Avoid QAbstractDynamicMetaObject where possibleUlf Hermann2021-10-1213-93/+112
* On QQmlTypeWrapper::toVariant(), consider attached objectsUlf Hermann2021-10-081-3/+6
* QQmlEngine: Fine grained translation binding trackingFabian Kosmale2021-10-087-36/+35
* Adapt to changed return value for toDynamicMetaObject()Ulf Hermann2021-10-084-4/+4
* QQmlJSTypeResolver: store plain types as metaobjectsUlf Hermann2021-10-072-16/+55
* Add "we mean it" to qqmlfinalizer_p.hUlf Hermann2021-10-061-0/+12