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
/
qicon.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QIcon/QPixmapIconEngine: render svgs with the given size
Christian Ehrlicher
2025-05-11
1
-3
/
+9
*
QIcon: call qt_findAtNxFile for all devicePixelRatios available
Christian Ehrlicher
2025-03-12
1
-3
/
+18
*
QIcon::pixmap() make sure to always return a correctly sized pixmap
Christian Ehrlicher
2025-03-06
1
-8
/
+5
*
QIcon: don't search for high-res svg icons
Christian Ehrlicher
2025-01-12
1
-0
/
+3
*
QIcon: document the support for icon fonts
Volker Hilsheimer
2024-12-03
1
-17
/
+35
*
Create qdoc macros for C++ class docs 1.1: member-swap(), traditional phrasing
Marc Mutz
2024-11-05
1
-3
/
+1
*
Doc: let QIcon::State doc order match the enum order
Eirik Aavitsland
2024-10-25
1
-1
/
+1
*
QIcon::pixmap() add a note about the changed behavior
Christian Ehrlicher
2024-08-26
1
-0
/
+4
*
QIcon: don't detach in setIsMask if value doesn't change
Volker Hilsheimer
2024-08-02
1
-0
/
+3
*
Doc: Add basic info about icon engines to QIcon
Eirik Aavitsland
2024-07-02
1
-5
/
+20
*
QIcon: fix call to QIconEngine::scaledPixmap()
Christian Ehrlicher
2024-06-18
1
-2
/
+1
*
QIcon::addFile() delay-load icons when a proper size is given
Christian Ehrlicher
2024-06-18
1
-11
/
+37
*
QIcon/QIconLoader: fix usage of scaledPixmap()
Christian Ehrlicher
2024-06-13
1
-5
/
+9
*
QIcon::addFile() delay-load icons when no size is given
Christian Ehrlicher
2024-06-12
1
-2
/
+11
*
QIcon: don't load image twice
Christian Ehrlicher
2024-05-31
1
-2
/
+5
*
QIcon: remove redundant nullptr check
Christian Ehrlicher
2024-05-31
1
-1
/
+3
*
QIcon/QIconLoader: misc cleanup
Christian Ehrlicher
2024-05-28
1
-58
/
+41
*
Doc: remove all \since 4.x comments in gui/image
Christian Ehrlicher
2024-05-28
1
-20
/
+0
*
QIcon: Adjust documentation of QIcon::pixmap()
Christian Ehrlicher
2024-05-21
1
-1
/
+3
*
QIcon: cleanup QPixmapIconEngineEntry and it's usage
Christian Ehrlicher
2024-05-13
1
-11
/
+13
*
Icon: work around compile optimization bug
Volker Hilsheimer
2024-03-04
1
-158
/
+158
*
QIcon: complete the documentation of ThemeIcons
Volker Hilsheimer
2024-02-21
1
-152
/
+170
*
QIcon: remove unmapped ThemeIcon enum values
Volker Hilsheimer
2024-02-21
1
-188
/
+0
*
Simplify new QIcon ThemeIcon constants and API
Volker Hilsheimer
2024-01-26
1
-0
/
+566
*
QIcon::availableSizes(): don't return duplicates
Christian Ehrlicher
2024-01-12
1
-5
/
+6
*
QIcon: prefer downscaling over upscaling pixmap icons
David Schulz
2023-12-13
1
-0
/
+3
*
QIcon: turn platform engines on by default
Volker Hilsheimer
2023-12-07
1
-9
/
+19
*
QIcon: Clean up documentation
Volker Hilsheimer
2023-12-07
1
-30
/
+51
*
Add QPixmapIconEngine::isNull()
Christian Ehrlicher
2023-11-08
1
-0
/
+5
*
Doc: Fix warnings and linking issues
Topi Reinio
2023-10-09
1
-2
/
+2
*
Doc: Fix QIcon documentation
Topi Reinio
2023-10-02
1
-17
/
+10
*
Rework QIcon theme documentation
Tor Arne Vestbø
2023-09-08
1
-55
/
+82
*
Doc: Delete links to removed examples
Andreas Eliasson
2023-08-18
1
-2
/
+0
*
Consult QIcon::fallbackSearchPaths() even when theme name is empty
Tor Arne Vestbø
2023-06-18
1
-0
/
+10
*
Consult QIcon::fallbackThemeName() even for themes with explicit parents
Tor Arne Vestbø
2023-06-18
1
-0
/
+4
*
Unify QIcon theme icon loading and cache invalidation
Tor Arne Vestbø
2023-06-17
1
-12
/
+5
*
Cache null icons and remove them upon system icon theme change
Axel Spoerl
2023-04-11
1
-7
/
+8
*
QtGui: Disambiguate static variables
Friedemann Kleint
2023-02-03
1
-6
/
+6
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-2
/
+2
*
Apply Q_CONSTINIT where beneficial
Sona Kurazyan
2022-09-01
1
-1
/
+1
*
QIcon: remove icon from cache if the cached engine fails to load
Lu YaNing
2022-07-07
1
-4
/
+8
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtGui: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-28
1
-6
/
+8
*
QtGui: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-13
1
-4
/
+4
*
Remove disappeared QIconEngine::IconNameHook from QIcon
ChunLin Wang
2022-03-14
1
-3
/
+2
*
Doc: Remove mentioning of Fowler book
Kai Köhne
2022-01-17
1
-1
/
+1
*
gui: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-3
/
+3
*
Doc: Ensure deprecated APIs in Gui are documented as such
Nico Vertriest
2021-07-26
1
-3
/
+2
*
Doc: Use \deprecated instead of \obsolete
Paul Wicking
2021-05-26
1
-1
/
+1
[next]