summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/jpeg/jpeg.json
Commit message (Collapse)AuthorAgeFilesLines
* QImage plugins should report supported mime typesAllan Sandfeld Jensen2013-01-231-1/+2
| | | | | | | | | | Introduces the methods QImageReader::supportedMimeTypes and QImageWriter::supportedMimeTypes which corresponds to the similar supportedImageFormats methods, except they return lists of MIME types. Task-number: QTBUG-28177 Change-Id: Ibb0e264a12eaf972a8bfd6bd891dcd9f89efd085 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Convert jpeg plugin to new formatLars Knoll2012-02-171-0/+3
Change-Id: Icadeb366c39a71dac948904197464f7e0b4272b8 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>