summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Fixed crashes when using QImage in combination with QCoreApplication.Samuel Rødal2013-02-141-1/+4
* Fixed QPixmapCache associating path with wrong QPixmap.Samuel Rødal2013-02-121-0/+2
* Fixed crash in image reader when reading certain BMP files.Samuel Rødal2013-02-061-4/+4
* doc: Fix QPixmapCache size default value in docJulien Brianceau2013-02-051-9/+5
* Merge branch 'release' into stableSergio Ahumada2013-01-311-1/+1
|\
| * Fix some more old references and links to NokiaSergio Ahumada2013-01-281-1/+1
* | Clean up logical dpi for QImage.Morten Johan Sørvig2013-01-312-8/+4
* | Exclude BMP from supported formats if it disabled by Qt buildPoul Sysolyatin2013-01-292-0/+6
* | Added 'jpeg' to QImageReader::supportedImageFormats()Poul Sysolyatin2013-01-291-0/+3
* | Doc, Qt GUI: Fix "no \inmodule command" warningsSze Howe Koh2013-01-282-0/+2
* | Doc: Fix module name formatSze Howe Koh2013-01-253-7/+5
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-1862-62/+62
|/
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-1/+1
* Make QImage::mirrored() propagate devicePixelRatioMorten Johan Sorvig2013-01-021-0/+1
* Make qtbase compile with QT_NO_IMAGEFORMATPLUGINv5.0.0-rc1Tasuku Suzuki2012-12-054-24/+33
* Fix warning about cast from ASCII.Friedemann Kleint2012-12-041-1/+1
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-0111-11/+156
* QJpegHandler: err should be set before jpeg_create_decompress()Elvis Lee2012-11-211-2/+3
* Fix GIF image decoding: do not zero transparent pixelsaavit2012-11-091-9/+6
* Save grayscale palleted images to grayscale pngSergey Borovkov2012-11-091-4/+7
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-10/+0
* Remove unnecessary call to png_set_sBit when writing png filesSergey Borovkov2012-10-261-7/+0
* Invalidate old QImage data if load()/loadFromData() has failedKonstantin Ritt2012-10-103-43/+42
* Scale icons returned by QIcon::fromTheme.David Sansome2012-10-101-2/+8
* Fix DIB image reading.Friedemann Kleint2012-10-021-1/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2263-1512/+1512
* gui/opengl: Fix missing or improper include guard in headersSergio Ahumada2012-09-153-10/+10
* qpa: add non-opaque fill supportJulien Brianceau2012-09-111-2/+4
* Removing duplicate includesSergio Ahumada2012-09-093-5/+0
* Fix g++ compiler warnings.Friedemann Kleint2012-09-071-1/+3
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-1/+1
* Doc: fix yet more errors reported by qdocaavit2012-09-041-15/+25
* Doc: Fixes for several doc errorsaavit2012-08-312-1/+13
* Doc: Fix misc. documentation errorsaavit2012-08-302-10/+2
* Document obsolete functions in QImage to silence qdoc errors.Jason Barron2012-08-291-0/+44
* doc: Added \relates command to some function qdoc commentsMartin Smith2012-08-211-0/+1
* Add AVX support for the JPEG handlerThiago Macieira2012-08-211-3/+13
* Fix -Wclobbered warningsMarc Mutz2012-08-182-5/+5
* QtGui: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-1/+1
* QImage{Reader,Writer}: remove unused local typedef (GCC 4.8 warning)Marc Mutz2012-08-112-2/+0
* Revert "Added default argument for color profile to QImage constructors."Alexandros Dermenakis2012-08-102-20/+12
* change \img to \image in docsJeremy Katz2012-08-011-1/+1
* Added default argument for color profile to QImage constructors.Alexandros Dermenakis2012-08-012-12/+20
* List .pbm and .pgm as supported writable image file formats.Kim Motoyoshi Kalland2012-07-161-1/+3
* Fix crash in QPixmap::fromImage() when memory is low.Kim Motoyoshi Kalland2012-07-161-10/+11
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-102-2/+0
* Remove Library dependency on SettingsTasuku Suzuki2012-07-091-2/+2
* QtGui: replace some copies with swapsMarc Mutz2012-07-063-5/+4
* Make the CPU detection much more efficient in user codeThiago Macieira2012-07-022-21/+19
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-289-5/+12