summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimagewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtGui: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-2/+2
* QtGui: mark some image functions as obsoleteChristian Ehrlicher2019-01-281-0/+2
* QImageWriter: improve documentation regarding use of resourcesSamuel Gaist2018-11-121-0/+10
* QImageWriter: Fix default compressionratioEirik Aavitsland2018-09-251-1/+1
* Fix documentation of QImage{Reader,Writer}::imageFormatsForMimeType()Friedemann Kleint2018-04-031-1/+1
* Introduce QImage{Reader,Writer}::imageFormatsForMimeType()Alexander Volkov2018-02-271-0/+17
* Avoid code duplication in QImage{Reader,Writer}Alexander Volkov2018-02-111-103/+5
* QImageWriter: Detect failure due to trying to write a QImage()Robin Burchell2017-02-271-0/+10
* QImageWriter: Do not assume that QIODevice::open() will succeedRobin Burchell2016-12-221-2/+7
* QImageWriter: Explain slightly strange looking logic in canWriteRobin Burchell2016-12-221-0/+5
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-3/+3
|\
| * QImageWriter: use new QJsonObject::value(QLatin1String)Marc Mutz2016-05-101-3/+3
* | QtGui: Introduce delegating constructors.Friedemann Kleint2016-05-091-4/+1
* | Always build JPEG and GIF support as pluginsLars Knoll2016-04-071-20/+0
|/
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QImageIOHandler: don't create QLists just to count their elementsMarc Mutz2015-07-131-1/+1
* Fix some qdoc-warnings.Friedemann Kleint2015-07-101-1/+1
* Optionally apply orientation on QImage readAllan Sandfeld Jensen2015-05-121-1/+38
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add OptimizedWrite & ProgressiveScanWrite options to QImageIOHandler and use ...Andy Maloney2015-01-091-0/+65
* Doc: Improved explanation of quality setting in QImageReader/Writeraavit2014-10-221-7/+10
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add SubType setters/getters and SupportedSubTypes option.Ivan Komissarov2014-08-051-0/+44
* Fixed i18n in QImageReader/QImageWriter.Ivan Komissarov2014-04-281-5/+5
* QImageReader/Writer: replace dubious use of QSet<QByteArray> with QListMarc Mutz2014-03-261-18/+13
* Fix strings in QImageWriter.ABBAPOH2013-12-161-9/+5
* Check if device is opened before trying to create image handler.ABBAPOH2013-12-121-14/+35
* QImageWriter: add a forgotten #ifndef QT_NO_IMAGEFORMAT_BPMMarc Mutz2013-10-251-0/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-4/+4
* Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-051-2/+4
* Make qtbase compile with QT_NO_IMAGEFORMATPLUGINTasuku Suzuki2013-04-151-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-0/+2
|\
| * Exclude BMP from supported formats if it disabled by Qt buildPoul Sysolyatin2013-01-291-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-3/+2
|\|
| * Doc: Fix module name formatSze Howe Koh2013-01-251-3/+2
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | QImage plugins should report supported mime typesAllan Sandfeld Jensen2013-01-231-13/+72
|/
* Make qtbase compile with QT_NO_IMAGEFORMATPLUGINv5.0.0-rc1Tasuku Suzuki2012-12-051-11/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QImage{Reader,Writer}: remove unused local typedef (GCC 4.8 warning)Marc Mutz2012-08-111-1/+0
* List .pbm and .pgm as supported writable image file formats.Kim Motoyoshi Kalland2012-07-161-1/+3
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+1
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-3/+3
|\
| * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-3/+3
* | No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-091-14/+40
|/
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-8/+8
* Moving tiff image format support and libtiff out of qtbaseaavit2012-01-311-12/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove support for the MNG file format and the bundled libmngaavit2012-01-251-10/+0