summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/dds
Commit message (Expand)AuthorAgeFilesLines
* Add missing override and remove redundant virtualAlexander Volkov2016-12-052-11/+11
* Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-241-1/+4
|\
| * QWebpHandler/QDDSHandler: init all fieldsMarc Mutz2016-11-081-0/+2
| * QDDSHandler: fix Coverity warning re:swapped argumentsMarc Mutz2016-10-161-1/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-4/+4
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-4/+4
* | Updated license headersJani Heikkinen2016-01-205-75/+105
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-281-0/+2
|\
| * DDS: Bail out on failure to detect the format.Friedemann Kleint2015-10-201-0/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-031-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.0-beta1Liang Qi2015-04-151-2/+2
| |\
| | * DDS: fix image format checkv5.4.2Maks Naumov2015-03-241-1/+1
| | * Correct mask of A2B10G10R10Allan Sandfeld Jensen2015-03-171-1/+1
* | | Fixed calculation of normal maps in DDSIvan Komissarov2015-04-281-12/+12
|/ /
* | Use std math on doubles and include cmathSean Harmer2015-02-181-0/+2
* | Cleanup math includeAllan Sandfeld Jensen2015-02-161-6/+6
* | Update copyright headersJani Heikkinen2015-02-115-35/+35
|/
* Update license headers and add new licensesJani Heikkinen2014-08-255-95/+55
* Add support for SubType and SupportedSubTypes options in DDS handlerIvan Komissarov2014-08-082-2/+143
* Fix DDS image writingaavit2014-07-011-3/+3
* Fix reading palette images in DDS handler.Ivan Komissarov2014-01-132-4/+39
* 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-162-10/+18
* Fix build of the DDS plugin without QDataStreamABBAPOH2013-12-135-1/+21
* Remove main.h in DDS plugin.ABBAPOH2013-12-133-71/+12
* 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-022-0/+23
* Add QByteArrayliterals to QDDSHandlerABBAPOH2013-12-022-8/+8
* Fix capabilities in DDS image handler.ABBAPOH2013-12-011-2/+4
* Whitespace fixes in DDS image handlerABBAPOH2013-12-011-5/+5
* Add Direct Draw Surface pluginABBAPOH2013-11-269-0/+2038