aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/icon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-4/+4
* Avoid std::optional::valueEike Ziller2024-11-041-2/+1
* Theme: Implement QIcon::On state for new themesAlessandro Portale2024-10-241-3/+32
* Icons: Remove remnants of colored "active" state of mode iconsAlessandro Portale2024-09-271-7/+0
* Utils: Fix MSVC warningOrgad Shaneh2024-06-251-1/+1
* Qt Creator redesign: Update the mode bar iconsAlessandro Portale2024-06-121-3/+2
* Fix QIcon::pixmap() related deprecation warningshjk2024-06-051-2/+2
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-3/+3
* Utils: Restore the prior edit-clear-locationbar icon directionAlessandro Portale2023-10-251-5/+6
* Utils: Cache theme icon accesshjk2023-09-011-0/+48
* Icon: Pass const reference to QList in c'torJarek Kobus2023-07-201-3/+3
* Utils: Replace QVector with QListJarek Kobus2023-07-201-2/+2
* Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-261-1/+1
|\
| * Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* | QmlDesigner: Fix the bug for initializer_listAli Kianian2023-02-091-2/+2
|/
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Cache the last QIcon created from a Utils::Iconhjk2022-08-041-14/+18
* Icon: Aggregate QVector instead of deriving from itJarek Kobus2022-05-251-11/+11
* Utils: More forward declarations / drop unused headers [H-K]Jarek Kobus2022-05-251-0/+1
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-3/+1
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-13/+0
* Utils: Fix MSVC warningOrgad Shaneh2021-06-071-1/+1
* Icons: Add FilePath based APIEike Ziller2021-05-261-9/+23
* Use Q_ENUM instead of obsoleted Q_ENUMSJarek Kobus2020-12-111-1/+0
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-1/+1
* Improve visual contrast for toolbar items in flat/flat-dark themesAlessandro Portale2019-01-161-2/+2
* Utils: ModernizeAlessandro Portale2018-07-201-7/+5
* utils: Icon: remove dead pixmap-combination codeAlessandro Portale2018-04-111-14/+2
* Utils: Allow Icon::pixmap to return pixmaps for different QIcon::ModesAlessandro Portale2017-12-051-2/+4
* Icons: warn about invalid resourcesTim Jenssen2017-07-281-1/+7
* Utils: Add an Icon::combinedIcon convenience overrideAlessandro Portale2016-11-151-0/+7
* Utils: Make the "shadow" under toolbar icons optionalAlessandro Portale2016-06-201-1/+1
* Icons: Additionally add lower resolutions to QIcons in HighDPI modeAlessandro Portale2016-04-211-6/+9
* Icons: More visible "puched edge"Alessandro Portale2016-03-281-4/+7
* Icons: Use theme color for disabled icon stateAlessandro Portale2016-02-031-2/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Utils: Fix maskToColorAndAlpha()Christian Stenger2016-01-071-2/+2
* Utils::Icon: Make the style options flag basedAlessandro Portale2015-12-231-15/+17
* Core: Better warning/error/info icons on non-toolbarsAlessandro Portale2015-12-081-1/+1
* Utils: Icons code cleanupAlessandro Portale2015-12-031-15/+17
* Flat and themeable side bar iconsAlessandro Portale2015-12-031-4/+34
* Utils: Fix compile for Qt5.4 + gcc 4.7.3Christian Stenger2015-11-251-2/+1
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-0/+222