aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Specify parameters of type registration in class declarationsUlf Hermann2019-09-26179-787/+2194
* 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-198-32/+92
* Required properties: Break binding to model on writeFabian Kosmale2019-09-182-3/+36
* 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-123-6/+29
* Increment Q_QML_PRIVATE_API_VERSIONFabian Kosmale2019-09-121-1/+1
* Support required properties in model delegatesFabian Kosmale2019-09-127-5/+108
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-1128-116/+271
|\
| * 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-101-23/+25
| * Also check the non-file-imported type on QQmlMetaType::typeForUrlMichael Brasser2019-09-091-3/+10
| * 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-081-3/+7
| * Add metaltextureimport exampleLaszlo Agocs2019-09-081-3/+4
| * Make vulkanunderqml work and update docsLaszlo Agocs2019-09-083-2/+17
| * 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-051-1/+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-0913-21/+296
* | Tighten verification of signal namesUlf Hermann2019-09-091-3/+9
* | 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-051-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-0542-217/+684
|\|
| * Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-045-49/+91
| * QQmlType: Remove dead codeUlf Hermann2019-09-042-18/+0
| * PathMultiline: handle directly-bound QVector<QPolygonF>Shawn Rutledge2019-09-031-7/+13
| * Allow semicolon after property declarationFabian Kosmale2019-09-031-7/+12
| * PathMultiline: allow lists/vectors of polygons or point lists/vectorsShawn Rutledge2019-09-022-35/+41
| * Enable PathPolyline to take a QPolygonF or QVector<QPointF> pathShawn Rutledge2019-09-022-18/+28
| * Visit lists iteratively when parsing QMLUlf Hermann2019-09-021-35/+38
| * Fix pedantic warnings in QQuickImageShawn Rutledge2019-08-301-3/+2
| * Add a createTextureFromId() alternativeLaszlo Agocs2019-08-307-7/+318
| * QQuickFbo: add the RHI warningLaszlo Agocs2019-08-302-1/+6
| * Add a note to QSGEngine about its incompatibility with the RHILaszlo Agocs2019-08-302-0/+6
| * Fix build with -no-feature-quick-pathJohan Klokkhammer Helsing2019-08-302-3/+6
| * Avoid introducing rhiTexture() in the public API of QSGTextureLaszlo Agocs2019-08-295-25/+23
| * Fix not printing logs with QSG_INFO when forcing rhi backend from C++Laszlo Agocs2019-08-293-3/+16
| * Set point size in visualization vertex shaderLaszlo Agocs2019-08-292-1/+3