aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\| |
| * | qquickpixmapcache: Fix invalidation of m_cache while iterating itRobin Burchell2018-12-221-1/+2
| * | nothread: do not delete reader thread object before it gets usedLorn Potter2018-12-131-0/+7
* | | Avoid create an additional copy of an imageMikhail Svetkin2018-12-211-0/+12
* | | Expose the target value in BehaviorsPaolo Angelelli2018-12-213-4/+26
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-121-3/+19
|\| |
| * | Fix missing strike outDaniel Engelke2018-12-101-3/+19
| |/
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-2/+3
|\|
| * [Micro]Optimize duplicate state name checkAlbert Astals Cid2018-10-251-2/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-241-0/+8
|\|
| * QQuickStateGroup: Warn if two states have the same nameAlbert Astals Cid2018-10-231-0/+8
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-091-2/+4
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-081-2/+4
| |\
| | * Fix crash in QQuickAnimatorProxyJob::sceneGraphInitialized()Andrew Smolko2018-10-051-2/+4
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-011-2/+0
|\| |