aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | 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
* | | 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-2794-511/+2285
|\ \ \
| * | | Harmonize meta object revisions and minor versionsUlf Hermann2019-08-2622-111/+111
| * | | Regenerate plugins.qmltypesUlf Hermann2019-08-2616-47/+677
| * | | QQuickPinch: Declare notify signal for targetUlf Hermann2019-08-261-1/+1
| * | | Move currentFrame and frameCount properties up to QQuickImageBaseShawn Rutledge2019-08-2410-39/+144
| * | | Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-234-5/+7
| * | | QQuickImageBase: prepare for rescalable PDF as an image formatShawn Rutledge2019-08-231-2/+3
| * | | Remove an unused event type in the threaded render loopLaszlo Agocs2019-08-223-34/+0
| * | | rendernode example: Add support for MetalLaszlo Agocs2019-08-222-3/+16
| * | | Implement QSGRenderNode for the rhi pathLaszlo Agocs2019-08-223-33/+180
| * | | Make ImageParticle functional when rendering via the RHILaszlo Agocs2019-08-2218-147/+884
| * | | qqml.h: add qmlRegisterAnonymousTypeFabian Kosmale2019-08-216-28/+44
| * | | Postpone the deprecation warning for Connections onFoo until 5.15Ulf Hermann2019-08-211-0/+2
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-206-52/+109
| |\| |
| | * | Doc: Correct error in doc Transition QML TypeNico Vertriest2019-08-193-49/+106
| | * | Doc: Correct wrong code in qml snippetNico Vertriest2019-08-191-1/+1
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-052-2/+2
| | |\|
| | | * Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-301-1/+1
| | | * Doc: Fix QtQuick.Shapes::ShapePath::strokeWidth property typeLeena Miettinen2019-07-261-1/+1
| * | | Introduce functions to set properties during creationFabian Kosmale2019-08-199-11/+109
| * | | Fix build without features.qml-delegate-modelTasuku Suzuki2019-08-191-1/+1
* | | | Improve error message when setting to a property with unknown typeAleix Pol2019-08-231-7/+11
* | | | QQmlBind: Fix qdoc warningFriedemann Kleint2019-08-211-1/+1
* | | | qqmlconnections.cpp: Fix deprecation warning about QStringFriedemann Kleint2019-08-211-1/+2
|/ / /
* | | Fix build without features.quick_gridviewTasuku Suzuki2019-08-191-0/+2
* | | Add an initial set of scenegraph docs for the rhiLaszlo Agocs2019-08-175-137/+257