summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-0/+35
|\
| * Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+32
| |\
| | * Add test for invertPixels on indexed formatsAllan Sandfeld Jensen2019-12-191-0/+32
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-0/+3
| |\|
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-081-0/+3
| | |\
| | | * Fix accuracy of ARGB32->A2RGB30 conversionsAllan Sandfeld Jensen2019-11-071-0/+3
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-0/+6
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-261-0/+6
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-251-0/+6
| | |\|
| | | * Fix: confusion in QImage paintEngine creation on shared imagesEirik Aavitsland2019-10-241-0/+6
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-181-1/+1
| |\| |
| | * | tst_qiconhighdpi: fix target nameFrederik Gladhorn2019-10-171-1/+1
| | |/
* | | Regenerate tests/auto/gui/imageAlexandru Croitor2019-11-135-88/+92
* | | cmake: add gui/image testsFrederik Gladhorn2019-10-2313-17/+564
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-4/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-141-0/+9
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-0/+9
| | |\
| | | * Don't crash when calling jumpToFrame() on an empty QMovieLars Knoll2019-10-091-0/+9
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-204-0/+25
| | | |\
| * | | \ Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-181-27/+4
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Simplify QColorSpace named presetsTor Arne Vestbø2019-09-031-4/+3
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-114-40/+37
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-043-13/+33
| |\| | |
| | * | | Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-272-0/+32
| | |\ \ \
| | | * | | Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-232-0/+25
| | | * | | Support writing color space profile in JPEGAllan Sandfeld Jensen2019-08-201-0/+7
| | * | | | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-13/+0
| | |/ / /
| | * | | Fix tst_QImageReader::saveColorSpaceAllan Sandfeld Jensen2019-08-131-0/+1
| * | | | Kill all QPictureIOAllan Sandfeld Jensen2019-08-121-27/+4
| |/ / /
* | | | cmake: enable tst_qpixmapcacheLiang Qi2019-09-102-1/+16
* | | | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-153-12/+71
|\| | |
| * | | Revert "Fix comparisons of image with different color spaces"Eirik Aavitsland2019-07-291-18/+0
| * | | Add support for saving colorspace to PNGsAllan Sandfeld Jensen2019-07-231-0/+31
| * | | Fix comparisons of image with different color spacesAllan Sandfeld Jensen2019-07-231-0/+18
| * | | Fix loading of image files with wrong, but known, file name extensionEirik Aavitsland2019-07-181-4/+4
| * | | Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-131-8/+36
* | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-114-0/+25
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-254-0/+25
| |\ \ \ | | | |/ | | |/|
| | * | Generalize image file name @2x suffix handling to higher scale factorsEirik Aavitsland2019-06-144-0/+25
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-032-2/+2
|\| | |
| * | | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-082-2/+2
* | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-164-14/+147
|\| | |
| * | | Make the 64 bit raster backend an optional featureAllan Sandfeld Jensen2019-04-091-0/+4
| * | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
| | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-022-0/+69
| |\|
| | * Forward physical parameters for derived QImagesAlexander Volkov2019-04-011-0/+35
| | * Forward devicePixelRatio in QPixmap::mask()Alexander Volkov2019-04-011-0/+34
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-0/+20
| |\|
| | * Avoid creating wide images with negative bytesPerLineAllan Sandfeld Jensen2019-02-141-0/+20
| * | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-12-131-0/+14
| |\|