aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qmlplugindump: Hardcode QtQml and QtQuick import to 2.0Kai Koehne2018-10-171-2/+2
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-1633-1828/+132
|\
| * Remove old 'Getting started with Qt Quick' exampleKai Koehne2018-10-1523-1786/+0
| * JS: Check if the rhs of an assignment had errors before using itErik Verbruggen2018-10-152-1/+5
| * JS: Check lhs of an 'in' expression to be an lvalueErik Verbruggen2018-10-152-0/+5
| * Fix translation contexts for paths with drive letters on WindowsErik Verbruggen2018-10-154-19/+85
| * Store the instruction pointer in more instructionsErik Verbruggen2018-10-151-0/+4
| * Remove useless assertErik Verbruggen2018-10-151-2/+0
| * Revert "BaselineJIT: slightly improve arm codegen for shifts"Lars Knoll2018-10-151-3/+6
| * Abort parsing on errorLars Knoll2018-10-152-17/+15
| * Fix compilation in C++11 modeLars Knoll2018-10-152-0/+12
* | ShaderEffect: Allow use of shaders without QML enginePeter Hartmann2018-10-152-5/+28
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-1330-106/+252
|\|
| * BaselineJIT: slightly improve arm codegen for shiftsv5.12.0-beta2Erik Verbruggen2018-10-121-6/+3
| * Make the function name printing the same when dumping bytecodeErik Verbruggen2018-10-121-1/+1
| * V4: Conform method_objectLiteral arguments to equal other methodsErik Verbruggen2018-10-124-5/+5
| * JS: Check expressions inside template literals for validityErik Verbruggen2018-10-122-0/+5
| * 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-119-5/+50
| * Examples: Use XmlHttpRequest to fetch flickr public photosVenugopal Shivashankar2018-10-1111-85/+186
* | QQuickTableView: add a protected contructor with d pointer as first argumentYulong Bai2018-10-122-0/+9
* | Remove GPU_BLACKLIST infrastructureEdward Welbourne2018-10-122-9/+0
* | Add tracing feature (disabled by default)Erik Verbruggen2018-10-121-0/+9
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-1252-161/+3692
|\|
| * JS: Check array subscripts for validity when generating codeErik Verbruggen2018-10-112-0/+22
| * QML Engine: Support for JavaScript PromisesValery Kotov2018-10-1142-148/+3536
| * Fix QQuickRenderControl::invalidate with software rendererAllan Sandfeld Jensen2018-10-101-3/+3
| * QML Tooling: Prevent property capture while collecting dataUlf Hermann2018-10-102-1/+29
| * QML Tooling: Don't read properties in order to count themUlf Hermann2018-10-104-3/+91
| * 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
* | Bump versionOswald Buddenhagen2018-10-111-1/+1
* | Reduce size of QQmlValueTypeJędrzej Nowacki2018-10-094-11/+9
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-0952-774/+648
|\|
| * Fix possibly uninitialized use of unionErik Verbruggen2018-10-091-2/+2
| * qmlplugindump: Properly handle extension typesKai Koehne2018-10-0911-79/+339
| * Merge qmlplugindump testsKai Koehne2018-10-0942-694/+304
| * qmlplugindump: Fix calling of qmlimportscanner on WindowsKai Koehne2018-10-091-2/+4
| * Fix qmlplugindump autotestKai Koehne2018-10-092-1/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-0955-427/+545
|\|
| * 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-088-77/+175
| |\
| | * 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
| | * Amend TouchMouse::buttonOnDelayedPressFlickable to test delayed tapShawn Rutledge2018-10-031-38/+66
| | * YarrJIT: disable MatchResult decoding constructor on 64bitErik Verbruggen2018-10-022-1/+3
| | * Add QQuickItemPrivate::updateOrAddItemChangeListener()Mitch Curtis2018-10-022-0/+11