summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qicon.cpp
Commit message (Expand)AuthorAgeFilesLines
* QIcon/QPixmapIconEngine: render svgs with the given sizeChristian Ehrlicher2025-05-111-3/+9
* QIcon: call qt_findAtNxFile for all devicePixelRatios availableChristian Ehrlicher2025-03-121-3/+18
* QIcon::pixmap() make sure to always return a correctly sized pixmapChristian Ehrlicher2025-03-061-8/+5
* QIcon: don't search for high-res svg iconsChristian Ehrlicher2025-01-121-0/+3
* QIcon: document the support for icon fontsVolker Hilsheimer2024-12-031-17/+35
* Create qdoc macros for C++ class docs 1.1: member-swap(), traditional phrasingMarc Mutz2024-11-051-3/+1
* Doc: let QIcon::State doc order match the enum orderEirik Aavitsland2024-10-251-1/+1
* QIcon::pixmap() add a note about the changed behaviorChristian Ehrlicher2024-08-261-0/+4
* QIcon: don't detach in setIsMask if value doesn't changeVolker Hilsheimer2024-08-021-0/+3
* Doc: Add basic info about icon engines to QIconEirik Aavitsland2024-07-021-5/+20
* QIcon: fix call to QIconEngine::scaledPixmap()Christian Ehrlicher2024-06-181-2/+1
* QIcon::addFile() delay-load icons when a proper size is givenChristian Ehrlicher2024-06-181-11/+37
* QIcon/QIconLoader: fix usage of scaledPixmap()Christian Ehrlicher2024-06-131-5/+9
* QIcon::addFile() delay-load icons when no size is givenChristian Ehrlicher2024-06-121-2/+11
* QIcon: don't load image twiceChristian Ehrlicher2024-05-311-2/+5
* QIcon: remove redundant nullptr checkChristian Ehrlicher2024-05-311-1/+3
* QIcon/QIconLoader: misc cleanupChristian Ehrlicher2024-05-281-58/+41
* Doc: remove all \since 4.x comments in gui/imageChristian Ehrlicher2024-05-281-20/+0
* QIcon: Adjust documentation of QIcon::pixmap()Christian Ehrlicher2024-05-211-1/+3
* QIcon: cleanup QPixmapIconEngineEntry and it's usageChristian Ehrlicher2024-05-131-11/+13
* Icon: work around compile optimization bugVolker Hilsheimer2024-03-041-158/+158
* QIcon: complete the documentation of ThemeIconsVolker Hilsheimer2024-02-211-152/+170
* QIcon: remove unmapped ThemeIcon enum valuesVolker Hilsheimer2024-02-211-188/+0
* Simplify new QIcon ThemeIcon constants and APIVolker Hilsheimer2024-01-261-0/+566
* QIcon::availableSizes(): don't return duplicatesChristian Ehrlicher2024-01-121-5/+6
* QIcon: prefer downscaling over upscaling pixmap iconsDavid Schulz2023-12-131-0/+3
* QIcon: turn platform engines on by defaultVolker Hilsheimer2023-12-071-9/+19
* QIcon: Clean up documentationVolker Hilsheimer2023-12-071-30/+51
* Add QPixmapIconEngine::isNull()Christian Ehrlicher2023-11-081-0/+5
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-2/+2
* Doc: Fix QIcon documentationTopi Reinio2023-10-021-17/+10
* Rework QIcon theme documentationTor Arne Vestbø2023-09-081-55/+82
* Doc: Delete links to removed examplesAndreas Eliasson2023-08-181-2/+0
* Consult QIcon::fallbackSearchPaths() even when theme name is emptyTor Arne Vestbø2023-06-181-0/+10
* Consult QIcon::fallbackThemeName() even for themes with explicit parentsTor Arne Vestbø2023-06-181-0/+4
* Unify QIcon theme icon loading and cache invalidationTor Arne Vestbø2023-06-171-12/+5
* Cache null icons and remove them upon system icon theme changeAxel Spoerl2023-04-111-7/+8
* QtGui: Disambiguate static variablesFriedemann Kleint2023-02-031-6/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* QIcon: remove icon from cache if the cached engine fails to loadLu YaNing2022-07-071-4/+8
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-6/+8
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-4/+4
* Remove disappeared QIconEngine::IconNameHook from QIconChunLin Wang2022-03-141-3/+2
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-171-1/+1
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-3/+3
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-261-3/+2
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1