summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Add more LTTNG tracing pointsJosé Dapena Paz2020-06-111-0/+15
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-111-3/+3
* Do not multithread if already in a global threadpool threadAllan Sandfeld Jensen2020-06-031-3/+4
* Split PixelLayout to separate source fileAllan Sandfeld Jensen2020-05-111-1/+1
* Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-291-93/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-271-6/+1
|\
| * QImage: optimize convertWithPalette()Marc Mutz2020-04-231-6/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-8/+38
|\|
| * Multithread some QImage routinesAllan Sandfeld Jensen2020-03-091-8/+38
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\|
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Get rid of QMatrixJarek Kobus2020-02-281-60/+0
* | Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-201-11/+19
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-1/+3
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+3
| |\
| | * Doc: Update out dated QImage::constScanLine documentationJoni Poikelin2020-01-301-1/+3
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-0/+12
|\| |
| * | Deprecate all methods that use QMatrixJarek Kobus2020-01-281-0/+12
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-3/+3
|\| |
| * | Doc: Replace some usages of 0/zero/null with \nullptrSze Howe Koh2020-01-271-3/+3
| * | Doc/QtGui: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-2/+2
| * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-071-66/+29
|\| |
| * | Modernize setAlphaChannel(), and deprecated alphaChannel()Allan Sandfeld Jensen2020-01-051-66/+29
* | | Basic QImage cleanupAllan Sandfeld Jensen2019-12-181-155/+0
|/ /
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-23/+23
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-3/+3
|/
* Fix accuracy of ARGB32->A2RGB30 conversionsAllan Sandfeld Jensen2019-11-071-22/+3
* Fix: confusion in QImage paintEngine creation on shared imagesEirik Aavitsland2019-10-241-3/+3
* Combine BGR30_to_RGB30 and BGR888_to_RGB888Allan Sandfeld Jensen2019-09-051-1/+1
* Simplify QColorSpace named presetsTor Arne Vestbø2019-09-031-1/+1
* Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-231-0/+15
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-1/+1
|\
| * doc: Fix QImage Format_RGBX64 documentationSamuel Gaist2019-08-111-1/+1
* | Revert "Fix comparisons of image with different color spaces"Eirik Aavitsland2019-07-291-3/+1
* | Fix comparisons of image with different color spacesAllan Sandfeld Jensen2019-07-231-1/+3
* | QColorTransform: make fit for releaseMarc Mutz2019-07-121-2/+2
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-4/+4
* | Make the 64 bit raster backend an optional featureAllan Sandfeld Jensen2019-04-091-0/+2
* | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-061-2/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-061-2/+4
| |\|
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-051-2/+4
| | |\
| | | * Doc: Update QImage::depth to indicate we support 64 bpp nowAndy Shaw2019-04-041-1/+1
| | | * Update scanline documentationAllan Sandfeld Jensen2019-04-041-1/+3
* | | | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-4/+4
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-031-9/+27
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-9/+27
| |\|
| | * Forward physical parameters for derived QImagesAlexander Volkov2019-04-011-9/+27