summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats
Commit message (Expand)AuthorAgeFilesLines
* Fix build using Windows SDK 10.0.17763Thiago Macieira2018-12-071-6/+5
* ico image handler: check for out of range image sizeEirik Aavitsland2018-12-031-0/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-2/+2
|\
| * Fix memory copy in QGIFFormat::disposePrevious()Andrew Smolko2018-11-061-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-1/+6
|\|
| * Check for QImage allocation failure in qgifhandlerEirik Aavitsland2018-08-061-1/+6
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+1
|\|
| * Fix ico.json to avoid returning an empty mimetypeDavid Faure2018-06-221-1/+1
* | QImage/Jpeg: decode/encode comment attributes as utf-8Christian Ehrlicher2018-03-181-3/+3
|/
* Remove references to obsolete platformsJake Petroules2017-11-051-3/+0
* Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-081-2/+2
* Move endian integers to qendian_p.hAllan Sandfeld Jensen2017-06-212-96/+33
* Replace Q_DECL_OVERRIDE with override in imageformatsJesus Fernandez2017-04-076-33/+33
* Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-081-10/+21
|\
* | Modularize configure.json/.priLars Knoll2016-09-151-0/+1
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-1/+1
|\|
* | Use qtConfig throughout in qtbaseLars Knoll2016-08-192-4/+4
* | employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-191-4/+1
* | Make the ICO image format a configurable featureLars Knoll2016-08-181-1/+1
* | Factor out qt_getImageText() and qt_getImageTextFromDescription()Anton Kudryavtsev2016-07-142-23/+4
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-5/+5
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-5/+5
| |\
| | * ICO image format: fix regression in writing when size >= 256Eirik Aavitsland2016-05-131-5/+5
* | | Always build JPEG and GIF support as pluginsLars Knoll2016-04-078-16/+2570
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-113-12/+12
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-073-12/+12
* | Updated license headersJani Heikkinen2016-01-158-112/+160
|/
* Fix maximum size of .ico files in ICOReader::write()Serge Lysenko2015-09-241-4/+6
* Implement the QImageIOHandler::ImageFormat option for ico files.Serge Lysenko2015-09-231-4/+22
* Fix QImageReader::size() to return correct size for .ico files.Serge Lysenko2015-09-171-13/+8
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-062-0/+2
|\
| * fix build with no built-in image handlersOswald Buddenhagen2015-08-032-0/+2
* | Replace #ifdefs with qmake feature checks.Ulf Hermann2015-06-226-24/+0
* | QtIcoHandler: don't hold images in QListMarc Mutz2015-06-221-7/+9
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-1/+1
|\
| * Fixes crash in bmp and ico image decodingEirik Aavitsland2015-03-131-1/+1
* | QPA plugins: Fix const correctness in old style castsThiago Macieira2015-03-091-1/+1
* | Update copyright headersJani Heikkinen2015-02-118-56/+56
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-034-15/+15
|/
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-4/+4
* Update license headers and add new license filesMatti Paaso2014-09-248-152/+88
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-1/+6
|\
| * QIcon: Prefer high-quality images of Windows .ico files.Friedemann Kleint2014-06-221-1/+6
* | Make the ICO image handler capable of reading CUR files too.Robin Burchell2014-06-053-7/+7
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-2/+2
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-162-4/+4
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-238-8/+8
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-188-8/+8
* | QImage plugins should report supported mime typesAllan Sandfeld Jensen2013-01-233-3/+6
|/