summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* JPEG: Fix reading of EXIF orientation.Friedemann Kleint2015-01-061-3/+3
* Doc: corrected broken links qtbaseNico Vertriest2014-12-231-1/+1
* Fix incorrect QImage transformation when its devicePixelRatio != 1MihailNaydenov2014-12-121-2/+9
* qimage_conversions.cpp: Fix build on big endian systemsDmitry Shachnev2014-12-091-2/+2
* Turn off optimizations of qt_depthForFormat on Windows Runtime ARMAndrew Knight2014-11-261-0/+6
* Don't build or use qt_convert_rgb888_to_rgb32_neon on ARM64/AArch64Tor Arne Vestbø2014-11-033-5/+6
* Fix a possible use after freeLars Knoll2014-10-301-1/+1
* Rotate images according to Exif orientationRainer Keller2014-10-271-1/+149
* Doc: Improved explanation of quality setting in QImageReader/Writeraavit2014-10-222-15/+25
* Avoid adding empty parent icon themeWeitian Leung2014-10-221-0/+1
* Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-2/+1
|\
| * Prevent a Coverity warning about a dangerous code pathGiuseppe D'Angelo2014-09-221-2/+1
* | Clean up QImage::Format switchesAllan Sandfeld Jensen2014-09-253-54/+29
* | Update license headers and add new license filesMatti Paaso2014-09-2465-1228/+708
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-245-1/+38
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-235-1/+38
| |\|
| | * Add missing private headers warningSamuel Gaist2014-09-043-0/+33
| | * Fix invalid memcpy(dst, src) calls where dst == srcAllan Sandfeld Jensen2014-08-201-1/+3
| | * Let QImage::mirrored() retain dots-per-meter settingsaavit2014-08-141-0/+2
* | | Fix QPixelFormat valuesAllan Sandfeld Jensen2014-09-241-4/+4
|/ /
* | Remove pointless check in QImageData::create()Maks Naumov2014-09-171-1/+0
* | Use QPlatformTheme::SystemIconFallbackThemeName in static QString fallbackThe...Albert Astals Cid2014-09-031-1/+1
* | QImage: add a qMove()Marc Mutz2014-09-022-2/+2
* | QIconLoader: enable an easy case of transactional processingMarc Mutz2014-09-021-3/+4
* | Avoid trying convert to RGB32(ARGB32) when image already RGB32 while writing ...Maks Naumov2014-08-311-1/+1
* | Document loading of high resolution versions of images.Friedemann Kleint2014-08-264-8/+30
* | Mention supportedMimeTypes() in QImageReader documentation.Friedemann Kleint2014-08-261-2/+3
* | QIconLoader: don't inherit QObjectMarc Mutz2014-08-231-1/+1
* | QIconLoader: replace an inefficient QList with a QVectorMarc Mutz2014-08-232-3/+4
* | QIconLoader: mark virtual overridesMarc Mutz2014-08-231-2/+2
* | QIconLoader: mark a helper type as movableMarc Mutz2014-08-231-0/+2
* | QIconLoader: replace while(!empty()) delete takeLast() with qDeleteAll()Marc Mutz2014-08-231-6/+2
* | QIconLoader: don't re-evaluate container.size() all the time (II)Marc Mutz2014-08-231-2/+4
* | QIconLoader: don't re-evaluate container.size() all the timeMarc Mutz2014-08-231-1/+3
* | QIconLoader: remove another unused variableMarc Mutz2014-08-231-1/+0
* | QIconLoader: remove an unused variableMarc Mutz2014-08-231-1/+0
* | Fix documentation and memrotate of new RGB30 QImage formatsAllan Sandfeld Jensen2014-08-141-1/+3
* | QPixelFormat is better taken by-valueMarc Mutz2014-08-092-2/+2
* | Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-072-0/+2
* | Make sure that QPixelFormat is constexprThiago Macieira2014-08-061-1/+1
* | Add SubType setters/getters and SupportedSubTypes option.Ivan Komissarov2014-08-056-1/+87
* | Ensure valid data after QImage::invertPixelsAllan Sandfeld Jensen2014-07-311-3/+47
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-291-0/+1
|\|
| * QPixmap::fromImage() should detach when changing QImage formatAllan Sandfeld Jensen2014-07-221-0/+1
* | Rewrite simd.prf to share more codeThiago Macieira2014-07-251-4/+2
* | Restore Neon "detection" in QtThiago Macieira2014-07-251-3/+1
* | Keep global state of debug stream (QImage, QPixmap, and QIcon)Kai Koehne2014-07-233-24/+30
* | Improve debug output of QImage, QPixmap and QIcon.Friedemann Kleint2014-07-213-3/+33
* | Rename QPixelFormat enum value to avoid conflict with X.h.Axel Rasmussen2014-07-141-2/+2
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-102-3/+5
|\|