aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-241-4/+6
* CMake: Change generated resources namingAlexey Edelev2020-11-241-4/+1
* Mark QQmlListProperty as a QML list in QMetaTypeFabian Kosmale2020-11-241-1/+6
* qmlfunctions.qdoc: Add clarification to QML_FOREIGNMaximilian Goldstein2020-11-231-0/+4
* qqml.h: Add QML_IMPLEMENTS_INTERFACESMaximilian Goldstein2020-11-231-0/+4
* Doc: mention that INCLUDEPATH must be set in some casesMitch Curtis2020-11-211-0/+8
* Porting guide: mention qmlDebug/Info/WarningFabian Kosmale2020-11-191-3/+3
* QtQml: document qmlExecuteDeferred as internalFabian Kosmale2020-11-191-0/+3
* Remove compatibility shim from qmlinfo.{cpp|h}Ulf Hermann2020-11-193-53/+19
* CMake: Match qmake generated resource name for qmldir filesAlexandru Croitor2020-11-181-1/+12
* CMake: Record resource object file information for static buildsAlexandru Croitor2020-11-181-1/+13
* tst_qqmlproperty: Fix interfaceBinding crash on MSVC 2019Maximilian Goldstein2020-11-181-2/+6
* CMake: Replace 'file' with 'configure_file' in 'qmldir' generationAlexey Edelev2020-11-183-3/+43
* QQmlDirParser: Drop unneeded includeUlf Hermann2020-11-181-1/+0
* Porting Guide: Mention QQmlListProperty changeFabian Kosmale2020-11-171-1/+25
* V4: Deal with AOT-compiled functions returning QVariantUlf Hermann2020-11-171-2/+11
* QV4Engine: Fix conversion of char16_tUlf Hermann2020-11-171-1/+1
* Do generate typeinfo qmldir entries for pure QML modulesUlf Hermann2020-11-161-3/+1
* CMake: Allow building pure QML modules not backed by C++ sourcesAlexandru Croitor2020-11-124-21/+110
* QQmlEngine::captureProperty(): Don't capture constant propertiesUlf Hermann2020-11-121-1/+1
* 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