summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-261-3/+3
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-251-3/+3
| |\
| | * Fix: confusion in QImage paintEngine creation on shared imagesEirik Aavitsland2019-10-241-3/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-142-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-131-1/+1
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-1/+1
| | |\
| | | * Don't crash when calling jumpToFrame() on an empty QMovieLars Knoll2019-10-091-1/+1
| * | | PNG handler: stop using volatileGiuseppe D'Angelo2019-10-121-2/+2
| |/ /
* | | Get rid of QList forward declarationsLars Knoll2019-10-041-1/+0
* | | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-188-1192/+11
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-048-68/+204
| |\ \
| * | | Kill all QPictureIOAllan Sandfeld Jensen2019-08-125-1113/+10
| * | | Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-065-24/+111
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-082-20/+12
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-266-18/+21
| |\ \ \ \ \
| * | | | | | Remove binary compat qimage methodsAllan Sandfeld Jensen2019-06-193-78/+0
| * | | | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-062-3/+3
| |\ \ \ \ \ \
| * | | | | | | Bump version to Qt 6Lars Knoll2019-05-141-1/+1
* | | | | | | | QtGui: replace some QMutexLockers with (new) qt_{scoped,unique}_lock()Marc Mutz2019-09-122-4/+5
* | | | | | | | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Avoid invalid memory access in QIconCacheGtkReader::lookup()Alexander Volkov2019-09-021-1/+1
* | | | | | | | | Combine BGR30_to_RGB30 and BGR888_to_RGB888Allan Sandfeld Jensen2019-09-052-143/+77
* | | | | | | | | Simplify QColorSpace named presetsTor Arne Vestbø2019-09-031-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Say hello to Android multi arch build in one goBogDan Vatra2019-08-261-4/+15
* | | | | | | | Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-237-63/+188
* | | | | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-1/+1
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | doc: Fix QImage Format_RGBX64 documentationSamuel Gaist2019-08-111-1/+1
* | | | | | | Add an easier way to change colorspacesAllan Sandfeld Jensen2019-08-021-13/+3
* | | | | | | Improve our color space terminologyAllan Sandfeld Jensen2019-08-021-1/+1
* | | | | | | QPNGImageWriter: fix compilation with libpng 1.4Marc Mutz2019-07-291-3/+12
* | | | | | | Revert "Fix comparisons of image with different color spaces"Eirik Aavitsland2019-07-291-3/+1
* | | | | | | Add support for saving colorspace to PNGsAllan Sandfeld Jensen2019-07-231-2/+22
* | | | | | | Fix comparisons of image with different color spacesAllan Sandfeld Jensen2019-07-231-1/+3
* | | | | | | Remove public d_func from QColorSpaceAllan Sandfeld Jensen2019-07-231-2/+3
* | | | | | | Parse PNG cHRM chunksAllan Sandfeld Jensen2019-07-191-6/+20
* | | | | | | Fix loading of image files with wrong, but known, file name extensionEirik Aavitsland2019-07-181-2/+25
* | | | | | | QMovie: move-enable QFrameInfoMarc Mutz2019-07-181-8/+5
* | | | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-172-1/+34
|\| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-122-1/+34
| |\| | | | |
| | * | | | | QPixmapCache: guard against usage from non-main threadsEirik Aavitsland2019-07-101-0/+33
| | * | | | | Doc: Fix incorrect enum value referenced in QImageReader::transformation()Topi Reinio2019-07-081-1/+1
* | | | | | | QColorTransform: make fit for releaseMarc Mutz2019-07-121-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-1/+1
|\| | | | |
| * | | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-1/+1
| |\| | | |
| | * | | | Do not downscale png when the size is exactly rightAleix Pol2019-06-261-1/+1
| * | | | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-201-4/+6
| |\| | | |
* | | | | | QImageWriter/XPM: Fix out of bounds string accessFriedemann Kleint2019-06-281-19/+11
| |_|_|_|/ |/| | | |
* | | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-4/+6
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Generalize image file name @2x suffix handling to higher scale factorsEirik Aavitsland2019-06-141-4/+6