summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed auto-test failures caused by a3a79fefe65ec12.Samuel Rødal2012-01-311-2/+5
* Fail in a nicer way when QPixmap is used in a non-GUI application.Samuel Rødal2012-01-311-0/+5
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-171-17/+17
|\
| * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | Prevent crash in OpenGL engine when scaling images / pixmaps.Samuel Rødal2011-05-091-0/+2
|/
* Fixed memory leak in GL texture cache with QRuntimePixmapData.Samuel Rødal2011-03-071-1/+1
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Made documentation of QPixmap::createMaskFromColor match behaviour.Samuel Rødal2010-12-221-2/+2
* Fixed tst_qwidget::testContentsPropagation auto-test failure.Samuel Rødal2010-11-091-3/+5
* Fixed grabWidget sometimes returning uninitialized memory.Samuel Rødal2010-11-031-2/+3
* Compile on Symbian - rework the X11 mask patch a bit.Trond Kjernåsen2010-09-231-3/+17
* Fixed QPixmap::resize() for X11 pixmap with masks.Trond Kjernåsen2010-09-231-9/+14
* Give a warning in QPixmap::handle() if pixmap is not X11 class.Samuel Rødal2010-09-201-2/+6
* Fixed regression in QPixmap::size() for null pixmaps.Samuel Rødal2010-09-161-1/+1
* Revised fix for pixmap loadingJens Bache-Wiig2010-08-201-0/+5
* Fixes a regression preventing loading images without extensionsThierry Bastian2010-08-191-3/+0
* Add QPixmap::fromImageReader() to decode arbitrary images in place.Benjamin Poulain2010-06-301-1/+22
* add docu about pixmaps being invalidated on qapp destructionOswald Buddenhagen2010-06-071-0/+3
* Some optimizations for QImage::load()Jens Bache-Wiig2010-06-011-2/+9
* Merge commit 'origin/4.7' into symbian47Thomas Zander2010-05-271-2/+2
|\
| * doc: Fixed many broken links.Martin Smith2010-05-201-2/+2
* | QRuntimeGraphicsSystemJani Hautakangas2010-05-201-13/+27
|/
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-14/+11
|\
| * Fixed QPixmap::load() to not modify referenced copies (again!)Trond Kjernåsen2010-03-011-13/+6
| * Fixed autotest tst_QWidget::translucentWidget() on Windows Vista & abovePrasanth Ullattil2010-02-261-1/+5
* | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-4/+5
|\ \ | |/
| * document the slowness of QPixmap::hasAlpha()Gunnar Sletta2010-02-111-4/+5
* | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-9/+3
|\ \ | |/
| * Fix GL texture leaks when pixmaps are deletedTom Cooksey2010-01-291-9/+3
* | doc: Fixed some qdoc warnings.Martin Smith2010-02-041-4/+5
* | Promote QPixmap::convertFromImage() to public API from Qt3SupportRhys Weatherley2010-02-011-2/+18
* | Merge branch '4.6'Thiago Macieira2010-01-211-7/+14
|\ \ | |/
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2010-01-201-1/+1
| |\
| * | Fixed QBitmap::load to load into bitmap format again.Gunnar Sletta2010-01-201-7/+14
* | | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-081-1/+1
| |\ \ | | |/ | |/|
| | * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | | Merge branch '4.6'Thiago Macieira2010-01-121-1/+3
|\ \ \ | |/ /
| * | Make sure the rect in QPixmap::copy() doesn't exceed the boundingRect.Gunnar Sletta2010-01-081-1/+3
| |/
* | Merge branch '4.6'Thiago Macieira2009-12-261-5/+4
|\ \ | |/
| * Fixed QPixmap::load() to not modify referenced copies.Trond Kjernåsen2009-12-181-5/+4
* | Merge branch '4.6'Thiago Macieira2009-12-021-2/+2
|\ \ | |/
| * Fix crash in qt3support QPixmap constructorGunnar Sletta2009-12-011-2/+2
* | Fixed QPixmap::grabWidget() on widgets that have not yet been shown.Kim Motoyoshi Kalland2009-11-121-2/+5
|/
* API review: Rename numCols() -> colorCount()Marius Storm-Olsen2009-11-061-0/+7
* Fixed crash in QPixmap::resize_helper on mac and x11Gunnar Sletta2009-11-051-2/+2
* Lazily construct QPixmapData's for null pixmapsGunnar Sletta2009-10-301-26/+38
* QPixmap::loadFromData: Do not crash on empty/invalid data/lengthMarkus Goetz2009-10-261-0/+3
* updated documentation for QPixmap::fromImage()Gunnar Sletta2009-10-221-5/+7
* Separate modification & destruction pixmap cleanup hooksTom Cooksey2009-10-191-3/+4