aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-164-8/+8
* 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-162-2/+2
* 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-151-14/+22
* Fix build after QStringList change in qtbaseVolker Hilsheimer2020-09-151-3/+0
* 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-153-70/+160
* 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
* 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
* Propagate focusObjectChanged signal (second attempt)Eskil Abrahamsen Blomfeldt2020-09-082-0/+14
* 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
* 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
* Adjust to qtbase changesFabian Kosmale2020-09-046-19/+25
* QJSEngine::evaluete: fix documentationFabian Kosmale2020-09-031-2/+2
* QJSEngine: provide a way to check if an exception was thrownFabian Kosmale2020-09-022-6/+28
* Follow up on change to QWidget::enterEvent signature in qtbaseVolker Hilsheimer2020-09-023-3/+4
* Revert "QQuickWidget: Propagate focusObjectChanged"Eskil Abrahamsen Blomfeldt2020-09-021-1/+0
* Use QDate::startOfDay() rather than assuming midnight existsEdward Welbourne2020-09-011-1/+1
* V4 Date: pass QDate, QTime by value, not by const referenceEdward Welbourne2020-09-014-4/+4
* QQuickImageProvider: Remove reliance on RTTIFabian Kosmale2020-09-013-2/+4
* Re-generate configure CMake filesJoerg Bornemann2020-08-313-0/+14
* QQuickWidget: Propagate focusObjectChangedEskil Abrahamsen Blomfeldt2020-08-311-0/+1
* Fix qt.scenegraph.time.renderloop time logjiu2020-08-312-11/+5
* Remove deprecated QQmlListProperty constructorFabian Kosmale2020-08-311-8/+0
* QQmlImageProviderBase: Address Qt 6 TODOFabian Kosmale2020-08-311-4/+3
* Revive QQuickWidget renderingLaszlo Agocs2020-08-313-0/+15
* Remove superfluous namespace and exportsFabian Kosmale2020-08-313-52/+8
* Fix format specifier error after sizetype changeFabian Kosmale2020-08-311-2/+2
* Doc: Capitalize "GUI" correctlySze Howe Koh2020-08-305-12/+12
* Doc: Fix minor typosSze Howe Koh2020-08-303-3/+3
* Doc: Clarify DelegateModelGroup::setGroups() descriptionSze Howe Koh2020-08-301-7/+2
* 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