summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-091-2/+2
| | |\ \ \ \ \
| | * | | | | | Using qreal more consistently in code (prevent misuse of double)Aleksandar Sasha Babic2009-11-066-27/+28
* | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-1318-114/+169
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Fix typo in license headerAlessandro Portale2009-11-121-1/+1
| |/ / / / / /
| * | | | | | doc: Fixed some qdoc errors, numXxx() to xxxCount(), etc.Martin Smith2009-11-111-1/+1
| | |_|_|/ / | |/| | | |
| * | | | | Improvements to graphics effects API after review round.Samuel Rødal2009-11-102-13/+13
| | |_|/ / | |/| | |
| * | | | API review: Rename numCols() -> colorCount()Marius Storm-Olsen2009-11-063-1/+14
| * | | | API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-0614-99/+141
| | |/ / | |/| |
* | | | Fixed QPixmapDropShadowFilter and updated its testcaseGunnar Sletta2009-11-101-3/+1
* | | | Fixed dropshadow raster implementation since rewriteGunnar Sletta2009-11-091-4/+9
|/ / /
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-063-1/+6
|\ \ \ | |/ /
| * | Merge branch 'graphicseffect' into 4.6Jørgen Lind2009-11-052-0/+5
| |\ \
| | * | Add QT_NO_GRAPHICSEFFECTJørgen Lind2009-11-042-0/+5
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-11-042-3/+4
| |\ \ \ | | |/ /
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-041-1/+1
| |\ \ \
| | * | | Doc: fix broken link in QBitmapAndy Nichols2009-11-041-1/+1
* | | | | Fixed crash in QPixmap::resize_helper on mac and x11Gunnar Sletta2009-11-051-2/+2
| |_|/ / |/| | |
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Eskil Abrahamsen Blomfeldt2009-11-041-12/+12
|\ \ \ \ | |/ / /
| * | | Fix compiler error.Aleksandar Sasha Babic2009-11-041-1/+1
| * | | Merge branch '4.6-s60' into 4.6axis2009-11-041-11/+11
| |\ \ \
| | * | | Fix crash in QApplication autotest introduced by native pixmaps (S60 3.1)Shane Kearns2009-11-031-11/+11
| | |/ /
* | | | Fixed crash with nullptr in QPixmapData::transformedGunnar Sletta2009-11-041-2/+2
* | | | Fixed crash when QImage::createAlphaMask() runs out of memoryGunnar Sletta2009-11-041-1/+2
|/ / /
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-041-1/+0
|\ \ \
| * | | QGtkStyle refactoringRobert Griebl2009-11-031-1/+0
| |/ /
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-031-4/+8
|\ \ \
| * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-032-8/+15
| |\ \ \
| * | | | Fixed crash in QPixmap::fromImage with an Indexed8 without a colortable.Gunnar Sletta2009-11-031-4/+8
* | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-035-13/+26
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Merge commit 'origin/4.6' into featureJørgen Lind2009-11-024-37/+36
| |\ \ \
| | * \ \ 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
| * | | | | Fix LIBRARY and ICONJørgen Lind2009-10-294-3/+14
| | |/ / / | |/| | |
* | | | | Moved Qt::RenderHint back into QGraphicsBlurEffect and added a hint.Samuel Rødal2009-11-022-8/+15
| |_|/ / |/| | |
* | | | Lazily construct QPixmapData's for null pixmapsGunnar Sletta2009-10-308-38/+75
* | | | Added QImagePixmapCleanupHooks functions for enabling hooks.Samuel Rødal2009-10-293-3/+22
| |/ / |/| |
* | | 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