aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickpixmapcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix: Do not read texture files when backend is not openglEirik Aavitsland2018-03-011-5/+21
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-47/+47
* Fix: Make Image element support detection of suitable file extensionEirik Aavitsland2018-02-131-3/+40
* Refactor compressed texture file readingEirik Aavitsland2018-01-271-10/+7
* Add very basic compressed texture supportMichael Brasser2017-08-071-7/+38
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-1/+1
|\
| * qquickpixmapcache: fix crash when loading images asynchronouslyArnaud Vrac2017-05-051-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+2
|\|
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-071-39/+20
|\|
| * 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
* | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-2/+2
|/
* 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