aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Use QQDeliveryAgent::sceneTransform, if set, in QQuickItem::mapFromGlobalShawn Rutledge2021-05-071-1/+12
* TextEdit: update all glyphnodes on QTD::contentsChanged() signalShawn Rutledge2021-05-071-0/+8
* qquicktableview: upon forceLayout(), check for visible rows/columns at the or...Richard Moe Gustavsen2021-05-061-30/+48
* Store memory of grabbing agents in EventPointDataShawn Rutledge2021-05-051-48/+96
* Make PinchArea translate correctly inside a rotated parentShawn Rutledge2021-05-051-1/+7
* ShaderEffect docs: Clarify vertex output/input naming requirementsLaszlo Agocs2021-05-031-2/+21
* Doc: Add a link to the page where the backends are listedVenugopal Shivashankar2021-05-031-1/+3
* Clear passive grabbers on press in QQWindow not in DeliveryAgentShawn Rutledge2021-04-191-3/+12
* Fix documentationVolker Hilsheimer2021-04-171-0/+1
* QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-161-0/+5
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-04-161-0/+12
* QQuickItem: Do not dereference nullptrFabian Kosmale2021-03-311-1/+2
* Consistent naming for (to|from)Is(Defined|Sourced) in animationsAndreas Buhr2021-03-312-18/+17
* DelegateModelGroup: Fix bug where item could be removed from the modelJan Arve Sæther2021-03-291-9/+93
* QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-272-2/+26
* QQuickTableView: forceLayout() should work, even when no items are loadedRichard Moe Gustavsen2021-03-241-3/+9
* QQuickItemAnimation: close potential memory leakVolker Hilsheimer2021-03-231-7/+4
* Revert "Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects"Volker Hilsheimer2021-03-221-5/+5
* Doc: Add missing } and indent accordinglyAndy Shaw2021-03-201-1/+2
* Clean up QSGRhiSupport wrt static functionsLaszlo Agocs2021-03-201-1/+1
* Use unique_ptr to clarify ownership of QQuickDefaultClipNode objectsVolker Hilsheimer2021-03-191-5/+5
* Add assertions and checks on QQWinPriv::deliveryAgentPrivate()Shawn Rutledge2021-03-191-23/+55
* QQuickWindow: don't leak old screenChanged connectionsAndreas Hartmetz2021-03-121-4/+3
* Port shader code example in GridMesh docsLaszlo Agocs2021-03-101-13/+23
* Fix click-to-focus in items within subscenes; improve loggingShawn Rutledge2021-03-043-9/+40
* Extend ShaderEffect docs with a shader migration guideLaszlo Agocs2021-03-031-4/+158
* QQuickPaletteProviderPrivateBase: use palette getterFabian Kosmale2021-02-281-1/+1
* Fix typo in QQuickGraphicsConfiguration docsLaszlo Agocs2021-02-261-1/+1
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-2512-261/+326
* Split event delivery code from qqwindow into qqdeliveryagent.cppShawn Rutledge2021-02-251-1967/+12
* qquicktextinput: Fix validation for IM eventBartlomiej Moskal2021-02-192-2/+28
* Rename DBG_* logging categories in Qt QuickShawn Rutledge2021-02-155-64/+64
* qquicktextinput: Fix Undo history for IM eventBartlomiej Moskal2021-02-151-4/+6
* MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-02-121-0/+6
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-124-12/+13
* Don't hide the inputMethod when finishing the editAndy Shaw2021-02-041-2/+0
* Remove superfluous include directiveFriedemann Kleint2021-02-021-1/+0
* 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