aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename DBG_* logging categories in Qt QuickShawn Rutledge2021-02-151-12/+12
* MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-02-121-0/+6
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-121-2/+2
* 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
* Allow parent to filter out-of-bounds synth-mouse for grabbing handlerShawn Rutledge2020-11-301-4/+11
* Accessibility event is sent on item's geometry changePiotr Mikolajczyk2020-11-241-0/+8
* Remove QQuickItem::windowDeactivateEvent(); cancel grabs insteadShawn Rutledge2020-11-191-11/+0
* Use QMutable*Event classes to copy and synthesize eventsVolker Hilsheimer2020-11-181-4/+6
* Don't synthesize mouse from touch for items that accept touchShawn Rutledge2020-11-171-4/+0
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-111-11/+31
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-18/+18
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-051-6/+2
* Fix QQuickItem::ungrabMouse()Shawn Rutledge2020-10-311-3/+2
* Fix qmltest::event testsShawn Rutledge2020-10-291-0/+2
* Doc: mention that clipping can affect performance and link to pageMitch Curtis2020-10-191-0/+3
* QQItemPriv::localizedTouchEvent: don't skip parents of passive grabbersShawn Rutledge2020-09-281-0/+12
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-261-2/+2
* Get rid of QMutableEventPoint::stationaryWithModifiedPropertyShawn Rutledge2020-09-241-5/+1
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-181-27/+138
* Doc: Fix qdoc warningsPaul Wicking2020-09-111-1/+9
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-4/+4
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-231-2/+4
* Revise OpenGL references in QQuickItem docsLaszlo Agocs2020-06-151-29/+31
* Fix QQuickKeyNavigationAttached issueValery Volgutov2020-06-121-6/+6
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-20/+21
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-0/+11
|\
| * Doc: explain how to receive mouse press and release eventsv5.15.0-beta3Mitch Curtis2020-03-311-0/+11
* | Remove QSGSimpleMaterialLaszlo Agocs2020-04-071-1/+1
* | Replace QFlagPointer with QTaggedPointerSimon Hausmann2020-04-031-4/+1
* | Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-161-0/+42
|/
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-80/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-031-1/+7
|\
| * QQuickItem: prevent endless loop in focus tab chainWang Chuan2020-03-031-1/+7
* | Propagate the LanguageChange events from the QQuickWindow to the itemsAndy Shaw2020-02-251-0/+4
* | Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-311-8/+70
* | Make QtQuick::Item::mapFrom/ToItem also accept point and rectAlbert Astals Cid2020-01-241-90/+104
* | Make QtQuick::Item::mapFrom/ToGlobal also accept pointAlbert Astals Cid2020-01-241-24/+50
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-1/+1
* | Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-1/+1
|/
* Doc: Fix documentation warningsTopi Reinio2019-11-111-2/+2
* Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-041-1/+2
|\
| * QQuickItem::setParentItem: Check for d->window after deref'ing itUlf Hermann2019-10-311-1/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-4/+17
|\|
| * QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-291-4/+17
* | Enhance Layer.smooth docsLaszlo Agocs2019-10-251-1/+5
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-1/+1
|\|
| * Doc: Fix typoPaul Wicking2019-09-261-1/+1
* | doc: correct the snippet for Item.scaleShawn Rutledge2019-09-181-0/+1