summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/ico/qicohandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix artifacts when reading certain 32 bit ico filesEirik Aavitsland2019-04-251-10/+14
* ico image handler: check for out of range image sizeEirik Aavitsland2018-12-031-0/+2
* Move endian integers to qendian_p.hAllan Sandfeld Jensen2017-06-211-96/+32
* 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
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* 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
* 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-111-7/+7
|/
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-4/+4
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* 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-051-5/+5
|/
* 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-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Get rid of some obsolete functions in QImage / QPixmap / QPixmapData.Samuel Rødal2011-07-181-1/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+899