summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-092-6/+6
|\
| * Fix some qdoc warningsFriedemann Kleint2019-03-071-4/+4
| * Fix typos in deprecation messages, noticed during code reviewEdward Welbourne2019-03-041-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2013-10/+40
|\|
| * 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
* | | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-085-11/+213
|/ /
* | 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
* | | 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