aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | QQuickTableView: support assigning a DelegateModelRichard Moe Gustavsen2019-12-093-14/+18
* | tst_qquicktableview: ensure test checks for correct error messageRichard Moe Gustavsen2019-12-091-2/+2
* | Stabilize tst_qquickmousearea::nestedStopAtBounds()Shawn Rutledge2019-12-082-5/+1
* | Don't let PointerHandler steal touch grab from preventStealing MouseAreaShawn Rutledge2019-12-062-6/+41
* | TapHandler: don't reject stationary touchpointsShawn Rutledge2019-12-063-5/+27
* | Particle system: fix infinite loop after running for many hoursYulong Bai2019-12-062-1/+8
* | QQuickItemView: Emit correct change signal on model resetFabian Kosmale2019-12-053-1/+8
* | Compiler: Support >32k stack slotsUlf Hermann2019-12-054-16/+33107
* | Fix ObjectModel item not being rendered when moved between modelsMitch Curtis2019-12-043-1/+180
* | Fix incorrect behavior of PathView with ungrabMouse()Shin-ichi Okada2019-12-043-2/+113
* | QQuickTableView: Clear items before deleting the modelUlf Hermann2019-12-044-0/+80
* | tst_qquicktableview: fix warning about missing JS functionRichard Moe Gustavsen2019-12-043-2/+88
* | QQuickTableView: fix warning messageRichard Moe Gustavsen2019-12-041-2/+2
* | QQuickItemView: Set moveReason to other on model changeFabian Kosmale2019-12-032-0/+58
* | Remove src/3rdparty/llvmUlf Hermann2019-12-0319-3037/+0
* | Do not emit inputMaskChanged when setting the same input maskJan Arve Sæther2019-12-022-1/+12
* | MouseArea: react to touch ungrabShawn Rutledge2019-12-026-0/+241
* | QQuickBehavior: Check that animation is not semi-deletedFabian Kosmale2019-11-291-1/+1
* | Facilitate testing RHI rendering in the lancelot testEirik Aavitsland2019-11-291-1/+19
* | Warn about using QSGTexture::bind outside direct OpenGL pathJohan Klokkhammer Helsing2019-11-281-0/+3
* | masm: drop some excessive newlines in debug messagesRolf Eike Beer2019-11-282-4/+3
* | Fix console logging from lancelot testEirik Aavitsland2019-11-281-0/+1
* | TableView: add doc for syncView and syncDirection propertiesYulong Bai2019-11-271-0/+35
* | QQmlData::wasDeleted now returns true also in case of isDeletingChildrenNick Shaforostov2019-11-271-1/+1
* | MultiPointTouchArea: stop ignoring Qt-synthesized mouse eventsShawn Rutledge2019-11-263-21/+97
* | rhi: Follow non-integer scaling fixes for native textLaszlo Agocs2019-11-256-3/+6
* | QQmlTypeLoader: Don't parse qmldir content multiple timesUlf Hermann2019-11-232-2/+3
* | QQmlDirParser: Fix lifecycle managementUlf Hermann2019-11-234-16/+17
* | QQmlDelegateModel: Use cache item's index for resolving delegatesUlf Hermann2019-11-233-1/+92
* | mouseDrag(): ensure that intermediate moves are done for all dragsMitch Curtis2019-11-232-9/+39
|/
* TableView: use fetchMore() when scrolling to the end of the tableKari Hormi2019-11-206-0/+61
* Fix: NativeRendering text for non-integer screen scalingEirik Aavitsland2019-11-187-6/+51
* Retrieve the attached properties base type without recursionUlf Hermann2019-11-185-32/+29
* Disable deprecation warnings in function that are themselves deprecatedUlf Hermann2019-11-181-0/+8
* Fix deprecation warning about QString from character literalUlf Hermann2019-11-181-1/+1
* mouseDrag(): never drag along an axis that wasn't requestedMitch Curtis2019-11-142-2/+138
* QQmlTableInstanceModel: always emit index changed when an item is reusedRichard Moe Gustavsen2019-11-146-6/+60
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-149-55/+120
|\
| * 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-063-2/+50
| * QQmlVMEMetaObject: Scope MemberData for allocating writeUlf Hermann2019-11-052-52/+21
* | Qt Quick Layouts: Do not assert when specifying an invalid row/columnJan Arve Sæther2019-11-132-2/+49
* | Fuzzing: Don't copy input data to QByteArrayRobert Loehning2019-11-131-1/+1
* | Fix warning about non-relative paths in qmldir filesSimon Hausmann2019-11-131-1/+1
* | autotest, tableview: silence compiler warningRichard Moe Gustavsen2019-11-121-1/+1
* | QQuickTableView::forceLayout(): rebuild table if the size of the model has ch...Richard Moe Gustavsen2019-11-123-17/+66
* | fix rendernode example buildLorn Potter2019-11-121-0/+4
* | Doc: Fix documentation warningsTopi Reinio2019-11-1127-56/+65
* | RuntimeHelpers: Short-circuit stringToNumber on huge stringsUlf Hermann2019-11-071-0/+9