aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
* Scale up SVG images if source size is larger than original sizeAndy Shaw2018-03-151-3/+6
* Fix: Do not read texture files when backend is not openglEirik Aavitsland2018-03-011-5/+21
* Silence a GCC 8 warning in qquickanimationVille Voutilainen2018-02-281-3/+3
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-276-22/+22
* Fix QQmlEngine::retranslate() with PropertyChangesSimon Hausmann2018-02-261-8/+17
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-266-64/+54
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2645-199/+199
* doc: Fix remaining "Can't tie this..." errorsMartin Smith2018-02-231-1/+1
* Image: respect aspect ratio of an SVG when width or height is zeroAndy Shaw2018-02-211-1/+1
* Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-151-3/+5
|\
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-3/+5
| |\
| | * Use the image handler to return a scaled size for the SVGAndy Shaw2018-01-311-3/+5
* | | Fix: Make Image element support detection of suitable file extensionEirik Aavitsland2018-02-131-3/+40
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-067-35/+56
|\ \
| * | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-027-35/+56
| |\|
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-1/+1
| | |\
| | | * Avoid repeated calls into thread local storage to get the animation timerLars Knoll2018-01-221-1/+1
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-246-34/+55
| | |\|
| | | * Speed up PropertyChange state applicationSimon Hausmann2018-01-173-18/+24
| | | * Check the context matcher for isDestroyed() before assigning itUlf Hermann2017-12-201-1/+2
| | | * Make deletion of transitions safeLars Knoll2017-12-112-15/+29
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-1/+1
* | | | Add optimized path for QML ShapePathKaj Grönholm2018-02-013-2/+45
|/ / /
* | | Refactor compressed texture file readingEirik Aavitsland2018-01-271-10/+7
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-0/+3
| |\|
| | * watch for the actual render window if there is a QQuickRenderControlMarco Martin2017-11-221-0/+3
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-081-1/+3
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-1/+3
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-131-1/+3
| | |\|
| | | * Make sure we remove stopped animators from the list of rootsGunnar Sletta2017-11-101-1/+3
* | | | Add missing Q_OBJECT macro to QQuickTextureFactorySimon Hausmann2018-01-021-0/+1
|/ / /
* | | Add NOTIFY signals for QtQuick Animation classes to/from propertiesKevin Krammer2017-12-162-10/+10
* | | Make qml-debug a proper featureUlf Hermann2017-11-082-4/+7
* | | Add new PathAngleArc typeMichael Brasser2017-11-072-9/+248
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-1/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3Liang Qi2017-10-251-1/+5
| |\|
| | * QQuickAnimatorProxyJob: Disconnect from window when unsetting itUlf Hermann2017-10-241-1/+5
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-272-2/+2
* | | Disambiguate QQuickStateActionEvent::overrideKevin Funk2017-09-253-5/+5
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-252-15/+15
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-052-5/+5
|\|
| * Doc: Fix capitalization in section titlesTopi Reinio2017-08-292-5/+5
* | Doc: mention that Path is a non-visual typeMitch Curtis2017-08-251-0/+3
* | Add property to disable shaping on fontsEskil Abrahamsen Blomfeldt2017-08-253-0/+25
* | Add very basic compressed texture supportMichael Brasser2017-08-071-7/+38
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-1/+7
|\|
| * Doc: Enclose regular expressions with \badcodeTopi Reinio2017-06-161-1/+7
* | Expose "kerning" property for fontsEskil Abrahamsen Blomfeldt2017-06-303-0/+19
* | Merge branch 'wip/scenegraphng' into devLaszlo Agocs2017-06-194-9/+203
|\ \