index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gui
/
image
/
qiconloader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
For qdebug operator<< of pointer types, always check for nullptr
Daniel Trevitz
2025-05-17
1
-2
/
+2
*
QIconLoaderEngine: use scaledPixmap() to properly pass dpr
Christian Ehrlicher
2025-03-27
1
-2
/
+2
*
Add Qt-Security tags to gui image, icon and imageio files
Eirik Aavitsland
2025-03-12
1
-0
/
+1
*
Replace qgetenv() calls converted to QString with qEnvironmentVariable()
Thiago Macieira
2025-01-01
1
-3
/
+2
*
QFontIconEngine: render named glyphs as icons, if possible
Volker Hilsheimer
2024-11-27
1
-2
/
+17
*
QIcon: avoid upscaling icons if a higher resolution is available
David Schulz
2024-09-04
1
-18
/
+28
*
QIconLoader: misc cleanup
Christian Ehrlicher
2024-09-04
1
-29
/
+32
*
Straighten out various logging categories
Ulf Hermann
2024-06-19
1
-1
/
+1
*
QIcon/QIconLoader: fix usage of scaledPixmap()
Christian Ehrlicher
2024-06-13
1
-17
/
+11
*
QIcon: enable icon engine plugins to implement themes
Volker Hilsheimer
2024-05-30
1
-1
/
+16
*
QIcon/QIconLoader: misc cleanup
Christian Ehrlicher
2024-05-28
1
-9
/
+6
*
Make sure hicolor is searched before dash fallbacks
Mike Chen
2024-01-17
1
-15
/
+20
*
Don't search more generic icons in Applications and MimeTypes contexts
Alexander Volkov
2023-12-18
1
-0
/
+18
*
Do not create icon engine multiple times
David Redondo
2023-12-13
1
-6
/
+8
*
QIconLoader::actualSize(): respect entry.scale on returned size
Christian Ehrlicher
2023-12-07
1
-1
/
+1
*
QIcon: fall back to QPA engine if themes don't provide the icon
Volker Hilsheimer
2023-12-07
1
-4
/
+12
*
Revert "QIconLoader: clear cache when the key becomes invalid"
Volker Hilsheimer
2023-08-17
1
-2
/
+1
*
QIconLoader: add some more debugging help
Volker Hilsheimer
2023-07-21
1
-4
/
+5
*
QIconLoader: reset search paths when theme name is cleared
Volker Hilsheimer
2023-07-21
1
-0
/
+6
*
QIconLoader: clear cache when the key becomes invalid
Volker Hilsheimer
2023-07-21
1
-1
/
+2
*
QIcon: use fallback also with platform icon engine
Volker Hilsheimer
2023-07-21
1
-4
/
+8
*
Doc: Mark QThemeIconEngine, QIconLoaderEngine classes as \internal
Topi Reinio
2023-06-21
1
-0
/
+4
*
QIcon::fromTheme(): Always consult "hicolor" theme last
Tor Arne Vestbø
2023-06-18
1
-3
/
+3
*
Consult QIcon::fallbackThemeName() even when theme name is empty
Tor Arne Vestbø
2023-06-18
1
-7
/
+8
*
Consult QIcon::fallbackSearchPaths() even when theme name is empty
Tor Arne Vestbø
2023-06-18
1
-2
/
+3
*
Consult QIcon::fallbackThemeName() even for themes with explicit parents
Tor Arne Vestbø
2023-06-18
1
-11
/
+17
*
Invalidate QIconLoader cache when setting fallback theme
Tor Arne Vestbø
2023-06-18
1
-0
/
+1
*
Skip clearing the QIcon cache on QIconLoader theme key change
Tor Arne Vestbø
2023-06-17
1
-2
/
+3
*
Unify QIcon theme icon loading and cache invalidation
Tor Arne Vestbø
2023-06-17
1
-28
/
+95
*
QIconLoader: Invalidate cache even if system theme hasn't changed name
Tor Arne Vestbø
2023-06-16
1
-4
/
+5
*
Use systemFallbackThemeName in QIconLoader::updateSystemTheme()
Tor Arne Vestbø
2023-06-16
1
-1
/
+1
*
Update QIconLoader system theme unconditionally on ThemeChange
Tor Arne Vestbø
2023-06-16
1
-12
/
+7
*
De-inline QIconLoader::themeName()
Tor Arne Vestbø
2023-06-15
1
-0
/
+5
*
Add QIconLoader debug logging to aid fallback logic investigation
Tor Arne Vestbø
2023-05-12
1
-7
/
+43
*
Revert "QIconLoader: use system fallback theme as the first fallback option"
Tor Arne Vestbø
2023-05-11
1
-4
/
+0
*
QIconLoader: use system fallback theme as the first fallback option
Jan Grulich
2023-05-11
1
-0
/
+4
*
Cache null icons and remove them upon system icon theme change
Axel Spoerl
2023-04-11
1
-0
/
+10
*
Use QFileInfo's file times in UTC for file timestamps
Ahmad Samir
2023-01-04
1
-3
/
+3
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-1
/
+1
*
QtGui: Fix mismatches between string types and string literals
Mate Barany
2022-09-21
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtGui: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-28
1
-32
/
+25
*
QtGui: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-13
1
-5
/
+5
*
gui: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
QIconLoader: code tidies
Giuseppe D'Angelo
2021-09-18
1
-42
/
+28
*
Port from devicePixelRatioF() to devicePixelRatio()
Morten Johan Sørvig
2020-09-10
1
-1
/
+1
*
Deprecate and remove all uses of AA_UseHighDpiPixmaps
Tor Arne Vestbø
2020-08-31
1
-4
/
+1
*
QIconLoader: port to use new virtual functions
Morten Johan Sørvig
2020-08-29
1
-44
/
+35
*
Use QList instead of QVector in gui implementation
Jarek Kobus
2020-07-07
1
-5
/
+5
*
Port QtGui from QStringRef to QStringView
Lars Knoll
2020-06-11
1
-3
/
+3
[next]