summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qicon
Commit message (Expand)AuthorAgeFilesLines
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QIcon: add theme icon constantsVolker Hilsheimer2023-12-071-0/+6
* QIcon: don't rely on getting a null-icon in testVolker Hilsheimer2023-12-071-4/+10
* Add QPixmapIconEngine::isNull()Christian Ehrlicher2023-11-081-3/+3
* QIcon: use fallback also with platform icon engineVolker Hilsheimer2023-07-211-1/+6
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Consult QIcon::fallbackThemeName() even when theme name is emptyTor Arne Vestbø2023-06-181-0/+4
* Consult QIcon::fallbackSearchPaths() even when theme name is emptyTor Arne Vestbø2023-06-181-0/+12
* Consult QIcon::fallbackThemeName() even for themes with explicit parentsTor Arne Vestbø2023-06-185-2/+14
* Invalidate QIconLoader cache when setting fallback themeTor Arne Vestbø2023-06-184-0/+18
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-041-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Remove unused .qrc filesJoerg Bornemann2022-01-171-31/+0
* Compile autotests for IntegrityTatiana Borisova2021-09-201-1/+2
* Fix tst_qicon for fractional dprAllan Sandfeld Jensen2021-04-201-2/+5
* QIcon: Use the @nx pixmaps in the paint methodBastien Bouclet2021-01-261-0/+48
* Remove the qmake project filesJoerg Bornemann2021-01-071-9/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-4/+5
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-4/+4
* Fix deprecation warnings in testsVolker Hilsheimer2020-09-171-1/+1
* QIcon: Add pixmap() overload which take devicePixelRatioMorten Johan Sørvig2020-08-271-0/+14
* Establish baseline for QIcon test on dpr > 1Morten Johan Sørvig2020-08-056-26/+71
* tst_qicon: Enable lowdpi test using qt_add_test argumentTor Arne Vestbø2020-07-261-1/+1
* Mark QIcon test as not supporting high-DPI pixmapsVolker Hilsheimer2020-07-242-1/+2
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-4/+4
* cmake: add gui/image testsFrederik Gladhorn2019-10-231-0/+94
* Introduce QIcon::fallbackSearchPaths()Alexander Volkov2018-01-154-1/+13
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-192-2/+2
|\
| * Fix tst_QIcon for configurations with builtin_testdataOliver Wolff2017-06-132-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+1
|\|
| * QIconLoaderEngine: Fix actualSize() for no-entryPalo Kisa2017-05-031-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-2/+2
|\|
| * Properly use the "process" featureUlf Hermann2017-02-271-2/+2
* | Tests: Fix Clang warnings about various unused variablesFriedemann Kleint2017-02-051-10/+0
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-0/+2
|\
| * Fix compilation without process supportMaurice Kalinowski2016-05-201-0/+2
* | QtGui: Remove Windows CE.Friedemann Kleint2016-03-301-8/+0
|/
* Fix test tst_QIcon::fromThemeCache().Friedemann Kleint2016-03-021-3/+24
* QIcon::fromTheme(): add support for absolute paths.David Faure2016-02-151-0/+4
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-0/+15
|\
| * Fix possible null pointer dereferences.Jake Petroules2015-12-021-0/+15
* | QIconLoader: Use the GTK+ icon cachesOlivier Goffart2015-09-133-0/+65
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
|/
* tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-5/+5