aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/common
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesFabian Kosmale2021-01-151-40/+0
* Allow JavaScript primitive type transformations inline in C++Ulf Hermann2020-12-184-51/+198
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-161-1/+1
* QML: Introduce "pragma Strict"Ulf Hermann2020-11-261-1/+2
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-312-8/+8
* Initialize members to shut up gccVolker Hilsheimer2020-10-231-0/+1
* Make QV4::CompiledData::Location hashableUlf Hermann2020-10-211-0/+8
* qmllint: Unify injected and "normal" JavaScript identifiersUlf Hermann2020-10-021-0/+13
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-241-2/+2
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-2/+2
* Add a hook that allows for ahead-of-time compiled functionsSimon Hausmann2020-04-221-0/+13
* Add a more convenient ctor for QV4::CompiledData::LocationUlf Hermann2020-04-171-0/+7
* V4: Move constant evaluation of doubles and strings into base CUUlf Hermann2020-04-031-0/+39
* V4: Add missing accessor functionUlf Hermann2020-04-031-0/+5
* Implement support for property observersSimon Hausmann2020-04-031-3/+5
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-094-3/+90
|\
| * Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-024-3/+90
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-02-031-3/+27
|\|
| * Required properties: Allow retroactive require specificationFabian Kosmale2020-01-311-3/+27
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-6/+9
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-251-7/+44
|\|
| * Long live QML inline componentsFabian Kosmale2020-01-231-7/+44
* | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-142-29/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-121-4/+6
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-091-4/+6
| |\
| | * Compiler: Support >32k stack slotsUlf Hermann2019-12-051-4/+6
* | | Fix build after QList->QVector changes in qtbaseLars Knoll2019-10-311-0/+1
|/ /
* | Increment Q_QML_PRIVATE_API_VERSIONFabian Kosmale2019-10-171-1/+1
* | Increment Q_QML_PRIVATE_API_VERSIONFabian Kosmale2019-09-121-1/+1
* | Introduce required properties to QMLFabian Kosmale2019-09-091-2/+3
|/
* Fix undeclared 'memcpy' identifierYulong Bai2019-08-071-0/+1
* Split compiler and runtime more clearlyUlf Hermann2019-07-116-1/+2243
* Move the memory pool into the common codeUlf Hermann2019-07-083-1/+322
* Increment private API version and move it into a separate fileUlf Hermann2019-06-243-0/+61
* Simplify errors and diagnosticsUlf Hermann2019-06-142-0/+90