summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmapcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPixmapCache: assert that the key is invalid if we failed to insertVolker Hilsheimer2023-07-101-0/+1
* QPixmapCache: ignore insertion or searches with empty keyVolker Hilsheimer2023-07-031-3/+3
* QPixmapCache: Move qHash(Key) from _p.h to public headerMarc Mutz2023-06-211-3/+8
* QPixmapCache: don't leak QString keys of evicted pixmapMarc Mutz2023-06-201-28/+11
* QPixmapCache: DRY insert()Marc Mutz2023-06-201-16/+7
* QPixmapCache: simplify remove(QString)Marc Mutz2023-06-201-7/+2
* QPixmapCache: deprecate replace()Marc Mutz2023-06-101-29/+10
* QPixmapCache: add a comment on how failed insert() invalidates cacheKeyMarc Mutz2023-06-091-1/+1
* QPixmapCache: fix leaking of QStrings and Keys on clear()Marc Mutz2023-06-061-0/+1
* QObject: implement startTimer(int) in terms of startTimer(chrono)Ahmad Samir2023-03-111-1/+4
* QtGui: Remove define Q_TEST_QPIXMAPCACHEFriedemann Kleint2023-02-011-3/+2
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Tidy up QPixmapCache to prevent potential segfaultVolker Hilsheimer2021-11-051-23/+36
* When clearing QPixmapCache, stop its flushing timerEirik Aavitsland2021-09-011-0/+5
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-291-39/+0
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-2/+2
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-7/+7
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-0/+33
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-0/+33
| |\
| | * QPixmapCache: guard against usage from non-main threadsEirik Aavitsland2019-07-101-0/+33
* | | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-1/+1
|/ /
* / QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-021-4/+8
|/
* QPixmapCache: make sure to not overflow cache limitChristian Ehrlicher2018-04-101-8/+17
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* QPMCache::remove(): Do not dereference erased iteratorFriedemann Kleint2017-07-191-1/+2
* Don't call releaseKey a second time if the insertion failsAndy Shaw2017-03-071-7/+0
* Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-101-11/+8
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-1/+2
|\
| * Prevent the pixmap cache from crashing if it's been destroyedThiago Macieira2015-10-231-1/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+1
|\|
| * Doc: Update obsolete URLs to external documentationTopi Reinio2015-10-021-1/+1
* | Add method for checking of QPixmapCache::Key validitySerge Lysenko2015-09-181-0/+10
|/
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-0/+14
|\
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-0/+14
* | Move-enable QPixmapCache::KeyMarc Mutz2015-06-191-0/+18
* | QPixmapCache: remove unused Q_TEST_QPIXMAPCACHE-only functionMarc Mutz2015-06-191-20/+0
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-8/+8
* doc: Fix QPixmapCache size default value in docJulien Brianceau2013-02-051-9/+5
* Merge branch 'release' into stableSergio Ahumada2013-01-311-1/+1
|\
| * Fix some more old references and links to NokiaSergio Ahumada2013-01-281-1/+1
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Fix misc. documentation errorsaavit2012-08-301-1/+1
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-2/+2
* Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-2/+2