summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimagereader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-311-1/+1
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Introduce a settable allocation limit on image loadingEirik Aavitsland2020-06-261-0/+34
* Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-291-37/+0
* Doc: Mark gamma-related functions deprecated in QImageReader/WriterTopi Reinio2020-03-261-1/+3
* Deprecate QImageIOHandler gamma correctionAllan Sandfeld Jensen2020-01-301-0/+2
* Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-6/+6
* QtGui: replace some QMutexLockers with (new) qt_{scoped,unique}_lock()Marc Mutz2019-09-121-3/+3
* Fix loading of image files with wrong, but known, file name extensionEirik Aavitsland2019-07-181-2/+25
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-1/+1
| |\
| | * Doc: Fix incorrect enum value referenced in QImageReader::transformation()Topi Reinio2019-07-081-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-201-4/+6
| |\|
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-4/+6
|\ \ \ | | |/ | |/|
| * | Generalize image file name @2x suffix handling to higher scale factorsEirik Aavitsland2019-06-141-4/+6
* | | Compile with Qt 6Lars Knoll2019-05-021-0/+2
| |/ |/|
* | QtGui: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-3/+3
* | Rename QList<T>::swap(int, int) to swapItemsAt()Lars Knoll2018-12-031-1/+1
|/
* QImageReader: add tracepoints for image loadingGiuseppe D'Angelo2018-10-141-1/+13
* 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-98/+6
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-1/+9
|\
| * Doc: QImageReader assumes exclusive control over its deviceEirik Aavitsland2017-10-251-0/+5
| * Doc: add hint about QMimeDatabase to QImageReader::canRead()Eirik Aavitsland2017-10-241-1/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-1/+1
|\|
| * Fix QImageReader::supportedSubTypes()Eirik Aavitsland2017-06-071-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-1/+2
|\|
| * No divide by zero if all imageformat features are disabledStephan Binner2017-04-041-1/+2
* | QImageReader: Pass up information about resource errors on openRobin Burchell2017-03-221-1/+10
|/
* QImageReader: remove some unneeded relocationsMarc Mutz2017-02-241-12/+22
* Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-1/+1
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+1
* Factor out qt_getImageText() and qt_getImageTextFromDescription()Anton Kudryavtsev2016-07-141-12/+5
* QtGui: Introduce delegating constructors.Friedemann Kleint2016-05-091-4/+1
* QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-031-2/+2
* Always build JPEG and GIF support as pluginsLars Knoll2016-04-071-41/+0
* QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-041-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-0/+2
|\
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-0/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+1
|\
| * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-1/+1
* | QImageIOHandler: don't create QLists just to count their elementsMarc Mutz2015-07-131-3/+3
* | Fix some qdoc-warnings.Friedemann Kleint2015-07-101-2/+3
* | Export gamma setting and metadata in QImageReaderAllan Sandfeld Jensen2015-06-221-0/+33
|/
* Optionally apply orientation on QImage readAllan Sandfeld Jensen2015-05-121-0/+63
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-8/+15
|\