aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\|
| * Fix unused variable warning on big-endianShawn Rutledge2020-01-081-0/+2
| * QQuickWindow: make subFocusItem a QPointerFabian Kosmale2020-01-031-1/+1
| * Fix the build with -no-guiLiang Qi2020-01-021-0/+2
* | 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-1914-46/+46
* | Add API to get the platform specific texture handlePaul Olav Tvete2019-12-177-179/+58
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-175-6/+14
|\|
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-134-6/+8
| |\
| | * QQuickPixmapCache: Don't dereference nullptrv5.14.0-rc2v5.14.0Fabian Kosmale2019-12-051-3/+5
| | * Fix NativeRendering text on core profileEirik Aavitsland2019-11-263-3/+3
| * | rhi: Mark window as unused when neededLaszlo Agocs2019-12-111-0/+4