aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-07-172-2/+1
|\
| * Revert "[Quick] Make sure an transition instance is stopped when destroyed"Simon Hausmann2018-07-171-1/+0
| * Doc: update link to point to Controls 2 rather than Controls 1Mitch Curtis2018-07-161-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-1618-17/+115
|\|
| * [Quick] Make sure an transition instance is stopped when destroyedErik Verbruggen2018-07-131-0/+1
| * Doc: Fix broken link to examplePaul Wicking2018-07-131-1/+1
| * QQuickRenderControl: Grab framebuffer with alpha if the window uses itAndy Shaw2018-07-121-1/+2
| * Item, QQuickItem: document which properties are used in map functionsMitch Curtis2018-07-102-0/+34
| * Doc: add section about type safetyMitch Curtis2018-07-101-0/+30
| * Doc: clarify and trim down the list in "Using Qt Quick Layouts"Mitch Curtis2018-07-091-6/+5
| * Doc: replace "KiSS" section with Coding ConventionsMitch Curtis2018-07-061-6/+5
| * Don't leak components in QQuickLoaderColin Ogilvie2018-07-051-2/+6
| * Doc: add a section that demonstrates various contentX/contentY statesMitch Curtis2018-07-0411-1/+26
| * Doc: Mark the \snippet statements with a .pro fileVenugopal Shivashankar2018-07-021-0/+2
| * Doc: clarify behavior of QQuickItem's constructorMitch Curtis2018-07-021-0/+3
* | Add LineStyle support to Context2dColin Ogilvie2018-07-125-0/+172
* | Add Flickable.synchronousDrag propertyShawn Rutledge2018-07-124-2/+37
* | Rename Pointer Handlers to Input Handlers (as a concept)Shawn Rutledge2018-07-126-15/+15
* | QQWindowPriv::sendFilteredPointerEvent: don't clear hasFilteredShawn Rutledge2018-07-121-1/+7
* | Quick: Use devicePixelRatioF rather than devicePixelRatioUlf Hermann2018-07-123-5/+5
* | TableView: remove row and column from attached objectRichard Moe Gustavsen2018-07-102-31/+0
* | Teach Rectangle's gradient property to accept QGradient::PresetTor Arne Vestbø2018-07-104-20/+88
* | QQuickTableViewPrivate::modelIndexAtCell(): print count when assertingMitch Curtis2018-07-091-1/+2
* | QQuickTableViewPrivate::dumpTable(): print absolute path of imageMitch Curtis2018-07-091-3/+5
* | Prefix vtable methods with virtualLars Knoll2018-07-031-6/+6
* | Replace Identifier by PropertyKeyLars Knoll2018-07-021-4/+4
* | Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-022-3/+8
* | Unify put and putIndexedLars Knoll2018-07-021-2/+6
* | StrictlyEnforceRange should not override valid SnapOne decisionsMichael Brasser2018-06-292-4/+4
* | Fix SnapOneItem/Row behavior for mid-range flicksMichael Brasser2018-06-292-6/+6
* | Internal naming cleanupSimon Hausmann2018-06-291-3/+3
* | Add cat. logging in wantsEventPoint; improve FlickableInterop testShawn Rutledge2018-06-291-1/+4
* | Move QQSinglePointHandler::acceptedButtons to QQPointerDeviceHandlerShawn Rutledge2018-06-295-46/+51
* | Replace MultiPtHndlr.pointDistanceThreshold with PointerHandler.marginShawn Rutledge2018-06-299-44/+72
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-295-5/+9
|\|
| * Doc: Fix broken linksVenugopal Shivashankar2018-06-282-2/+2
| * Build without the draganddrop featureAndy Shaw2018-06-252-3/+2
| * QQuickPathViewPrivate: fix heap-use-after-freeMitch Curtis2018-06-251-0/+5
* | Add HoverHandler to detect a hovering mouse pointerShawn Rutledge2018-06-2810-5/+257
* | PinchHandler: rename scale to activeScale; scale means target scaleShawn Rutledge2018-06-272-10/+26
* | PointerHandler.grabChanged signal: add stateChange parameterShawn Rutledge2018-06-272-6/+8
* | QQuickTableView: use QHash instead of QList to store delegate itemsRichard Moe Gustavsen2018-06-262-14/+9
* | QSGAdaptationLayer: Remove QLinkedList usageRobin Burchell2018-06-262-11/+10
* | QQuickTableView: make functions constRichard Moe Gustavsen2018-06-252-4/+4
* | MultiPointHandler::hasCurrentPoints: OK if event has more pointsShawn Rutledge2018-06-252-4/+4
* | Put QQuickDragAxis into a separate fileJan Arve Sæther2018-06-255-63/+165
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-2571-147/+398
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-2571-147/+398
| |\|
| | * Doc: Move literal codeblocks to snippet filesVenugopal Shivashankar2018-06-223-6/+58
| | * Doc: Move the code snippets to a separate snippet fileVenugopal Shivashankar2018-06-225-21/+220