aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickpixmapcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-231-1/+9
|\
| * qquickpixmapcache: Fix invalidation of m_cache while iterating itRobin Burchell2018-12-221-1/+2
| * nothread: do not delete reader thread object before it gets usedLorn Potter2018-12-131-0/+7
* | Avoid create an additional copy of an imageMikhail Svetkin2018-12-211-0/+12
* | QQuickPixmapReader: remove an unused QWaitConditionAndreas Hartmetz2018-09-131-3/+0
|/
* Fix race condition in async image response handlingSimon Hausmann2018-05-171-2/+17
* 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
|\|