| Commit message (Expand) | Author | Age | Files | Lines |
| * | Expose QQuickPath::pointAtPercent as Q_INVOKABLE | Paolo Angelelli | 2019-06-25 | 1 | -2/+21 |
| * | Add QQuickPathPolyline | Paolo Angelelli | 2019-05-28 | 1 | -4/+104 |
| * | Add scale property to QQuickPath | Paolo Angelelli | 2019-06-04 | 1 | -2/+43 |
| * | Fix deprecation warnings in 5.14 | Friedemann Kleint | 2019-05-29 | 1 | -2/+2 |
| * | Fix typo in notify signal emission | Robert Griebl | 2018-12-10 | 1 | -1/+1 |
| * | Doc: Add missing dots (qtdeclarative) | Paul Wicking | 2018-06-19 | 1 | -12/+12 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -1/+1 |
| * | Add optimized path for QML ShapePath | Kaj Grönholm | 2018-02-01 | 1 | -1/+42 |
| * | Add new PathAngleArc type | Michael Brasser | 2017-11-07 | 1 | -9/+190 |
| * | Doc: mention that Path is a non-visual type | Mitch Curtis | 2017-08-25 | 1 | -0/+3 |
| * | Path and PathMove doc fixes | Laszlo Agocs | 2017-06-19 | 1 | -12/+10 |
| * | Reduce objects: Make ShapePath inherit Path | Laszlo Agocs | 2017-06-07 | 1 | -0/+5 |
| * | Rename to Shape/ShapePath and remove public JS API | Laszlo Agocs | 2017-06-02 | 1 | -8/+8 |
| * | Merge remote-tracking branch 'origin/dev' into wip/scenegraphng | Laszlo Agocs | 2017-05-31 | 1 | -0/+2 |
| |\ |
|
| | * | Run includemocs in qtdeclarative | Thiago Macieira | 2017-04-26 | 1 | -0/+2 |
| * | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphng | Laszlo Agocs | 2017-01-23 | 1 | -14/+0 |
| |\| |
|
| | * | PathAnimation: fix bug when PathSvg or PathLine is the last item in Path | Oleg Yadrov | 2017-01-20 | 1 | -14/+0 |
| * | | Allow multiple paths in a PathItem | Laszlo Agocs | 2017-01-10 | 1 | -0/+73 |
| * | | Add X axis rotation property to PathArc | Laszlo Agocs | 2017-01-10 | 1 | -1/+37 |
| * | | Add QQuickPathItem and its backend infra | Laszlo Agocs | 2016-12-19 | 1 | -3/+67 |
| |/ |
|
| * | Quick: replace 'foreach' with 'range for' | Anton Kudryavtsev | 2016-08-18 | 1 | -7/+7 |
| * | Quick: use const (and const APIs) more | Anton Kudryavtsev | 2016-08-12 | 1 | -4/+4 |
| * | Replace qQNaN() and friends with qt_qnan(). | Erik Verbruggen | 2016-04-05 | 1 | -4/+4 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Eliminate a static global QString in qquickpath.cpp | J-P Nurmi | 2014-04-30 | 1 | -2/+2 |
| * | qdoc: no longer recognizes the version nr in QML refs | Martin Smith | 2013-10-02 | 1 | -44/+44 |
| * | Fix license headers of QtQuick sources. | Gunnar Sletta | 2013-09-30 | 1 | -1/+1 |
| * | Doc: Fixed and updated Qt Quick's \qmlmodule page | Jerome Pasion | 2013-09-25 | 1 | -10/+10 |
| * | Don't crash if QQuickPath has less than 4 elements | Shawn Rutledge | 2013-04-30 | 1 | -1/+1 |
| * | Make pathElements designer ready | Marco Bubke | 2013-04-24 | 1 | -0/+20 |
| * | Refactor the pathElements property in QQuickPath | Marco Bubke | 2013-04-24 | 1 | -2/+41 |
| * | Refactor QQuickPath componentComplete | Marco Bubke | 2013-04-24 | 1 | -11/+33 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-10 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-23 | 1 | -24/+24 |
| * | Various small doc fixes and improvements | Bea Lam | 2012-08-09 | 1 | -2/+2 |
| * | Fix various broken links in documentation | Bea Lam | 2012-08-03 | 1 | -3/+3 |
| * | Docs - fix referenced class names | Bea Lam | 2012-07-31 | 1 | -1/+1 |
| * | Doc: Changed \qmlclass to \qmltype and added \instantiates. | Jerome Pasion | 2012-07-30 | 1 | -10/+20 |
| * | Use enumeration in preference to enum when referring to QML API. | Andrew den Exter | 2012-07-06 | 1 | -1/+1 |
| * | Create new documentation structure | Chris Adams | 2012-06-21 | 1 | -10/+10 |
| * | Doc: Grouped Qt Quick types into several groups | Jerome Pasion | 2012-06-06 | 1 | -12/+12 |
| * | Fix doc snippets paths and parsing errors | Bea Lam | 2012-05-31 | 1 | -7/+7 |
| * | Doc: Sanitized QML types | Nico Vertriest | 2012-05-24 | 1 | -10/+10 |
| * | Doc: Moving Qt Quick docs for new doc structure | Geir Vattekar | 2012-05-09 | 1 | -7/+7 |
| * | Reduce memory usage of QQuickPath for simple paths. | Andrew den Exter | 2012-04-23 | 1 | -11/+24 |
| * | Fix crash issue for path animation and path interpulator | Charles Yin | 2012-03-23 | 1 | -0/+2 |
| * | Remove the usage of deprecated qdoc macros. | Casper van Donderen | 2012-03-13 | 1 | -28/+28 |
| * | Rename QDeclarative symbols to QQuick and QQml | Matthew Vogt | 2012-02-24 | 1 | -0/+1798 |