aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do a small OpenGL-related revision of Image docsLaszlo Agocs2020-06-151-11/+11
* QQuickItem: rename geometryChanged to geometryChangeMitch Curtis2020-04-231-2/+2
* Add Image.sourceClipRect propertyShawn Rutledge2020-01-301-3/+51
* Optimize QQuickImagePrivate paddingShawn Rutledge2019-12-311-7/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-2/+2
|\
| * QQuickImage: Fix an odd 1px offset on 'fillMode: PreserveAspectFit'Alexander Akulich2019-10-091-2/+2
* | Fix pedantic warnings in QQuickImageShawn Rutledge2019-08-301-3/+2
* | Move currentFrame and frameCount properties up to QQuickImageBaseShawn Rutledge2019-08-241-0/+12
* | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-1/+1
|/
* Doc: include support for astc compressed texture filesEirik Aavitsland2019-03-131-1/+2
* Privately export QQuickImageTextureProvider, QSGTextureMaterialShaderPaolo Angelelli2019-01-151-32/+18
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Doc: Describe new 5.11 features in Image elementv5.11.0-beta4Eirik Aavitsland2018-04-131-2/+44
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-7/+7
* Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+1
|\
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* | QQuickImage: only call updatePaintedGeometry() when necessaryMitch Curtis2017-04-031-1/+2
* | QQuickImage: take DPI into account for implicit and painted sizesMitch Curtis2017-02-241-14/+18
|/
* Scale images correctly with sourceSize and PreserveAspectCrop/FitAlbert Astals Cid2016-11-111-1/+12
* Quick: add missing 'override'Anton Kudryavtsev2016-10-121-1/+1
* Add cross-backend simple rect, texture, and ninepatch nodesLaszlo Agocs2016-06-221-2/+2
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* QML: Replace qIsFinite with qt_is_finite.Erik Verbruggen2016-04-281-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-6/+6
|\
| * Fix Image.Pad on high DPIJ-P Nurmi2016-03-241-6/+6
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Doc: create link to enum list fillModeNico Vertriest2015-10-271-3/+2
* Make Image::layer::enabled work as expected.Gunnar Sletta2015-09-111-0/+7
* Fix performance regression in Image construction.Gunnar Sletta2015-06-081-1/+0
* Optionally apply orientation on imagesAllan Sandfeld Jensen2015-05-191-0/+11
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Fix performance regression caused by SG signals in QQuickItem.Gunnar Sletta2014-09-031-3/+1
* Make use of QQuickWindowQObjectCleanup in QQuickImage.Gunnar Sletta2014-08-261-14/+5
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Clean up Image and ShaderEffectSource properly.Gunnar Sletta2014-08-041-2/+33
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-2/+2
|\
| * Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-021-2/+2
* | Optimize the way AnimatedImage display its contentLouis du Verdier2014-06-051-0/+11
|/
* Fix typo in Image documentation.Mitch Curtis2014-05-151-1/+1
* Implement high-dpi "@2x" image handling.Morten Johan Sørvig2014-03-201-6/+8
* Do not add Images with invalid geometry to the scene graph.Gunnar Sletta2014-02-191-0/+8
* Add Image::mipmap to support mipmapping of images.Gunnar Sletta2014-02-121-2/+43
* Emit textureChanged() when texture provider's texture changeGunnar Sletta2013-11-291-2/+9
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-8/+8
* Prevent badly formed texture nodes in the scene graph.Gunnar Sletta2013-10-211-1/+0
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-13/+13
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-1/+1
* Make tiled images not use atlas.Gunnar Sletta2013-09-091-8/+11