aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.14 into 5.14.2Kari Oikarinen2020-03-103-4/+20
|\
| * Make tst_qquickcanvasitem significant again; fix image size roundingShawn Rutledge2020-03-051-2/+3
| * QQuickItem: prevent endless loop in focus tab chainWang Chuan2020-03-031-1/+7
| * QQuickTableView: Immediately delete delegates when possibleUlf Hermann2020-02-281-1/+10
* | Don't replace all characters below 0x20 with spaces as they may be validAndy Shaw2020-03-021-2/+1
|/
* Fix texture coords for the compressed texture atlasMichael Brasser2020-02-211-5/+5
* Doc: list Grid's alignment properties as "since 5.1"Mitch Curtis2020-02-181-0/+1
* Fix inverted logicMichael Brasser2020-02-171-1/+1
* Add a null check to QQuickWindowPrivate::rendererAnton Kreuzkamp2020-02-121-1/+1
* QQuickLoader: store statusFabian Kosmale2020-02-122-39/+61
* Mention styleName in the Font QML type documentationAndy Shaw2020-02-111-0/+1
* Android: Don't include QtQuickParticles in the dependenciesAndy Shaw2020-02-101-4/+1
* Fix QAccessibleQuickWindow::focusChild() to return focused descendantPeter Varga2020-02-061-2/+6
* 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
* 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
* Remove shadereffect dependency from shapesKarim Pinter2020-01-221-1/+1
* Text and TextEdit: document MarkdownText formatShawn Rutledge2020-01-175-62/+209
* QQuickItemView: fix crash when changing modelWang Chuan2020-01-152-2/+7
* 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
* 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
* 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
* | 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
* | 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
* | 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
* | 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
* | MouseArea: react to touch ungrabShawn Rutledge2019-12-022-0/+7
* | QQuickBehavior: Check that animation is not semi-deletedFabian Kosmale2019-11-291-1/+1
* | Warn about using QSGTexture::bind outside direct OpenGL pathJohan Klokkhammer Helsing2019-11-281-0/+3
* | TableView: add doc for syncView and syncDirection propertiesYulong Bai2019-11-271-0/+35
* | MultiPointTouchArea: stop ignoring Qt-synthesized mouse eventsShawn Rutledge2019-11-262-21/+31