aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Harmonize meta object revisions and minor versionsUlf Hermann2019-08-2622-111/+111
| * | | | Regenerate plugins.qmltypesUlf Hermann2019-08-2616-47/+677
| * | | | Make the qmllint test an actual testUlf Hermann2019-08-262-15/+19
| * | | | QQuickPinch: Declare notify signal for targetUlf Hermann2019-08-261-1/+1
| * | | | Stabilize image and borderimage multiFrame testsShawn Rutledge2019-08-242-10/+28
| * | | | Move currentFrame and frameCount properties up to QQuickImageBaseShawn Rutledge2019-08-2423-39/+447
| * | | | Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-237-14/+22
| * | | | QQuickImageBase: prepare for rescalable PDF as an image formatShawn Rutledge2019-08-231-2/+3
| * | | | qmlplugindump: Handle types reexported by QtQuickFabian Kosmale2019-08-221-61/+72
| * | | | Remove an unused event type in the threaded render loopLaszlo Agocs2019-08-223-34/+0
| * | | | rendernode example: Add support for MetalLaszlo Agocs2019-08-2211-4/+529
| * | | | Add missing scenegraph example docsLaszlo Agocs2019-08-2212-1/+320
| * | | | Implement QSGRenderNode for the rhi pathLaszlo Agocs2019-08-227-64/+284
| * | | | Make ImageParticle functional when rendering via the RHILaszlo Agocs2019-08-2218-147/+884
| * | | | qqml.h: add qmlRegisterAnonymousTypeFabian Kosmale2019-08-216-28/+44
| * | | | Fix deployment of QtQuick for Android with dummy_imports.qmlJan Arve Sæther2019-08-213-0/+24
| * | | | Postpone the deprecation warning for Connections onFoo until 5.15Ulf Hermann2019-08-211-0/+2
| * | | | Remove the last usages of deprecated APIsSona Kurazyan2019-08-205-12/+70
| * | | | examples: Fix a few linter warningsUlf Hermann2019-08-203-7/+8
| * | | | Reference Examples: Avoid static_cast on function argumentsUlf Hermann2019-08-201-1/+1
| * | | | Reference Examples: Use override for overridden virtual functionsUlf Hermann2019-08-202-2/+2
| * | | | Reference Examples: Use nullptrUlf Hermann2019-08-2021-39/+39
| * | | | Reference Examples: Use auto for results of new and component.create()Ulf Hermann2019-08-2014-14/+14
| * | | | Reference Examples: Use initializer lists to avoid repeating type naemsUlf Hermann2019-08-208-9/+9
| * | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-08-2012-62/+155
| |\ \ \ \
| | * | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-2012-62/+155
| | |\| | |
| | | * | | 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
| | | * | | tst_qquicklistview: make addOnCompleted more robust + sanity checkFabian Kosmale2019-08-072-0/+4
| | | | |/ | | | |/|
| | | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-08-066-12/+44
| | | |\ \
| | | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-056-12/+44
| | | |/| | | | | | |/
| | | | * Revert "Yield error if qtquickcompiler is used in non-QML projects"Jörg Bornemann2019-08-021-10/+0
| | | | * Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-304-1/+43
| | | | * Doc: Fix QtQuick.Shapes::ShapePath::strokeWidth property typeLeena Miettinen2019-07-261-1/+1
| * | | | Fix build without features.temporaryfileTasuku Suzuki2019-08-192-0/+12
| |/ / /
| * | | Introduce functions to set properties during creationFabian Kosmale2019-08-1914-11/+265
| * | | 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-236-8/+32
* | | | 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
* | | qmllint: Fix compiler warningJarkko Koivikko2019-08-191-2/+2
* | | qmllint: do not warn about the identifier of a catch statementFabian Kosmale2019-08-194-2/+34
* | | qmllint: Fail on recursion depth errorsUlf Hermann2019-08-192-1/+7
* | | 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
* | | CMake: Provide API to allow handling of QML static pluginsAlexandru Croitor2019-08-179-3/+371
* | | QSGDepthStencilBufferManager: don't use toStrongRef().data()Marc Mutz2019-08-171-1/+3
* | | Allow Connections to handle signals using JavaScript functionsUlf Hermann2019-08-1632-17/+319
* | | Enable threaded render loop for d3d11Laszlo Agocs2019-08-141-10/+13