aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Image docs: fix the default alignment & snippets to match screenshotsJ-P Nurmi2013-06-131-1/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Remove superfluous function callAlan Alpert2012-11-301-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Update usage of smooth and antialiasing.Michael Brasser2012-08-281-12/+5
* Fix various broken links in documentationBea Lam2012-08-031-1/+1
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* QQuickCanvas renamesAlan Alpert2012-07-171-3/+3
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-10/+10
* Change antialiasing method for QML2.Kim Motoyoshi Kalland2012-07-131-7/+4
* Create new documentation structureChris Adams2012-06-211-1/+1
* Add support for using atlas textures directly in ShaderEffects.Kim Motoyoshi Kalland2012-06-111-4/+0