summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/4.6'Olivier Goffart2009-12-153-0/+13
|\
| * Prevented leak of keys in QPixmapCache.Samuel Rødal2009-12-101-0/+5
| * Compile with QT_NO_DEPRECATEDOlivier Goffart2009-12-092-0/+8
* | Merge branch '4.6'Thiago Macieira2009-12-081-2/+2
|\ \ | |/
| * Fix cleanup hooks error.Sarah Smith2009-12-081-2/+2
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-12-051-4/+5
|\ \ | |/
| * Fix compilation with Sun CC 5.9: it was crashing with this code.Thiago Macieira2009-12-041-4/+5
* | Merge branch '4.6'Thiago Macieira2009-12-023-25/+10
|\ \ | |/
| * Fix crash in qt3support QPixmap constructorGunnar Sletta2009-12-011-2/+2
| * Fixed memory leak in QImagePixmapCleanupHooks.Kim Motoyoshi Kalland2009-11-272-23/+8
* | Merge branch '4.6'Thiago Macieira2009-11-258-29/+52
|\ \ | |/
| * Fixes: Fuzzy standard icons with Ubuntu Humanity themeJens Bache-Wiig2009-11-231-15/+13
| * Merge commit 'b7692016f282251002b3e85dfcb5567bd91a12c0' of oslo-staging-1 int...Simon Hausmann2009-11-231-0/+2
| |\
| | * Marking the shmid segment to be destroyed. It prevents leaks when the app cra...Simone Fiorentino2009-11-201-0/+2
| * | Fix crash when using splash screen, or QPixmap::copy()Shane Kearns2009-11-192-0/+7
| |/
| * Fixed a crash on Mac in QPixmap when loading pixmaps of different sizes.Trond Kjernåsen2009-11-172-3/+5
| * Fixed a crash in QPixmap::fromImage() when passing in a null image.Trond Kjernåsen2009-11-161-0/+5
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-11-132-4/+10
| |\
| | * Merge commit upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-11-131-1/+1
| | |\
| | * \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-11-122-4/+10
| | |\ \
| | | * | Fix to symbian transparent window backing store format.Jani Hautakangas2009-11-112-4/+10
| | | * | Revert "Using qreal more consistently in code (prevent misuse of double)"Aleksandar Sasha Babic2009-11-116-28/+27
| | | * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-11-102-13/+13
| | | |\ \
| | | * \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-11-1016-100/+155
| | | |\ \ \
| | | * \ \ \ 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
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | 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'Thiago Macieira2009-11-132-2/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | 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
| | |_|_|/ | |/| | |
* | | | | Fixed QPixmap::grabWidget() on widgets that have not yet been shown.Kim Motoyoshi Kalland2009-11-121-2/+5
|/ / / /
* | | | 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
|/ /
* | 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
|\ \