summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-086-34/+54
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-062-41/+35
|\
| * Fix BMP ImageFormat for semi-transparent filesAllan Sandfeld Jensen2017-07-032-41/+35
* | qt_findAtNxFile(): account for .9 (9-patch image) extensionsMitch Curtis2017-06-241-1/+6
* | Move endian integers to qendian_p.hAllan Sandfeld Jensen2017-06-211-4/+5
* | QPicture: mark deprecated functions with the QT_DEPRECATED macrosGiuseppe D'Angelo2017-06-202-5/+9
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-1/+1
|\|
| * Fix QImageReader::supportedSubTypes()Eirik Aavitsland2017-06-071-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-073-11/+6
|\|
| * Convert features.movie to QT_[REQUIRE_]CONFIGStephan Binner2017-05-293-11/+6
* | Optimize conversion from unpremultiplied to opaque formatsAllan Sandfeld Jensen2017-05-221-4/+23
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-073-5/+8
|\|
| * QIconLoaderEngine: Fix actualSize() for no-entryPalo Kisa2017-05-031-1/+4
| * Doc: Fix references to QIconEngineV2 and QIconEnginePluginV2Aaron Linville2017-04-281-3/+3
| * Fix typo in QRasterPlatformPixmap::metric()Laszlo Agocs2017-04-201-1/+1
* | QtBase: use new QStaticByteArrayMatcher where applicableMarc Mutz2017-04-241-1/+4
* | xcb: Add experimental legacy support for native X11 paintingLouai Al-Khanji2017-04-211-2/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-203-8/+8
|\|
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-4/+4
| * Doc: Fix link errorsNico Vertriest2017-04-191-1/+1
| * Fix PNGs saved from QImage transform of 8-bit imagesAllan Sandfeld Jensen2017-04-192-2/+2
| * Doc: add missing specs about parametersNico Vertriest2017-04-181-1/+1
* | QMovie: Add lastError and lastErrorString gettersRobin Burchell2017-04-142-0/+29
* | QMovie: Make sure to pass on QImageReader errors when they occurRobin Burchell2017-04-141-3/+18
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-073-5/+6
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-062-4/+4
| |\
| | * qbmphandler fix: use qint64 for caching QIODevice file positionHendrick Melo2017-04-042-4/+4
| * | No divide by zero if all imageformat features are disabledStephan Binner2017-04-041-1/+2
* | | 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