aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix build with GCC12: apparently incorrect use-after-free warningThiago Macieira2022-05-261-1/+2
* qqmlimport.cpp: remove unused qreadwritelock.hMarc Mutz2022-05-231-1/+0
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-1711-45/+51
* QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-05-173-9/+9
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-174-35/+42
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-174-18/+19
* QML: Port QV4::CompiledData::ParameterType to new special integer bitfieldUlf Hermann2022-05-171-3/+4
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-177-139/+172
* Generalize role selection mechanism from QQuickComboBoxUlf Hermann2022-05-124-4/+18
* QML: Port icutils::Node to new special integer bitfieldUlf Hermann2022-05-121-1/+1
* (manual) includemocsMarc Mutz2022-05-102-0/+2
* QtDeclarative: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-084-22/+22
* QBiPointer/QQmlRefPointer: add member-swap, don't use qSwapMarc Mutz2022-05-082-5/+6
* Fix crash in QQmlObjectCreator::populateInstanceUlf Hermann2022-05-071-0/+8
* Handle property assignment failure for group property gracefullyFabian Kosmale2022-05-071-1/+4
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-05-054-22/+30
* Qml: includemocsMarc Mutz2022-04-305-0/+10
* QQmlTypeCompiler: Find implicit components for inline component rootsUlf Hermann2022-04-281-15/+21
* QML: Reset the binding name when synthesizing componentsUlf Hermann2022-04-281-0/+4
* QQmlMetaObjectPointer: fix missing release memory fence in setSharedOnce()Marc Mutz2022-04-061-1/+1
* QQmlMetaObjectPointer: restrict copy ctor to QQmlPropertyCacheMarc Mutz2022-04-061-0/+4
* QML: In captureLookup(), return false if it failsUlf Hermann2022-03-251-2/+1
* QmlCompiler: Fix a number of warts regarding type lookupUlf Hermann2022-03-251-0/+2
* Clarify that a dynamic plugin is not resolvedAlexandru Croitor2022-03-161-2/+3
* qqmlimport: Log when no qmldir file is foundAlexandru Croitor2022-03-162-2/+15
* QtQml: Restore immutability of QQmlPropertyCacheUlf Hermann2022-03-152-89/+86
* QQmlPropertyCache: Store checksums in type loaderUlf Hermann2022-03-145-15/+29
* Suppress QLocale::nativeCountryName deprecationMårten Nordheim2022-03-101-1/+1
* QML: Unify treatment of invalid revisions on registrationUlf Hermann2022-03-091-10/+12
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-041-82/+259
* QML: Explicitly reject malformed file importsUlf Hermann2022-03-021-0/+12
* QQmlMetaType: Don't duplicate notify signals for extended typesUlf Hermann2022-02-241-14/+14
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-221-14/+0
* QQmlStrongJSQObjectReference: rename setObject() argument o → objMarc Mutz2022-02-151-5/+5
* QQmlProperty: Prohibit ID lookup on explicitly given objectUlf Hermann2022-01-211-1/+2
* Inline the pre-checks for QQmlInterceptorMetaObject::interceptUlf Hermann2022-01-182-87/+100
* Do not call a method on a nullptrUlf Hermann2022-01-051-1/+1
* Do not copy lookupsUlf Hermann2021-12-171-7/+7
* Add executeRuntimeFunction overload to QQmlEnginePrivateAndrei Golubev2021-12-112-3/+12
* Don't crash when accessing QVariant data pointerVolker Hilsheimer2021-12-111-1/+1
* QQmlJSAotContext: flushPendingBinding() before capturing a propertyUlf Hermann2021-12-103-16/+22
* QQmlPropertyCache: Remove pointless recursive ctor callUlf Hermann2021-12-091-1/+0
* V4 Lookup: Do not leak property cachesUlf Hermann2021-12-092-11/+3
* macOS: Add application bundle's Resources/qml dir as a QML import pathAlexandru Croitor2021-12-071-1/+22
* qmlRegisterTypesAndRevisions: Simplify templateFabian Kosmale2021-12-062-10/+4
* Doc: Fix documentation warningsTopi Reinio2021-12-061-1/+2
* QQmlEngine: some more cleanupUlf Hermann2021-12-042-43/+16
* Fix some style problemsUlf Hermann2021-12-041-4/+2
* Ensure QQmlData::get const-correctnessFabian Kosmale2021-12-044-9/+22
* Allow recursion in AOTCompiledContext::initLoadAttachedLookup()Ulf Hermann2021-12-031-1/+1