summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6'Thiago Macieira2010-01-181-1/+1
|\
| * Avoid an unnecessary copy in QImage::scaled().Trond Kjernåsen2010-01-151-1/+1
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Merge branch '4.6'Thiago Macieira2010-01-081-8/+11
|\ \ | |/
| * doc: Clarified which values were added in Qt 4.4.Martin Smith2010-01-051-8/+11
* | Add QImage::constBits() and QImage::constScanLine()Rhys Weatherley2010-01-061-2/+38
|/
* doc: Fixed some qdoc errors, numXxx() to xxxCount(), etc.Martin Smith2009-11-111-1/+1
* API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-061-48/+86
* Fixed crash when QImage::createAlphaMask() runs out of memoryGunnar Sletta2009-11-041-1/+2
* Added doc warning about ARGB32 image drawing and fixed format docsGunnar Sletta2009-10-211-7/+16
* Fixed QPainter::begin() so that it fails gracefully.Kim Motoyoshi Kalland2009-10-151-0/+3
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-0/+6
|\
| * Don't crash when convert Indexed8 without colortable to QPixmapGunnar Sletta2009-08-311-0/+6
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-181-8/+3
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+2
| * | remove QT_RASTER_PAINTENGINE and QT_RASTER_IMAGEENGINE defines as they areGunnar Sletta2009-08-171-6/+1
* | | Use QScopedPointer wherever possibleHarald Fernengel2009-08-131-33/+21
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-12/+5
|\ \ \ | |/ /
| * | Merge branch 'texture_from_pixmap'Tom Cooksey2009-07-301-12/+5
| |\ \
| | * | Refactor QImage/QPixmap cleanup hooks into a seperate classTom Cooksey2009-07-281-12/+5
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-4/+11
|\ \ \ \ | |/ / /
| * | | Doc: Re-apply relevant change from 1368c210ef9976f68eb9fb1c3e4dc14f4fa4edd2Volker Hilsheimer2009-07-281-4/+11
| |/ /
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-281-3/+2
|\ \ \ | |/ /
| * | Doc: Replace links to obsolete APIs.Volker Hilsheimer2009-07-251-3/+2
| * | Revert "Doc: Clarified that the format used in QImage::fromData() is the image"Volker Hilsheimer2009-07-251-31/+27
| * | Doc: Clarified that the format used in QImage::fromData() is the imageDavid Boddie2009-07-231-27/+31
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-6/+5
|\ \ \ | |/ /
| * | Doc: mark QImage/QPixmap alphaChannel and setAlphaChannel as obsolete.Volker Hilsheimer2009-07-211-5/+4
| * | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-191-1/+1
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-10/+6
|\ \ \ | |/ /
| * | Use QTransform more efficiently.Bjørn Erik Nilsen2009-06-181-8/+4
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-8/+17
|\ \ \ | |/ /
| * | Merge commit 'origin/4.5'Bjørn Erik Nilsen2009-06-121-0/+5
| |\ \ | | |/
| | * Make sure QImage::mirrored() doesn't crash if it runs out of memory.Trond Kjernåsen2009-06-101-0/+5
| * | Fix QT_NO_DATASTREAM macro checks and improve readabilityRitt Konstantin2009-06-081-1/+1
| * | Add comparation of images with indexed colorBenjamin Poulain2009-05-271-5/+5
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-191-1/+1
| |\ \ | | |/
| * | Tiny optimization to QImage::setColorTable()Gunnar Sletta2009-04-151-2/+6
* | | Make Qt exception safer.Robert Griebl2009-06-101-3/+14
| |/ |/|
* | Fix some typos in the documentation.Frederik Schwarzer2009-05-181-1/+1
|/
* Compile.Norwegian Rock Cat2009-04-071-1/+1