summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* More work on GL threading.Trond Kjernåsen2010-07-021-0/+1
* 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
| * Fixed autotest tst_QWidget::translucentWidget() on Windows Vista & abovePrasanth Ullattil2010-02-261-1/+5
* | Added QImage::bitPlaneCount().aavit2010-03-042-5/+51
* | Fix warnings on MSVCThierry Bastian2010-03-031-2/+2
* | Make bindTextureFromNativePixmap use new QEgl APIsTom Cooksey2010-03-022-6/+7
* | Move QGLWidget::setContext logic into QEgl & QGLContextTom Cooksey2010-03-021-0/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-1/+1
|\ \ | |/
| * Fixed translucent window rendering on 16 bit X11.Samuel Rødal2010-02-241-1/+1
* | Add private qt_draw_glyphs() APIEskil Abrahamsen Blomfeldt2010-02-231-1/+4
* | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-201-2/+2
|\ \
| * \ Merge remote branch 'qt/master' into staging-2-masterQt Continuous Integration System2010-02-151-1/+2
| |\ \
| * \ \ Merge branch 'qt-graphics-team-qstatictext-4.7'Eskil Abrahamsen Blomfeldt2010-02-153-13/+46
| |\ \ \
| | * \ \ Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7Eskil Abrahamsen Blomfeldt2010-02-158-132/+156
| | |\ \ \