aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-2625-104/+253
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-245-12/+44
| |\|
| | * Do not search for Singletons from more recent versionsFabian Kosmale2019-07-231-1/+12
| | * Doc: fix code snippetPaul Wicking2019-07-191-1/+1
| | * Support text color for color fontsEskil Abrahamsen Blomfeldt2019-07-193-9/+30
| | * Doc: Fix typos in code snippetsPaul Wicking2019-07-181-2/+2
| * | Doc: Add comment on evaluation order bindingsNico Vertriest2019-07-191-0/+3
| * | Doc: Add doc on "quit" shortcut behavior in macOSNico Vertriest2019-07-171-0/+6
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13"Edward Welbourne2019-07-174-18/+14
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13Edward Welbourne2019-07-174-18/+14
| | |\|
| | | * QQuickItemView: refill itself before populate transitionWang Chuan2019-07-161-0/+3
| | | * Fix crashes in QQmlXMLHttpRequestPavel Tumakaev2019-07-131-3/+9
| | | * Fix static buildSimon Hausmann2019-07-122-15/+2
| * | | V4: Add label for loop in spread in ArrayPatternErik Verbruggen2019-07-171-1/+2
| |/ /
| * | doc: Update the diagram to mention the correct beforeSynchronizing() signalKavindra Palaraja2019-07-176-2/+4
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-128-71/+181
| |\|