aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Regenerate the necessary bits of qtdeclarative after wip/qt6 mergeAlexandru Croitor2019-10-141-0/+1
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-1172-487/+1372
|\
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Ulf Hermann2019-09-0572-487/+1372
| |\
| | * PathMultiline: handle directly-bound QVector<QPolygonF>Shawn Rutledge2019-09-031-7/+13
| | * 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
| | * 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-301-0/+2
| | * 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
| | * Harmonize meta object revisions and minor versionsUlf Hermann2019-08-2616-51/+51
| | * 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-233-4/+5
| | * 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-222-22/+0
| | * rendernode example: Add support for MetalLaszlo Agocs2019-08-222-3/+16
| | * Implement QSGRenderNode for the rhi pathLaszlo Agocs2019-08-223-33/+180
| | * qqml.h: add qmlRegisterAnonymousTypeFabian Kosmale2019-08-212-22/+22
| | * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-205-51/+108
| | |\
| | | * 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-051-1/+1
| | | |\
| | | | * Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-301-1/+1
| | * | | Introduce functions to set properties during creationFabian Kosmale2019-08-193-1/+20
| | * | | 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
| | * | | Rescale on rhi path too when NPoT textures not supportedLaszlo Agocs2019-08-172-0/+14
| | * | | QSGDepthStencilBufferManager: don't use toStrongRef().data()Marc Mutz2019-08-171-1/+3
| | * | | Enable threaded render loop for d3d11Laszlo Agocs2019-08-141-10/+13
| | * | | Minor cleanup and logic fix in basic renderloopLaszlo Agocs2019-08-141-7/+10
| | * | | scenegraph: fix error: 'QOffscreenSurface' does not name a typeMikko Gronoff2019-08-131-0/+1
| | * | | Use QSH::mouseDoubleClickDistance() and touchDoubleTapDistance()Shawn Rutledge2019-08-122-10/+8
* | | | | Regenerate qtdeclarative before mergeAlexandru Croitor2019-10-111-2/+1
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-1545-562/+2256
|\| | | |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-08-0942-426/+2101
| |\| | |
| | * | | Implement QSG_VISUALIZE for RHILaszlo Agocs2019-08-0715-341/+1789
| | * | | Fix 3+ level stencil clips on the rhi pathLaszlo Agocs2019-08-021-5/+5
| | * | | Change rhi-related debug prints to categorized loggingLaszlo Agocs2019-08-023-11/+12
| | * | | Remove usages of deprecated QSignalMapperSona Kurazyan2019-08-012-12/+23
| | * | | Re-enable colors with both gl and rhi glyph cachesLaszlo Agocs2019-07-313-7/+9
| | * | | Have an autorelease pool for each frame on the render threadLaszlo Agocs2019-07-301-0/+4
| | * | | Avoid locking up on resize with threaded loop and the rhiLaszlo Agocs2019-07-301-4/+18
| | * | | Re-enable threaded render loop with Vulkan on LinuxLaszlo Agocs2019-07-301-8/+0