summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-12-131-2/+5
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-131-2/+5
| |\| |
| | * | qt_imageFromWinHBITMAP(): Fix memory corruption when converting from bitmaps ...Friedemann Kleint2018-12-121-2/+5
| | |/
* | / Add Grayscale16 Image FormatAllan Sandfeld Jensen2018-12-126-66/+195
|/ /
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-122-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-091-11/+3
|\|
| * Revert "Ensure alignment of image-data"Allan Sandfeld Jensen2018-12-081-11/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-081-0/+1
|\|
| * Add a note about virtual_hookThiago Macieira2018-12-071-0/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-042-28/+15
|\|
| * macOS: Share code for resolving CGImage bitmapInfor for a QImageTor Arne Vestbø2018-11-281-25/+4
| * Ensure alignment of image-dataAllan Sandfeld Jensen2018-11-281-3/+11
* | Rename QList<T>::swap(int, int) to swapItemsAt()Lars Knoll2018-12-031-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-2/+4
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-2/+4
| |\
| | * Modernize the "settings" featureLiang Qi2018-11-151-2/+4
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-131-0/+10
|\| |
| * | QImageWriter: improve documentation regarding use of resourcesSamuel Gaist2018-11-121-0/+10
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-104-71/+93
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+0
| |\|
| | * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+0
| * | QImage: merge the size calculations with proper (non-UB) checksThiago Macieira2018-11-083-70/+93
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-256-36/+65
|\| |
| * | QMovie: use rvalue moreAnton Kudryavtsev2018-10-211-2/+2
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-211-11/+12
| |\|
| | * QPicture: fix crash for malformed pictureEirik Aavitsland2018-10-181-11/+12
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-2/+4
| |\|
| | * Modernize the "mimetype" featureLiang Qi2018-10-121-2/+4
| * | Improve support for QImages in QDataStream read transactionsEirik Aavitsland2018-10-151-1/+3
| * | QImageReader: add tracepoints for image loadingGiuseppe D'Angelo2018-10-141-1/+13
| * | QImageWriter/QPNGHandler: Quality option should be CompressionRatioAlexandra Cherdantseva2018-10-141-19/+31
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-133-7/+31
|\| |
| * | QPixmap: use rvalue moreAnton Kudryavtsev2018-10-101-3/+2
| * | Add missing null checks after detachAllan Sandfeld Jensen2018-10-101-2/+14
| * | Add NEON optimized ARGB32 unpremultiply routinesAllan Sandfeld Jensen2018-10-091-2/+15
* | | ppmhandler: Fix undefined overflow behaviorAlbert Astals Cid2018-10-051-1/+1
* | | qppmhandler: Fix undefined overflow behaviorAlbert Astals Cid2018-10-051-2/+8