aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Add a property "valid" to the color value typeUlf Hermann2019-10-082-0/+7
* Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-073-3/+3
* QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-021-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-2/+5
|\
| * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-2/+5
* | PathMultiline: handle directly-bound QVector<QPolygonF>Shawn Rutledge2019-09-031-7/+13
* | 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
* | Harmonize meta object revisions and minor versionsUlf Hermann2019-08-263-5/+5
* | Move currentFrame and frameCount properties up to QQuickImageBaseShawn Rutledge2019-08-242-31/+55
* | qqml.h: add qmlRegisterAnonymousTypeFabian Kosmale2019-08-211-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-201-8/+12
|\|
| * Doc: Correct error in doc Transition QML TypeNico Vertriest2019-08-191-8/+12
* | Add QQuickPathMultiLinePaolo Angelelli2019-07-182-3/+179
* | Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* | Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-042-59/+29
* | QQuickState: fix quadratic loopMarc Mutz2019-07-041-6/+8
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-1/+1
* | QQuickState: replace some Java-style iterators with C++11 ranged-for loopsMarc Mutz2019-07-032-26/+8
* | use boolean for when propertyFabian Kosmale2019-07-024-14/+13
* | Port from implicit to explicit atomic operationsMarc Mutz2019-07-021-1/+1
* | Check that animation still existsFabian Kosmale2019-06-271-1/+1
* | Expose QQuickPath::pointAtPercent as Q_INVOKABLEPaolo Angelelli2019-06-252-3/+22
* | QQmlEngine: keep ImageProvider alive while in useFabian Kosmale2019-06-252-12/+24
* | Add QQuickPathPolylinePaolo Angelelli2019-05-282-4/+126
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-202-3/+6
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-192-3/+6
| |\
| | * Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-172-3/+6
* | | Register QRegularExpressionValidator in QtQuickUlf Hermann2019-06-123-0/+52
* | | Add scale property to QQuickPathPaolo Angelelli2019-06-043-2/+49
* | | Fix deprecation warnings in 5.14Friedemann Kleint2019-05-291-2/+2
* | | Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-131-1/+1
* | | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-162-11/+11
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-161-0/+2
|\| |
| * | Fix illegal downcast in QQuickStateGroup destructionAllan Sandfeld Jensen2019-05-131-0/+2
* | | Add BoundaryRuleShawn Rutledge2019-04-273-0/+721
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-1/+1
| |\|
| | * Doc: Fix typo in code snippetPaul Wicking2019-03-271-1/+1
* | | Remove QQmlV4HandleUlf Hermann2019-04-101-3/+3
* | | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
|/ /
* | QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-02-133-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-291-1/+1
|\|
| * Merge "Merge remote-tracking branch 'origin/5.12.1' into 5.12" into refs/stag...Liang Qi2019-01-221-1/+1
| |\
| | * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-082-4/+28
| | |\
| | * | Fix typo in notify signal emissionRobert Griebl2018-12-101-1/+1
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-221-1/+1
|\| | |
| * | | Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-211-1/+1
| | |/ | |/|
* | | QML: Special case null as binding typeUlf Hermann2019-01-211-0/+3
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-231-1/+9
|\| |