aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QV4 Engine: Remove MSVC special casingFabian Kosmale2020-12-153-18/+2
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-103-8/+6
* CMake: Disable static plugin imports for qml static pluginsAlexandru Croitor2020-12-101-0/+3
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-5/+2
* Doc: Fix occurrences of \Q_OBJECT in code snippetsTopi Reinio2020-12-086-73/+260
* Kill Flickable's wheel momentum if angleDeltas not multiples of 120Shawn Rutledge2020-12-072-34/+127
* Avoid unused parameter in QSGRhiSupport in certain configsLaszlo Agocs2020-12-071-0/+4
* Remove unused functionVolker Hilsheimer2020-12-041-3/+0
* Fix qdoc warning, document macro parameterVolker Hilsheimer2020-12-041-1/+1
* qmlfunctions.qdoc: Add QML_IMPLEMENTS_INTERFACESMaximilian Goldstein2020-12-041-1/+16
* Document how to use CMake for Qt QuickKai Koehne2020-12-043-1/+41
* QML engine: Fix binding setupFabian Kosmale2020-12-031-2/+2
* Doc: Do not highlight "Writing QML Extensions with C++" exampleKai Koehne2020-12-031-2/+0
* Don't return reference to temporary QModelIndexVolker Hilsheimer2020-12-031-1/+1
* Document how to use CMake for Qt QuickTestKai Koehne2020-12-034-18/+51
* Fix documentation for qmlInfo, qmlDebug and qmlWarningAndreas Buhr2020-12-021-18/+15
* Add documentation dependency to qtshadertoolsAndreas Buhr2020-12-021-1/+2
* Fix usage of oldcode and newcode in qt6-changes.qdocAndreas Buhr2020-12-021-2/+2
* Quick: Fortify QQuickApplication ctorUlf Hermann2020-12-021-12/+13
* Fix documentation links to High DPI documentationAndreas Buhr2020-12-011-1/+1
* Allow parent to filter out-of-bounds synth-mouse for grabbing handlerShawn Rutledge2020-11-302-5/+13
* Porting guide: Document URL resolution changeFabian Kosmale2020-11-301-0/+22
* CMake: Fix resource object file paths in qml plugin prl filesAlexandru Croitor2020-11-301-2/+4
* Accessibility event is sent on item's geometry changePiotr Mikolajczyk2020-11-271-0/+8
* Shortcut conversions of common data typesLars Knoll2020-11-271-0/+59
* qmltypes.prf: Take abi into account for *_metatypes.json file namesAlessandro Portale2020-11-261-1/+2
* CMake: Fix broken static plugins linkingAlexey Edelev2020-11-261-1/+1
* Change QQuickRenderControlPrivate from autotest to private exportLaszlo Agocs2020-11-261-1/+1
* Doc: Remove version numbers for import statementJerome Pasion2020-11-2615-49/+47