summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/dds/qddshandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix DDS image writingaavit2014-07-011-3/+3
* Fix reading palette images in DDS handler.Ivan Komissarov2014-01-131-4/+35
* Fix QDDSHandler::canRead to return false in case of a scan error.ABBAPOH2013-12-161-1/+5
* Do not try to rescan device in case of an error in DDS plugin.ABBAPOH2013-12-161-8/+10
* Fix build of the DDS plugin without QDataStreamABBAPOH2013-12-131-0/+4
* Fix MSVC warnings about scopes.Friedemann Kleint2013-12-021-3/+3
* Fix writing images in DDS handlerABBAPOH2013-12-021-7/+8
* Add support for QImageIOHandler::Size option in DDS handler.ABBAPOH2013-12-021-0/+20
* Add QByteArrayliterals to QDDSHandlerABBAPOH2013-12-021-6/+6
* Whitespace fixes in DDS image handlerABBAPOH2013-12-011-5/+5
* Add Direct Draw Surface pluginABBAPOH2013-11-261-0/+1414