aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-206-17/+16
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-196-17/+16
| |\
| | * Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-176-17/+16
* | | QQuickMouseArea: synchronize relative position after draggingWang Chuan2019-05-291-1/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-141-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-131-0/+2
| |\|
| | * Avoid assertion when having a ShaderEffect as a delegateJan Arve Sæther2019-05-211-0/+2
* | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-124-10/+10
* | | Register QRegularExpressionValidator in QtQuickUlf Hermann2019-06-121-3/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-1113-30/+57
|\| |
| * | Fix heap-use-after-free with QQuickListViewAllan Sandfeld Jensen2019-06-044-19/+26
| * | QQuickTableView: Don't try to forceLayout with no columnsDavid Edmundson2019-06-051-0/+3
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-022-5/+6
| |\|
| | * QQuickTextControl: Fix Qt::ImAbsolutePosition queryVova Mshanetskiy2019-05-241-1/+1
| | * Doc: Fix incorrect snippet in Repeater QML type documentationTopi Reinio2019-01-231-4/+5
| * | Fix mistakes in 9b36512b9453f429644b0c388d381f7a2fc0f825Allan Sandfeld Jensen2019-05-286-6/+22
* | | QQuickDropArea: Use QRegularExpression rather than QRegExpUlf Hermann2019-05-271-8/+11
* | | Add scale property to QQuickPathPaolo Angelelli2019-06-041-0/+1
* | | Remove deprecated QPainter::HighQualityAntialiasingChristian Ehrlicher2019-05-271-9/+2
* | | Add a feature for Drag&Drop support in Qt QuickUlf Hermann2019-05-2313-44/+45
* | | QQuickTableView: don't recalculate content width while flickingRichard Moe Gustavsen2019-05-151-26/+19
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-1612-64/+107
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-167-52/+95
| |\|
| | * 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
| | * 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-155-12/+12
* | | 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-093-6/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-083-6/+17
| |\|
| | * Accessibility: Make sure StaticText is marked read-onlyFrederik Gladhorn2019-05-071-1/+7
| | * 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-081-1/+1
* | | 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
* | | 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-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