qt5base-lts/tests/auto/gui/image/qicon
Alexander Volkov 85aa0fd041 Introduce QIcon::fallbackSearchPaths()
... that will be used if an icon can't be found in the
current theme.

The Icon Theme Specification
https://standards.freedesktop.org/icon-theme-spec/latest/ar01s05.html
states that unthemed icons must be searched in the base directories,
i.e. /usr/share/icons, ... But in practice unthemed icons are
installed into /usr/share/pixmaps and this dir is not used as
a base dir for icon themes. So it's better to explicitly specify
fallback dirs to avoid needless access to the filesystem.

Also some KDE application install their own unthemed icons
(into /usr/share/<appname>/pics), that can't be found by
QIconLoader. With this change it would be possible for them
to specify dirs with unthemed icons and thus be displayed
correctly in non-KDE environments.

[ChangeLog][QtGui][QIcon] Added fallbackSearchPaths() that
will be used to find icons missing in the current icon theme.

Change-Id: I0dc55ba958b29356a3b0a2123d6b8faa24d4c91e
Task-number: QTBUG-33123
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2018-01-15 10:12:22 +00:00
..
fallback_icons Introduce QIcon::fallbackSearchPaths() 2018-01-15 10:12:22 +00:00
icons QIconLoader: Use the GTK+ icon caches 2015-09-13 16:23:24 +00:00
second_icons/testtheme/32x32/actions Fixed icons lookup in QIcon::fromTheme 2015-02-02 23:28:19 +00:00
styles/commonstyle/images tst_QIcon: Fix availableSizes() and task223279_inconsistentAddFile() 2013-07-15 16:28:25 +02:00
.gitignore QIcon: move back to QtGui 2012-05-18 21:42:38 +02:00
image.png QIcon: move back to QtGui 2012-05-18 21:42:38 +02:00
qicon.pro Introduce QIcon::fallbackSearchPaths() 2018-01-15 10:12:22 +00:00
rect.png QIcon: move back to QtGui 2012-05-18 21:42:38 +02:00
tst_qicon.cpp Introduce QIcon::fallbackSearchPaths() 2018-01-15 10:12:22 +00:00
tst_qicon.qrc Introduce QIcon::fallbackSearchPaths() 2018-01-15 10:12:22 +00:00