summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Add opt-out environment variable for @2x imagesMorten Johan Sørvig2014-07-032-3/+5
* | QImage support for RGB30 formatsAllan Sandfeld Jensen2014-07-047-36/+735
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-016-178/+234
|\|
| * GIF decoding: do not seek() if the image is loaded over the networkShawn Rutledge2014-06-241-1/+1
| * Simplify mirroring code and add tests for non-aliged 1 bit imagesLaszlo Agocs2014-06-231-113/+97
| * QIcon: Prefer high-quality images of Windows .ico files.Friedemann Kleint2014-06-222-36/+93
| * Correct QImage::fill(uint) on RGBA8888 formatsAllan Sandfeld Jensen2014-06-201-26/+38
| * QRasterPlatformPixmap::createPixmapForImage(): Avoid crash when QImage conver...Martin Pley2014-06-161-2/+4
| * Add missing detach() in QPixmap::convertFromImage()David Faure2014-06-111-0/+1
* | MIPS: Support recognition of the DSP ASE at run-timeAdrian Perez de Castro2014-06-272-8/+12
* | Fix inconsistent export in QPixmapIconEngineAndrew Knight2014-06-261-2/+2
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-74/+86
|\|
| * Windows: Fix qt_imageFromWinHBITMAP().Friedemann Kleint2014-05-231-74/+86
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-1/+3
|\|