aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* qtdeclarative: finish fixing compilation with explicit QChar(int)David Faure2020-11-076-22/+23
* V4: Prevent heap objects from getting immediately swept by GCUlf Hermann2020-11-061-0/+14
* CMake: Clean up logic to prepare building pure QML modulesUlf Hermann2020-11-062-9/+28
* libinfix build: adjust qmldir entriesFabian Kosmale2020-11-061-2/+2
* FunctionCallProfiler: initialize all membersVolker Hilsheimer2020-11-051-4/+3
* Doc:: Fix documentation warnings for Qt QMLTopi Reinio2020-11-058-21/+21
* QML engine: fix conversion scores for sequences in CallOverloadedFabian Kosmale2020-11-041-0/+7
* Adjust to QPropertyBindingPrivate not using std::function anymoreFabian Kosmale2020-11-042-9/+44
* Expose QQmlPlatform and QQmlApplication to QMLUlf Hermann2020-11-032-0/+5
* QML: Fix typo in documentationUlf Hermann2020-11-021-1/+1
* QML: Allow singleton types to be extendedUlf Hermann2020-11-028-44/+109
* QML: Allow singletons to be created with a factory functionUlf Hermann2020-11-022-14/+64
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-028-21/+66
* Migration guide: cover removal of deprecated functionsFabian Kosmale2020-11-021-0/+102
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-3114-26/+26
* QML migration guide: Add initial contentFabian Kosmale2020-10-291-1/+29
* QML: Make date parsing more lenientFabian Kosmale2020-10-291-0/+2
* Standardize QJsonArray iterationDavid Skoland2020-10-282-3/+3
* QML: Drop thisObject from writeToConsoleUlf Hermann2020-10-281-11/+11
* Inline components: Fix custom parser supportFabian Kosmale2020-10-281-0/+6
* qqmlmetatypemodule: Fix maximumMinorVersion() returning bad valuesMaximilian Goldstein2020-10-272-2/+5
* qml: Move more types into builtins.qmltypesMaximilian Goldstein2020-10-261-1/+0
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-231-1/+1
* QQmlEngine: Add method to explicitly capture a propertyUlf Hermann2020-10-233-9/+22
* qqmlvaluetypes: Add a few missing toString methodsMaximilian Goldstein2020-10-232-0/+19
* Fix logic to select AOT compiled functionUlf Hermann2020-10-231-4/+10
* Initialize members to shut up gccVolker Hilsheimer2020-10-231-0/+1
* QmlIR: Make sure that all objects receive a locationUlf Hermann2020-10-224-17/+41
* Make QV4::CompiledData::Location hashableUlf Hermann2020-10-211-0/+8
* Adjust to QMetaObjectBuilder::MetaObjectFlags changeFabian Kosmale2020-10-213-3/+3
* CMake: Fix singleton declaration in qt6_target_qml_targetJoerg Bornemann2020-10-201-1/+1
* CMake: Adjust to public API renaming in qtbaseAlexandru Croitor2020-10-181-1/+1
* Adapt QMutexLocker to qtbase changeFabian Kosmale2020-10-182-2/+2
* CMake: Mark some of the public APIs as TPAlexandru Croitor2020-10-161-1/+6
* Rely on default parameter in QUnifiedTimer::updateAnimationTimerVolker Hilsheimer2020-10-151-1/+1
* CMake: Add generated qrc files to the qmlimportscannerCristian Adam2020-10-151-1/+7
* CMake: Use qt_internal_add_plugin in qt_internal_add_qml_moduleAlexandru Croitor2020-10-131-1/+1
* Fix alwaysRunToEnd==true prevented complex Anim from stoppingPiotr Mikolajczyk2020-10-132-0/+4
* CMake: Rename qt6_quick_compiler_process_resources to be internalAlexandru Croitor2020-10-131-2/+2
* Fix QProperty property interaction with aliasesFabian Kosmale2020-10-125-5/+24
* QQmlMetaType: Cast the type interfaces to const when deletingUlf Hermann2020-10-121-2/+2
* QPropertyChangeTrigger: Inherit directly from QPropertyObserverFabian Kosmale2020-10-123-11/+15
* Update QStringConverter usageMÃ¥rten Nordheim2020-10-091-2/+2
* QQmlPropertyValidator: only use string converter for stringsFabian Kosmale2020-10-091-10/+26
* Allow optional imports in qmldir filesUlf Hermann2020-10-087-73/+109
* CMake: Allow installation of qmltypes filesUlf Hermann2020-10-082-0/+19
* CMake: Add versionless functions for new public APIAlexandru Croitor2020-10-061-0/+17
* CMake: Remove old Qt 5 CMake build system filesAlexandru Croitor2020-10-061-7/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-062-74/+74
* QQmlDirParser: Return typeinfos as string listUlf Hermann2020-10-062-15/+4