aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickpixmapcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* qquickpixmapcache: fix crash when loading images asynchronouslyArnaud Vrac2017-05-051-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Use new ImageProviderWithOptions also for sync image loadingEirik Aavitsland2017-04-061-5/+8
* Fix crash in QQuickPixmapReader & friendsAlbert Astals Cid2017-04-051-9/+9
* Make scaled image size calculation available to image providersEirik Aavitsland2017-04-051-25/+3
* Allow to pass all the relevant info to QQuickPixmap::isCachedAlbert Astals Cid2017-02-031-2/+2
* Make Item::grabToImage work in more cases, and improve test coverageAlbert Astals Cid2017-01-271-2/+10
* Remove qWarning about QQuickImageProviderWithOptionsAlbert Astals Cid2017-01-241-9/+0
* Scale images correctly with sourceSize and PreserveAspectCrop/FitAlbert Astals Cid2016-11-111-65/+107
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-14/+13
|\
| * Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-101-1/+0
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-1/+0
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-1/+0
| | | |\
| | | | * Fix crash on cancel QQuickImageResponseAlbert Astals Cid2016-10-031-1/+0
| * | | | Turn the no-network support into a configurable featureLars Knoll2016-10-101-13/+13
| |/ / /
* / / / Quick: add missing 'override'Anton Kudryavtsev2016-10-071-2/+2
|/ / /
* | | Quick: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-181-1/+1
* | | Quick: use const (and const APIs) moreAnton Kudryavtsev2016-08-121-1/+1
* | | Fixed another batch of QHash/QMap::values() (mis)useFrank Meerkoetter2016-05-251-3/+1
* | | Avoid memory allocationsFrank Meerkoetter2016-05-131-3/+9
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-081-1/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-1/+0
| |\|
| | * Remove unused variableThiago Macieira2016-03-101-1/+0
* | | QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-041-7/+36
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-2/+0
|\|
| * QQuickPixmapCache: Use readImage's (more useful) error message.Robin Burchell2016-02-121-2/+0
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Do not just fall through on the error pathFrank Meerkoetter2015-12-151-0/+3
|/
* Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-261-1/+1
* 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 memory leak when using async image providersAlbert Astals Cid2015-08-191-0/+1
* | Do not leak the texture factory for cancelled jobsAlbert Astals Cid2015-07-141-0/+2
* | Fix segfault if QQuickImageResponse actually returns an error stringAlbert Astals Cid2015-06-301-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-36/+68
|\|
| * Optionally apply orientation on imagesAllan Sandfeld Jensen2015-05-191-36/+68
| * Do not stall loading of local images if network is slowAlbert Astals Cid2015-04-091-10/+29
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-3/+5
| |\
| | * Always remove reply from replies when processing cancelledAlbert Astals Cid2015-03-301-3/+5
* | | Add QQuickAsyncImageProviderAlbert Astals Cid2015-03-261-96/+175
|/ /
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Introduce QSG_TRANSIENT_IMAGES.Gunnar Sletta2015-02-031-3/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-13/+40
|\|
| * Remove alpha channel from images that doesn't actually have alpha.Gunnar Sletta2014-10-091-0/+25
| * Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-13/+15
* | QQuickPixmapStore: Don't start expiration timer when application quitsOleg Shparber2014-10-021-1/+3
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Optimize the way AnimatedImage display its contentLouis du Verdier2014-06-051-0/+19
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-1/+1
|\
| * Fix potential null pointer dereferencingFrederik Gladhorn2014-05-301-1/+1