summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QIconLoader: use system fallback theme as the first fallback optionJan Grulich2023-05-111-0/+4
* QImage: when saving fails, print the writer's error stringVolker Hilsheimer2023-04-111-2/+7
* Cache null icons and remove them upon system icon theme changeAxel Spoerl2023-04-114-8/+21
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-181-5/+5
* QObject: implement startTimer(int) in terms of startTimer(chrono)Ahmad Samir2023-03-111-1/+4
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-282-2/+2
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-252-9/+11
* Trace: Autogenerate metadata in qtgui moduleAntti Määttä2023-02-101-45/+2
* Trace: Use includes instead of forward declarationsAntti Määttä2023-02-101-3/+1
* QtGui: Add a header declaring the Windows image conversion functionsFriedemann Kleint2023-02-082-8/+47
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-072-12/+13