summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Fix reading gamma from PNGs without ICC profileAllan Sandfeld Jensen2021-06-111-2/+2
* Add shortcut for QImage::applyColorTransform on indexed imagesAllan Sandfeld Jensen2021-06-101-0/+7
* Add load/fromdata() overloads taking QByteArrayView to QImageEirik Aavitsland2021-06-022-20/+48
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-264-14/+543
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-262-3/+3
* Correct RGB to Grayscale conversionAllan Sandfeld Jensen2021-05-211-21/+152
* Remove Qt6 switches from QtGuiAllan Sandfeld Jensen2021-05-052-7/+0
* Disable spurious MSVC warning C4273 in Qt Gui, Qt OpenGLKai Köhne2021-05-032-0/+10
* Avoid adding null-objects to the icon cacheFan PengCheng2021-04-231-3/+3
* Cleanup leftover QWSTasuku Suzuki2021-04-141-1/+0
* Fix qdoc warningVolker Hilsheimer2021-04-131-1/+1
* Do not notify about property changes if the value hasn't changedSona Kurazyan2021-04-071-2/+6
* QObjectCompatProperty: Require explicit notifyFabian Kosmale2021-04-011-0/+1
* Test incoming formats more throuroughlyAllan Sandfeld Jensen2021-03-231-6/+9
* Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-221-2/+9
* QAbstractFileIconProvider: Fix compilation without feature mimetypeFabian Kosmale2021-03-212-0/+15
* Doc: Fix various documentation issuesTopi Reinio2021-03-161-2/+2
* Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-03-121-1/+1
* QIcon::setIsMask: delete extra judgmentYang Yuyin2021-03-111-2/+1
* Add deviceIndependentSize() to QPixmap and QImageMorten Johan Sørvig2021-03-084-3/+36
* Add QColorSpace::descriptionAllan Sandfeld Jensen2021-03-041-1/+1
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-251-2/+2
* QIcon::setIsMask: don't dereference nullptrVolker Hilsheimer2021-02-251-2/+2
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-251-0/+4
* Improve QImage::fill(uint) documentationAllan Sandfeld Jensen2021-02-251-5/+5
* QAbstractFileIconProvider: Use platform theme iconsFriedemann Kleint2021-02-212-24/+111
* Add scaledPixmap() overrideMorten Johan Sørvig2021-02-192-0/+7
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-11/+10
* Optimize RGBA64PM->RGBA64 for SSE4Allan Sandfeld Jensen2021-02-031-56/+0
* Optimize RGBA64->RGBA64PM for SSE2/AVX2Allan Sandfeld Jensen2021-02-031-46/+0
* Fix nullptr dereference on out-of-memory conditionsAllan Sandfeld Jensen2021-02-021-0/+2
* Segment qimage conversion block irrelevant of depthAllan Sandfeld Jensen2021-02-022-5/+5
* Remove QObjectCompatProperty::operator= for safer usageAndreas Buhr2021-01-291-1/+1
* Port QMovie to the new property systemSona Kurazyan2021-01-272-4/+23
* QMovie: initialize the private members while declaring themSona Kurazyan2021-01-271-16/+12
* QIcon: Use the @nx pixmaps in the paint methodBastien Bouclet2021-01-261-1/+1
* 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