aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* HoverHandler: handle all device types; hovered=false on touch releasev5.14.0-alpha1Shawn Rutledge2019-09-191-5/+6
* PathView: fix warnings, oddities and whitespaceShawn Rutledge2019-09-181-79/+79
* doc: correct the snippet for Item.scaleShawn Rutledge2019-09-181-0/+1
* Add missing doc entries for QSGGeometry::Type valuesLaszlo Agocs2019-09-181-0/+4
* Add some missing since and internal doc tagsLaszlo Agocs2019-09-182-14/+23
* Avoid changing function signature in public headerLaszlo Agocs2019-09-185-10/+64
* Add missing inner struct and enum docs for rhi material shaderLaszlo Agocs2019-09-181-0/+65
* Clean up GraphicsStateInfo after API reviewLaszlo Agocs2019-09-182-6/+6
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-171-2/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-121-2/+2
| |\
| | * QQuickTextNodeEngine: don't create background when its alpha is 0Wang Chuan2019-08-291-2/+2
* | | Fix qmlobject_{dis}connect macros to require semicolon at the endJan Arve Sæther2019-09-165-7/+7
* | | doc: Add missing directories to qdocconf filesMartin Smith2019-09-161-0/+2
* | | PathView: reduce velocity by linear decay model if release is delayedShawn Rutledge2019-09-122-1/+15
* | | Move qsgrhisupport to an unconditional section in the priLaszlo Agocs2019-09-121-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-1222-162/+262
|\| |
| * | Fix QQuickTextEdit triple click detectionJan Arve Sæther2019-08-292-6/+4
| * | Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-2911-126/+174
| * | QQuickTableView: always relayout after a rebuildRichard Moe Gustavsen2019-08-281-9/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-284-5/+68
| |\|
| | * Fix build with -no-feature-quick-spriteJohan Klokkhammer Helsing2019-08-271-0/+2
| | * Add missing HoverHandler docsShawn Rutledge2019-08-261-3/+21
| | * doc: Clarify that the delegate populate transition doesn't always runShawn Rutledge2019-08-122-2/+45
| * | Doc: Replace the "Qt Quick Controls 2" instancesVenugopal Shivashankar2019-08-224-13/+13
* | | Request correct alpha composition on the rhi code pathLaszlo Agocs2019-09-112-2/+19
* | | Drop expendable rhi data when in release(Cached)ResourcesLaszlo Agocs2019-09-111-0/+3
* | | 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
* | | 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