summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-0/+2
|\
| * xbm image format: avoid uninitialized pixels for truncated dataEirik Aavitsland2017-03-221-0/+2
* | QImageReader: Pass up information about resource errors on openRobin Burchell2017-03-221-1/+10
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-202-7/+3
|\|
| * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-131-7/+0
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-7/+0
| | |\
| | | * Don't call releaseKey a second time if the insertion failsAndy Shaw2017-03-071-7/+0
| * | | xpm image format: Reject corrupt images with invalid header infoEirik Aavitsland2017-03-131-0/+3
| |/ /
* | | QPixmap: move mask functions into QPlatformPixmapLouai Al-Khanji2017-03-173-69/+81
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-143-30/+67
|\| |
| * | Gui: Replace LGPL21 with LGPL license headerKai Koehne2017-03-031-14/+20
| * | Fix grammar in QIcon docsMitch Curtis2017-03-021-2/+2
| * | ppm/pgm image formats: fix reading 16bit and limited rangeEirik Aavitsland2017-03-021-14/+45
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-12/+22
|\| |
| * | QImageReader: remove some unneeded relocationsMarc Mutz2017-02-241-12/+22
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-1/+1
|\| |
| * | QtGui: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2017-02-201-1/+1
* | | QImageWriter: Detect failure due to trying to write a QImage()Robin Burchell2017-02-272-1/+12
* | | Export QIconLoaderEngine::entryForSize() for QQuickIconImageJ-P Nurmi2017-02-232-8/+9
|/ /
* | Use static initialization for QBasicAtomicsMarc Mutz2017-02-162-2/+2
* | Make some atomic counters zero-basedMarc Mutz2017-02-152-4/+12
* | qimage_conversions.cpp: keep shared copies of gray and alpha color tablesMarc Mutz2017-02-131-19/+20
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-083-12/+16
|\|
| * Doc: link issue and qdoc error on parameterNico Vertriest2017-02-071-2/+2
| * PNG image handler: Avoid "invalid distance too far back" errorEirik Aavitsland2017-01-311-0/+6
| * Fix MIPS DSP configurationAllan Sandfeld Jensen2017-01-271-10/+8
* | QRasterPlatformPixmap::createPixmapForImage(): preserve DPRFriedemann Kleint2017-02-061-2/+0
* | Merge remote-tracking branch 'gerrit/dev' into HEADOswald Buddenhagen2017-02-013-18/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-2/+2
| |\|
| | * Fix build without features.movieTasuku Suzuki2017-01-271-2/+2
| * | Use QImage::reinterpretAsFormat in QPixmapAllan Sandfeld Jensen2017-01-262-16/+9
* | | Implement support for Scale directory key according to Icon Theme specMitch Curtis2017-02-015-25/+194
|/ /
* | Introduce QImage::reinterpretAsFormatAllan Sandfeld Jensen2017-01-182-0/+39
* | QImageWriter: Do not assume that QIODevice::open() will succeedRobin Burchell2016-12-221-2/+7
* | QImageWriter: Explain slightly strange looking logic in canWriteRobin Burchell2016-12-221-0/+5
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-168-66/+47
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-168-66/+47
| |\
| | * Re-fix build error with ICC 17 on WindowsThiago Macieira2016-12-152-0/+12
| | * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-085-35/+35
| | |\
| | | * Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-12-071-10/+21
| | | |\
| | | | * Fix the JPEG EXIF reader to deal with some broken/corrupt filesv5.7.1Thiago Macieira2016-12-011-10/+21
| | | * | QtGui: Add missing overrideAlexander Volkov2016-11-275-35/+35
| | * | | Document 3rd party code in qimagetransform.cppKai Koehne2016-12-071-31/+0
* | | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-133-30/+45
|\| | | |
| * | | | Cleanup convert_ARGB_to_ARGB_PM_inplace_sse2Allan Sandfeld Jensen2016-12-061-22/+37
| |/ / /
| * | | Add a macros for disabling deprecated declaration warningsThiago Macieira2016-11-271-2/+1
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-6/+7
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-6/+7
| | |\ \
| | | * | QXbmHandler: don't construct a QByteArray just to find '0x' in textMarc Mutz2016-11-161-6/+6
| | | * | QXbmHandler: fix missing NUL-terminationMarc Mutz2016-11-151-0/+1