aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-131-1/+1
* QQuickTableView: don't recalculate content width while flickingRichard Moe Gustavsen2019-05-151-26/+19
* Add missing #include, needed for use of QLinkedList<>Edward Welbourne2019-05-201-0/+1
* Add snapMode to DragHandlerJan Arve Sæther2019-05-162-2/+48
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-164-15/+15
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-1617-72/+196
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-169-58/+180
| |\
| | * Do not synthesize a double click event if the event point moved too farJan Arve Sæther2019-05-152-16/+29
| | * TextEdit: use I-beam cursor by default, pointing cursor for linksShawn Rutledge2019-05-153-1/+20
| | * Document TapHandler.tapped and [single|double]Tapped eventPoint argumentShawn Rutledge2019-05-092-6/+85
| | * Don't overwrite states if role is assigned after a stateJan Arve Sæther2019-05-092-35/+46
| * | Avoid illegal downcasts in texture and shader handlingAllan Sandfeld Jensen2019-05-157-14/+14
| * | Fix illegal downcast in QQuickStateGroup destructionAllan Sandfeld Jensen2019-05-131-0/+2
* | | QQuickTableView: change implementation of enforceTableAtOrigin()Richard Moe Gustavsen2019-05-113-39/+204
* | | Add Markdown support to TextShawn Rutledge2019-05-096-4/+36
* | | QQuickTableView: sync viewport rect with syncView when rebuildingRichard Moe Gustavsen2019-05-091-2/+7
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-095-6/+34
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-085-6/+34
| |\|
| | * Accessibility: Make sure StaticText is marked read-onlyFrederik Gladhorn2019-05-073-1/+24
| | * Improve Context2D's line dash-related documentationMitch Curtis2019-05-031-5/+7
| | * QQuickTextControl: Emit cursorPositionChanged() when handling IM eventVova Mshanetskiy2019-05-021-0/+3
* | | Remove last traces of QV8EngineUlf Hermann2019-05-082-1/+2
* | | QQuickTableView: improve updateAverageEdgeSize()Richard Moe Gustavsen2019-05-081-6/+15
* | | QQuickTableView: remove relayoutTable()Richard Moe Gustavsen2019-05-082-15/+3
* | | QQuickTableView: check if we need to rebuild when syncing with syncViewRichard Moe Gustavsen2019-05-031-5/+17
* | | Add features for the remaining QML model typesUlf Hermann2019-05-031-0/+1
* | | QQuickTableView: protect fixup() from being called while resizing the content...Richard Moe Gustavsen2019-05-022-1/+17
* | | QQuickTableView: optimize forceLayout() to start updating from the rootRichard Moe Gustavsen2019-05-021-5/+4
* | | 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
| | |\