aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Fix unused var in no-opengl buildsLaszlo Agocs2019-12-111-0/+2
* | | List new vulkantextureimport example in examples.qdocLaszlo Agocs2019-12-161-0/+1
* | | Share pipeline state objects between layer renderersLaszlo Agocs2019-12-162-63/+69
* | | Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-1313-3/+183
* | | QQuickStyledTextPrivate: fix padding and initializationShawn Rutledge2019-12-131-9/+9
* | | Regenerate rhi shadersLaszlo Agocs2019-12-1147-0/+0
* | | 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-092-0/+129
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-093-7/+25
|\| |
| * | Don't let PointerHandler steal touch grab from preventStealing MouseAreaShawn Rutledge2019-12-061-1/+18
| * | TapHandler: don't reject stationary touchpointsShawn Rutledge2019-12-061-5/+4
| * | QQuickItemView: Emit correct change signal on model resetFabian Kosmale2019-12-051-1/+3
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-053-5/+11
|\| |
| * | Fix ObjectModel item not being rendered when moved between modelsMitch Curtis2019-12-041-1/+5
| * | Fix incorrect behavior of PathView with ungrabMouse()Shin-ichi Okada2019-12-041-2/+3
| * | QQuickTableView: Clear items before deleting the modelUlf Hermann2019-12-041-0/+1
| * | QQuickTableView: fix warning messageRichard Moe Gustavsen2019-12-041-2/+2
* | | Don't allow dragging a ListView through a floating header or footerShawn Rutledge2019-12-042-0/+19
* | | QQuickListView: implement support for reusing itemsRichard Moe Gustavsen2019-12-045-27/+105
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-045-2/+13
|\| |
| * | QQuickItemView: Set moveReason to other on model changeFabian Kosmale2019-12-031-0/+1
| * | Do not emit inputMaskChanged when setting the same input maskJan Arve Sæther2019-12-021-1/+4