aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Bring back markObjects(), this time generatedLars Knoll2017-11-142-8/+9
* Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-08199-718/+4517
|\
| * Add new PathAngleArc typeMichael Brasser2017-11-073-9/+252
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-06196-709/+4265
| |\
| | * Fix a bug with TapHandler+DragHandler on top of FlickableJan Arve Sæther2017-10-272-16/+34
| | * Fix Logically dead codeJesus Fernandez2017-10-271-1/+1
| | * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3Liang Qi2017-10-253-1/+7
| | |\
| | | * Minor documentation improvements for Matrix4x4Michael Brasser2017-10-242-0/+2
| | | * QQuickAnimatorProxyJob: Disconnect from window when unsetting itUlf Hermann2017-10-241-1/+5
| | * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-24166-557/+1858
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-24166-557/+1858
| | | |\|
| | | | * QQuickLoader: Use setSize() to resize itemAlexandr Akulich2017-10-201-2/+7
| | | | * Docs: VideoOutput is not supported with Software AdaptationAndy Nichols2017-10-201-0/+7
| | | | * Update the cursor rectangle when select all is triggeredAndy Shaw2017-10-201-2/+1
| | | | * Software Adaptation: Fix QQuickWidget when moving between screensAndy Nichols2017-10-171-1/+1
| | | | * Fix outdated FDL license headerKai Koehne2017-10-1734-170/+170
| | | | * Fix outdated BSD license headerKai Koehne2017-10-17129-382/+1672
| | * | | clang-cl: Fix warnings about non-portable #include resolutionFriedemann Kleint2017-10-241-1/+1
| | |/ /
| | * | QQuickWindow: if an Item has PointerHandlers it's a delivery targetShawn Rutledge2017-10-173-4/+13
| | * | Fix QQuickRenderControl software grabs on surface not rendered elsewherev5.10.0-beta2David Edmundson2017-10-141-2/+2
| | * | Undo pre-accept state if the event was not filteredJan Arve Sæther2017-10-131-0/+4
| | * | Fix touch points delivered to the filtering parentJan Arve Saether2017-10-051-1/+1
| | * | pre-accept the mouse event before childMouseEventFilter; grab afterShawn Rutledge2017-10-052-7/+19
| | * | Doc: Maintain the highlighted examples list locallyVenugopal Shivashankar2017-10-051-0/+8
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-043-1/+4
| | |\|
| | | * Doc: let TextEdit grow vertically in ensureVisible() snippetMitch Curtis2017-10-031-1/+0
| | | * Document the default value of property asynchronousZhang Xingtao2017-09-271-0/+1
| | | * Fix uninitialized member QSGClipNode::m_is_rectangularJüri Valdmann2017-09-201-0/+3
| | * | docs: EventPoint::timeHeld is a real value, in secondsShawn Rutledge2017-09-291-1/+1
| | * | QQuickWindowPrivate::deliverKeyEvent: stop using QQW::sendEventShawn Rutledge2017-09-291-4/+9
| | * | improve documentation of DragHandlerShawn Rutledge2017-09-294-2/+210
| | * | PinchHandler: add native pinch gesture supportShawn Rutledge2017-09-297-46/+284
| | * | replace MultiPointHandler::requiredPointCount with min/max range propsShawn Rutledge2017-09-292-22/+53
| | * | improve documentation of the PointerHandler base classes and indexShawn Rutledge2017-09-2912-46/+1705
| | * | improve documentation of PinchHandlerShawn Rutledge2017-09-291-0/+48
| | * | remove QQuickPinchHandler::requiredPointCountChanged signalShawn Rutledge2017-09-291-1/+0
| | * | change the type of DragHandler::translation to QVector2D; document itShawn Rutledge2017-09-292-6/+13
* | | | Further cleanup JSCallDataLars Knoll2017-11-071-1/+1
* | | | Simplify JSCallData constructionLars Knoll2017-11-071-3/+4
* | | | Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* | | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-22101-502/+778
|\| | |
| * | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-2721-53/+53
| * | | Disambiguate QQuickStateActionEvent::overrideKevin Funk2017-09-255-9/+9
| * | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2568-383/+383
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2222-86/+363
| |\| |
| | * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-09-2010-20/+53
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-2010-20/+53
| | | |\|
| | | | * Fix compilation with -no-openglMichal Klocek2017-09-182-2/+5
| | | | * QQuickTextEdit: call implicitWidth() even if requireImplicitWidth is trueTim Jenssen2017-09-141-1/+1
| | | | * Add NOTIFY signal for QQuickAnimatedImage::frameCountPal Toth2017-09-133-7/+19