aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-1019-224/+0
* Avoid using deprecated QTabletEvent::device()Simon Hausmann2020-03-071-1/+1
* Doc: clarify the fontSizeMode property in terms of Rich and Styled textAndy Shaw2020-03-061-0/+6
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-032-2/+17
|\
| * QQuickItem: prevent endless loop in focus tab chainWang Chuan2020-03-031-1/+7
| * QQuickTableView: Immediately delete delegates when possibleUlf Hermann2020-02-281-1/+10
* | Fix building qtdeclarative without QMovie supportJean-Michaël Celerier2020-03-021-1/+1
* | doc: fix typo in signal nameRolf Eike Beer2020-03-021-1/+1
* | Deprecate non-const version of saveToFile()Jan Arve Sæther2020-02-282-1/+6
* | Properly deprecate QQuickText::doLayout() and get rid of it for Qt6Jan Arve Sæther2020-02-282-1/+10
* | Revision properties and methods added in 5.15Ulf Hermann2020-02-273-5/+5
* | Propagate the LanguageChange events from the QQuickWindow to the itemsAndy Shaw2020-02-252-0/+8
* | Export QQuickRootItem to QMLUlf Hermann2020-02-251-1/+1
* | Revert "Replace call to deprecated QNetworkReply::error method"Timur Pocheptsov2020-02-241-1/+1
* | Doc: Fix QQuickTableView snippetUlf Hermann2020-02-241-1/+1
* | Revert "QQuickItemView: do not set parent to nullptr upon destruction"v5.15.0-beta1Ulf Hermann2020-02-211-1/+1
* | Make qtdeclarative compile with -no-feature-tableteventShawn Rutledge2020-02-203-0/+8
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-201-0/+1
|\|
| * Doc: list Grid's alignment properties as "since 5.1"Mitch Curtis2020-02-181-0/+1
* | MultiPointTouchArea: update the TouchPoint.x and y properties togetherShawn Rutledge2020-02-152-19/+13
* | QQuickItemView: do not set parent to nullptr upon destructionRichard Moe Gustavsen2020-02-141-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-133-40/+62
|\|
| * Add a null check to QQuickWindowPrivate::rendererAnton Kreuzkamp2020-02-121-1/+1
| * QQuickLoader: store statusFabian Kosmale2020-02-122-39/+61
* | Provide a macro for qmlRegisterTypeNotAvailableUlf Hermann2020-02-122-7/+12
* | Deliver QTabletEvents to pointer handlersv5.15.0-alpha1Shawn Rutledge2020-02-114-17/+252
* | Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-074-5/+38
* | Privately export QQuickFlickablePrivate and QQuickTableViewPrivateMitch Curtis2020-02-062-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-063-23/+168
|\|
| * Doc: Remove outdated noteJoni Poikelin2020-02-031-4/+0
| * Fix some ListView bugs related to snapping when it had a headerJan Arve Sæther2020-01-301-15/+153
| * QQuickFlickable: fix division by zeroMitch Curtis2020-01-291-4/+15
* | QmlDebug: add new debugtranslationserviceTim Jenssen2020-02-051-0/+7
* | QQmlInstanceModel: refactor recycling signals to base classRichard Moe Gustavsen2020-02-051-13/+7
* | QQuickPointerMouseEvent::asMouseEvent(): check for nullptrShawn Rutledge2020-01-311-0/+2
* | Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-314-23/+100
* | Image ColorSpace bindings for Quick/QMLAllan Sandfeld Jensen2020-01-313-0/+27
* | Add Image.sourceClipRect propertyShawn Rutledge2020-01-305-4/+82
* | Teach QQuickPixmap to handle requests for image regionsShawn Rutledge2020-01-303-2/+3
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-291-0/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-0/+12
| |\|
| | * Doc: document behavior and caveats of TextInput's padding propertiesMitch Curtis2020-01-281-0/+12
* | | QQuickItemView: only connect recycle signals to delegate modelRichard Moe Gustavsen2020-01-291-4/+8
|/ /
* | Deprecate QQuickWindow::createTextureFromId()Laszlo Agocs2020-01-272-1/+9
* | Make QtQuick::Item::mapFrom/ToItem also accept point and rectAlbert Astals Cid2020-01-241-90/+104
* | Make QtQuick::Item::mapFrom/ToGlobal also accept pointAlbert Astals Cid2020-01-241-24/+50
* | Deduplicate QQuickImageBase/QQuickBorderImage::loadPaolo Angelelli2020-01-233-147/+94
* | QQuickTableView: make syncView/syncDirection/model private implementation vir...Yulong Bai2020-01-203-14/+25
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-204-64/+65
|\|
| * Text and TextEdit: document MarkdownText formatShawn Rutledge2020-01-172-62/+58