summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qiconloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add QT_QPA_SYSTEM_ICON_THEME to override icon theme nameShawn Rutledge2020-06-031-0/+3
* Do not fully initialize QIconLoader when setting the fallback themeAlbert Astals Cid2020-06-021-3/+12
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-2/+6
|\
| * Fix double scaling of SVG icons on high DPI screensTor Arne Vestbø2020-03-131-2/+6
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
|/
* Avoid invalid memory access in QIconCacheGtkReader::lookup()Alexander Volkov2019-09-021-1/+1
* Handle device pixel ratio in QIconLoaderEngine::paint()Alexander Volkov2019-03-201-1/+4
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-2/+4
|\
| * Modernize the "settings" featureLiang Qi2018-11-151-2/+4
* | Allow setting the QIcon fallback themeAlbert Astals Cid2018-08-201-5/+15
|/
* Introduce QIcon::fallbackSearchPaths()Alexander Volkov2018-01-151-5/+83