aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-151-1/+1
* Fix positioning of inline images in StyledText.Michael Brasser2016-06-162-6/+12
* Make sure QQuickPathPercent::value is initializedAleix Pol2016-04-191-1/+1
* Documentation: fix vector3danimation property type names.Vladimir Moolle2016-04-011-2/+2
* Handle duration of zero in QML animatorsDavid Edmundson2016-03-172-6/+13
* Remove unused variableThiago Macieira2016-03-101-1/+0
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-031-1/+1
* QQuickPixmapCache: Use readImage's (more useful) error message.Robin Burchell2016-02-121-2/+0
* Fix Animators in itemview and positioner transitionsJ-P Nurmi2016-02-112-7/+14
* QQuickAnimatorController: fix dangling QQuickAnimatorProxyJob pointerJ-P Nurmi2016-01-081-0/+2
* Don't warn about non-existent default properties when one was foundMitch Curtis2015-12-152-5/+30
* QQuickAnimatorJob: store the target with a QPointerPaul Lemire2015-12-072-1/+6
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-0/+21
|\
| * Doc: added documentation to undocumented functionsNico Vertriest2015-11-021-0/+21
* | qquicktransitionmanager_p_p.h: remove unnecessary includeJ-P Nurmi2015-11-131-2/+2
* | Introduce a more sane "default constructor" for Qt.matrix4x4()Sean Harmer2015-11-111-1/+5
* | Make the qml/js matrix4x4 type more usefulSean Harmer2015-11-111-0/+7
* | Shortcut: make both nativeText and portableText availableJ-P Nurmi2015-11-052-7/+26
* | qquickanimatorjob_p.h: fix inconsistent override warningsJ-P Nurmi2015-11-041-16/+16
* | Doc: fixed link issuesNico Vertriest2015-10-301-1/+1
* | virtual QQuickAnimatorJob::afterNodeSync()J-P Nurmi2015-10-292-3/+4
* | Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-261-1/+1
* | Several cases of s/decelerating from/decelerating to/.Edward Welbourne2015-10-211-8/+8
* | Revert "Doc: corrected not working snippet"Topi Reinio2015-10-211-1/+1
* | Doc: corrected syntax errors \qmlmethodNico Vertriest2015-10-152-3/+2
* | Doc: corrected not working snippetNico Vertriest2015-10-151-1/+1
* | Privately export QQuickTransitionManagerGabriel de Dietrich2015-10-121-1/+1
* | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0627-0/+297
* | Cleanup fontloader cache when QGuiApplication is destroyedJørgen Lind2015-09-251-8/+50
* | Improve QQuickTextureFactory::textureFactoryForImage docuAlbert Astals Cid2015-09-211-1/+3
* | Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-1/+1
* | Shortcut: add sequenceString propertyShawn Rutledge2015-09-033-0/+19
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-281-0/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-211-0/+7
| |\|
| | * Fix memory leak when QQuickPixmapReply::Event is delete before being usedAlbert Astals Cid2015-08-191-0/+7
* | | Fix compiler warnings on recent clangLars Knoll2015-08-251-1/+1
|/ /
* | Improve QQuickImageResponse::textureFactory documentationAlbert Astals Cid2015-08-191-2/+5
* | Fix memory leak when using async image providersAlbert Astals Cid2015-08-191-0/+1
* | Update copyright notice.Frank Meerkoetter2015-08-181-0/+1
* | Remove QQmlVMEVariant specific workaroundFrank Meerkoetter2015-08-181-9/+1
* | Remove unused codeFrank Meerkoetter2015-08-181-25/+2
* | Mark methods as overridesFrank Meerkoetter2015-08-181-11/+11
* | Also remove the QQmlValueTypeProvider::destroyValueType interfaceFrank Meerkoetter2015-08-181-41/+0
* | Adapt the ValueTypeProvider interface and port its typesFrank Meerkoetter2015-08-181-92/+40
* | Remove QQmlValueTypeProvider::copyValueTypeFrank Meerkoetter2015-08-181-43/+0
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-184-8/+14
|\|
| * Consistently use the override keywordThiago Macieira2015-07-191-4/+4
| * Fix more casts that dropped the constness.Thiago Macieira2015-07-071-2/+2
| * Fix ICC warning about change of signThiago Macieira2015-07-071-2/+2
| * Improve support for HTML entities in StyledTextKai Uwe Broulik2015-07-031-0/+6