| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | Merge branch '4.5' into 4.6-staging | Thiago Macieira | 2009-12-26 | 1 | -1/+1 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | Use Mono instead of MonoLSB when writing pbm files. | Rhys Weatherley | 2009-12-23 | 1 | -1/+1 |
|
|
| | * | | | | Memory of fixedKernel is never returned, found by cppcheck. | Daniël | 2009-10-27 | 1 | -0/+1 |
|
|
| | * | | | | Update license headers again. | Jason McDonald | 2009-09-08 | 56 | -224/+224 |
|
|
| | * | | | | Wizard background images incorrect in Snow Leopard. | Prasanth Ullattil | 2009-09-04 | 1 | -0/+1 |
|
|
* | | | | | | Merge branch '4.6' | Thiago Macieira | 2009-12-26 | 4 | -129/+353 |
|\ \ \ \ \ \
| |/ / / / /
| | | / / /
| |_|/ / /
|/| | | | |
|
| * | | | | Fixing compile error on armcc | Aleksandar Sasha Babic | 2009-12-21 | 1 | -18/+18 |
|
|
| * | | | | Fixed QPixmap::load() to not modify referenced copies. | Trond Kjernåsen | 2009-12-18 | 1 | -5/+4 |
|
|
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2009-12-16 | 2 | -63/+46 |
| |\ \ \ \ |
|
| | * | | | | Fix for QTBUG-4908 SVG transparency rendering problem. | Jani Hautakangas | 2009-12-16 | 2 | -63/+40 |
|
|
| | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60 | axis | 2009-12-16 | 3 | -0/+13 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60 | axis | 2009-12-11 | 1 | -5/+6 |
| | |\ \ \ \ \ |
|
| | * | | | | | | Access to image needs to be protected in QS60PixmapData | Miikka Heikkinen | 2009-12-09 | 1 | -0/+6 |
|
|
| * | | | | | | | Attempt at fixing compilation on Symbian. | Samuel Rødal | 2009-12-15 | 1 | -88/+83 |
|
|
| * | | | | | | | Optimized blur / drop shadow effects for the GL 2 paint engine. | Samuel Rødal | 2009-12-14 | 1 | -5/+12 |
|
|
| * | | | | | | | Improved raster blur implementation. | Samuel Rødal | 2009-12-14 | 1 | -59/+299 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge commit 'origin/4.6' | Olivier Goffart | 2009-12-15 | 3 | -0/+13 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Prevented leak of keys in QPixmapCache. | Samuel Rødal | 2009-12-10 | 1 | -0/+5 |
|
|
| * | | | | | | Compile with QT_NO_DEPRECATED | Olivier Goffart | 2009-12-09 | 2 | -0/+8 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge branch '4.6' | Thiago Macieira | 2009-12-08 | 1 | -2/+2 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Fix cleanup hooks error. | Sarah Smith | 2009-12-08 | 1 | -2/+2 |
|
|
* | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-12-05 | 1 | -4/+5 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Fix compilation with Sun CC 5.9: it was crashing with this code. | Thiago Macieira | 2009-12-04 | 1 | -4/+5 |
| |/ / / / |
|
* | | | | | Merge branch '4.6' | Thiago Macieira | 2009-12-02 | 3 | -25/+10 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix crash in qt3support QPixmap constructor | Gunnar Sletta | 2009-12-01 | 1 | -2/+2 |
|
|
| * | | | | Fixed memory leak in QImagePixmapCleanupHooks. | Kim Motoyoshi Kalland | 2009-11-27 | 2 | -23/+8 |
|
|
* | | | | | Merge branch '4.6' | Thiago Macieira | 2009-11-25 | 8 | -29/+52 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fixes: Fuzzy standard icons with Ubuntu Humanity theme | Jens Bache-Wiig | 2009-11-23 | 1 | -15/+13 |
|
|
| * | | | | Merge commit 'b7692016f282251002b3e85dfcb5567bd91a12c0' of oslo-staging-1 int... | Simon Hausmann | 2009-11-23 | 1 | -0/+2 |
| |\ \ \ \ |
|
| | * | | | | Marking the shmid segment to be destroyed. It prevents leaks when the app cra... | Simone Fiorentino | 2009-11-20 | 1 | -0/+2 |
|
|
| * | | | | | Fix crash when using splash screen, or QPixmap::copy() | Shane Kearns | 2009-11-19 | 2 | -0/+7 |
| |/ / / / |
|
| * | | | | Fixed a crash on Mac in QPixmap when loading pixmaps of different sizes. | Trond Kjernåsen | 2009-11-17 | 2 | -3/+5 |
|
|
| * | | | | Fixed a crash in QPixmap::fromImage() when passing in a null image. | Trond Kjernåsen | 2009-11-16 | 1 | -0/+5 |
| | |/ /
| |/| | |
|
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Gunnar Sletta | 2009-11-13 | 2 | -4/+10 |
| |\ \ \ |
|
| | * \ \ | Merge commit upstream/4.6 into oslo-staging-2/4.6 | Olivier Goffart | 2009-11-13 | 1 | -1/+1 |
| | |\ \ \ |
|
| | * \ \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st... | axis | 2009-11-12 | 2 | -4/+10 |
| | |\ \ \ \ |
|
| | | * | | | | Fix to symbian transparent window backing store format. | Jani Hautakangas | 2009-11-11 | 2 | -4/+10 |
|
|
| | | * | | | | Revert "Using qreal more consistently in code (prevent misuse of double)" | Aleksandar Sasha Babic | 2009-11-11 | 6 | -28/+27 |
|
|
| | | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Shane Kearns | 2009-11-10 | 2 | -13/+13 |
| | | |\ \ \ \ |
|
| | | * \ \ \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Shane Kearns | 2009-11-10 | 16 | -100/+155 |
| | | |\ \ \ \ \ |
|
| | | * \ \ \ \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60 | axis | 2009-11-09 | 1 | -2/+2 |
| | | |\ \ \ \ \ \ |
|
| | | * | | | | | | | Using qreal more consistently in code (prevent misuse of double) | Aleksandar Sasha Babic | 2009-11-06 | 6 | -27/+28 |
|
|
| * | | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-11-13 | 18 | -114/+169 |
| |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / /
| | |/| | | | | | | |
|
| * | | | | | | | | | Fixed QPixmapDropShadowFilter and updated its testcase | Gunnar Sletta | 2009-11-10 | 1 | -3/+1 |
|
|
| * | | | | | | | | | Fixed dropshadow raster implementation since rewrite | Gunnar Sletta | 2009-11-09 | 1 | -4/+9 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch '4.6' | Thiago Macieira | 2009-11-13 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | /
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
| * | | | | | | | Fix typo in license header | Alessandro Portale | 2009-11-12 | 1 | -1/+1 |
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | doc: Fixed some qdoc errors, numXxx() to xxxCount(), etc. | Martin Smith | 2009-11-11 | 1 | -1/+1 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Fixed QPixmap::grabWidget() on widgets that have not yet been shown. | Kim Motoyoshi Kalland | 2009-11-12 | 1 | -2/+5 |
|/ / / / / |
|
* | | | | | Improvements to graphics effects API after review round. | Samuel Rødal | 2009-11-10 | 2 | -13/+13 |
| |_|/ /
|/| | | |
|