aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickimageprovider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+1
|\
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-071-1/+44
|\|
| * Use new ImageProviderWithOptions also for sync image loadingEirik Aavitsland2017-04-061-0/+8
| * Make scaled image size calculation available to image providersEirik Aavitsland2017-04-051-1/+36
* | QQuickImageProvider: Improve documentation about cancel() and finished()Robin Burchell2017-03-201-2/+12
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-0/+4
|\
| * Improve QQuickAsyncImageProvider exampleAlbert Astals Cid2017-02-081-0/+4
* | Remove qWarning about QQuickImageProviderWithOptionsAlbert Astals Cid2017-01-241-1/+1
* | Scale images correctly with sourceSize and PreserveAspectCrop/FitAlbert Astals Cid2016-11-111-16/+149
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-0/+2
|\
| * Fix crash on cancel QQuickImageResponseAlbert Astals Cid2016-10-031-0/+2
* | Doc: add spec on parameter imageNico Vertriest2016-10-041-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* 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
* | Improve QQuickTextureFactory::textureFactoryForImage docuAlbert Astals Cid2015-09-211-1/+3
* | Improve QQuickImageResponse::textureFactory documentationAlbert Astals Cid2015-08-191-2/+5
* | Improve QQuickImageResponse::textureFactory documentation a bitAlbert Astals Cid2015-06-301-2/+3
* | Fix/suppress compiler warning about unused private field.Erik Verbruggen2015-04-231-0/+1
* | Add QQuickAsyncImageProviderAlbert Astals Cid2015-03-261-1/+123
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+2
|\
| * Doc: fix exampleJoerg Bornemann2015-02-161-1/+2
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-021-4/+3
* fix whitespaceOswald Buddenhagen2014-01-221-9/+9
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-251-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-281-3/+3
|\
| * Doc: Fix some broken snippet pathsSze Howe Koh2013-05-061-3/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-291-1/+1
|\|
| * Doc: Create links to Qt Quick 1Sze Howe Koh2013-04-241-1/+1
| * Doc: Qt Quick: Fix module name format (Pt 2/2)Sze Howe Koh2013-04-231-1/+1
* | Correct image provider example path in documentationShawn Rutledge2013-04-041-1/+1
|/
* Doc: Fix uses of \sinceDebao Zhang2013-01-241-2/+2
* QQuickImageProvider: fixed three \snippet pathsXingtao Zhang2013-01-211-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Doc: Updated docs for examples and etcXingtao Zhang2013-01-091-3/+3
* Support requestPixmap if platform has ThreadedPixmaps featureAlbert Astals Cid2012-11-231-7/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-09-051-4/+20
* Docs - add missing images and code, clean up sectionsBea Lam2012-08-281-4/+4
* Remove remnants of QQmlImageProviderKent Hansen2012-08-091-1/+1
* Fix uses of \inmodule, \inqqmlmodule and \sinceBea Lam2012-08-081-1/+1
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-3/+3
* Create new documentation structureChris Adams2012-06-211-1/+1
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-4/+4
* Allow image providers to force their loading to be asynchronousTor Arne Vestbø2012-05-111-1/+17
* Merge master into api_changesKent Hansen2012-03-271-1/+5