aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickpixmapcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new feature: quick-pixmap-cache-threaded-downloadMikolaj Boc2023-03-201-24/+47
* Make thread affinity apparent in QQuickPixmapCacheMikolaj Boc2023-03-171-49/+114
* Rename cancelled -> cancelledJobs in QQuickPixmapCacheMikolaj Boc2023-03-171-16/+16
* Add MethodIndex to meta method index statics in QQuickPixmapCacheMikolaj Boc2023-03-161-29/+36
* Use mutex locker in QQuickPixmapReaderMikolaj Boc2023-03-161-49/+49
* QQuickPixmapCache: own thread object if not using threaded downloadMikolaj Boc2023-03-151-21/+47
* QtQuick: Fix conflicting definitions of qsg_leak_check in CMake Unity (Jumbo)...Friedemann Kleint2023-02-071-5/+2
* QQuickPixmapCache: Avoid cross-thread deletion of QObjectsUlf Hermann2023-01-251-9/+40
* Clean QQuickPixmapReader::processJob dead codesJiDe Zhang2022-12-051-2/+1
* Don't used threaded pixmap downloads on WASMMikolaj Boc2022-10-221-5/+12
* Use a smart pointer for threadObject in pixmap cacheMikolaj Boc2022-10-201-13/+8
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-071-6/+6
* Avoid dangling pointers in handler for QQuickPixmapReply::finishedShawn Rutledge2022-09-111-2/+1
* Support compressed texture files also when non-local, i.e. downloadedEirik Aavitsland2022-08-301-8/+22
* Make synchronization chain on QQuickImageResponsePrivate::finished explicitMarc Mutz2022-06-151-0/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Allow loading images from arbitrary QIODevice subclassesShawn Rutledge2022-02-171-29/+85
* Avoid acccessing global static during destructionFabian Kosmale2021-12-151-10/+15
* Image: make default sourceSize respect DPR for scalable imagesMitch Curtis2021-10-181-6/+10
* pixmapcache: avoid deadlock when canceling async image loadNick Shaforostov2020-11-181-2/+2
* QQuickImageProvider: Remove reliance on RTTIFabian Kosmale2020-09-011-1/+1
* webOS: Share images even if cache is falseElvis Lee2020-08-171-1/+34
* Use qHashMulti in qHash(QQuickPixmapKey)Shawn Rutledge2020-08-171-6/+2
* Quick: Clean up some includesUlf Hermann2020-06-041-30/+25
* Change qHash return value to size_tFabian Kosmale2020-04-161-1/+1
* Revert "Replace call to deprecated QNetworkReply::error method"Timur Pocheptsov2020-02-241-1/+1
* Rearrange QQuickPixmapKey operator==Shawn Rutledge2020-02-151-2/+5
* Optimize QQuickPixmapCache readImage() slightlyShawn Rutledge2020-02-141-2/+3
* Image ColorSpace bindings for Quick/QMLAllan Sandfeld Jensen2020-01-311-0/+14
* Teach QQuickPixmap to handle requests for image regionsShawn Rutledge2020-01-301-42/+85
* Replace call to deprecated QNetworkReply::error methodFabian Kosmale2020-01-171-1/+1
* QQuickPixmapCache: Don't dereference nullptrv5.14.0-rc2v5.14.0Fabian Kosmale2019-12-051-3/+5
* Move currentFrame and frameCount properties up to QQuickImageBaseShawn Rutledge2019-08-241-29/+52
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-1/+1
* Port from implicit to explicit atomic operationsMarc Mutz2019-07-021-1/+1
* QQmlEngine: keep ImageProvider alive while in useFabian Kosmale2019-06-251-11/+23
* 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