summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qiconloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* For qdebug operator<< of pointer types, always check for nullptrDaniel Trevitz2025-05-171-2/+2
* QIconLoaderEngine: use scaledPixmap() to properly pass dprChristian Ehrlicher2025-03-271-2/+2
* Add Qt-Security tags to gui image, icon and imageio filesEirik Aavitsland2025-03-121-0/+1
* Replace qgetenv() calls converted to QString with qEnvironmentVariable()Thiago Macieira2025-01-011-3/+2
* QFontIconEngine: render named glyphs as icons, if possibleVolker Hilsheimer2024-11-271-2/+17
* QIcon: avoid upscaling icons if a higher resolution is availableDavid Schulz2024-09-041-18/+28
* QIconLoader: misc cleanupChristian Ehrlicher2024-09-041-29/+32
* Straighten out various logging categoriesUlf Hermann2024-06-191-1/+1
* QIcon/QIconLoader: fix usage of scaledPixmap()Christian Ehrlicher2024-06-131-17/+11
* QIcon: enable icon engine plugins to implement themesVolker Hilsheimer2024-05-301-1/+16
* QIcon/QIconLoader: misc cleanupChristian Ehrlicher2024-05-281-9/+6
* Make sure hicolor is searched before dash fallbacksMike Chen2024-01-171-15/+20
* Don't search more generic icons in Applications and MimeTypes contextsAlexander Volkov2023-12-181-0/+18
* Do not create icon engine multiple timesDavid Redondo2023-12-131-6/+8
* QIconLoader::actualSize(): respect entry.scale on returned sizeChristian Ehrlicher2023-12-071-1/+1
* QIcon: fall back to QPA engine if themes don't provide the iconVolker Hilsheimer2023-12-071-4/+12
* 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
* Doc: Mark QThemeIconEngine, QIconLoaderEngine classes as \internalTopi Reinio2023-06-211-0/+4
* 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-181-2/+3
* Consult QIcon::fallbackThemeName() even for themes with explicit parentsTor Arne Vestbø2023-06-181-11/+17
* 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-171-28/+95
* 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-151-0/+5
* 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
* Cache null icons and remove them upon system icon theme changeAxel Spoerl2023-04-111-0/+10
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-041-3/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* QtGui: Fix mismatches between string types and string literalsMate Barany2022-09-211-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-32/+25
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-5/+5
* gui: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* QIconLoader: code tidiesGiuseppe D'Angelo2021-09-181-42/+28
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-1/+1
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-311-4/+1
* QIconLoader: port to use new virtual functionsMorten Johan Sørvig2020-08-291-44/+35
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-5/+5
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-111-3/+3