aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing } and indent accordinglyAndy Shaw2021-03-201-1/+2
* Use unique_ptr to clarify ownership of QQuickDefaultClipNode objectsVolker Hilsheimer2021-03-191-5/+5
* QQuickWindow: don't leak old screenChanged connectionsAndreas Hartmetz2021-03-111-4/+3
* Port shader code example in GridMesh docsLaszlo Agocs2021-03-101-13/+23
* Ensure that the case of the path will match then QUrl for a UNC pathAndy Shaw2021-03-091-3/+8
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-082-13/+11
* QQmlIncubator: handle clear inside setinitialStateFabian Kosmale2021-03-041-1/+1
* qqmlapplicationengine: Handle errors during component creationMaximilian Goldstein2021-03-041-0/+8
* Use the correct metaObject in captureProperty()Ulf Hermann2021-03-011-23/+30
* QQuickPaletteProviderPrivateBase: use palette getterFabian Kosmale2021-03-011-1/+1
* Fix typo in QQuickGraphicsConfiguration docsLaszlo Agocs2021-02-261-1/+1
* Improve QSGMaterial docsLaszlo Agocs2021-02-191-15/+31
* qquicktextinput: Fix validation for IM eventBartlomiej Moskal2021-02-192-2/+28
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-191-0/+4
* docs: Fix documentation of the Locale numberOptions propertyShawn Rutledge2021-02-191-1/+1
* Fix lookup of existing inline components by nameUlf Hermann2021-02-191-1/+1
* qquicktextinput: Fix Undo history for IM eventBartlomiej Moskal2021-02-151-4/+6
* MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-02-121-0/+6
* QQuickWidget/Documentation: Mention the need to set the graphics APIFriedemann Kleint2021-02-111-3/+7
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-111-1/+1
* Return errors if validation of inline components failsUlf Hermann2021-02-091-1/+3
* QSGBatchRender: avoid crash if buffer shrinksFabian Kosmale2021-02-081-2/+2
* Do less work when there are no active ImageParticle particlesMichael Brasser2021-02-063-8/+29
* QQuickItemParticle give() method kill particleFabio Falsini2021-02-051-0/+1
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-052-9/+9
* Invalidate external renderpass descriptors from Quick3DLaszlo Agocs2021-02-053-0/+19
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-031-0/+7
* Remove superfluous include directiveFriedemann Kleint2021-02-031-1/+0
* QuickTest: Do not recurse forever on inline components in enumerateTestCasesFabian Kosmale2021-02-011-1/+4
* QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop referenceMike Achtelik2021-01-261-3/+3
* export QAcccessibleQuickItemJan Arve Sæther2021-01-221-1/+2
* QAnimationGroupJob: Don't call virtual functions from dtorUlf Hermann2021-01-222-23/+42
* Ensure we cancel touchMouseSynthesis upon receiving touchCancelRichard Moe Gustavsen2021-01-201-1/+1
* Change QQuickShortcut::setSequences to bind to all sequencesAndreas Buhr2021-01-151-23/+60
* Pass QWheelEvent data to QML engine via QQuickWheelEvent pointerVolker Hilsheimer2021-01-155-18/+25
* QQmlComponent: Avoid crash when setting initial properties in JS moduleFabian Kosmale2021-01-151-1/+2
* QuickLayouts: fix crash when layout width depends on parent widthIvan Solovev2021-01-151-2/+2
* Flickable: ignore trackpad events with px deltas in disallowed directionShawn Rutledge2021-01-151-5/+18
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-141-1/+4
* Fix QQuickShortcut::setContext so re-grab all shortcutsAndreas Buhr2021-01-131-0/+7
* ListModel: Fix move handling in syncFabian Kosmale2021-01-131-3/+23
* Regenerate Shape fill geometry when alpha changes to non-zeroLaszlo Agocs2021-01-131-0/+4
* Doc: Add links to examples of Qt Quick Particle SystemNico Vertriest2021-01-121-0/+6
* Doc: mention that Item's childrenRect property is local to the itemMitch Curtis2021-01-052-0/+76
* Doc: Fix broken QDoc markupPaul Wicking2021-01-051-2/+2
* doc: explain QQItem event delivery, handlers, setAcceptTouchEvents()Shawn Rutledge2021-01-051-4/+32
* JIT: When making memory writable, include the exception handlerUlf Hermann2020-12-187-18/+40
* Fix crash during model resetJoni Poikelin2020-12-171-0/+5
* QML: Fix proxy iterationFabian Kosmale2020-12-171-2/+6
* QQuickShapeGradientCacheKey: Fix a MSVC integer conversion warningFriedemann Kleint2020-12-171-1/+1