aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use QPalette::resolveMask() and setResolveMask() where necessaryShawn Rutledge2020-08-281-2/+2
* Remove deprecated QQuickWindow::sendEventFabian Kosmale2020-08-262-60/+0
* Make sure that header is self-containedKai Koehne2020-08-261-0/+1
* Adapt to qtbase changesFabian Kosmale2020-08-231-0/+1
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-221-0/+2
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-221-0/+7
* doc, listview: document that binding to parent should be avoidedRichard Moe Gustavsen2020-08-201-2/+24
* Fix crash on WindowsFabian Kosmale2020-08-181-1/+0
* Add renderTypeQuality property to Text elementEskil Abrahamsen Blomfeldt2020-08-175-3/+68
* Do not create depth/stencil buffer when the env var says soLaszlo Agocs2020-08-161-0/+11
* Follow API changes in QQuickWindow docsLaszlo Agocs2020-08-131-2/+2
* Rename lcPointerGrab logging categoryShawn Rutledge2020-08-071-10/+10
* Fix compilation with newer qtbaseFabian Kosmale2020-08-061-2/+1
* Add type safe native texture accessorsLaszlo Agocs2020-08-034-90/+27
* Doc fix for some functions involving native typesLaszlo Agocs2020-08-032-2/+2
* Remove the pointId += deviceId << 24 hack from translateTouchEvent()Shawn Rutledge2020-07-301-8/+3