summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Allow building bundled 3rd party libraries in qtbaseAlexandru Croitor2020-02-252-2/+146
* Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-202-5/+5
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-053-8/+5
* Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-276-19/+18
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-246-26/+17
|\
| * Modernize setAlphaChannel(), and deprecated alphaChannel()Allan Sandfeld Jensen2020-01-051-2/+0
| * Fix unneeded use of QImage invertPixels and createAlphaMaskAllan Sandfeld Jensen2019-12-191-9/+2
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-062-10/+10
| * Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-203-5/+5
* | Regenerate src/*Alexandru Croitor2019-11-145-5/+5
* | Regenerate everything under ./srcAlexandru Croitor2019-11-125-5/+0
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-7/+30
|\|
| * JPEG image handler: remove undefined behavior from setjmp/longjmpGiuseppe D'Angelo2019-10-111-5/+29
| * JPEG image handler: drop a use of "volatile"Giuseppe D'Angelo2019-10-111-2/+1
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-2/+27
|\|
| * Support writing color space profile in JPEGAllan Sandfeld Jensen2019-08-201-2/+27
* | Regenerate plugins bearer and imageformats projectsAlexandru Croitor2019-10-087-15/+75
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-156-1/+12
|\|
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-106-1/+12
| |\
| | * Fix compilation with disabled deprecated APIsSona Kurazyan2019-07-086-1/+12
* | | Add some missing CLASS_NAME values to pluginsAlexandru Croitor2019-07-222-0/+2
* | | cmake: register plug-ins, create dependencies fileJean-Michaƫl Celerier2019-06-041-0/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-10/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-271-10/+14
| |\|
| | * Fix artifacts when reading certain 32 bit ico filesEirik Aavitsland2019-04-251-10/+14
* | | CMake: Regenerate src/plugins/imageformatsTobias Hunger2019-05-064-12/+35
* | | Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-1/+1
* | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-163-9/+22
|\| |
| * | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-1/+13
| |/
| * 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
* | | cmake: Build src/plugins/imageformatsAlbert Astals Cid2019-02-014-0/+59
|/ /
* | 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