summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* QPpmHandler: fix reading ppm filesChristian Ehrlicher45 hours1-2/+6
* QImageReader: Reduce code redundancyMike Chen7 days1-40/+25
* Add QPixmapIconEngine::isNull()Christian Ehrlicher2023-11-082-1/+6
* qpixmap_win: use qimage rvalue overalods moreAnton Kudryavtsev2023-10-311-1/+1
* Fix smooth scaling of Format_Mono and Format_MonoLSBJoni Poikelin2023-10-261-4/+14
* Work around GCC 13's bogus "out of bounds" check to QByteArray::_emptyThiago Macieira2023-10-151-0/+3
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-2/+2
* write_pbm_image: use QBAV moreAnton Kudryavtsev2023-10-041-3/+2
* Doc: Fix QIcon documentationTopi Reinio2023-10-021-17/+10
* qppmhandler: avoid implicit detachAnton Kudryavtsev2023-09-251-1/+1
* Fix gcc 13 fatal warning: emplace_back() rather than append()Shawn Rutledge2023-09-191-1/+1
* qplatformpixmap: use rvalue overloads moreAnton Kudryavtsev2023-09-191-7/+7
* Rework QIcon theme documentationTor Arne Vestbø2023-09-081-55/+82
* qt_getImageTextFromDescription: use tokenize instead of splitAnton Kudryavtsev2023-09-061-2/+1
* qbmphandler: use const moreAnton Kudryavtsev2023-09-061-1/+1
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* qplatformpixmap: use rvalue overload moreAnton Kudryavtsev2023-09-041-2/+2
* qimagereaderwriterhelpers: deduplicate literalAnton Kudryavtsev2023-09-021-3/+5
* imageFormatsForMimeType: port to QBAVAnton Kudryavtsev2023-09-012-3/+3
* Doc: Delete links to removed examplesAndreas Eliasson2023-08-183-5/+3
* Revert "QIconLoader: clear cache when the key becomes invalid"Volker Hilsheimer2023-08-171-2/+1
* QIconLoader: add some more debugging helpVolker Hilsheimer2023-07-211-4/+5
* QIconLoader: reset search paths when theme name is clearedVolker Hilsheimer2023-07-211-0/+6
* QIconLoader: clear cache when the key becomes invalidVolker Hilsheimer2023-07-211-1/+2
* QIcon: use fallback also with platform icon engineVolker Hilsheimer2023-07-211-4/+8
* 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
* Doc: Mark QThemeIconEngine, QIconLoaderEngine classes as \internalTopi Reinio2023-06-211-0/+4
* QPixmapCache: Move qHash(Key) from _p.h to public headerMarc Mutz2023-06-213-5/+12
* QPixmapCache: don't leak QString keys of evicted pixmapMarc Mutz2023-06-202-28/+12
* QPixmapCache: DRY insert()Marc Mutz2023-06-201-16/+7
* QPixmapCache: simplify remove(QString)Marc Mutz2023-06-201-7/+2
* QIcon::fromTheme(): Always consult "hicolor" theme lastTor Arne Vestbø2023-06-181-3/+3
* Consult QIcon::fallbackThemeName() even when theme name is emptyTor Arne Vestbø2023-06-181-7/+8
* Consult QIcon::fallbackSearchPaths() even when theme name is emptyTor Arne Vestbø2023-06-182-2/+13
* Consult QIcon::fallbackThemeName() even for themes with explicit parentsTor Arne Vestbø2023-06-183-12/+22
* Invalidate QIconLoader cache when setting fallback themeTor Arne Vestbø2023-06-181-0/+1
* Skip clearing the QIcon cache on QIconLoader theme key changeTor Arne Vestbø2023-06-171-2/+3
* Unify QIcon theme icon loading and cache invalidationTor Arne Vestbø2023-06-175-46/+261
* QIconLoader: Invalidate cache even if system theme hasn't changed nameTor Arne Vestbø2023-06-161-4/+5
* Use systemFallbackThemeName in QIconLoader::updateSystemTheme()Tor Arne Vestbø2023-06-161-1/+1
* Update QIconLoader system theme unconditionally on ThemeChangeTor Arne Vestbø2023-06-161-12/+7
* De-inline QIconLoader::themeName()Tor Arne Vestbø2023-06-152-1/+6
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-06-122-5/+5
* QPixmapCache: deprecate replace()Marc Mutz2023-06-102-29/+27
* 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
* Image IO: increase the default allocation limitEirik Aavitsland2023-05-231-1/+3
* Add QIconLoader debug logging to aid fallback logic investigationTor Arne Vestbø2023-05-121-7/+43
* Revert "QIconLoader: use system fallback theme as the first fallback option"Tor Arne Vestbø2023-05-111-4/+0