aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | 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
* | | | | QQmlTypeLoader: Prevent trivial cyclesFabian Kosmale2019-09-128-2/+44
|/ / / /
* | | | 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
* | | | 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
* | | | CMake: Document newly introduced QT5_IMPORT_QML_PLUGINS functionAlexandru Croitor2019-08-282-0/+62
* | | | QQuickDragHandler: Add revision to snapModeUlf Hermann2019-08-282-2/+3
* | | | Android multiarch supportBogDan Vatra2019-08-282-2/+10
* | | | Merge dev into 5.14Kari Oikarinen2019-08-27199-722/+4029
|\ \ \ \