summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Make sure QIconLoader is always initializedKevin Ottens2013-04-222-8/+5
* QIcon: Added a move constructor.Keith Gardner2013-04-081-0/+4
* QImage: Added a move constructor.Keith Gardner2013-04-081-0/+5
* Fix missing devicePixelRatio propagation on copy.Morten Johan Sørvig2013-03-292-3/+6
* Load "@2x" images on high-dpi "retina" systems.Morten Johan Sørvig2013-03-281-0/+11
* Make QIcon generate high-dpi pixmaps.Morten Johan Sørvig2013-03-233-7/+117
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-2024-101/+154
|\
| * Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-191-0/+2
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-163-9/+9
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-0/+4
| |\
| * | Let QPlatformTheme decide which engine QIcon::fromTheme usesKevin Ottens2013-02-191-1/+5
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-1/+4
| |\ \
| * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-149-22/+27
| |\ \ \
| * | | | Fix segfault when setting a device-pixel-ratio on a null-QPixmapTor Arne Vestbø2013-02-091-0/+3
| * | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-293-7/+5
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-283-7/+5
| | |\ \ \ \
| * | | | | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2914-56/+0
| |/ / / / /
| * | | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2362-62/+62
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2262-62/+62
| | |\ \ \ \ \
| * | | | | | | QImage plugins should report supported mime typesAllan Sandfeld Jensen2013-01-234-35/+127
| |/ / / / / /
| * | | | | | Ensure raster pixmap cache key is the same as that of pixmap.toImage()Michael Brasser2013-01-113-0/+8
* | | | | | | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-03-081-2/+3
|\ \ \ \ \ \ \
| * | | | | | | Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps.Samuel Rødal2013-03-061-2/+3
| | |_|_|_|_|/ | |/| | | | |
* / | | | | | QIcon: ensure that QIconLoader is initializedDmitry Shachnev2013-03-061-0/+1
|/ / / / / /
* | | | | / Fix reentrancy problem in image readingaavit2013-02-201-0/+4
| |_|_|_|/ |/| | | |
* | | | | 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