aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-1720-114/+119
* QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-05-175-33/+53
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-176-50/+114
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-179-35/+89
* QML: Port QV4::CompiledData::ParameterType to new special integer bitfieldUlf Hermann2022-05-173-15/+29
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-1712-210/+277
* Generalize role selection mechanism from QQuickComboBoxUlf Hermann2022-05-124-4/+18
* QML: Port QV4::CompiledData::RegExp to new special integer bitfieldUlf Hermann2022-05-123-18/+23
* QML: Port QV4::CompiledData::Lookup to new special integer bitfieldUlf Hermann2022-05-124-25/+20
* QML: Port icutils::Node to new special integer bitfieldUlf Hermann2022-05-123-21/+32
* QML: Port QV4::CompiledData::JSClassMember to new special integer bitfieldUlf Hermann2022-05-123-10/+17
* Doc: Add CMake documentation to 'Extending QML' exampleAndreas Eliasson2022-05-111-14/+55
* (manual) includemocsMarc Mutz2022-05-102-0/+2
* Doc: Integrate with JS Values from C++Jaishree Vyas2022-05-105-0/+388
* qv4string: port away from std::aligned_storageMarc Mutz2022-05-101-1/+1
* V4 Engine: Don't try to convert JS functions to other typesUlf Hermann2022-05-091-1/+4
* QtDeclarative: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-085-23/+23
* QBiPointer/QQmlRefPointer: add member-swap, don't use qSwapMarc Mutz2022-05-082-5/+6
* Fix crash in QQmlObjectCreator::populateInstanceUlf Hermann2022-05-071-0/+8
* Doc: Add CMake sections to 'Creating C++ Plugins for QML' pageAndreas Eliasson2022-05-072-32/+55
* CMake: Fix qmlimportscanner call for conanJoerg Bornemann2022-05-071-5/+22
* CMake: Fix QML modules in subdirectoriesTadej Novak2022-05-071-1/+1
* Add a TU for QQmlDebugServerMarc Mutz2022-05-074-1/+52
* Handle property assignment failure for group property gracefullyFabian Kosmale2022-05-071-1/+4
* cmake: qmltc - exclude generated sources from unity buildsTim Blechmann2022-05-071-2/+4
* Quick Animations: Fix crashFabian Kosmale2022-05-072-4/+4
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-05-054-22/+30
* Qml: includemocsMarc Mutz2022-04-308-0/+16
* 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
* CMake: Work around moc issue in static builds when building snippetsAlexandru Croitor2022-04-201-2/+5
* Doc: Improve cross-linking between QML and integration articlesAndreas Eliasson2022-04-168-7/+36
* Adapt qv4engine to stack size on AndroidAndreas Buhr2022-04-141-0/+9
* 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
* Doc: Write QML ModulesJaishree Vyas2022-04-017-0/+366
* QML: In captureLookup(), return false if it failsUlf Hermann2022-03-251-2/+1
* V4 ArrayIterator: Protect retrieved value from GCUlf Hermann2022-03-251-3/+3
* QmlCompiler: Fix a number of warts regarding type lookupUlf Hermann2022-03-253-3/+5
* CMake: Remove INSTALL_SOURCE_QMLTYPES warning, take 2Kai Köhne2022-03-161-4/+0
* 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
* Doc: Revise Qt QML module landing pageAndreas Eliasson2022-03-141-63/+60
* CMake: Remove MACOS_BUNDLE option from qml app deployment callAlexandru Croitor2022-03-141-1/+0
* QQmlPropertyCache: Store checksums in type loaderUlf Hermann2022-03-149-21/+39
* Suppress QLocale::nativeCountryName deprecationMårten Nordheim2022-03-101-1/+1
* QML: Unify treatment of invalid revisions on registrationUlf Hermann2022-03-091-10/+12
* ExecutionEngine: Move initialization of statics into separate methodUlf Hermann2022-03-052-68/+87
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-044-82/+271