aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Blacklist tests due to QPointerEvent changesShawn Rutledge2020-09-1817-0/+97
* Remove redundant definition of QMutableTouchEvent::addPointShawn Rutledge2020-09-181-12/+0
* Remove QQuickPointerEvent etc.; deliver QPointerEvents directlyShawn Rutledge2020-09-1848-3359/+1243
* Remove the pointId += deviceId << 24 hackShawn Rutledge2020-09-181-4/+0
* Adapt to QEventPoint changesFawzi Mohamed2020-09-182-20/+20
* Adapt to change in QMetaSequenceInterface::valueMetaTypeUlf Hermann2020-09-181-1/+1
* Don't capture bindable propertiesUlf Hermann2020-09-171-1/+1
* CMake: Fix in-source example buildsAlexandru Croitor2020-09-171-2/+2
* Match new qHash() signatureEskil Abrahamsen Blomfeldt2020-09-1712-15/+15
* qmlimportscanner: don't include QtQuick.Controls.xxx.impl as depdendencyAssam Boudjelthia2020-09-171-0/+4
* Doc: Add porting guides for all modules to porting guidePaul Wicking2020-09-163-0/+138
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-1626-44/+44
* QQmlValueTypeProvider: Use QMetaTypeUlf Hermann2020-09-163-174/+18
* QQmlValueTypeProvider: Remove dead codeUlf Hermann2020-09-163-88/+0
* QQmlStringConverters: Remove dead codeUlf Hermann2020-09-161-86/+1
* CMake: Make reconfiguration work for in-source buildsAlexandru Croitor2020-09-161-2/+14
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-166-7/+6
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-1621-71/+75
* QQmlMetaType: Unregister metatype interfaces before deleting themUlf Hermann2020-09-151-2/+6
* QQuickWindow: Consider z-order of children when delivering pointer eventsYoungSun Park2020-09-155-14/+186
* Fix xmlhttprequest autotest after HTTP/2 changes in qtbaseLars Knoll2020-09-1531-42/+86
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-09-151-2/+2
* Fix build after QStringList change in qtbaseVolker Hilsheimer2020-09-151-3/+0
* Blacklist a test that started failing after even changes in qtbaseLars Knoll2020-09-151-0/+1
* Fix build after API changes to QColorLars Knoll2020-09-151-6/+6
* Do not write the 0 terminator for QStringLars Knoll2020-09-151-2/+0
* Adapt to changes in qtbaseUlf Hermann2020-09-156-70/+164
* Fix QQmlPropertyData after QQMetaType changes in Qt CoreLars Knoll2020-09-151-6/+2
* Quick: Manually register metatype for QVector<QVector<QPointF>>Ulf Hermann2020-09-151-0/+5
* Skip tst_TouchMouse::buttonOnDelayedPressFlickable on macOSUlf Hermann2020-09-151-0/+4
* webOS: Allow to have activeFocus for each windowElvis Lee2020-09-141-1/+25
* shadereffect example: remove unused legacy shader codeLaszlo Agocs2020-09-1328-239/+137
* Privately export QQuickItemLayerLaszlo Agocs2020-09-131-1/+1
* examples: include QQuickWindow in squircle headersUlf Hermann2020-09-134-0/+4
* 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
* Propagate focusObjectChanged signal (second attempt)Eskil Abrahamsen Blomfeldt2020-09-082-0/+14
* Make twotextureproviders example functional againLaszlo Agocs2020-09-074-0/+42
* Regenerate graph example shadersLaszlo Agocs2020-09-074-0/+0
* threaded renderloop: Do not abort with sleep when no changes after syncLaszlo Agocs2020-09-071-17/+10
* Shapes: only call update() when something changedLaszlo Agocs2020-09-076-10/+22
* Render loops: ignore update reqs during the main polish stepLaszlo Agocs2020-09-073-0/+20
* Add CMake project file for custommaterial exampleLaszlo Agocs2020-09-074-6/+126
* Document internally the animation handling in the threaded loopLaszlo Agocs2020-09-072-13/+44
* Remove old GLSL code from fboitem exampleLaszlo Agocs2020-09-077-34/+18
* 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-043-1/+9