aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make qmllint read qmldir files and qmltypes files in app directoryUlf Hermann2019-09-257-17/+90
* QQmlDelegateModel: Fix QQmlDelegateModelItem::dataForObjectFabian Kosmale2019-09-254-6/+20
* required properties: move hadRequiredProperties to shared stateFabian Kosmale2019-09-252-4/+4
* Restore QQuickWindowPrivate::dragOverThreshold(d, axis, TouchPoint)Shawn Rutledge2019-09-232-0/+14
* Add dragThreshold property to Event HandlersShawn Rutledge2019-09-1910-41/+247
* Fix link errors when enabling CONFIG+=qtquickcompiler on non-QML projectsSimon Hausmann2019-09-191-0/+10
* Fix regression when using CONFIG+=QtQuickCompiler and .qrc files in subdirsSimon Hausmann2019-09-198-6/+185
* Clean up qmllint testUlf Hermann2019-09-191-59/+65
* qmllint: Honor --silent argumentUlf Hermann2019-09-195-30/+28
* qmllint: Accept arrays as enum descriptionsUlf Hermann2019-09-183-40/+28
* Required properties: Break binding to model on writeFabian Kosmale2019-09-184-3/+107
* Modernize QQmlDirParser a bitUlf Hermann2019-09-172-19/+8
* V4: Provide an environment variable to disable runtime stack size checksUlf Hermann2019-09-173-7/+23
* Doc: Document the most relevant QV4_* environment variablesUlf Hermann2019-09-132-0/+111
* qquicklistview: support required properties in sectionDelegateFabian Kosmale2019-09-125-7/+117
* Increment Q_QML_PRIVATE_API_VERSIONFabian Kosmale2019-09-121-1/+1
* Support required properties in model delegatesFabian Kosmale2019-09-1219-6/+684
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-09-1176-209/+2394
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-1176-209/+2394
|/|
| * Use constructor-style casts in qmlobject_(dis)connectShawn Rutledge2019-09-101-4/+4
| * Optimize enum setupUlf Hermann2019-09-103-42/+49
| * Prefer JS stack frames over QML contexts when resolving translationsUlf Hermann2019-09-105-23/+64
| * Also check the non-file-imported type on QQmlMetaType::typeForUrlMichael Brasser2019-09-0910-4/+131
| * Don't manually resolve C++ base type for attached propertiesUlf Hermann2019-09-092-23/+4
| * Refer to recently added examples into the scenegraph docsLaszlo Agocs2019-09-081-0/+13
| * Clarify docs and comments regarding under and overlaysLaszlo Agocs2019-09-083-3/+17
| * Add metaltextureimport exampleLaszlo Agocs2019-09-0812-4/+882
| * rendernode example: Prevent gui-render thread data raceLaszlo Agocs2019-09-089-81/+114
| * Make vulkanunderqml work and update docsLaszlo Agocs2019-09-084-7/+31
| * Add vulkanunderqml exampleLaszlo Agocs2019-09-0814-9/+952
| * Expose renderpass from QSGRendererInterfaceLaszlo Agocs2019-09-085-4/+30
| * Implement lookups for enumsSimon Hausmann2019-09-063-0/+67
| * QQmlTypeLoader: Do some more sanity checks on file and path namesUlf Hermann2019-09-052-2/+3
| * Implement lookups for qml type wrappersSimon Hausmann2019-09-053-3/+33
| * Drop default parameter for qmlRegisterAnonymousTypeUlf Hermann2019-09-052-3/+3
| * Use quiet NaNs instead of signalling onesEdward Welbourne2019-09-042-2/+2
* | Refactor QQmlValueTypeWrapper and assert on some null pointersUlf Hermann2019-09-104-52/+75
* | Introduce required properties to QMLFabian Kosmale2019-09-0939-45/+613
* | Tighten verification of signal namesUlf Hermann2019-09-091-3/+9
* | Fix *.js files disappearing from RESOURCES when not using QtQmlSimon Hausmann2019-09-097-483/+18
* | qqmljs.g: deduplicate rulesFabian Kosmale2019-09-061-76/+32
* | QQmlVMEMetaObject::aliasTarget: fix target computation for local aliasFabian Kosmale2019-09-051-0/+2
* | Remove assert when setting binding to aliasFabian Kosmale2019-09-053-1/+35
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-09-0559-221/+1237
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-0559-221/+1237
|/| | | |/
| * Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-049-52/+105
| * QQmlType: Remove dead codeUlf Hermann2019-09-042-18/+0
| * PathMultiline: handle directly-bound QVector<QPolygonF>Shawn Rutledge2019-09-033-7/+144
| * Allow semicolon after property declarationFabian Kosmale2019-09-033-7/+33
| * PathMultiline: allow lists/vectors of polygons or point lists/vectorsShawn Rutledge2019-09-025-35/+253