aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* Use QDate::startOfDay() rather than QDateTime(,QTime(0, 0),)Edward Welbourne2020-11-121-3/+2
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-117-44/+165
* QQmlPropery: Add seed to qHashFabian Kosmale2020-11-111-2/+2
* Add debug trace when a static plugin is loadedAlexandru Croitor2020-11-101-0/+5
* qmltyperegistrar: Add past-major-version optionMaximilian Goldstein2020-11-102-0/+22
* Remove assert in QQmlPropertyThomas Hartmann2020-11-101-1/+0
* V4 string object: Avoid some compile warningsUlf Hermann2020-11-091-2/+2
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-0911-804/+633
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-096-31/+31
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-091-2/+2
* 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