aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use QPalette::resolveMask() and setResolveMask() where necessaryShawn Rutledge2020-08-283-5/+5
* Remove deprecated QQuickWindow::sendEventFabian Kosmale2020-08-262-60/+0
* Make sure that header is self-containedKai Koehne2020-08-261-0/+1
* Remove qml statemachine plugin from qtdeclarativeKarsten Heimrich2020-08-231-2/+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
* Doc: Drop dependency on qtgraphicaleffectsPaul Wicking2020-08-191-1/+1
* Fix crash on WindowsFabian Kosmale2020-08-181-1/+0
* webOS: Share images even if cache is falseElvis Lee2020-08-171-1/+34
* Use qHashMulti in qHash(QQuickPixmapKey)Shawn Rutledge2020-08-171-6/+2
* Add renderTypeQuality property to Text elementEskil Abrahamsen Blomfeldt2020-08-1719-33/+128
* Do not create depth/stencil buffer when the env var says soLaszlo Agocs2020-08-166-22/+64
* Fix wrong optimization on ARM64 ubuntu qemuFawzi Mohamed2020-08-131-3/+1
* Follow API changes in QQuickWindow docsLaszlo Agocs2020-08-131-2/+2
* Ship with optimized SPIR-V for the built-in shadersLaszlo Agocs2020-08-1154-50/+53
* Force Batch Rebuild if SubtreeBlocked includes an opacity changeAndy Nichols2020-08-111-0/+5
* Quick: Make sure the module initialization runs in static buildsUlf Hermann2020-08-106-203/+143
* Fix regression on antialiasing on outlined text for 3D render modeEskil Abrahamsen Blomfeldt2020-08-104-2/+2
* Fix crash when QSGTexture is deleted in rc->endSync()VaL Doroshchuk2020-08-071-1/+9
* Rename lcPointerGrab logging categoryShawn Rutledge2020-08-071-10/+10
* Fix compilation with newer qtbaseFabian Kosmale2020-08-062-4/+3
* Fix regression in antialiasing on outlined textEskil Abrahamsen Blomfeldt2020-08-058-4/+6