aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-281-2/+2
* Export QQmlLocale symbolsVolker Hilsheimer2020-09-281-4/+4
* Adapt to changes in QMetaSequenceInterface and iterablesUlf Hermann2020-09-251-7/+7
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-252-24/+15
* CMake: Rename internal functions to contain qt_internalAlexandru Croitor2020-09-251-4/+10
* QQmlTypeCompiler: Resolve aliases earlierFabian Kosmale2020-09-231-11/+12
* Condense the different value type creation functions into oneUlf Hermann2020-09-236-51/+26
* Eliminate QQmlValueTypeProvider::storeValueType()Ulf Hermann2020-09-233-23/+4
* Eliminate QQmlValueTypeProvider::createVariantFromString()Ulf Hermann2020-09-233-23/+1
* Eliminate QQmlValueTypeProvider::createFromStringUlf Hermann2020-09-236-99/+29
* Remove QQmlValueTypeProvider::variantFromJsObjectUlf Hermann2020-09-233-9/+9
* QQmlValueTypeProvider: Pass arguments as QJSValueUlf Hermann2020-09-233-74/+26
* Allow proper registration of value typesUlf Hermann2020-09-2312-167/+231
* Fix ubsan errorAllan Sandfeld Jensen2020-09-231-5/+9
* Avoid crash when module version cannot be resolvedEskil Abrahamsen Blomfeldt2020-09-231-1/+5
* Prevent crash when destroying asynchronous LoaderJoni Poikelin2020-09-231-1/+1
* QQmlPropertyCapture: Replace list with forward listFabian Kosmale2020-09-222-1/+11
* Replace QmlVoidT with std::void_tUlf Hermann2020-09-221-14/+11
* Handle QProperty inside bindingsFabian Kosmale2020-09-215-6/+74
* Rename QQmlQPointer to QV4QPointerUlf Hermann2020-09-218-14/+14
* Rename QQmlSequence to QV4SequenceUlf Hermann2020-09-213-72/+72
* Adapt to change in QMetaSequenceInterface::valueMetaTypeUlf Hermann2020-09-181-1/+1
* Don't capture bindable propertiesUlf Hermann2020-09-171-1/+1
* CMake: Fix in-source example buildsAlexandru Croitor2020-09-171-2/+2
* Match new qHash() signatureEskil Abrahamsen Blomfeldt2020-09-174-5/+5
* Doc: Add porting guides for all modules to porting guidePaul Wicking2020-09-161-0/+46
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* QQmlValueTypeProvider: Use QMetaTypeUlf Hermann2020-09-162-38/+18
* QQmlValueTypeProvider: Remove dead codeUlf Hermann2020-09-162-34/+0
* QQmlStringConverters: Remove dead codeUlf Hermann2020-09-161-86/+1
* CMake: Make reconfiguration work for in-source buildsAlexandru Croitor2020-09-161-2/+14
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-1614-59/+60
* QQmlMetaType: Unregister metatype interfaces before deleting themUlf Hermann2020-09-151-2/+6
* Fix build after QStringList change in qtbaseVolker Hilsheimer2020-09-151-3/+0
* Do not write the 0 terminator for QStringLars Knoll2020-09-151-2/+0
* Adapt to changes in qtbaseUlf Hermann2020-09-153-70/+160
* Fix QQmlPropertyData after QQMetaType changes in Qt CoreLars Knoll2020-09-151-6/+2
* Adjust to qtbase changesFabian Kosmale2020-09-045-17/+22
* QJSEngine::evaluete: fix documentationFabian Kosmale2020-09-031-2/+2
* QJSEngine: provide a way to check if an exception was thrownFabian Kosmale2020-09-022-6/+28
* Use QDate::startOfDay() rather than assuming midnight existsEdward Welbourne2020-09-011-1/+1
* V4 Date: pass QDate, QTime by value, not by const referenceEdward Welbourne2020-09-014-4/+4
* QQuickImageProvider: Remove reliance on RTTIFabian Kosmale2020-09-011-1/+2
* Re-generate configure CMake filesJoerg Bornemann2020-08-311-0/+2
* Remove deprecated QQmlListProperty constructorFabian Kosmale2020-08-311-8/+0
* QQmlImageProviderBase: Address Qt 6 TODOFabian Kosmale2020-08-311-4/+3
* Remove superfluous namespace and exportsFabian Kosmale2020-08-312-51/+7
* Doc: Fix minor typosSze Howe Koh2020-08-302-2/+2
* Do proper memory management on the metatype interfaces we createLars Knoll2020-08-285-21/+86