summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-122-1/+34
|\
| * QPixmapCache: guard against usage from non-main threadsEirik Aavitsland2019-07-101-0/+33
| * Doc: Fix incorrect enum value referenced in QImageReader::transformation()Topi Reinio2019-07-081-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-1/+1
|\|
| * Do not downscale png when the size is exactly rightAleix Pol2019-06-261-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-201-4/+6
|\|
| * Generalize image file name @2x suffix handling to higher scale factorsEirik Aavitsland2019-06-141-4/+6
* | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-082-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-4/+4
|\|
| * png handler: initialize all the variables passed to png_get_IHDRAlbert Astals Cid2019-04-051-4/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-051-2/+4
|\|
| * Doc: Update QImage::depth to indicate we support 64 bpp nowAndy Shaw2019-04-041-1/+1
| * Update scanline documentationAllan Sandfeld Jensen2019-04-041-1/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-022-9/+28
|\|
| * Forward physical parameters for derived QImagesAlexander Volkov2019-04-011-9/+27
| * Forward devicePixelRatio in QPixmap::mask()Alexander Volkov2019-04-011-0/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-301-45/+21
|\|
| * Speculative fix for building on INTEGRITY with ARM NEONAllan Sandfeld Jensen2019-03-291-45/+21
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-0/+15
|\|
| * QPixmap: More safe failing if qApp is not a QGuiApplicationAlbert Astals Cid2019-03-221-0/+15
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-1/+4
|\|
| * Handle device pixel ratio in QIconLoaderEngine::paint()Alexander Volkov2019-03-201-1/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-203-2/+19
|\|
| * Avoid creating wide images with negative bytesPerLineAllan Sandfeld Jensen2019-02-143-2/+19
* | Fix qdoc errors in QIcon headerFriedemann Kleint2019-03-151-0/+1
* | Fix some qdoc warningsFriedemann Kleint2019-03-071-4/+4
* | Fix typos in deprecation messages, noticed during code reviewEdward Welbourne2019-03-041-2/+2
* | QtGui: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-1311-1/+22
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-084-9/+15
|\|
| * Fix xbm image format handler: properly reject invalid filesEirik Aavitsland2019-02-051-0/+4
| * Initialize bit_depthAlbert Astals Cid2019-01-311-2/+2
| * QPictureIO::read(): don't work on dangling pointerChristian Ehrlicher2019-01-301-2/+2
| * png: initialize color_type to 0Albert Astals Cid2019-01-301-2/+2
| * Prevent QPixmap::load from touching QPixmapCache in non-gui threadsJoni Poikelin2019-01-281-4/+6
* | Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-061-0/+3
* | QtGui: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-025-10/+10
* | QtGui/QPainter: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-021-1/+1
* | QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-023-7/+15
* | QtGui: mark some image functions as obsoleteChristian Ehrlicher2019-01-288-5/+45
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-262-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-232-2/+2
| |\
| | * bmp image handler: Reject invalid 0-dimension files earlyEirik Aavitsland2019-01-081-1/+1
| | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-081-2/+5
| | |\
| | * | Doc: Fix link in QImage::load() documentationTopi Reinio2019-01-041-1/+1
* | | | Introduce QImage::convertToMikhail Svetkin2019-01-252-0/+25
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+1
|\| | |
| * | | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
| | |/ | |/|
* | | Make convert_generic_to_rgb64 more genericAllan Sandfeld Jensen2019-01-082-110/+25
* | | QImage::create fail if given an empty sizeAlbert Astals Cid2019-01-031-1/+1
* | | Remove x11Info() and x11PictureHandle() from QPixmap docsSergio Martins2018-12-161-9/+0