summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimagereaderwriterhelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* QStringBuilder: use data_ptr().data() instead of constData()Thiago Macieira2023-12-121-3/+0
* Work around GCC 13's bogus "out of bounds" check to QByteArray::_emptyThiago Macieira2023-10-151-0/+3
* Fix gcc 13 fatal warning: emplace_back() rather than append()Shawn Rutledge2023-09-191-1/+1
* qimagereaderwriterhelpers: deduplicate literalAnton Kudryavtsev2023-09-021-3/+5
* imageFormatsForMimeType: port to QBAVAnton Kudryavtsev2023-09-011-2/+2
* QtGui: Disambiguate static variablesFriedemann Kleint2023-02-031-8/+8
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-3/+5
* QFactoryLoader: continue the port from JSON to CBORThiago Macieira2021-10-201-6/+5
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* Introduce QImage{Reader,Writer}::imageFormatsForMimeType()Alexander Volkov2018-02-271-2/+34
* Avoid code duplication in QImage{Reader,Writer}Alexander Volkov2018-02-111-0/+148