aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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 "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-1240-305/+435
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-1240-305/+435
| |\| |
| | * | 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-281-9/+1
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-286-5/+79
| | |\|
| | | * 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-261-0/+7
| | | * 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: Replace the "Qt Quick Controls 2" instancesVenugopal Shivashankar2019-08-224-13/+13
| | * | nothread: enable shapesLorn Potter2019-08-221-1/+1
* | | | QQmlTypeLoader: Prevent trivial cyclesFabian Kosmale2019-09-122-1/+3
|/ / /
* | | Request correct alpha composition on the rhi code pathLaszlo Agocs2019-09-112-2/+19
* | | QQuickFolderListModel: make sure properties' values can be updateWang Chuan2019-09-111-0/+4
* | | 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-101-23/+25
* | | Also check the non-file-imported type on QQmlMetaType::typeForUrlMichael Brasser2019-09-091-3/+10
* | | 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-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
* | | 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