summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Add new direct2d platform pluginLouai Al-Khanji2014-01-101-1/+2
* Avoid unnecessary double conversion over ARGB32 and ARGB32PMAllan Sandfeld Jensen2014-01-103-59/+52
* Clean up qimage.cpp by moving all the conversions methods outAllan Sandfeld Jensen2014-01-104-2114/+2167
* Inplace versions of QImage rgbSwapped() and mirrored() for rvalue refsAllan Sandfeld Jensen2014-01-084-110/+308
* Fixes: 32 bit and alpha bmp format image readingaavit2014-01-081-46/+61
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-032-2/+2
|\
| * Fix some typos in documentation.Jeff Tranter2014-01-022-2/+2
* | RValue ref version of QPixmap::fromImage()Allan Sandfeld Jensen2014-01-025-1/+42
* | QImageReader: simplify _qt_BuiltInFormatsMarc Mutz2013-12-251-16/+13
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-242-10/+7
|\|
| * Use #pragma warning(push) and pop to control our warningsThiago Macieira2013-12-161-1/+2
| * Fix strings in QImageWriter.ABBAPOH2013-12-161-9/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-162-16/+39
|\|
| * Check if device is opened before trying to create image handler.ABBAPOH2013-12-121-14/+35
| * Simplify linking to different jpeg libs.Mitch Curtis2013-12-091-2/+4
* | Remove the files building AVX codeThiago Macieira2013-12-104-78/+1
|/
* Missing entry in QImage inplace_converter_mapAllan Sandfeld Jensen2013-11-151-0/+3
* Improve documentation of QImageIOPluginAlex Merry2013-11-051-13/+27
* Make error messages a bit better.Stephen Kelly2013-11-051-1/+1
* Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
* Assert in QImage conversion from rgba8888pm -> rgba8888Allan Sandfeld Jensen2013-10-311-1/+1
* QImageWriter: add a forgotten #ifndef QT_NO_IMAGEFORMAT_BPMMarc Mutz2013-10-251-0/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0811-94/+94
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-274-0/+41
* Fix WinCE/MSVC2008 build errors related to std::lower_bound patches.Sérgio Martins2013-09-251-0/+5
* Fix truncation and conversion warnings on MSVC2010.Mitch Curtis2013-09-251-2/+2
* Remove some qBinaryFind usages from QtGuiGiuseppe D'Angelo2013-09-231-2/+4
* Remove a Borland-related inclusionGiuseppe D'Angelo2013-09-231-5/+0
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-211-7/+17
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-211-7/+17
| |\
| | * PNG: properly handle 1bpp greyscale images with alphaGiuseppe D'Angelo2013-09-181-0/+9
| | * Add missing initialization before requesting png data for scaled readSamuel Gaist2013-09-181-7/+8
* | | Fix some doc errors.Frederik Gladhorn2013-09-214-4/+4
|/ /
* | WinRT: Basic global supportAndrew Knight2013-09-201-1/+1
* | Merge branch 'stable' into devSergio Ahumada2013-09-131-23/+6
|\|
| * Compilation fix for libjpeg release 9aavit2013-09-111-23/+6
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-8/+8
|\|
| * Initialize variables to fix valgrind warning in pnghandler.Friedemann Kleint2013-08-301-8/+8
* | Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-053-5/+11
* | qimagereader: fix build on iOSRichard Moe Gustavsen2013-09-051-1/+1
* | Fix qt_pixmapToWinHICON() not to return invalid HICON for null pixmapsJ-P Nurmi2013-09-041-0/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-1/+17
|\|
| * Add offset reading support in pnghandlerSamuel Gaist2013-08-071-1/+17
* | Support RGBA image formatAllan Sandfeld Jensen2013-07-236-34/+669
* | Merge branch 'stable' into devSergio Ahumada2013-07-112-3/+3
|\|
| * QIcon: Avoid fetching twice the same pixmapGabriel de Dietrich2013-07-011-1/+1
| * Fix build when QIMAGEREADER_DEBUG is enabled in qimagereader.cppKeonil Jeong2013-07-011-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-204-14/+14
|\|
| * Remove use of 'register' from Qt.Stephen Kelly2013-06-174-14/+14
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-11/+4
|\|