summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qicon.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid adding null-objects to the icon cacheFan PengCheng2021-04-231-3/+3
* QIcon::setIsMask: delete extra judgmentYang Yuyin2021-03-111-2/+1
* QIcon::setIsMask: don't dereference nullptrVolker Hilsheimer2021-02-251-2/+2
* QIcon: Use the @nx pixmaps in the paint methodBastien Bouclet2021-01-261-1/+1
* Fix documentation links to High DPI documentationAndreas Buhr2020-12-011-1/+1
* Teach QPixmapIconEngine how to handle @Nx pixmapsMorten Johan Sørvig2020-11-081-25/+56
* Inline trivial function used only by deprecated functionsEdward Welbourne2020-09-211-17/+4
* Fix deprecation warning in QIcon::actualSize()Edward Welbourne2020-09-181-2/+10
* 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-26/+8
* Deprecate QIcon API which take a QWindow pointerMorten Johan Sørvig2020-08-291-0/+9
* QPixmapIconEngine: port to new virtual functionsMorten Johan Sørvig2020-08-291-23/+15
* QIconEngine: move away from virtual_hook usageMorten Johan Sørvig2020-08-271-4/+3
* QIcon: Add pixmap() overload which take devicePixelRatioMorten Johan Sørvig2020-08-271-20/+42
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-2/+2
* Do not fully initialize QIconLoader when setting the fallback themeAlbert Astals Cid2020-06-021-0/+3
* Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-291-18/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
|\
| * Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1