summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6-s60' into 4.6axis2009-10-301-10/+12
|\
| * Fixed crash/drawing artifacts on rotation change on Symbian.axis2009-10-281-4/+3
| * Fix EColor16M conversion in QPixmap::fromSymbianCFbsBitmap()Jani Hautakangas2009-10-281-6/+9
* | Added some optimizations to the blur and drop shadow GL filters.Samuel Rødal2009-10-291-9/+4
* | Use shared memory images when shared pixmaps are not available.Fredrik Höglund2009-10-271-4/+6
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-271-0/+3
|\ \ | |/
| * QPixmap::loadFromData: Do not crash on empty/invalid data/lengthMarkus Goetz2009-10-261-0/+3
* | Made blur and drop shadow APIs use qreal instead of int for blur radius.Samuel Rødal2009-10-272-14/+14
|/
* updated documentation for QPixmap::fromImage()Gunnar Sletta2009-10-221-5/+7
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-221-7/+16
|\
| * Added doc warning about ARGB32 image drawing and fixed format docsGunnar Sletta2009-10-211-7/+16
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-222-7/+13
|\ \ | |/ |/|
| * Use premultiplied alpha pixel format in SymbianShane Kearns2009-10-201-7/+12
| * Fix crash in QPixmapCache.David Faure2009-10-191-0/+1
* | Add an assert testing the cleanup hooks exist before executing themTom Cooksey2009-10-191-0/+1
* | Add a new QX11GLPixmapData which renders to X pixmaps using GLTom Cooksey2009-10-191-0/+1
* | Separate modification & destruction pixmap cleanup hooksTom Cooksey2009-10-193-14/+45
* | Fixed slow QPixmap::fill() when the pixmap is sharing data.Kim Motoyoshi Kalland2009-10-191-1/+11
|/
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-192-0/+8
|\
| * Use the fallback icon theme name, if the system icon theme name can not be de...Robert Griebl2009-10-151-0/+4
| * Fix themed icon loader on DEs other than KDE and Gnome.Robert Griebl2009-10-151-0/+2
| * Second attempt: Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-0/+2
| * Revert "Fixed a few compiler warnings from QtGui for Symbian."Janne Anttila2009-10-131-2/+0
| * Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-0/+2
* | Fixed QPainter::begin() so that it fails gracefully.Kim Motoyoshi Kalland2009-10-151-0/+3
* | Optimized raster drop shadow filter to only blur alpha channel.Samuel Rødal2009-10-151-24/+27
* | Added qt_toRasterPixmap functions.Samuel Rødal2009-10-141-0/+23
* | Added QPixmapData::createCompatiblePixmapData() used by QPixmap::copy().Samuel Rødal2009-10-149-8/+38
* | Fixed documentation of QPixmap::x11Info() to not talk about widgets.Samuel Rødal2009-10-121-5/+5
* | Fixed bug where calling fill on pixmap with active painter would crash.Kim Motoyoshi Kalland2009-10-091-0/+10
|/
* Fix to Symbian accelerated scrolling problem.Jani Hautakangas2009-10-082-28/+21
* QGuiPlatformPlugin: QFileIconProvider and QIcon backend.Olivier Goffart2009-10-072-82/+11
* Integrate the GuiPlatformPlugin interfaceOlivier Goffart2009-10-071-7/+4
* Symbain crash fix for QPixmap->QImage conversion.Alessandro Portale2009-10-051-1/+6
* Made X11 pixmap backend's fromImage() check for Qt::NoOpaqueDetection.Samuel Rødal2009-10-051-2/+9
* Made X11 QPixmap backend return proper pixmap in alphaChannel().Samuel Rødal2009-10-051-2/+5
* Make it possible to implement engine-specific drop shadow filtersRhys Weatherley2009-10-051-0/+10
* doc: Fixed numerous qdoc errors.Martin Smith2009-10-021-2/+2
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-0210-50/+54
|\
| * Fixed QPixmap::fromImage when using Format_Mono for Symbian.Janne Anttila2009-10-011-3/+3
| * Split EGL config selection & surface creation into seperate functionsTom Cooksey2009-10-012-0/+3
| * Add Qt::RenderHint to control rendering operations.Bjørn Erik Nilsen2009-09-302-11/+6
| * Fix a bug in QPixmapCache when the cache is trimmed by QCache.Alexis Menard2009-09-295-36/+42
* | Make 16-bit graphicssystem opengl workGunnar Sletta2009-10-021-1/+1
* | Explicitly check for alpha pixels in X11 before making an alpha XPixmapGunnar Sletta2009-10-021-3/+30
|/
* doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-281-6/+12
* Fix qdoc errorsJason McDonald2009-09-281-0/+2
* Fix qdoc error.Jason McDonald2009-09-281-1/+1
* Fix qdoc errors.Jason McDonald2009-09-281-5/+6
* Doc: Added a note about Phonon.David Boddie2009-09-251-0/+4