aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Fix module imports when building with Qt Version 6.0.0Simon Hausmann2019-07-151-2/+1
* Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-121-0/+2
|\
| * Fix build without quick_itemviewTasuku Suzuki2019-07-091-0/+2
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-0820-59/+422
|\|
| * Make openglunderqml functional with and without the rhiLaszlo Agocs2019-07-041-8/+25
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-041-6/+7
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-6/+7
| | |\
| | | * Fix read access violation when using KeyNavigation attached propertyTom Scheler2019-07-021-6/+7
| * | | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-0418-53/+389
| * | | qtlite: Fix build with -no-feature-cursorMikhail Svetkin2019-07-031-0/+4
| * | | Intercept image source urlFabian Kosmale2019-07-031-0/+5
* | | | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-07-083-19/+19
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-012-9/+21
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-282-9/+21
| |\|
| | * Fix: ListView footer positioned wrong after last item removedEirik Aavitsland2019-06-281-1/+7
| | * QQuickItemView: fix crash while doing fast flicking in transitionsYulong Bai2019-06-262-8/+14
* | | QQuickTableView: Add usage of QQuickTableSectionSizeProviderYulong Bai2019-06-281-0/+12
* | | Expose QQuickPath::pointAtPercent as Q_INVOKABLEPaolo Angelelli2019-06-251-4/+4
* | | Add Markdown support to TextEditShawn Rutledge2019-05-296-5/+87
* | | Add QQuickPathPolylinePaolo Angelelli2019-05-281-0/+1
* | | QQuickRectangle: do not pass invalid presets onto QGradientGiuseppe D'Angelo2019-06-241-2/+24
* | | Remove qqmlmemoryprofiler*Ulf Hermann2019-06-132-6/+0
* | | 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