aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
* Hide QQuickRenderTarget equality operators from ADLVolker Hilsheimer2020-10-312-23/+26
* Modernize event handling in PinchAreaShawn Rutledge2020-10-303-69/+69
* Revert "qquickloader: Free memory of loaded components after source change"Maximilian Goldstein2020-10-301-13/+0
* Remove unnecessary casts in QQWinPrivate::sendFilteredPointerEventImpl()Shawn Rutledge2020-10-301-8/+6
* Fix tst_QQuickMultiPointTouchArea::inMouseAreaShawn Rutledge2020-10-291-1/+1
* Fix qmltest::event testsShawn Rutledge2020-10-291-0/+2
* Don't send an item a mouse release with a button that it doesn't acceptShawn Rutledge2020-10-291-18/+21
* Accept a mouse event's point if event is accepted after visiting itemShawn Rutledge2020-10-291-0/+1
* Change terminology to "look and feel"Jerome Pasion2020-10-291-2/+2
* QQuickTextEdit: ensure we update after changing paddingRichard Moe Gustavsen2020-10-281-0/+4
* Fix tst_PointerHandlers::touchEventDeliveryShawn Rutledge2020-10-271-2/+2
* Deal with QEvent::setAccepted() calling QEventPoint::setAccepted()Shawn Rutledge2020-10-272-13/+9
* TableView: ensure we rebuild the sync view, even when flicking on a sync view...Richard Moe Gustavsen2020-10-232-9/+15
* TableView: ensure we update content size upon model changesRichard Moe Gustavsen2020-10-212-31/+66
* QQuickFlickable::filterPointerEvent(): remove handling of receiver==thisShawn Rutledge2020-10-211-7/+1
* qquickloader: Free memory of loaded components after source changeFabian Kosmale2020-10-211-0/+13
* QQuickWindow: Change 0 to nullptr for removeAllv6.0.0-beta2Fabian Kosmale2020-10-211-1/+1
* Doc: mention that clipping can affect performance and link to pageMitch Curtis2020-10-191-0/+3
* QQuickShaderEffect: fix crash when hiding parentMitch Curtis2020-10-151-1/+5
* Replace forwarding header in public header includesLaszlo Agocs2020-10-142-2/+2
* Adapt to platform API renameTor Arne Vestbø2020-10-092-3/+3
* Don't assume the event given to childMouseEventFilter() is QPointerEventShawn Rutledge2020-10-081-2/+2
* QQuickTextEdit: ensure we update document width when padding has changedRichard Moe Gustavsen2020-10-081-2/+3
* Amend QQFlickablePrivate::wantsPointerEvent() to take QPointerEventShawn Rutledge2020-10-083-18/+6
* Prevent touch->mouse synth from altering the localized touchpointShawn Rutledge2020-10-081-2/+3
* QQuickListView: prevent mouse delivery in floating header or footerShawn Rutledge2020-10-074-16/+55
* Remove special case for double-clickShawn Rutledge2020-10-061-1/+1
* Follow rhi per-frame to per-pass flag changeLaszlo Agocs2020-10-051-1/+1
* Fix compiler warningPaul Olav Tvete2020-10-051-1/+1
* PathView: stop using QQWindowPriv::cloneMouseEvent; refactor filteringShawn Rutledge2020-10-022-60/+50
* QQItemPriv::localizedTouchEvent: don't skip parents of passive grabbersShawn Rutledge2020-09-281-0/+12
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-284-8/+8
* Handle ungrab and grab-cancel consistently; inform handlersShawn Rutledge2020-09-263-34/+44
* QQuickTextControl: Adapt to API change for retrieveData()Ulf Hermann2020-09-252-2/+2
* Get rid of QMutableEventPoint::stationaryWithModifiedPropertyShawn Rutledge2020-09-242-7/+3
* QQuickDrag: Do not crash when changing supportedActionsFabian Kosmale2020-09-231-0/+2
* Rename PointingDeviceUniqueId QML type to lowercaseUlf Hermann2020-09-192-3/+2
* Remove redundant definition of QMutableTouchEvent::addPointShawn Rutledge2020-09-181-12/+0
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-1811-2771/+609
* Remove the pointId += deviceId << 24 hackShawn Rutledge2020-09-181-4/+0
* Adapt to QEventPoint changesFawzi Mohamed2020-09-181-19/+19
* QQuickWindow: Consider z-order of children when delivering pointer eventsYoungSun Park2020-09-151-14/+22
* webOS: Allow to have activeFocus for each windowElvis Lee2020-09-141-1/+25
* Privately export QQuickItemLayerLaszlo Agocs2020-09-131-1/+1
* Doc: Fix qdoc warningsPaul Wicking2020-09-113-5/+13
* Fix up beforeSynchronizing signal docsLaszlo Agocs2020-09-091-0/+6
* Follow up on move of resolveMask into QPalettePrivateVolker Hilsheimer2020-09-051-1/+3
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-302-7/+7
* Doc: Fix minor typosSze Howe Koh2020-08-301-1/+1
* Use OpenType font weightsJonas Karlsson2020-08-284-15/+11