aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Deliver QTabletEvents to pointer handlersv5.15.0-alpha1Shawn Rutledge2020-02-117-20/+274
* Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-077-12/+94
* Privately export QQuickFlickablePrivate and QQuickTableViewPrivateMitch Curtis2020-02-063-3/+4
* rhi: Handle beginFrame() failure correctly in threaded render loopLaszlo Agocs2020-02-061-6/+10
* Add required property documentationFabian Kosmale2020-02-062-0/+101
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-064-27/+172
|\
| * 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
| * Get rid of global gadgetPtr in QQmlValueTypeUlf Hermann2020-01-291-4/+4
| * 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
* | Synthetically reference type registration functionsUlf Hermann2020-02-041-0/+2
* | QQuickPointerMouseEvent::asMouseEvent(): check for nullptrShawn Rutledge2020-01-311-0/+2
* | Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-318-24/+249
* | Image ColorSpace bindings for Quick/QMLAllan Sandfeld Jensen2020-01-319-1/+217
* | Add Behavior.targetProperty propertyPierre-Yves Siret2020-01-312-0/+80
* | Add Image.sourceClipRect propertyShawn Rutledge2020-01-305-4/+82
* | Teach QQuickPixmap to handle requests for image regionsShawn Rutledge2020-01-306-50/+97
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-292-20/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-292-20/+12
| |\|
| | * Doc: document behavior and caveats of TextInput's padding propertiesMitch Curtis2020-01-281-0/+12
| | * Doc: Move snippet file to qtxmlpatternsPaul Wicking2020-01-271-20/+0
* | | QQuickItemView: only connect recycle signals to delegate modelRichard Moe Gustavsen2020-01-291-4/+8
* | | Fix vertical position of PathTextEskil Abrahamsen Blomfeldt2020-01-291-2/+2
|/ /
* | 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
* | QQuickImageProvider: PDF is a scalable format like SVGShawn Rutledge2020-01-231-4/+4
* | Deduplicate QQuickImageBase/QQuickBorderImage::loadPaolo Angelelli2020-01-233-147/+94
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-231-1/+1
|\|
| * Remove shadereffect dependency from shapesKarim Pinter2020-01-221-1/+1
* | Introduce PathText path elementEskil Abrahamsen Blomfeldt2020-01-213-0/+326
* | Upgrade qsb files to version 4Laszlo Agocs2020-01-2147-0/+0
* | 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-207-64/+216
|\|
| * Text and TextEdit: document MarkdownText formatShawn Rutledge2020-01-175-62/+209
| * 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-179-20/+20
* | Replace call to deprecated QNetworkReply::error methodFabian Kosmale2020-01-173-3/+3
* | QQuickTextNodeEngine: reduce redundant rendering of glyphsWang Chuan2020-01-161-1/+1
* | QQmlListProperty: Add replace and removeLast functionsUlf Hermann2020-01-159-19/+63
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-145-17/+156
|\|
| * Register PointerScrollEvent and document the WheelHandler.wheel signalShawn Rutledge2020-01-133-4/+142
| * Remove unneeded/unused signalAlbert Astals Cid2020-01-131-1/+0
| * 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-108-401/+16
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-093-1/+5
|\|