aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| | * Add missing math.h include for math functionsJake Petroules2017-09-121-0/+1
| | * Fix compilation with clang 4 on LinuxLars Knoll2017-09-111-12/+12
| | * Fix issue with programmatic flicking at boundsMichael Brasser2017-09-081-0/+1
| | * add qt.quick.canvas logging category, show size change due to DPRShawn Rutledge2017-09-071-0/+11
| | * Canvas: Repaint on devicePixelRatio ChangeMorten Johan Sørvig2017-09-072-11/+15
| | * QQuickDragAttached: make hotSpot work with imageSourceOleg Yadrov2017-09-061-0/+1
| | * Change mirror vertical for software QSGLayers to trueAllan Sandfeld Jensen2017-09-051-1/+1
* | | Register uncreateable types PointerHandler, EventPoint, EventTouchPointShawn Rutledge2017-09-201-1/+6
|/ /
* | Use the qEnvironmentVariable function from QtCoreThiago Macieira2017-09-141-4/+4
* | improve documentation of PinchHandlerShawn Rutledge2017-09-145-12/+244
* | PinchHandler: correct the usage of min/max x/y for movement boundsShawn Rutledge2017-09-121-1/+1
* | PinchHandler: make the properties useful when target is nullShawn Rutledge2017-09-122-18/+21
* | QQuickMultiPointHandler::eligiblePoints: use parent not targetShawn Rutledge2017-09-121-2/+2
* | rename TapHandler.isPressed property to pressedShawn Rutledge2017-09-121-1/+1
* | don't re-deliver events to an item which already filteredShawn Rutledge2017-09-112-11/+16
* | refactor sendFilteredMouseEvent to match sendFilteredPointerEventShawn Rutledge2017-09-112-17/+16
* | Remove unused member variablev5.10.0-alpha1Lars Knoll2017-09-081-1/+0
* | sendFilteredPointerEvent: go back to parent traversalShawn Rutledge2017-09-082-134/+103
* | rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-0510-43/+43
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-0525-61/+94
|\|
| * Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-047-3/+36
| * QQuickListView: ensure we re-layout when a delegate is placed at the last vis...Richard Moe Gustavsen2017-08-301-6/+4
| * Doc: Minor fixes to Loader QML type documentationTopi Reinio2017-08-293-7/+10
| * Doc: Fix capitalization in section titlesTopi Reinio2017-08-2913-42/+42
| * Doc: add missing word to Item::enabledMitch Curtis2017-08-281-1/+1
| * Fix crash in mouseGrabberItemSune Vuorela2017-08-231-2/+1
* | Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-0311-52/+52
* | Merge dev into 5.10Frederik Gladhorn2017-09-0216-35/+119
|\ \
| * | Add QQuickItemPrivate::filterKeyEvent()J-P Nurmi2017-08-302-21/+22
| * | Fix new Text and TextEdit properties not available in 2.10Paolo Angelelli2017-08-291-0/+2
| * | Remove QQuickEventPoint parameter from tapped propertyJan Arve Sæther2017-08-282-2/+2
| * | Doc: mention that Path is a non-visual typeMitch Curtis2017-08-251-0/+3