aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop referenceMike Achtelik2021-01-261-3/+3
* Add env.vars. to toggle pipeline cache load/saveLaszlo Agocs2021-01-251-1/+1
* Expose the list of preferred instance extensions to rendercontrol usersLaszlo Agocs2021-01-213-5/+38
* 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-152-264/+0
* Pass QWheelEvent data to QML engine via QQuickWheelEvent pointerVolker Hilsheimer2021-01-152-16/+20
* 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
* Enable importing OpenGL textures for the GL_TEXTURE_EXTERNAL_OES targetLaszlo Agocs2021-01-142-3/+11
* Remove QQmlCleanupUlf Hermann2021-01-131-2/+1
* Fix warning and assert when removing items from groupsMaximilian Goldstein2021-01-111-1/+3
* Doc: mention that Item's childrenRect property is local to the itemMitch Curtis2021-01-051-0/+8
* doc: explain QQItem event delivery, handlers, setAcceptTouchEvents()Shawn Rutledge2021-01-041-4/+32
* 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
* Allow parent to filter out-of-bounds synth-mouse for grabbing handlerShawn Rutledge2020-11-301-4/+11
* Correct height properties for QQuickText with reducing lineHeightReinhard Raschbauer2020-11-261-12/+13
* Change QQuickRenderControlPrivate from autotest to private exportLaszlo Agocs2020-11-261-1/+1
* Doc: Document pooled(), reused() signals for ListView QML typeTopi Reinio2020-11-251-1/+32
* Empty the ShaderEffect content cache on releaseResourcesLaszlo Agocs2020-11-242-0/+12
* Simplify ShaderEffect's internal shaderInfoCacheLaszlo Agocs2020-11-241-23/+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
* QQuickTextInput: Store mask data in std::unique_ptrFabian Kosmale2020-11-242-5/+5
* Accessibility event is sent on item's geometry changePiotr Mikolajczyk2020-11-241-0/+8
* Remove unnecessary static_castVolker Hilsheimer2020-11-241-1/+1
* Don't deliver to non-grabbing pointerhandlers if a point is grabbedShawn Rutledge2020-11-231-2/+4
* Re-enable the caching of shader data loaded from filesLaszlo Agocs2020-11-231-8/+8
* QQuickListView: Fix warning about cast from ASCIIFriedemann Kleint2020-11-201-1/+1
* Doc: Ensure QQuickWindow::transientParent property is documentedTopi Reinio2020-11-201-0/+1
* QML Text doesn't reset lineCount when text is emptyShinichi Okada2020-11-201-0/+2
* 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
* Stop ungrabbing due to FocusAboutToChangeShawn Rutledge2020-11-181-2/+0
* Use QMutable*Event classes to copy and synthesize eventsVolker Hilsheimer2020-11-187-46/+45
* When Flickable filters UngrabMouse, react as if it was ungrabbed itselfShawn Rutledge2020-11-172-6/+9
* Avoid calling QQuickItemPrivate's methods if QQIP is incompleteFabian Kosmale2020-11-173-4/+27
* Don't synthesize mouse from touch for items that accept touchShawn Rutledge2020-11-173-17/+19
* Don't copy QKeyEvent instances, store the data explicitlyVolker Hilsheimer2020-11-162-17/+45
* Add logging category qt.quick.pinchareaShawn Rutledge2020-11-131-2/+10
* QQuickWindow: better hover debug, and a reminderShawn Rutledge2020-11-131-1/+7
* QQuickView docs: show correct usage of setInitialPropertiesFabian Kosmale2020-11-121-0/+4
* Fix QQWinPriv::deliverSinglePointEventUntilAccepted for wheel, gesturesShawn Rutledge2020-11-121-0/+1
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-116-113/+241
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-098-43/+43
* qquicktextinput: compile with explicit QChar(int) constructorDavid Faure2020-11-092-12/+12
* QQuickWindow: Check if QQuickItem was not deletedBartlomiej Moskal2020-11-091-0/+8