summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Doc: Clarify auto detection of file format in QImageEirik Aavitsland2018-01-151-11/+9
* QPixmap without QGuiApplication: do not crash, terminate gracefullyEirik Aavitsland2017-11-161-0/+3
* Doc: QImageReader assumes exclusive control over its deviceEirik Aavitsland2017-10-251-0/+5
* Doc: add hint about QMimeDatabase to QImageReader::canRead()Eirik Aavitsland2017-10-241-1/+4
* Fix saving QImage with longer than necessary bytes-per-lineAllan Sandfeld Jensen2017-09-221-33/+22
* Fix convertToFormat with color-tablesAllan Sandfeld Jensen2017-09-141-17/+6
* Fix: WebP missing from QMovie::supportedFormats()Eirik Aavitsland2017-08-291-1/+1
* QPicture: check that pictureFormat doesn't return dangling pointersGiuseppe D'Angelo2017-08-161-1/+6
* Doc: remove linking to internal methodNico Vertriest2017-08-061-1/+1
* QPMCache::remove(): Do not dereference erased iteratorFriedemann Kleint2017-07-191-1/+2
* Fix BMP ImageFormat for semi-transparent filesAllan Sandfeld Jensen2017-07-032-41/+35
* Fix QImageReader::supportedSubTypes()Eirik Aavitsland2017-06-071-1/+1
* Convert features.movie to QT_[REQUIRE_]CONFIGStephan Binner2017-05-293-11/+6
* 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
* 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
* 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
* | xbm image format: avoid uninitialized pixels for truncated dataEirik Aavitsland2017-03-221-0/+2
* | 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
|/ /
* | 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
* | QImageReader: remove some unneeded relocationsMarc Mutz2017-02-241-12/+22
* | QtGui: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2017-02-201-1/+1
* | 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
|\|