aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-1252-418/+699
|\
| * Merge "Merge remote-tracking branch 'origin/5.13.1' into 5.13"Qt Forward Merge Bot2019-09-051-0/+107
| |\
| | * Merge remote-tracking branch 'origin/5.13.1' into 5.13Qt Forward Merge Bot2019-09-051-0/+107
| |/|
| | * Add changes file for Qt 5.13.1v5.13.1Antti Kokko2019-08-081-0/+107
| * | lancelot graphics test: prepare for new host info mechanismEirik Aavitsland2019-09-042-76/+4
| * | Fix QQuickTextEdit triple click detectionJan Arve Sæther2019-08-292-6/+4
| * | Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-2926-268/+336
| * | QQuickTableView: always relayout after a rebuildRichard Moe Gustavsen2019-08-283-9/+117
| * | Make mouseSelection test more stableJan Arve Sæther2019-08-281-9/+6
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-08-2811-29/+102
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-2811-29/+102
| |/| |
| | * | Fix build with -no-feature-quick-spriteJohan Klokkhammer Helsing2019-08-271-0/+2
| | * | Add missing HoverHandler docsShawn Rutledge2019-08-261-3/+21
| | * | Fix loading of ES modules when using CONFIG += qtquickcompilerSimon Hausmann2019-08-265-1/+30
| | * | Remove HACKING fileEskil Abrahamsen Blomfeldt2019-08-231-23/+0
| | * | Document that QQmlPropertyMap's meta object is not threadsafeVolker Hilsheimer2019-08-211-0/+4
| | * | doc: Clarify that the delegate populate transition doesn't always runShawn Rutledge2019-08-122-2/+45
| * | | Doc: minor language issue in image elements documentationNico Vertriest2019-08-271-2/+2
| * | | Doc: Replace the "Qt Quick Controls 2" instancesVenugopal Shivashankar2019-08-224-13/+13
| * | | nothread: enable shapesLorn Potter2019-08-221-1/+1
| * | | Fix flakiness in QQuickTextEdit::mouseSelectionJan Arve Sæther2019-08-211-2/+6
* | | | Fix gcc warnings in vulkanunderqml exampleLaszlo Agocs2019-09-111-4/+4
* | | | Request correct alpha composition on the rhi code pathLaszlo Agocs2019-09-113-2/+26
* | | | QQuickFolderListModel: make sure properties' values can be updateWang Chuan2019-09-112-0/+46
* | | | Drop expendable rhi data when in release(Cached)ResourcesLaszlo Agocs2019-09-111-0/+3
* | | | QQuickWidget: state that we want premul alpha based blendingLaszlo Agocs2019-09-112-0/+8
* | | | 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
* | | | 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
* | | | Enable PathPolyline to take a QPolygonF or QVector<QPointF> pathShawn Rutledge2019-09-025-18/+182
* | | | Visit lists iteratively when parsing QMLUlf Hermann2019-09-021-35/+38