Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for BCM2727 chip detection on Symbian | Jani Hautakangas | 2011-05-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | | QSymbianGraphcisSystemEx::hasBCM2727() uses bool QApplicationPrivate::useTranslucentEGLSurfaces to decide if Symbian is running on BCM2727 chip which is not entirely correct. bool QApplicationPrivate::useTranslucentEGLSurfaces should be assigned according to QSymbianGraphcisSystemEx::hasBCM2727() and QSymbianGraphcisSystemEx::hasBCM2727() should be also static function. Task-number: QTBUG-19578 Reviewed-by: Laszlo Agocs | ||||
* | Re-apply licenseheader text in source files for qt4.7 | Jyri Tahtela | 2011-05-18 | 1 | -17/+17 |
| | | | | | | New files after previous license change round. Reviewed-by: Trust Me | ||||
* | Introduce platform extension to QGraphicsSystem | Jani Hautakangas | 2011-05-10 | 1 | -0/+73 |
Qt on Symbian needs some special capabilities to be able to work on 32MB GPU. This patch introduces some Symbian specific functions to QGraphicsSystem Task-number: QTBUG-17882 Reviewed-by: Laszlo Agocs |