summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-114-0/+25
|\
| * Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-254-0/+25
| |\
| | * Generalize image file name @2x suffix handling to higher scale factorsEirik Aavitsland2019-06-144-0/+25
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-032-2/+2
|\| |
| * | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-082-2/+2
* | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-164-14/+147
|\| |
| * | Make the 64 bit raster backend an optional featureAllan Sandfeld Jensen2019-04-091-0/+4
| * | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-022-0/+69
| |\|
| | * Forward physical parameters for derived QImagesAlexander Volkov2019-04-011-0/+35
| | * Forward devicePixelRatio in QPixmap::mask()Alexander Volkov2019-04-011-0/+34
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-0/+20
| |\|
| | * Avoid creating wide images with negative bytesPerLineAllan Sandfeld Jensen2019-02-141-0/+20
| * | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-12-131-0/+14
| |\|
| | * qt_imageFromWinHBITMAP(): Fix memory corruption when converting from bitmaps ...Friedemann Kleint2018-12-121-0/+14
| * | Add Grayscale16 Image FormatAllan Sandfeld Jensen2018-12-123-13/+37
| |/
| * QImageWriter/QPNGHandler: Quality option should be CompressionRatioAlexandra Cherdantseva2018-10-142-0/+2
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-013-0/+17
|/
* Fix reading 16bpc grayscale PNGsAllan Sandfeld Jensen2018-09-036-0/+5
* darwin: fix tst_qimage depsOswald Buddenhagen2018-08-291-0/+1
* Smooth image scaling for 64bit imagesAllan Sandfeld Jensen2018-08-221-11/+23
* Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-113-19/+34
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-0/+15
|\
| * Fix conversion from transparent indexed8 to RGB32Allan Sandfeld Jensen2018-08-031-0/+15
* | tst_qpicture: Remove dependency on widgetsFriedemann Kleint2018-05-242-27/+12
* | tst_qimagereader: Make sure to include all image resources in testTor Arne Vestbø2018-04-202-70/+2
* | QPixmapCache: make sure to not overflow cache limitChristian Ehrlicher2018-04-101-0/+3
* | QtGui: Add qt_imageToWinHBITMAP(), qt_imageFromWinHBITMAP()Friedemann Kleint2018-04-102-0/+114
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-211-14/+0
|\|
| * QPixmap don't assume QPlatformScreen::format is opaqueJohan Klokkhammer Helsing2018-03-191-14/+0
* | QImage/Jpeg: decode/encode comment attributes as utf-8Christian Ehrlicher2018-03-182-0/+29
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-151-0/+14
|\|
| * Skip failing tests in tst_QPixmap on WaylandJohan Klokkhammer Helsing2018-03-121-0/+14
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-164-3/+13
|\|
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-0/+10
| |\
| | * Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-243-3/+3
| | |\
| | | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-243-3/+3
| | | |\
| | * | | Fix a crash when QMovie::speed is set to 0Val Doroshchuk2018-01-241-0/+10
| | |/ /
| * | | Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-143-3/+3
| |\ \ \ | | | |/ | | |/|
| | * | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-203-3/+3
* | | | Add overloaded QBitmap::fromImage that takes QImage rvalueAnton Kudryavtsev2018-02-071-0/+22
|/ / /
* | / Introduce QIcon::fallbackSearchPaths()Alexander Volkov2018-01-154-1/+13
| |/ |/|
* | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-281-2/+2
* | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-0/+13
|\|
| * Fix convertToFormat with color-tablesAllan Sandfeld Jensen2017-09-141-0/+13
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-2/+2
|\|
| * tst_QImageReader: Fix the size of the SVG imagesFriedemann Kleint2017-08-021-2/+2
* | Fix deprecation warningsAllan Sandfeld Jensen2017-07-111-4/+4
* | Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-082-5/+32