aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Regenerate the necessary bits of qtdeclarative after wip/qt6 mergeAlexandru Croitor2019-10-144-8/+29
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-11134-838/+3279
|\
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Ulf Hermann2019-09-05134-838/+3279
| |\
| | * ColumnLayout and RowLayout documentation typoJeremy Katz2019-09-031-2/+2
| | * Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-09-044-96/+126
| | |\
| | | * PathMultiline: handle directly-bound QVector<QPolygonF>Shawn Rutledge2019-09-031-7/+13
| | | * Allow semicolon after property declarationFabian Kosmale2019-09-031-7/+12
| | | * PathMultiline: allow lists/vectors of polygons or point lists/vectorsShawn Rutledge2019-09-022-35/+41
| | | * Enable PathPolyline to take a QPolygonF or QVector<QPointF> pathShawn Rutledge2019-09-022-18/+28
| | | * Visit lists iteratively when parsing QMLUlf Hermann2019-09-021-35/+38
| | * | Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-08-3124-43/+380
| | |\|
| | | * Fix pedantic warnings in QQuickImageShawn Rutledge2019-08-301-3/+2
| | | * Add a createTextureFromId() alternativeLaszlo Agocs2019-08-307-7/+318
| | | * QQuickFbo: add the RHI warningLaszlo Agocs2019-08-302-1/+6
| | | * Add a note to QSGEngine about its incompatibility with the RHILaszlo Agocs2019-08-302-0/+6
| | | * Fix build with -no-feature-quick-pathJohan Klokkhammer Helsing2019-08-302-3/+6
| | | * Avoid introducing rhiTexture() in the public API of QSGTextureLaszlo Agocs2019-08-295-25/+23
| | | * Fix not printing logs with QSG_INFO when forcing rhi backend from C++Laszlo Agocs2019-08-293-3/+16
| | | * Set point size in visualization vertex shaderLaszlo Agocs2019-08-292-1/+3
| | * | Fix build without features.easingcurveTasuku Suzuki2019-08-302-0/+11
| | |/
| | * CMake: Document newly introduced QT5_IMPORT_QML_PLUGINS functionAlexandru Croitor2019-08-282-0/+62
| | * QQuickDragHandler: Add revision to snapModeUlf Hermann2019-08-282-2/+3
| | * Android multiarch supportBogDan Vatra2019-08-282-2/+10
| | * 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