aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* | rhi: Follow non-integer scaling fixes for native textLaszlo Agocs2019-11-256-3/+6
|/
* TableView: use fetchMore() when scrolling to the end of the tableKari Hormi2019-11-202-0/+15
* Fix: NativeRendering text for non-integer screen scalingEirik Aavitsland2019-11-186-6/+14
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-146-1/+67
|\
| * Fix a layout bug caused by a delegate item that was moved by the user5.13Jan Arve Sæther2019-11-123-1/+12
| * Doc: add section on imperative vs declarative to best practices pageMitch Curtis2019-11-111-0/+37
| * QQuickAccessibleAttached: keep track of name being explicitly setMitch Curtis2019-11-062-0/+18
* | QQuickTableView::forceLayout(): rebuild table if the size of the model has ch...Richard Moe Gustavsen2019-11-122-17/+42
* | Doc: Fix documentation warningsTopi Reinio2019-11-1111-26/+30
* | Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-041-1/+2
|\|
| * QQuickItem::setParentItem: Check for d->window after deref'ing itUlf Hermann2019-10-311-1/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-316-25/+45
|\|
| * QML Drag: Prevent crash when using image provider urlFabian Kosmale2019-10-301-1/+1
| * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-291-0/+8
| |\
| | * Handle null in QQuickPointerEvent and QQEventPoint debug operatorsShawn Rutledge2019-10-171-0/+8
| * | QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-291-4/+17
| * | Loader: Actually clear initial properties when changing sourceFabian Kosmale2019-10-241-1/+2
| * | Rename some variables and a function to improve clarityJan Arve Sæther2019-10-242-19/+17
* | | Add vulkanunderqml to the list of examplesLaszlo Agocs2019-10-251-0/+1
* | | Fix assertion with certain Text items when rendering with MetalLaszlo Agocs2019-10-251-2/+4
* | | Enhance Layer.smooth docsLaszlo Agocs2019-10-251-1/+5