qt5base-lts/tests/auto/gui/image
Olivier Goffart e68d06714f QIconLoader: Use the GTK+ icon caches
Loading icons is quite slow because we need to stat many files in many directories.
That's why gtk adds a cache in the icon theme directory so it avoids stating lots
of files.

The cache file can be generated with gtk-update-icon-cache utility on a theme
directory. If the cache is not present, corrupted, or outdated, the normal slow lookup
is still run.

[ChangeLog][QtGui][QIcon] fromTheme gained the ability to use the GTK icon cache
to speed up lookups.

Change-Id: I3ab8a9910be67a34034556023be61a86789a7893
Reviewed-by: David Faure <david.faure@kdab.com>
2015-09-13 16:23:24 +00:00
..
qicoimageformat Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qicon QIconLoader: Use the GTK+ icon caches 2015-09-13 16:23:24 +00:00
qimage Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qimageiohandler Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qimagereader tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
qimagewriter MSVC: Remove use of -Zm argument 2015-02-13 21:23:19 +00:00
qmovie Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qpicture Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
qpixmap tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
qpixmapcache Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
image.pro Check for network module when building according auto tests 2013-02-19 19:20:53 +01:00