summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Reformat whitespace according to coding styleMark Brand2010-06-302-3/+3
* Start the implementation of in-place recoding for imagesBenjamin Poulain2010-06-204-95/+399
* Don't do opaque detection when copying a sub-rect of a QPixmap.Samuel Rødal2010-06-171-1/+1
* Optimized QPixmap::fromImage for raster pixmaps.Samuel Rødal2010-06-171-3/+16
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-163-7/+16
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-153-7/+16
| |\
| | * Updated project files so it is now possible to use "-system-zlib" configurati...Constantin Makshin2010-06-101-3/+11
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-082-4/+5
| | |\
| | | * add docu about pixmaps being invalidated on qapp destructionOswald Buddenhagen2010-06-071-0/+3
| | | * remove somewhat misleading warning about x11 pixmap leakOswald Buddenhagen2010-06-071-4/+2
* | | | Fixed QImageReader::format() inconsistency.Samuel Rødal2010-06-155-18/+30
* | | | Added missing sanity checks in qimage.cppSamuel Rødal2010-06-151-0/+13
|/ / /
* | | Do not keep flush timer running once no pixmaps are detached.Warwick Allison2010-06-111-11/+18
|/ /
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-081-0/+2
|\ \ | |/ |/|
| * Fixed alpha check for mono images.Kim Motoyoshi Kalland2010-06-011-0/+2
* | More Pixmap cache key optimizationsJens Bache-Wiig2010-06-021-8/+8
* | Some optimizations for QImage::load()Jens Bache-Wiig2010-06-011-2/+9
* | Merge commit 'origin/4.7' into symbian47Thomas Zander2010-05-272-4/+4
|\ \
| * \ Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-05-241-1/+2
| |\ \
| * | | doc: Fixed many broken links.Martin Smith2010-05-202-4/+4
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-05-224-18/+34
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch '4.7' of scm.dev.troll.no:qt/qt-s60-public into 4.7Jani Hautakangas2010-05-204-16/+64
| |\ \ \ | | |/ /
| * | | QRuntimeGraphicsSystemJani Hautakangas2010-05-204-18/+34
* | | | Compile with gcc 4.0.1Olivier Goffart2010-05-201-1/+2
| |/ / |/| |
* | | Optimized pixmapcache key generation for icons and stylesOlivier Goffart2010-05-171-14/+11
* | | Ensure QPixmapCache does not flush pixmaps that are still in use.Warwick Allison2010-05-113-2/+53
|/ /
* | Fix QT_NO_LIBRARYTasuku Suzuki2010-04-293-16/+16
* | Added QIcon::name()Aurelien Gateau2010-04-205-1/+51
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-165-8/+8
|\ \ | |/
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-155-8/+8
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-131-1/+1
|\ \ | |/
| * Fix segfault, if QPixmap::loadFromData() failsJohannes Zellner2010-04-121-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-122-0/+4
|\ \ | |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-04-091-1/+5
| |\
| | * QTBUG-4887 and other exception safety fixesmread2010-04-071-1/+5
| * | Fix <MemLeak> valgrind report shows memory leak for QImage::save().Stefano Pironato2010-04-071-0/+1
| |/
* | Prevented unnecessary copy in QImage::setAlphaChannel().Samuel Rødal2010-04-061-3/+4
* | Included ARM NEON optimizations from pixman in Qt.Samuel Rødal2010-03-261-0/+4
* | Safeguard the colortable access when converting corrupted indexed8Gunnar Sletta2010-03-261-2/+2
* | Fixed QPrintPreview text drawing (visible in Assistant).Trond Kjernåsen2010-03-251-2/+7
* | Let QImageReader open the device if it is not open alreadyaavit2010-03-191-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-171-2/+2
|\ \ | |/
| * Fix fromSymbian*() image conversion functions.Jason Barron2010-03-151-2/+2
* | Handle EGLSurfaces better, including more error detectionTom Cooksey2010-03-101-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-066-25/+53
|\ \ | |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-041-0/+10
| |\
| | * Fixed an exit crash that could occur in the GL 2 engine under X11.Trond Kjernåsen2010-03-041-0/+10
| * | Do not crash when loading themed icons staticallyJens Bache-Wiig2010-03-043-10/+28
| |/
| * Prevented assert on 1 pixel wide / high images in qt_blurImage.Samuel Rødal2010-03-021-1/+4
| * Fixed QPixmap::load() to not modify referenced copies (again!)Trond Kjernåsen2010-03-011-13/+6