summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-3/+11
|\
| * Fix possible null pointer dereferences.Jake Petroules2015-12-021-0/+8
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-3/+3
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-274-13/+59
|\|
| * Add AArch64 ASM to qimage_neon.cppAllan Sandfeld Jensen2015-11-263-5/+30
| * Fix inplaceRgbConversion test on non-x86Allan Sandfeld Jensen2015-11-261-3/+29
| * Get rid of QT_USE_BUNDLED_LIBPNGKonstantin Ritt2015-11-231-5/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-4/+12
|\|
| * Make the ppm image handler corrctly handle long comment linesEirik Aavitsland2015-11-191-4/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-184-9/+16
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-0/+4
| |\
| | * Fix QImage::setDotsPerMeterX/Y for images with some orientationsJoni Poikelin2015-11-051-0/+4
| * | Introduce png_dependency.priKonstantin Ritt2015-11-131-6/+1
| * | Make qt_findAtNxFile return the source device pixel ratioOlivier Goffart2015-11-132-3/+11
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-234-24/+60
|\| |
| * | Prevent the pixmap cache from crashing if it's been destroyedThiago Macieira2015-10-231-1/+2
| * | Add support for "@3x" image loading.Morten Johan Sørvig2015-10-162-11/+42
| * | qt_pixmapFromWinHICON(): Fix crash and leak in case of Win32 API fails.Friedemann Kleint2015-10-141-12/+16
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-145-4/+6
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-022-2/+3
| |\ \
| | * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-2/+3
| | |\|
| | | * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-042-2/+2
| | | * PPM image format: avoid useless processing on truncated filesEirik Aavitsland2015-09-011-1/+2
| * | | Doc: Update obsolete URLs to external documentationTopi Reinio2015-10-021-1/+1
| |/ /
| * | Work around GCC thinking that a variable could be clobbered by longjmpThiago Macieira2015-09-251-0/+1
| * | Doc: fixed links to qmake documentationNico Vertriest2015-09-251-1/+1
* | | Mark ref-qualified members as always inlineThiago Macieira2015-10-071-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-254-8/+17
|\| |
| * | Fix build error with ICC 16 on WindowsThiago Macieira2015-09-212-0/+8
| * | QImage: Inline constScanLine call in pixel()Ulf Hermann2015-09-141-1/+1
| * | QImage: Use d->height directly for checking dimensions on pixel()Ulf Hermann2015-09-111-1/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-262-6/+7
| |\|
| | * Fix regression in reading certain compressed bmp imagesAndy Shaw2015-08-201-3/+3
| | * Always return grayscale indexed8 from QImage::alphaChannel()Allan Sandfeld Jensen2015-08-091-3/+4
* | | Add method for checking of QPixmapCache::Key validitySerge Lysenko2015-09-182-0/+11
* | | QIconLoader: Use the GTK+ icon cachesOlivier Goffart2015-09-133-3/+169
* | | QIcon: add a new overload of QIcon that does not call availableSizesOlivier Goffart2015-09-112-10/+24
* | | QIcon: add a hook in the engine so a non null QIconEngine can still be a null...Olivier Goffart2015-09-114-7/+33
|/ /
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-066-5/+28
|\|
| * fix build with no built-in image handlersOswald Buddenhagen2015-08-033-3/+0
| * Doc: Add a \target for license information within QImage documentationTopi Reinio2015-07-311-2/+3
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-223-0/+25
* | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-304-0/+12
* | QIconLoader: don't make QIconDirInfo::type a bit-fieldMarc Mutz2015-07-191-1/+1
* | QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-198-31/+31
* | Mark QPixmapCache::Key as shared for Qt 6.Marc Mutz2015-07-181-0/+1
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-172-3/+4
|\|
| * Fix compile error on big endianAllan Sandfeld Jensen2015-07-081-1/+1
| * Fix memory leak in QJpegHandlerPrivateJian Liang2015-07-061-2/+3