Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put all the declarations of qt_defaultDpi{,X,Y}() in one place | Jiang Jiang | 2011-04-05 | 1 | -2/+1 |
| | | | | Reviewed-by: Samuel Rødal | ||||
* | Update copyright year to 2011. | Rohan McGovern | 2011-03-10 | 1 | -1/+1 |
| | | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3) | ||||
* | Fix the license in files for Lighthouse | Jørgen Lind | 2010-10-28 | 1 | -0/+41 |
| | |||||
* | Fix qt_defaultDpi, but not use Q_DECL_IMPORT but Q_GUI_EXPORT | Jørgen Lind | 2010-10-28 | 1 | -2/+2 |
| | |||||
* | Compile fix for RVCT 4 | Jørgen Lind | 2010-10-28 | 1 | -2/+2 |
| | |||||
* | Fix QT_BLITTER_RASTEROVERLAY and namespace error | Jørgen Lind | 2010-10-27 | 1 | -1/+2 |
| | | | | Reviewed-by: paul | ||||
* | Removed createBlittable factory function from PlatformIntegration | Jørgen Lind | 2010-07-22 | 1 | -7/+3 |
| | | | | | | | | | | and moved it onto QBlittablePixmap making the class abstract. The creator function was seen as to spesialised to be part of the PlatformIntegration class, and belonged to the QBlittablePixmap class anyway since that was the PixmapData type you would need to return to use the blitter api. Also removed the cross platform examples as they are more confusing than anything else. For usage of QBlittable look in the directfb platform integration plugin. | ||||
* | Refactored QGraphicsSystemCursor -> QPlatformCursor | Jørgen Lind | 2010-06-24 | 1 | -0/+4 |
| | |||||
* | Say hello to Q_WS_QPA! | Jørgen Lind | 2010-06-24 | 1 | -1/+1 |
| | | | | Rename Q_WS_LITE -> Q_WS_QPA | ||||
* | Refactoring GraphicsSystem to QPlatformIntegration | Jørgen Lind | 2010-03-31 | 1 | -1/+1 |
| | | | | | | | | | | | QPlatformIntegration is the "main" integration class which needs to be subclassed. This is done so that we don't pollute GraphicsSystem with functionality that really does not belong there. In lighthouse applications needs now to be started with -platform some_platform | ||||
* | Make sure the blitter api works with Raster GS(x11 and win) and QWS | Jørgen Lind | 2010-03-29 | 1 | -2/+7 |
| | |||||
* | Minimaldfb: try to make pixelformat of window the same as the layer | Jørgen Lind | 2010-02-23 | 1 | -0/+5 |
| | |||||
* | Second attemt on rasteroverlay in blitterpaintengine | Jørgen Lind | 2010-02-09 | 1 | -6/+100 |
| | |||||
* | Fix QPixmap::fill autotest and cachekey autotest | Jørgen Lind | 2010-01-27 | 1 | -3/+32 |
| | | | | | | | Also make sure it didn't failed with a QFATAL when drawing bitmaps and tried to make sure all surfaces er unlocked when opperations are being performed on them from the windowsurface. There are still test failuers :( | ||||
* | Fixed QBlittablePixmapData::fill | Jørgen Lind | 2010-01-18 | 1 | -3/+4 |
| | | | | | and a clipping error in the paintengine. Should prob. refactor engine state and clip calls. | ||||
* | Fix QBlittablePixmapData::fromImage | Jørgen Lind | 2010-01-12 | 1 | -4/+21 |
| | |||||
* | Added colordepth convenience function in minimaldfb | Jørgen Lind | 2010-01-11 | 1 | -1/+3 |
| | | | | and added pixelformat for default dfbblitters | ||||
* | Alpha channel fixes for QBlittablePixmapData | Paul Olav Tvete | 2010-01-08 | 1 | -3/+4 |
| | | | | Reviewed-by: Jørgen Lind | ||||
* | Make sure that premultiplied surfaces are used | Jørgen Lind | 2010-01-05 | 1 | -5/+3 |
| | | | | and clean up a bit. Also removed alot of unnecessary windowsurface code | ||||
* | Adding serialnumber to qpixmap_blitter | Jørgen Lind | 2010-01-04 | 1 | -0/+1 |
| | |||||
* | Fix stupid stride error in qblitter_directfb | Jørgen Lind | 2009-12-09 | 1 | -1/+1 |
| | | | | How many times am I going to make that mistake?"£$%"^ | ||||
* | Quick fix for bitmap type | Jørgen Lind | 2009-12-09 | 1 | -2/+1 |
| | |||||
* | Fix QBlittablePixmapData::fromImage | Jørgen Lind | 2009-11-25 | 1 | -11/+17 |
| | | | | There is still a stride problem when running the browser demo | ||||
* | Cleanup blitter and minimaldfb | Jørgen Lind | 2009-11-25 | 1 | -2/+3 |
| | | | | | | A QBlittable is now aware if it is locked or not. Created a seperate header file for DirectFB convenience functions | ||||
* | Made the blitter api work in lighthouse | Jørgen Lind | 2009-11-25 | 1 | -8/+53 |
| | |||||
* | Added QBlittablePixmapData | Jørgen Lind | 2009-11-25 | 1 | -0/+65 |
Is going to be used by everyone that reimplements QBlittable |