aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* QQItemPriv::localizedTouchEvent: don't skip parents of passive grabbersShawn Rutledge2020-09-281-0/+12
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-289-17/+17
* 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
* Eliminate QQmlValueTypeProvider::storeValueType()Ulf Hermann2020-09-231-28/+0
* Eliminate QQmlValueTypeProvider::createVariantFromString()Ulf Hermann2020-09-231-52/+0
* Eliminate QQmlValueTypeProvider::createFromStringUlf Hermann2020-09-231-24/+42
* Remove QQmlValueTypeProvider::variantFromJsObjectUlf Hermann2020-09-231-128/+84
* QQmlValueTypeProvider: Pass arguments as QJSValueUlf Hermann2020-09-231-25/+36
* Allow proper registration of value typesUlf Hermann2020-09-233-119/+107
* Map swap interval 0 to NoVSync with all the APIsLaszlo Agocs2020-09-232-2/+16
* Doc: Update the depends listVenugopal Shivashankar2020-09-211-1/+1
* Register StandardKey as foreign namespace rather than elementUlf Hermann2020-09-211-4/+3
* Rename PointingDeviceUniqueId QML type to lowercaseUlf Hermann2020-09-193-4/+3
* Remove redundant definition of QMutableTouchEvent::addPointShawn Rutledge2020-09-181-12/+0
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-1834-3107/+993
* Remove the pointId += deviceId << 24 hackShawn Rutledge2020-09-181-4/+0
* Adapt to QEventPoint changesFawzi Mohamed2020-09-181-19/+19
* Match new qHash() signatureEskil Abrahamsen Blomfeldt2020-09-175-7/+7
* Doc: Add porting guides for all modules to porting guidePaul Wicking2020-09-161-0/+46
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* QQmlValueTypeProvider: Use QMetaTypeUlf Hermann2020-09-161-136/+0
* QQmlValueTypeProvider: Remove dead codeUlf Hermann2020-09-161-54/+0
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-2/+2
* QQuickWindow: Consider z-order of children when delivering pointer eventsYoungSun Park2020-09-151-14/+22
* Fix build after API changes to QColorLars Knoll2020-09-151-6/+6
* Quick: Manually register metatype for QVector<QVector<QPointF>>Ulf Hermann2020-09-151-0/+5
* 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
* Output the thread and window in the render loop timing printsLaszlo Agocs2020-09-093-24/+55
* threaded renderloop: Remove unused variableUlf Hermann2020-09-081-1/+0
* threaded renderloop: Do not abort with sleep when no changes after syncLaszlo Agocs2020-09-071-17/+10
* Render loops: ignore update reqs during the main polish stepLaszlo Agocs2020-09-073-0/+20
* Document internally the animation handling in the threaded loopLaszlo Agocs2020-09-072-13/+44
* Follow up on move of resolveMask into QPalettePrivateVolker Hilsheimer2020-09-051-1/+3
* Fix TapHandler so that it actually registers a tapJan Arve Sæther2020-09-043-5/+5
* Add QQuickHandlerPoint::device propertyShawn Rutledge2020-09-042-0/+7
* QQuickImageProvider: Remove reliance on RTTIFabian Kosmale2020-09-012-1/+2
* Re-generate configure CMake filesJoerg Bornemann2020-08-311-0/+12
* Fix qt.scenegraph.time.renderloop time logjiu2020-08-312-11/+5
* Fix format specifier error after sizetype changeFabian Kosmale2020-08-311-2/+2
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-303-10/+10
* Doc: Fix minor typosSze Howe Koh2020-08-301-1/+1
* Use OpenType font weightsJonas Karlsson2020-08-287-18/+14
* Do not incorrectly leave srcAlpha and dstAlpha set to the defaultsLaszlo Agocs2020-08-281-2/+2
* Fix a bunch of compiler warningsLars Knoll2020-08-283-2/+3