summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/gif/gif.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 GIF plugin to the new formatLars Knoll2012-02-171-0/+3
Change-Id: I3adf1d2402a07213cb4cb5193c465bd820919bd1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>