summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
...
* Trace: Autogenerate metadata in qtgui moduleAntti Määttä2023-02-101-45/+2
* Trace: Use includes instead of forward declarationsAntti Määttä2023-02-101-3/+1
* QtGui: Add a header declaring the Windows image conversion functionsFriedemann Kleint2023-02-082-8/+47
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-072-12/+13
* QtGui: Disambiguate static variablesFriedemann Kleint2023-02-032-14/+14
* QtGui: Remove define Q_TEST_QPIXMAPCACHEFriedemann Kleint2023-02-012-8/+2
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-312-2/+2
* Doc: Only list qt core classes in qt core io groupAndreas Eliasson2023-01-232-2/+0
* Add tracing metadata to QEvent and QImageFormatAntti Määttä2023-01-131-5/+51
* Add tracepointgen tool and convert qtgui to use itAntti Määttä2023-01-133-12/+31
* QtGui: fix build with GCC 13's support for FP16Thiago Macieira2023-01-111-6/+6
* Fix deletion order also for QImageReader/Writer::setDevice()Eirik Aavitsland2023-01-112-4/+4
* Fix potential corruption with image format conversion on arm neonEirik Aavitsland2023-01-051-1/+1
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-042-4/+4
* Fix deletion order in QImageReader/Writer destructorsEirik Aavitsland2023-01-042-2/+2
* QXBMHandler: use QtMiscUtils, not <ctype.h>Marc Mutz2022-12-221-5/+5
* Scale BMP color samples with periodic bit expansionMartin Walch2022-11-161-26/+50
* Handle allocation failure in QImage rotate 90/180/270 functionsEirik Aavitsland2022-11-041-0/+6
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-048-16/+16
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-282-2/+2
* QtGui: Fix mismatches between string types and string literalsMate Barany2022-09-211-1/+1
* Doc: Add missing since 6.2 to QImage and QPixmapYuhang Zhao2022-09-072-4/+8
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-012-2/+2
* Add -Wshorten-64-to-32 to headerscleanTor Arne Vestbø2022-07-211-1/+1
* Purge Q_DUMMY_COMPARISON_OPERATOR usagesFabian Kosmale2022-07-212-3/+0
* Doc: Remove Qt-5 only part in qimageiohandler.cppKai Köhne2022-07-201-5/+0
* QIcon: remove icon from cache if the cached engine fails to loadLu YaNing2022-07-071-4/+8
* Trace QImage::Format as int in QImageData::create()Shawn Rutledge2022-06-141-1/+1
* Fix misuses of 0.9999 constantAllan Sandfeld Jensen2022-06-021-7/+2
* Do metadata detach simpler than full detachAllan Sandfeld Jensen2022-06-012-14/+38
* Add painter render hint for brush pattern transformationEirik Aavitsland2022-05-311-0/+2
* Expand QColorTransformAllan Sandfeld Jensen2022-05-263-8/+47
* Use SPDX license identifiersLucie Gérard2022-05-1664-2434/+130
* Correctly read and write CF_DIB bmp dataViktor Arvidsson2022-05-161-22/+38
* Add floating point color space conversionsAllan Sandfeld Jensen2022-05-141-9/+23
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-021-1/+2
* QtGui: includemocsMarc Mutz2022-04-293-0/+6
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-282-6/+6
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-289-58/+67
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-136-14/+14
* QImageReader::read(): fetch filename onceShawn Rutledge2022-04-121-5/+3
* Detach for colortransforms of indexed formatsAllan Sandfeld Jensen2022-04-061-3/+5
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* QtGui: compile-optimize inline swap functionsMarc Mutz2022-03-194-4/+4
* QImage::operator==: Also compare the image colorspaceAlbert Astals Cid2022-03-181-1/+1
* Remove disappeared QIconEngine::IconNameHook from QIconChunLin Wang2022-03-141-3/+2
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-083-10/+16
* QColor: port string-parsing from out parameters to optional<>Marc Mutz2022-03-081-9/+6