aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge dev into 5.14Kari Oikarinen2019-08-2794-511/+2285
|\
| * Harmonize meta object revisions and minor versionsUlf Hermann2019-08-2622-111/+111
| * Regenerate plugins.qmltypesUlf Hermann2019-08-2616-47/+677
| * QQuickPinch: Declare notify signal for targetUlf Hermann2019-08-261-1/+1
| * Move currentFrame and frameCount properties up to QQuickImageBaseShawn Rutledge2019-08-2410-39/+144
| * Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-234-5/+7
| * QQuickImageBase: prepare for rescalable PDF as an image formatShawn Rutledge2019-08-231-2/+3
| * Remove an unused event type in the threaded render loopLaszlo Agocs2019-08-223-34/+0
| * rendernode example: Add support for MetalLaszlo Agocs2019-08-222-3/+16
| * Implement QSGRenderNode for the rhi pathLaszlo Agocs2019-08-223-33/+180
| * Make ImageParticle functional when rendering via the RHILaszlo Agocs2019-08-2218-147/+884
| * qqml.h: add qmlRegisterAnonymousTypeFabian Kosmale2019-08-216-28/+44
| * Postpone the deprecation warning for Connections onFoo until 5.15Ulf Hermann2019-08-211-0/+2
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-206-52/+109
| |\
| | * Doc: Correct error in doc Transition QML TypeNico Vertriest2019-08-193-49/+106
| | * Doc: Correct wrong code in qml snippetNico Vertriest2019-08-191-1/+1
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-052-2/+2
| | |\
| | | * Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-301-1/+1
| | | * Doc: Fix QtQuick.Shapes::ShapePath::strokeWidth property typeLeena Miettinen2019-07-261-1/+1
| * | | Introduce functions to set properties during creationFabian Kosmale2019-08-199-11/+109
| * | | Fix build without features.qml-delegate-modelTasuku Suzuki2019-08-191-1/+1
* | | | Improve error message when setting to a property with unknown typeAleix Pol2019-08-231-7/+11
* | | | QQmlBind: Fix qdoc warningFriedemann Kleint2019-08-211-1/+1
* | | | qqmlconnections.cpp: Fix deprecation warning about QStringFriedemann Kleint2019-08-211-1/+2
|/ / /
* | | Fix build without features.quick_gridviewTasuku Suzuki2019-08-191-0/+2
* | | Add an initial set of scenegraph docs for the rhiLaszlo Agocs2019-08-175-137/+257
* | | Rescale on rhi path too when NPoT textures not supportedLaszlo Agocs2019-08-172-0/+14
* | | QSGDepthStencilBufferManager: don't use toStrongRef().data()Marc Mutz2019-08-171-1/+3
* | | Allow Connections to handle signals using JavaScript functionsUlf Hermann2019-08-163-3/+77
* | | Enable threaded render loop for d3d11Laszlo Agocs2019-08-141-10/+13
* | | Minor cleanup and logic fix in basic renderloopLaszlo Agocs2019-08-141-7/+10
* | | Adapt usage of QMetaCallEvent to changes in QtCoreVolker Hilsheimer2019-08-131-10/+6
* | | scenegraph: fix error: 'QOffscreenSurface' does not name a typeMikko Gronoff2019-08-131-0/+1
* | | Use QSH::mouseDoubleClickDistance() and touchDoubleTapDistance()Shawn Rutledge2019-08-122-10/+8
* | | Fix unused captured 'this' warningYulong Bai2019-08-071-1/+1
* | | Fix undeclared 'memcpy' identifierYulong Bai2019-08-071-0/+1
* | | Fix incorrect vertex data and rendering when shapes change sceneSimon Hausmann2019-08-071-0/+5
* | | Implement QSG_VISUALIZE for RHILaszlo Agocs2019-08-0715-341/+1789
* | | Fix tests in qtquickcontrols 1 and 2Simon Hausmann2019-08-071-26/+1
* | | Fix 3+ level stencil clips on the rhi pathLaszlo Agocs2019-08-021-5/+5
* | | Change rhi-related debug prints to categorized loggingLaszlo Agocs2019-08-023-11/+12
* | | Remove usages of deprecated QSignalMapperSona Kurazyan2019-08-012-12/+23
* | | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-316-12/+10
* | | Re-enable colors with both gl and rhi glyph cachesLaszlo Agocs2019-07-313-7/+9
* | | Make openvg compileLaszlo Agocs2019-07-306-8/+37
* | | Have an autorelease pool for each frame on the render threadLaszlo Agocs2019-07-301-0/+4
* | | Avoid locking up on resize with threaded loop and the rhiLaszlo Agocs2019-07-301-4/+18
* | | Re-enable threaded render loop with Vulkan on LinuxLaszlo Agocs2019-07-301-8/+0
* | | Fix debug output for QQmlError when url is a resourceJan Arve Sæther2019-07-301-2/+3
* | | Fix bug in QQmlEngine::setImportPathList() when it had a resource pathJan Arve Sæther2019-07-301-1/+3