aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/shapes
Commit message (Expand)AuthorAgeFilesLines
* Update plugins.qmltypes for Qt 5.13Kai Koehne2019-03-131-2/+2
* Update plugins.qmltypesKai Koehne2018-09-061-2/+2
* qmlplugindump: Automatically use most up to date QtQuick versionKai Koehne2018-08-301-1/+1
* Move QtQuick.Shapes implementation to qtquickshapes, privately exportedPaolo Angelelli2018-06-2131-6317/+7
* Remove the code to manually initialize resources in static buildsSimon Hausmann2018-05-021-9/+1
* QQuickShapeGenericRenderer: Fix clang-cl-warning about uninitialized variableFriedemann Kleint2018-04-121-0/+1
* doc: Fix one link commandMartin Smith2018-03-021-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-264-6/+6
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-122-2/+6
|\
| * Fix Shapes not playing well with QtGraphicalEffectsPaolo Angelelli2018-01-312-2/+6
* | Add optimized path for QML ShapePathKaj Grönholm2018-02-011-0/+2
* | QQuickShape: override contains(QPointF); demonstrate in examplesShawn Rutledge2018-01-256-6/+92
* | QQuickShapePrivate: use header init, order storage by typeShawn Rutledge2018-01-162-15/+9
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-206-5/+57
|\|
| * QmlJs: update plugins.qmltypesMarco Benelli2017-12-141-0/+24
| * Rename Shapes plugin's qrc to something more uniqueLaszlo Agocs2017-12-143-2/+2
| * Add optional timing logs for Shape triangulationLaszlo Agocs2017-12-122-3/+31
* | Add new PathAngleArc typeMichael Brasser2017-11-072-1/+26
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
|/
* shapes: Reduce stroke/fill node dataLaszlo Agocs2017-09-052-27/+14
* Doc: Fix issues for Qt Quick Shapes documentationTopi Reinio2017-09-011-109/+125
* Fix some qdoc warnings for 5.10Friedemann Kleint2017-08-281-0/+2
* Nvpr renderer: Adapt QPen behavior when setting dashPatternBerthold Krevert2017-08-091-3/+16
* shapes: Remove unused signalLaszlo Agocs2017-08-091-1/+0
* shapes: Add support for conical gradientsLaszlo Agocs2017-08-0813-5/+403
* shapes: Add support for radial gradientsLaszlo Agocs2017-08-0814-94/+646
* Normalize dashOffset behavior between renderer backendsBerthold Krevert2017-08-051-3/+3
* shapes: Rip out more JS API leftoversLaszlo Agocs2017-07-318-291/+49
* Move shapes-related shaders to under the shapes pluginLaszlo Agocs2017-07-2913-6/+122
* Rename property to rendererTypeBerthold Krevert2017-07-282-2/+2
* Check for GL_NV_path_rendering extensionBerthold Krevert2017-07-251-2/+6
* shapes: Add example linksLaszlo Agocs2017-07-061-1/+3
* shape: Revise performance notes in the docsLaszlo Agocs2017-07-061-22/+37
* shape: Call base impl for componentCompleteLaszlo Agocs2017-07-061-3/+3
* shapes: Remove componentComplete from QQuickShapePrivateThomas Hartmann2017-07-062-3/+1
* Update plugins.qmltypes for ShapesMarco Benelli2017-07-061-192/+25
* shapes: Convert QT_NO_OPENGL to QT_CONFIG(opengl)Liang Qi2017-06-267-20/+32
* Add Q_ASSERT to test prevNodeJesus Fernandez2017-06-261-0/+1
* Initialize uniform location variablesJesus Fernandez2017-06-261-2/+2
* Initialize variablesJesus Fernandez2017-06-261-4/+4
* Initialize pointerJesus Fernandez2017-06-261-1/+1
* Initialize pointerJesus Fernandez2017-06-261-1/+2
* Rename to vendorExtensionsEnableLaszlo Agocs2017-06-192-9/+9
* Allow freely mixing non-ShapePath objects in ShapeLaszlo Agocs2017-06-082-29/+29
* Use GradientStop and rename ShapeLinearGradient to LinearGradientLaszlo Agocs2017-06-087-191/+30
* Reduce objects: Make ShapePath inherit PathLaszlo Agocs2017-06-073-91/+48
* Rename to Shape/ShapePath and remove public JS APILaszlo Agocs2017-06-0216-0/+5893