aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-enable the caching of shader data loaded from filesLaszlo Agocs2020-11-231-8/+8
* QML Text doesn't reset lineCount when text is emptyShinichi Okada2020-11-231-0/+2
* QQuickListView: Fix warning about cast from ASCIIFriedemann Kleint2020-11-201-1/+1
* Doc: Ensure QQuickWindow::transientParent property is documentedTopi Reinio2020-11-201-0/+1
* Make sure we don't modify the incoming event objects when localizingVolker Hilsheimer2020-11-192-4/+9
* Fix tst_QQuickMouseArea::notPressedAfterStolenGrab againShawn Rutledge2020-11-192-2/+14
* Remove QQuickItem::windowDeactivateEvent(); cancel grabs insteadShawn Rutledge2020-11-196-22/+38
* Use QMutableSinglePointEvent's new default constructorVolker Hilsheimer2020-11-191-6/+6
* Add Qt 6 Qt Quick QML Type changes from qtdocJerome Pasion2020-11-191-1/+99
* Stop ungrabbing due to FocusAboutToChangeShawn Rutledge2020-11-181-2/+0
* Remove extra \endlist commandJerome Pasion2020-11-181-1/+0
* Use QMutable*Event classes to copy and synthesize eventsVolker Hilsheimer2020-11-187-46/+45
* pixmapcache: avoid deadlock when canceling async image loadNick Shaforostov2020-11-181-2/+2