aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge branch wip/qquickdeliveryagent into devShawn Rutledge2021-02-171-0/+1989
|\
| * Stage 4: remove non-delivery code from qquickdeliveryagent.cppShawn Rutledge2021-02-171-3026/+0
| * Stage 3: remove non-delivery code from qquickdeliveryagent.cppShawn Rutledge2021-02-171-827/+1
| * Stage 2: splitting parts of qquickwindow.cpp to qquickdeliveryagent.cppShawn Rutledge2021-02-171-0/+0
* | Remove code from qqwindow.cpp to be split into qqdeliveryagent.cppShawn Rutledge2021-02-171-1956/+12
|/
* Rename DBG_* logging categories in Qt QuickShawn Rutledge2021-02-158-71/+71
* Add QWindow and QQuickWindow overloads for qmlInfo()Mitch Curtis2021-02-151-0/+15
* qquicktextinput: Fix Undo history for IM eventBartlomiej Moskal2021-02-151-4/+6
* MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-02-121-0/+6
* Animation: Export the remaining QtQuick animation typesUlf Hermann2021-02-121-3/+3
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-1/+1
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-1220-31/+33
* SoftwareImageNodes: Initialize member variableDavid Edmundson2021-02-111-1/+1
* Use QQmlBinding::Ptr typedefFabian Kosmale2021-02-101-7/+7
* QSGBatchRender: avoid crash if buffer shrinksFabian Kosmale2021-02-081-2/+2
* Use a QDoubleEndedList for the children of animation group jobsUlf Hermann2021-02-052-7/+4
* Doc: Fix link error to Qt CreatorNico Vertriest2021-02-051-1/+1
* Invalidate external renderpass descriptors from Quick3DLaszlo Agocs2021-02-053-0/+19
* fix a commentJiDe Zhang2021-02-051-1/+1
* qquicktextinput: ensure we update IM when cursor changes positionRichard Moe Gustavsen2021-02-041-4/+3
* Don't hide the inputMethod when finishing the editAndy Shaw2021-02-041-2/+0
* QQuickAnimatorController: Remove declaration of non-existent methodsUlf Hermann2021-02-031-2/+0
* Drop QQuickAnimatorProxyJob::m_animationUlf Hermann2021-02-032-5/+4
* Animations: Drop checks for duplicate jobsUlf Hermann2021-02-032-19/+16
* Remove superfluous include directiveFriedemann Kleint2021-02-021-1/+0
* Make the internals of QQuickAnimatorController privateUlf Hermann2021-02-021-1/+2
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2021-02-011-10/+7
* Doc: Fix qdoc link warningNico Vertriest2021-01-271-2/+4
* Fix compilation after subpixel handling changes in qtbaseFabian Kosmale2021-01-274-5/+6
* QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop referenceMike Achtelik2021-01-261-3/+3
* Add env.vars. to toggle pipeline cache load/saveLaszlo Agocs2021-01-255-8/+57
* export QAcccessibleQuickItemJan Arve Sæther2021-01-221-1/+2
* Export QML and Quick value typesUlf Hermann2021-01-221-9/+9
* Expose the list of preferred instance extensions to rendercontrol usersLaszlo Agocs2021-01-213-5/+38
* Query QRhi's desired Vulkan instance extensions instead of hardcodingLaszlo Agocs2021-01-211-2/+1
* Doc: Fix CI warnings qtdeclarativeNico Vertriest2021-01-211-1/+1
* Doc: Change section about writing a qmltypes fileUlf Hermann2021-01-201-1/+1
* Ensure we cancel touchMouseSynthesis upon receiving touchCancelRichard Moe Gustavsen2021-01-201-1/+1
* Update hovered on disabled QQuickItemsAllan Sandfeld Jensen2021-01-181-1/+3
* Remove the qmake project filesFabian Kosmale2021-01-1512-737/+0
* 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
* Flickable: ignore trackpad events with px deltas in disallowed directionShawn Rutledge2021-01-151-5/+18
* Fix broken compressed texturesJonas Karlsson2021-01-141-0/+2
* Do not revert properties of deleted objectsAlexey Edelev2021-01-141-0/+5
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-141-1/+4
* Enable importing OpenGL textures for the GL_TEXTURE_EXTERNAL_OES targetLaszlo Agocs2021-01-146-12/+70
* Fix QQuickShortcut::setContext so re-grab all shortcutsAndreas Buhr2021-01-131-0/+7
* Remove unused variable fromSourcedAndreas Buhr2021-01-131-2/+1
* Remove QQmlCleanupUlf Hermann2021-01-132-3/+2