summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.h
Commit message (Expand)AuthorAgeFilesLines
* Add load/fromdata() overloads taking QByteArrayView to QImageEirik Aavitsland2021-06-021-6/+9
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-261-1/+7
* Cleanup leftover QWSTasuku Suzuki2021-04-141-1/+0
* Add deviceIndependentSize() to QPixmap and QImageMorten Johan Sørvig2021-03-081-0/+1
* Cleanup qimage.hAllan Sandfeld Jensen2020-10-301-33/+34
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-4/+3
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-301-5/+0
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-9/+9
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* Create consistent sets of QImage methodsAllan Sandfeld Jensen2020-09-091-4/+12
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-1/+2
* QtGui: Add Windows conversion functions for to QImageFriedemann Kleint2020-07-241-0/+5
* Use QList instead of QVector in guiJarek Kobus2020-06-291-3/+4
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-1/+1
* Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-291-4/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-271-0/+1
|\
| * QImage: optimize convertWithPalette()Marc Mutz2020-04-231-0/+1
* | Get rid of QMatrixJarek Kobus2020-02-281-7/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+2
|\|
| * Add replacement message to deprecation of QImage::alphaChannel()Allan Sandfeld Jensen2020-02-251-1/+2
* | Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-201-0/+5
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-0/+4
|\|
| * Deprecate all methods that use QMatrixJarek Kobus2020-01-281-0/+4
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-071-1/+3
|\|
| * Modernize setAlphaChannel(), and deprecated alphaChannel()Allan Sandfeld Jensen2020-01-051-1/+3
* | Basic QImage cleanupAllan Sandfeld Jensen2019-12-181-146/+0
* | Get rid of QList forward declarationsLars Knoll2019-10-041-1/+0
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-0/+1
|\|
| * Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-231-0/+1
* | Remove binary compat qimage methodsAllan Sandfeld Jensen2019-06-191-9/+0
|/
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-4/+0
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
* Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-7/+7
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-0/+4
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-0/+4
| |\
| | * Avoid creating wide images with negative bytesPerLineAllan Sandfeld Jensen2019-02-141-0/+4
* | | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-1/+9
|/ /
* | Introduce QImage::convertToMikhail Svetkin2019-01-251-0/+2
* | Add Grayscale16 Image FormatAllan Sandfeld Jensen2018-12-121-3/+0
|/
* Fix spelling mistake in qimage.hTor Arne Vestbø2018-09-131-1/+1
* Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-111-0/+3
* QImage: Add Q_GADGET and make format enumeration a Q_ENUMFriedemann Kleint2018-04-061-0/+2
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-1/+1
|\
| * Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-081-1/+1
| |\
| | * Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-281-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-1/+1
|\| |
| * | QImage: Add the replacement function to byteCount's deprecation msgThiago Macieira2017-11-221-1/+1
| |/
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-14/+14
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-3/+3
|/
* Fix deprecation warningsAllan Sandfeld Jensen2017-07-111-1/+1