aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add (and ignore for now) type assertions to QMLUlf Hermann2019-11-273-1/+18
* QQmlVMEMetaObject: Don't use QQmlListProperty's reserved fieldsUlf Hermann2019-11-271-17/+58
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-2612-21/+34
|\
| * 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-233-16/+14
| * QQmlDelegateModel: Use cache item's index for resolving delegatesUlf Hermann2019-11-231-1/+1
| * mouseDrag(): ensure that intermediate moves are done for all dragsMitch Curtis2019-11-231-9/+9
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-2527-43/+33
* | QQmlDelegateModel: Set extraObject only if required properties givenUlf Hermann2019-11-221-6/+7
* | Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-2224-36/+29
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-2254-173/+305
|\|
| * TableView: use fetchMore() when scrolling to the end of the tableKari Hormi2019-11-203-0/+18
| * Fix: NativeRendering text for non-integer screen scalingEirik Aavitsland2019-11-186-6/+14
| * 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-141-2/+6
| * QQmlTableInstanceModel: always emit index changed when an item is reusedRichard Moe Gustavsen2019-11-143-6/+10
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-148-53/+88
| |\
| | * 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
| | * 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-131-2/+16
| * | Fix warning about non-relative paths in qmldir filesSimon Hausmann2019-11-131-1/+1
| * | 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-1126-55/+64
| * | RuntimeHelpers: Short-circuit stringToNumber on huge stringsUlf Hermann2019-11-071-0/+9
* | | qmltyperegistrar: Expose also private and protected invokable functionsUlf Hermann2019-11-181-2/+2
* | | QML: Consider the semicolon as part of expression statementsUlf Hermann2019-11-182-5/+21
* | | Make QQuickFbo work with the OpenGL backend of QRhiLaszlo Agocs2019-11-143-13/+33
* | | Allow AnimatedSprite to finish on the last frameMichael Brasser2019-11-133-4/+47
* | | qmltyperegistrar: Search for foreign types also in MODULE_BASE_OUTDIRUlf Hermann2019-11-111-2/+11
* | | In case of prefix build, copy qmltypes.prf to build dirUlf Hermann2019-11-111-2/+10
* | | qmltypes.prf: Assume bare filename for QMLTYPES_FILENAMEUlf Hermann2019-11-081-3/+3
* | | Disambiguate do_install target for qmltypesUlf Hermann2019-11-081-5/+5
* | | Move qmltyperegistrar into srcUlf Hermann2019-11-088-0/+1170
* | | instanceof: return false instead of throwingFabian Kosmale2019-11-081-1/+1
* | | Use a temporary getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-11-072-5/+5
* | | Register compiled-in QML typesUlf Hermann2019-11-075-7/+11
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-079-29/+64
|\| |
| * | 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-319-29/+63
| |\|
| | * QQmlProperty: handle reads of QQmlPropertyMap correctlyFabian Kosmale2019-10-301-3/+9
| | * 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-293-1/+15
| | |\
| | | * Set the screen on the QOpenGLContext to be the same as the windowv5.13.2Andy Shaw2019-10-181-1/+3
| | | * Handle null in QQuickPointerEvent and QQEventPoint debug operatorsShawn Rutledge2019-10-171-0/+8