summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-072-107/+0
* Clean up code that handle clipboard image conversion on WindowsCamille Viot2021-01-061-1/+29
* QPicture: Improve the documentation of Picture::play()Christian Ehrlicher2020-12-221-0/+2
* Fix qt_alphaVersion and qt_opaqueVersion in the trivial caseAllan Sandfeld Jensen2020-12-151-4/+53
* Shortcut QImage::convertTo when no conversion is necessaryAllan Sandfeld Jensen2020-12-081-2/+2
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-1/+1
* Add generic rb swap for RGB64 formatsAllan Sandfeld Jensen2020-12-041-30/+1
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-4/+1
* Fix documentation links to High DPI documentationAndreas Buhr2020-12-012-7/+7
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-303-3/+3
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-11-192-5/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-162-2/+2
* Teach QPixmapIconEngine how to handle @Nx pixmapsMorten Johan Sørvig2020-11-082-34/+65
* Protect QImage colorspace transform on shutdownAllan Sandfeld Jensen2020-11-071-1/+1
* Add _MSC_VER check to MSVC ARM compiler workaroundMartin Storsjö2020-11-052-4/+4
* Cleanup qimage.hAllan Sandfeld Jensen2020-10-301-33/+34
* QColorSpace: port to QESDPGiuseppe D'Angelo2020-10-181-1/+1
* Fix Clang compiler warnings (-Wrange-loop-analysis)David Skoland2020-10-171-1/+1
* doc: Add brief and group for native type conversionsTor Arne Vestbø2020-10-132-8/+22
* Add an example to the documentation of QImage::scanLine()Mitch Curtis2020-10-121-0/+4
* Protect QImage work on shutdownAllan Sandfeld Jensen2020-10-121-4/+4
* Streamline the template specialization of QESDP's dtorGiuseppe D'Angelo2020-10-052-4/+3
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-034-12/+8
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-302-13/+0
* Add logging categories to image handlersAllan Sandfeld Jensen2020-09-305-17/+40
* Do not parse low-level PNG colorspaces if they are not usedAllan Sandfeld Jensen2020-09-291-5/+5
* Preserve formats in QImage::scaled()Allan Sandfeld Jensen2020-09-261-12/+48
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-9/+9
* Give QPixmap a move constructorVolker Hilsheimer2020-09-232-0/+11
* Inline trivial function used only by deprecated functionsEdward Welbourne2020-09-211-17/+4
* xpm handler: fix read error caused by off-by-one in overflow checkEirik Aavitsland2020-09-181-2/+2
* Fix deprecation warning in QIcon::actualSize()Edward Welbourne2020-09-181-2/+10
* Deprecate implicit QPixmap conversion to QBitmapVolker Hilsheimer2020-09-172-43/+71
* Get rid of Qt4 virtual hooksAllan Sandfeld Jensen2020-09-152-73/+5
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-122-2/+0
* Remove dead code and obsolete commentVolker Hilsheimer2020-09-121-8/+0
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-102-2/+2
* Create consistent sets of QImage methodsAllan Sandfeld Jensen2020-09-092-8/+49
* Change translation context of strings to new classVolker Hilsheimer2020-09-051-13/+6
* Fix compiler warnings from using deprecated qChecksum overloadVolker Hilsheimer2020-09-052-4/+4
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-313-31/+10
* Deprecate QIcon API which take a QWindow pointerMorten Johan Sørvig2020-08-292-0/+15
* QPixmapIconEngine: port to new virtual functionsMorten Johan Sørvig2020-08-292-24/+16
* QIconLoader: port to use new virtual functionsMorten Johan Sørvig2020-08-292-45/+40
* Add rgb64 inplace generic conversionAllan Sandfeld Jensen2020-08-283-10/+108
* Doc: Compile image snippetsPaul Wicking2020-08-281-1/+1
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-285-10/+7
* QIconEngine: move away from virtual_hook usageMorten Johan Sørvig2020-08-273-15/+13
* QIcon: Add pixmap() overload which take devicePixelRatioMorten Johan Sørvig2020-08-272-20/+43
* Implement QAbstractFileIconProvider to use theme and mime databasesVolker Hilsheimer2020-08-262-11/+42