aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* QQuickTableView: forceLayout() should work, even when no items are loadedRichard Moe Gustavsen2021-03-231-3/+9
* Revert "Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects"Volker Hilsheimer2021-03-231-5/+5
* Call commitTextureOperations for small atlas texturesRoman Genkhel2021-03-231-1/+3
* 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
* 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
* qquicktextinput: Fix Undo history for IM eventBartlomiej Moskal2021-02-151-4/+6
* MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-02-121-0/+6
* QSGBatchRender: avoid crash if buffer shrinksFabian Kosmale2021-02-081-2/+2
* Invalidate external renderpass descriptors from Quick3DLaszlo Agocs2021-02-053-0/+19
* Remove superfluous include directiveFriedemann Kleint2021-02-031-1/+0
* QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop referenceMike Achtelik2021-01-261-3/+3
* export QAcccessibleQuickItemJan Arve Sæther2021-01-221-1/+2
* 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
* 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
* 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: explain QQItem event delivery, handlers, setAcceptTouchEvents()Shawn Rutledge2021-01-051-4/+32
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-1/+1
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-5/+2
* 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
* Document how to use CMake for Qt QuickKai Koehne2020-12-043-1/+41
* Add documentation dependency to qtshadertoolsAndreas Buhr2020-12-021-1/+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
* Accessibility event is sent on item's geometry changePiotr Mikolajczyk2020-11-271-0/+8
* Change QQuickRenderControlPrivate from autotest to private exportLaszlo Agocs2020-11-261-1/+1
* Doc: Remove version numbers for import statementJerome Pasion2020-11-263-12/+11
* Doc: Document pooled(), reused() signals for ListView QML typeTopi Reinio2020-11-261-1/+32
* Doc: Fix documentation dependenciesTopi Reinio2020-11-261-1/+14
* Remove most examples/demos from highlighted listVolker Hilsheimer2020-11-251-7/+1
* Doc: Remove version numbers for import statementJerome Pasion2020-11-245-9/+16
* QQuickTextInput: Store mask data in std::unique_ptrFabian Kosmale2020-11-242-5/+5
* Remove unused external function declaration in ShaderEffectLaszlo Agocs2020-11-241-2/+0
* Purge renderpass refs from renderer when redirecting via QRhiRtLaszlo Agocs2020-11-242-7/+9
* Don't deliver to non-grabbing pointerhandlers if a point is grabbedShawn Rutledge2020-11-231-2/+4
* QQuickStyledText: Avoid warning about setFontFamilyFabian Kosmale2020-11-231-1/+1
* Use a single code path to load a QShader in QSGRhiShaderEffectNodeLaszlo Agocs2020-11-231-13/+4
* Remove unused 'blob' member in ShaderEffect internalsLaszlo Agocs2020-11-231-1/+0