aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* HoverHandler: handle all device types; hovered=false on touch releasev5.14.0-alpha1Shawn Rutledge2019-09-191-5/+6
* Fix documentation for qmlRegisterType and qmlRegisterAnonymousTypeUlf Hermann2019-09-191-20/+20
* Fix deprecation macros in qqml.hUlf Hermann2019-09-181-2/+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 "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-09-176-7/+29
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-176-7/+29
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-127-42/+67
| | |\
| | | * Fix various accumulator-saving problemsUlf Hermann2019-09-035-5/+27
| | | * Visit lists iteratively when parsing QMLUlf Hermann2019-09-031-35/+38
| | | * QQuickTextNodeEngine: don't create background when its alpha is 0Wang Chuan2019-08-291-2/+2
* | | | Re-add documentation for Qt Qml ModelsUlf Hermann2019-09-1716-0/+39
* | | | Re-add documentation for QtQml.WorkerScriptUlf Hermann2019-09-173-1/+40
|/ / /
* | | Fix qmlobject_{dis}connect macros to require semicolon at the endJan Arve Sæther2019-09-166-11/+11
* | | doc: Add missing directories to qdocconf filesMartin Smith2019-09-164-4/+12
* | | Force creation of metaobjects for top level objects and componentsUlf Hermann2019-09-131-1/+10
* | | 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