Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.5' | Thiago Macieira | 2009-06-25 | 2 | -9/+21 |
|\ | |||||
| * | Fix off by one bug in DirectFBPaintEngine | Anders Bakken | 2009-06-24 | 1 | -2/+2 |
| * | Fix a rendering issue | Anders Bakken | 2009-06-24 | 2 | -3/+8 |
| * | Make sure simplePen gets set properly | Anders Bakken | 2009-06-24 | 1 | -5/+11 |
* | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-23 | 2 | -3/+7 |
|\ \ | |/ | |||||
| * | Minor optimization | Anders Bakken | 2009-06-22 | 1 | -1/+0 |
| * | Bail out on invalid color in fillRect | Anders Bakken | 2009-06-22 | 1 | -1/+6 |
| * | Use const ref for foreach | Anders Bakken | 2009-06-22 | 1 | -1/+1 |
* | | Make sure to update is_null in copy/transformed | Anders Bakken | 2009-06-22 | 1 | -0/+3 |
* | | Code cleanup | Anders Bakken | 2009-06-22 | 1 | -10/+11 |
* | | Fix a couple of issues after QPixmapData optims | Anders Bakken | 2009-06-18 | 4 | -23/+20 |
* | | Speed up QPixmap::width(), height(), isNull() and depth(). | Andreas Aardal Hanssen | 2009-06-17 | 1 | -0/+8 |
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 39 | -80/+80 |
|\ \ | |/ | |||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 39 | -78/+78 |
| * | Get rid of warnings | Anders Bakken | 2009-06-14 | 1 | -2/+2 |
* | | ControlPointRect is no longer a QRealRect | Anders Bakken | 2009-06-14 | 1 | -1/+1 |
* | | Merge commit 'origin/4.5' | Bjørn Erik Nilsen | 2009-06-12 | 5 | -7/+48 |
|\ \ | |/ | |||||
| * | Make DirectFB compile with 0.9.22 | Anders Bakken | 2009-06-09 | 2 | -3/+8 |
| * | Make the directfb plugin compile against 0.9 | Anders Bakken | 2009-06-08 | 5 | -4/+40 |
* | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-08 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Make sure to retain alpha information in copy | Anders Bakken | 2009-06-04 | 1 | -3/+4 |
* | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-06-02 | 5 | -194/+81 |
|\ \ | |/ | |||||
| * | Improve readability of QDFBWindowSurface::scroll | Anders Bakken | 2009-06-01 | 1 | -21/+18 |
| * | Don't support porter duff |= source over | Anders Bakken | 2009-05-29 | 1 | -96/+24 |
| * | Remove all force raster on RGB32 stuff | Anders Bakken | 2009-05-28 | 4 | -75/+32 |
| * | Warn when trying to use an unsupported format | Anders Bakken | 2009-05-28 | 1 | -5/+10 |
* | | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 2 | -4/+4 |
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Removed warning | Anders Bakken | 2009-05-21 | 1 | -1/+1 |
* | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-13 | 3 | -6/+10 |
|\ \ | |/ | |||||
| * | Fixed wrong function name in warning | Anders Bakken | 2009-05-12 | 1 | -3/+3 |
| * | initialize all DFBSurfaceDescriptions to 0 | Anders Bakken | 2009-05-11 | 1 | -1/+6 |
| * | Remove unused variable | Anders Bakken | 2009-05-11 | 1 | -1/+0 |
| * | Fix a type in warning | Anders Bakken | 2009-05-11 | 1 | -1/+1 |
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-07 | 1 | -10/+2 |
|\ \ | |/ | |||||
| * | Whitespace fix | Anders Bakken | 2009-05-07 | 1 | -1/+1 |
| * | Use proper ways to create "window" surface | Anders Bakken | 2009-05-06 | 1 | -9/+1 |
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-05-06 | 15 | -703/+750 |
|\ \ | |/ | |||||
| * | Improved debug output for directfb:debug | Anders Bakken | 2009-05-06 | 1 | -6/+10 |
| * | Pass the scale parameter as an int. | Anders Bakken | 2009-05-06 | 1 | -1/+1 |
| * | Make Scale public | Anders Bakken | 2009-05-06 | 1 | -1/+3 |
| * | Cleaned up code | Anders Bakken | 2009-05-05 | 1 | -24/+20 |
| * | Cleaned up code | Anders Bakken | 2009-05-05 | 1 | -439/+443 |
| * | Refactored image caching | Anders Bakken | 2009-05-05 | 7 | -141/+147 |
| * | Make sure image caching works with Qt3Support | Anders Bakken | 2009-05-05 | 1 | -0/+1 |
| * | Cleaned up code a little | Anders Bakken | 2009-05-05 | 1 | -41/+28 |
| * | Don't call prepare more than necessary | Anders Bakken | 2009-05-05 | 3 | -22/+37 |
| * | DirectFB can't handle "mirrored" scales | Anders Bakken | 2009-05-05 | 1 | -14/+23 |
| * | Improved debug output | Anders Bakken | 2009-05-05 | 1 | -30/+30 |
| * | Add QMAKE_INCDIR_POWERVR to specify the location of pvr2d.h & wsegl.h | Tom Cooksey | 2009-05-05 | 4 | -4/+11 |