aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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
| * QQuickItemView: fix crash when changing modelWang Chuan2020-01-152-2/+7
* | Don't use deprecated QMatrix class anymoreJarek Kobus2020-01-172-10/+12
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-172-2/+2
* | Replace call to deprecated QNetworkReply::error methodFabian Kosmale2020-01-171-1/+1
* | QQuickTextNodeEngine: reduce redundant rendering of glyphsWang Chuan2020-01-161-1/+1
* | QQmlListProperty: Add replace and removeLast functionsUlf Hermann2020-01-156-7/+7
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-143-15/+148
|\|
| * Register PointerScrollEvent and document the WheelHandler.wheel signalShawn Rutledge2020-01-132-3/+134
| * QQuickItemView: Fix iteration/deletion logicUlf Hermann2020-01-101-12/+16
* | Add PointerScrollEvent QML registrationShawn Rutledge2020-01-131-1/+5
* | Generate registrations for all importsUlf Hermann2020-01-101-198/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-1/+1
|\|
| * QQuickWindow: make subFocusItem a QPointerFabian Kosmale2020-01-031-1/+1
* | Optimize QQuickImagePrivate paddingShawn Rutledge2019-12-312-14/+7
* | Improve ListView.headerPositioning docsShawn Rutledge2019-12-231-12/+20
* | QQuickTableView: reuse items also when using QQmlInstanceModelRichard Moe Gustavsen2019-12-191-5/+1
* | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-193-19/+19
* | Add API to get the platform specific texture handlePaul Olav Tvete2019-12-171-1/+1
* | Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-101-1/+1
* | QQuickItemView: Change QHash::insertMulti use to QMultiHash::insertMårten Nordheim2019-12-102-8/+7
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-101-13/+34
|\|
| * QQuickTableView: set empty content size when table is emptyRichard Moe Gustavsen2019-12-091-0/+14
| * QQuickTableView: ensure we release items in the old model and not the newRichard Moe Gustavsen2019-12-091-6/+9
| * QQuickTableView: support assigning a DelegateModelRichard Moe Gustavsen2019-12-091-7/+11
* | QQuickListView: document delegate item recyclingRichard Moe Gustavsen2019-12-091-0/+47
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-091-1/+3
|\|