aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* V4: Conform method_objectLiteral arguments to equal other methodsErik Verbruggen2018-10-124-5/+5
* JS: Check expressions inside template literals for validityErik Verbruggen2018-10-121-0/+4
* Remove doc about accepting/rejecting the event in ungrabEvent virtualsShawn Rutledge2018-10-111-4/+0
* Item Views: cancel flicking before programmatic absolute positioningShawn Rutledge2018-10-111-0/+2
* Fix error reporting when imports or re-exports in modules failSimon Hausmann2018-10-115-4/+28
* JS: Check array subscripts for validity when generating codeErik Verbruggen2018-10-111-0/+2
* QML Engine: Support for JavaScript PromisesValery Kotov2018-10-116-2/+1308
* Fix QQuickRenderControl::invalidate with software rendererAllan Sandfeld Jensen2018-10-101-3/+3
* QML Tooling: Prevent property capture while collecting dataUlf Hermann2018-10-101-0/+28
* QML Tooling: Don't read properties in order to count themUlf Hermann2018-10-101-2/+1
* Doc: Clarify that BC does not apply to Qt Quick TestPaul Wicking2018-10-101-0/+5
* Fix use of OpenGL scenegraph in static buildsAllan Sandfeld Jensen2018-10-092-7/+7
* Fix possibly uninitialized use of unionErik Verbruggen2018-10-091-2/+2
* qmlplugindump: Properly handle extension typesKai Koehne2018-10-092-0/+9
* Enhance the documentation about changing model data from QMLNils Jeisecke2018-10-082-28/+80
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-087-39/+109
|\
| * Fix crash in QQuickAnimatorProxyJob::sceneGraphInitialized()Andrew Smolko2018-10-051-2/+4
| * QQuickItem: document which events are accepted by defaultMitch Curtis2018-10-042-1/+51
| * Mark QML captured scope/context loads as having side effectsErik Verbruggen2018-10-041-0/+4
| * Don't get confused about the grabber during replayDelayedPressShawn Rutledge2018-10-031-35/+35
| * YarrJIT: disable MatchResult decoding constructor on 64bitErik Verbruggen2018-10-022-1/+3
| * Add QQuickItemPrivate::updateOrAddItemChangeListener()Mitch Curtis2018-10-022-0/+11
* | Make Codegen::Reference movableErik Verbruggen2018-10-072-67/+4
* | Trim some #includesErik Verbruggen2018-10-073-14/+4
* | ES7: Implement Tail Position Calls in the runtimeErik Verbruggen2018-10-0511-31/+174
* | Whitelist the Qt tests pathUlf Hermann2018-10-051-1/+3
* | ES7: Detect Tail Position Calls and pass that to the runtimeErik Verbruggen2018-10-0411-34/+180
* | QQuickGridView: Respect marginsUlf Hermann2018-10-041-6/+8
* | Fix QSGImageNode with QSGLayer in software modeAllan Sandfeld Jensen2018-10-031-1/+11
* | Remove obsolete VisualDataModel, *Group and VisualItemModel in Qt 6Shawn Rutledge2018-10-031-0/+2
* | Replace more vestiges of VisualDataModel, *Group and VisualItemModelShawn Rutledge2018-10-034-13/+12
* | QQuickItemPrivate::canAcceptTabFocus(): respect non-editable spinboxesJ-P Nurmi2018-10-031-10/+9
* | no-thread: build fix for when networking is enabledv5.12.0-beta1Lorn Potter2018-10-011-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-10-017-17/+28
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-017-17/+28
| |\|
| | * Add QT_CONFIG(filesystemwatcher) guard for includeLiang Qi2018-10-011-0/+2
| | * Fix Integrity OS allocator memory attributesJanne Koskinen2018-09-283-7/+11
| | * Doc: Remove wrong ';' from Q_PROPERTY exampleKai Koehne2018-09-271-1/+1
| | * Prevent PathView's parent stealing mouse grab during double-flickChris Adams2018-09-241-0/+2
| | * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-112-10/+13
| | |\
| | | * Add some null pointer checks to avoid some rare crashesv5.11.2Jan Arve Sæther2018-09-112-10/+13
* | | | Doc: Fix QDoc warningsPaul Wicking2018-10-015-7/+7
|/ / /
* | | Doc: Remove references to Qt Quick 1Kai Koehne2018-10-0113-49/+6
* | | QQuickTableView: improve performance when scrolling with scrollbarsRichard Moe Gustavsen2018-09-292-23/+72
* | | Add missing Q_FLAG declarations in QObject subclassesShawn Rutledge2018-09-286-0/+6
* | | Remove redundant Q_ENUM declarations in QQuickEventPointShawn Rutledge2018-09-281-3/+0
* | | QmlPreview: Change license to LGPL/GPL/CommercialUlf Hermann2018-09-2814-57/+211
* | | Make a method constErik Verbruggen2018-09-281-1/+1
* | | Disable GL_NV_path_rendering unless explicitly requestedLaszlo Agocs2018-09-272-12/+18
* | | Remove unused variable 'EmptyTag'Liang Qi2018-09-271-1/+0