aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Move model types into their own libraryUlf Hermann2019-05-024-9/+8
* 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-291-22/+16
|\
| * 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-272-1/+6
* | | 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-241-2/+11
* | | QQuickTableView: add new 'syncView' propertyRichard Moe Gustavsen2019-04-234-0/+96
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-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
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-182-2/+11
|\| |
| * | 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-151-2/+10
| |\|
| | * QQuickWindow: Run render jobs when there is a render control in NoStageAndy Shaw2019-04-091-2/+10
* | | QQuickTableView: remove superfluous rebuildScheduled propertyRichard Moe Gustavsen2019-04-112-6/+3
* | | Remove QQmlV4HandleUlf Hermann2019-04-105-11/+13
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-102-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-091-2/+2
| |\|
| | * 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-092-2/+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-022-0/+39
* | | Doc; Update contentHeight and contentWidth docsVenugopal Shivashankar2019-03-291-24/+26
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-292-5/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-281-4/+0
| |\|
| | * Fix incorrect PathView.currentIndex assignment with StrictlyEnforceRangeShawn Rutledge2019-03-271-4/+0
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-271-1/+1
| |\|
| | * Restore rich Text creation speedShawn Rutledge2019-03-261-1/+1
| * | Fix text wrap: do not break on last line if right elide is enabledEirik Aavitsland2019-03-261-0/+5
* | | Doc: Language editsVenugopal Shivashankar2019-03-251-47/+48
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-222-0/+7
|\| |
| * | Add some missing QT_{BEGIN,END}_NAMESPACE macrosJan Arve Sæther2019-03-212-0/+7
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-158-35/+60
|\| |
| * | Doc: include support for astc compressed texture filesEirik Aavitsland2019-03-131-1/+2
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Ulf Hermann2019-03-137-34/+50
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-137-34/+50
| | |\|
| | | * Fix leaking of QML QQuickItemGrabResult objectsVal Doroshchuk2019-03-111-2/+4
| | | * Fix a bug where hover events were not sent if the mouse was never movedJan Arve Sæther2019-03-041-0/+1
| | | * Don't crash if the synth-mouse touchpoint is absent from a touch eventShawn Rutledge2019-03-041-12/+16
| | | * QQuickFlickable: fix setContentX/setContentY comparing qrealYulong Bai2019-03-011-2/+2