aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Move model types into their own libraryUlf Hermann2019-05-026-11/+11
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-2/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-011-2/+2
| |\
| | * PinchHandler: change qCInfo to qCDebugShawn Rutledge2019-04-291-2/+2
* | | Add QQuickTableSectionSizeProvider for QQuickTableViewYulong Bai2019-04-302-0/+86
* | | QQuickTableView: avoid building syncView children before syncView has finishedRichard Moe Gustavsen2019-04-292-9/+15
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-292-28/+23
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-271-6/+7
| |\|
| | * MultiPointHandler: eliminate "no points" warning with native gesturesShawn Rutledge2019-04-261-6/+7
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-251-22/+16
| |\|
| | * Fix memory leak with QQuickEventPointJeremy Powell2019-04-241-22/+16
* | | Add WheelHandlerShawn Rutledge2019-04-278-1/+898
* | | Add BoundaryRuleShawn Rutledge2019-04-274-0/+795
* | | QQuickTableView: update calculateTopLeft() to take syncView into accountRichard Moe Gustavsen2019-04-262-33/+97
* | | QQuickTableView: update viewportMoved() to take syncView into accountRichard Moe Gustavsen2019-04-252-35/+122
* | | QQuickTableView: implement recursive updateTable()Richard Moe Gustavsen2019-04-242-0/+48
* | | QQuickTableView: sync geometry properties with syncViewRichard Moe Gustavsen2019-04-241-0/+31
* | | Doc: improve Example Usage section of TableViewMitch Curtis2019-04-244-2/+103
* | | QQuickTableView: add new 'syncView' propertyRichard Moe Gustavsen2019-04-234-0/+96
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-232-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-192-2/+2
| |\|
| | * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-1/+1
| | |\
| | | * Merge 5.12 into 5.12.3Kari Oikarinen2019-04-012-5/+1
| | | |\
| | | * | Doc: Fix typo in code snippetPaul Wicking2019-03-271-1/+1
| | * | | Debug missing synth-mouse ID in hex, not decimalShawn Rutledge2019-04-171-1/+1
* | | | | QQuickTableView: improve checking rebuild status while rebuildingRichard Moe Gustavsen2019-04-212-19/+39
* | | | | QQuickTableView: combine layouts and rebuilds into the same code pathRichard Moe Gustavsen2019-04-212-32/+28
* | | | | Clean up type registrationUlf Hermann2019-04-181-1/+0
* | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-184-6/+20
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-171-0/+1
| |\| | |
| | * | | Quick fix for not working input handling for eglfsMichal Klocek2019-04-151-0/+1
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-152-5/+19
| |\| | |
| | * | | Document macOS threaded render loop availabilityMorten Johan Sørvig2019-04-121-3/+9
| | * | | QQuickWindow: Run render jobs when there is a render control in NoStageAndy Shaw2019-04-091-2/+10
| * | | | Doc: Remove testlib sources from Qt Quick documentation configTopi Reinio2019-04-101-1/+0
* | | | | QQuickMultiPointHandler::moveTarget(): work with interceptorsShawn Rutledge2019-04-152-2/+32
* | | | | QQuickTableView: remove superfluous rebuildScheduled propertyRichard Moe Gustavsen2019-04-112-6/+3
* | | | | Remove QQmlV4HandleUlf Hermann2019-04-106-14/+16
* | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-104-12/+11
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-093-11/+10
| |\| | |
| | * | | QSGDefaultContext: sort GL_EXTENSIONS before printing themRolf Eike Beer2019-04-081-5/+5
| | * | | If DragHandler is dragged within its margin, don't jumpShawn Rutledge2019-04-051-4/+3
| | * | | In response to touch cancel, don't just ungrab, send an ungrab eventShawn Rutledge2019-04-041-2/+2
| | | |/ | | |/|
| * | | QQuickRectanglePrivate: set gradient QJSValue to undefinedMitch Curtis2019-04-041-1/+1
* | | | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-093-3/+1
* | | | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-083-6/+6
* | | | Refactor transform code in pinchhandler to a separate functionJan Arve Sæther2019-04-023-21/+43
* | | | Refactor QQuickMultiPointHandler into public and private classesShawn Rutledge2019-04-026-74/+204
* | | | Get rid of m_startMatrix as a member variableJan Arve Sæther2019-04-022-10/+10
* | | | Doc; Update contentHeight and contentWidth docsVenugopal Shivashankar2019-03-291-24/+26