summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\|
| * [blitter] Initialize m_devicePixelRatio to fix crashLucile Quirion2014-05-041-1/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-0/+7
|\|
| * Don't crash on broken GIF imagesLars Knoll2014-04-251-0/+7
* | Fixed i18n in QImageReader/QImageWriter.Ivan Komissarov2014-04-284-10/+14
* | Introducing QPixelFormatJorgen Lind2014-04-232-0/+274
* | Serialize QPicture using the latest QDataStream version.Mitch Curtis2014-04-021-1/+1
* | Merge remote-tracking branch 'origin/stable' into devIikka Eklund2014-04-012-1/+3
|\|
| * If no screens, attempting to create a window results in clean exitShawn Rutledge2014-03-291-0/+2
| * Fix some documentation errors.Friedemann Kleint2014-03-241-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Mitch Curtis2014-03-311-1/+0
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-241-1/+0
| |\|