aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickpixmapcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of QQuickTextDocumentWithImageResourcesShawn Rutledge2023-12-041-0/+6
* Remove QQuickPixmap argument from QQuickPixmapData ctorsShawn Rutledge2023-09-101-22/+18
* Remove QQuickPixmapData::declarativePixmapsShawn Rutledge2023-09-101-19/+4
* Test QQuickPixmap::loadImageFromDevice()Shawn Rutledge2023-09-091-9/+30
* Export QQuickPixmapKey and (renamed) QQuickPixmapCache for autotestsShawn Rutledge2023-09-011-75/+34
* Fix memory leak in qquickpixmapcacheShawn Rutledge2023-08-311-12/+38
* Disable copy of classes in qquickpixmapcache; QQuickPixmapKey -> structShawn Rutledge2023-08-301-2/+10
* Avoid unsigned->signed refCount conversion underflowShawn Rutledge2023-08-291-1/+1
* Remove QML_LEAK_CHECKShawn Rutledge2023-08-211-2/+4
* Add categorized logging and internal doc to QQuickPixmapCacheShawn Rutledge2023-07-271-4/+83
* Normalize signal/slot signaturesMarc Mutz2023-07-121-1/+1
* QQuickPixmap: get rid of manual processing of HTTP redirectsVladimir Belyavsky2023-07-041-25/+1
* 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
|\