summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qgraphicssystemex_symbian_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix for BCM2727 chip detection on SymbianJani Hautakangas2011-05-301-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.7Jyri Tahtela2011-05-181-17/+17
| | | | | | New files after previous license change round. Reviewed-by: Trust Me
* Introduce platform extension to QGraphicsSystemJani Hautakangas2011-05-101-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