aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-049-47/+37
|\
| * Doc: let TextEdit grow vertically in ensureVisible() snippetMitch Curtis2017-10-031-1/+0
| * Docs: remove empty table headersFrederik Schwarzer2017-10-031-2/+0
| * Document the default value of property asynchronousZhang Xingtao2017-09-271-0/+1
| * ObjectModel: provide unique move IDsJ-P Nurmi2017-09-261-3/+3
| * Fix behaviors not working when sub-types declare propertiesSimon Hausmann2017-09-221-0/+2
| * Fix use-after-free when clear()ing all elements from a ListModelErik Verbruggen2017-09-223-41/+28
| * Fix uninitialized member QSGClipNode::m_is_rectangularJüri Valdmann2017-09-201-0/+3
* | Doc: add documentation for QJSValueListSamuel Gaist2017-09-301-0/+7
* | Doc: fix QJSEngine code snippetSamuel Gaist2017-09-301-1/+1
* | 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
* | Fix implicit loading of internal types when using explicit importsSimon Hausmann2017-09-262-2/+7
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-09-2054-279/+525
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-2054-279/+525
| |\|
| | * Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-192-0/+9
| | * Fix compilation with -no-openglMichal Klocek2017-09-182-2/+5
| | * Fall back to the ObjectWrapper for model advanceIteratorAndy Shaw2017-09-151-1/+4
| | * Fix use-after-free when removing elements from a ListModelErik Verbruggen2017-09-143-7/+27
| | * QQuickTextEdit: call implicitWidth() even if requireImplicitWidth is trueTim Jenssen2017-09-141-1/+1
| | * Add NOTIFY signal for QQuickAnimatedImage::frameCountPal Toth2017-09-133-7/+19
| | * Fix qml cache invalidation when changing dependent C++ registered QML singletonsSimon Hausmann2017-09-123-0/+25
| | * Fix Integrity buildSimon Hausmann2017-09-121-1/+1
| | * Add missing math.h include for math functionsJake Petroules2017-09-122-0/+2
| | * Update the expected size of QV4::CompiledData::UnitJ-P Nurmi2017-09-111-3/+1
| | * Fix compilation with clang 4 on LinuxLars Knoll2017-09-111-12/+12
| | * Drain the mark stack while collecting rootsLars Knoll2017-09-101-1/+15
| | * Fix issue with programmatic flicking at boundsMichael Brasser2017-09-081-0/+1
| | * Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-0810-39/+50
| | * Remove temporary allocations during type cleanupSimon Hausmann2017-09-081-1/+1
| | * Get rid of the root object index variableSimon Hausmann2017-09-0811-43/+30
| | * Fix crash with loading cache files originating from top-level componentsSimon Hausmann2017-09-081-0/+2
| | * Fix crash with dangling context object pointersSimon Hausmann2017-09-081-0/+2
| | * Settings: document how to have several categoriesMitch Curtis2017-09-071-0/+9
| | * Fix crashes in QML apps when upgrading Qt snapshotsSimon Hausmann2017-09-072-10/+19
| | * QQmlPropertyValidator::validateObject(): remove unused codeJ-P Nurmi2017-09-071-10/+0
| | * 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
| | * Disable deferring when referenced as a grouped propertyJ-P Nurmi2017-09-061-1/+1
| | * Fix crashes with closures created in QML componentsLars Knoll2017-09-0613-106/+210
| | * Qml Tooling: Replace bare pointers with QScopedPointerUlf Hermann2017-09-064-27/+18
| | * Fix QtQml crashing with GHS compiler when using AOTSimon Hausmann2017-09-051-13/+30