summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-042-3/+3
* QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-031-0/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-1/+1
|\
| * QPixmap: check data ptr in isQBitmap()Anton Kudryavtsev2016-02-241-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-1/+1
|\|
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-02-191-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-188-11/+17
|\|
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-152-1/+7
| |\
| | * Crash fix: reject certain malformed bmp imagesEirik Aavitsland2016-02-051-1/+1
| | * Do not change depth for the backingstore's underlying imageLaszlo Agocs2016-02-051-0/+6
| * | QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.Friedemann Kleint2016-02-136-10/+10
* | | QIcon::fromTheme(): add support for absolute paths.David Faure2016-02-151-0/+3
* | | QBitmap: restore nothrow move special membersMarc Mutz2016-02-122-0/+11
* | | QtGui: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-02-111-1/+1
* | | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-111-2/+2
* | | Optimize string building in QImage::text()Marc Mutz2016-02-111-5/+4
* | | QImage: split strings with splitRef() in convertWithPalette()Marc Mutz2016-02-111-4/+4
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-0/+2
|\| |
| * | Reduce allocations by using reserve()Sérgio Martins2016-02-071-0/+2
| |/
* | Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-085-17/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-2/+17
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-2/+17
| |\
| | * Detect alpha8 as having alpha-pixelsAllan Sandfeld Jensen2015-11-301-2/+17
* | | Updated license headersJani Heikkinen2016-01-1568-950/+1358
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-123-51/+38
|\| |
| * | Use backing store formats with alphaAllan Sandfeld Jensen2016-01-083-51/+38
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-10/+1
|\| |
| * | Use Q_CONSTRUCTOR_FUNCTION instead of doing the same manuallyAllan Sandfeld Jensen2015-12-171-10/+1
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-084-15/+39
|\| |
| * | Optimize qt_findAtNxFile by reducing the amount of allocationsOlivier Goffart2015-12-071-4/+5
| * | Initialize function tables without QGuiApplicationAllan Sandfeld Jensen2015-12-072-3/+12
| * | QImage pixelColor and setPixelColor must use unpremultiplied QColorAllan Sandfeld Jensen2015-12-041-8/+22
* | | QMovie: fix quadratic behaviorMarc Mutz2015-12-031-6/+8
* | | 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