Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed warning | Anders Bakken | 2009-05-21 | 1 | -1/+1 |
* | Make the range controls accessible | Harald Fernengel | 2009-05-20 | 1 | -0/+2 |
* | Fixed wrong function name in warning | Anders Bakken | 2009-05-12 | 1 | -3/+3 |
* | Make QAccessibleLineEdit actually accessible | Harald Fernengel | 2009-05-12 | 1 | -0/+1 |
* | 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 |
* | Improved caching of QSvgIconEngine::actualSize() calls. | Trond Kjernåsen | 2009-05-11 | 1 | -9/+3 |
* | 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 |
* | 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 |
* | Add headers required for building PowerVR driver | Tom Cooksey | 2009-05-05 | 1 | -3/+4 |
* | Rename QDirectFBSurface to QDirectFBWindowSurface | Anders Bakken | 2009-05-04 | 5 | -34/+34 |
* | Lock for read only when possible | Anders Bakken | 2009-05-04 | 9 | -25/+40 |
* | Implemented an option to tune flipping | Anders Bakken | 2009-05-04 | 4 | -3/+11 |
* | Beautified code | Anders Bakken | 2009-05-02 | 2 | -17/+17 |
* | Improve debug output (in debug mode only) | Anders Bakken | 2009-05-01 | 1 | -2/+83 |
* | Extended surface capabilities | Anders Bakken | 2009-05-01 | 2 | -6/+31 |
* | Cleaned up surface creation code | Anders Bakken | 2009-05-01 | 4 | -34/+28 |
* | Improved readability of the flip code | Anders Bakken | 2009-05-01 | 1 | -7/+2 |
* | Fixed possible crash in QDirectFBPaintEngine::clip | Anders Bakken | 2009-05-01 | 1 | -1/+1 |
* | Remove superfluous call to base class | Anders Bakken | 2009-04-29 | 1 | -2/+2 |
* | Cleaned up mouse/cursor code | Anders Bakken | 2009-04-29 | 3 | -33/+28 |
* | Fixed cursors with QT_NO_DIRECTFB_PREALLOCATED | Anders Bakken | 2009-04-29 | 1 | -75/+75 |
* | Fold boolean options into flags | Anders Bakken | 2009-04-28 | 4 | -20/+21 |
* | Added an option for ignoring the system clip | Anders Bakken | 2009-04-28 | 3 | -10/+23 |
* | Make the disable/warn on fallbacks more flexible | Anders Bakken | 2009-04-28 | 2 | -52/+82 |
* | Cleaned up constness errors | Anders Bakken | 2009-04-28 | 1 | -14/+16 |
* | Use PVR2DGetFrameBuffer to map screen 0 | Rhys Weatherley | 2009-04-28 | 2 | -22/+48 |
* | Change Qt version number to 4.5.2 | Thiago Macieira | 2009-04-24 | 1 | -1/+1 |
* | Fix a caching problem in QSvgIconEngine. | Trond Kjernåsen | 2009-04-24 | 1 | -6/+6 |
* | Remove the simpleBrush concept | Anders Bakken | 2009-04-24 | 2 | -1/+85 |
* | Remove the simpleBrush concept | Anders Bakken | 2009-04-23 | 2 | -29/+20 |
* | Convert bitmaps to alpha pixmap format | Anders Bakken | 2009-04-22 | 1 | -2/+2 |
* | Compile | Anders Bakken | 2009-04-22 | 1 | -2/+2 |
* | Kill some warnings | Anders Bakken | 2009-04-22 | 2 | -3/+5 |
* | Unify IDirectFBSurface->Lock() calls | Anders Bakken | 2009-04-22 | 4 | -46/+58 |
* | Take out STATIC_ALLOC of primary surface creation | Anders Bakken | 2009-04-22 | 1 | -7/+7 |
* | Fix some keyboard issues | Anders Bakken | 2009-04-21 | 1 | -18/+112 |