summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_s60.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Second attempt: Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-1/+1
| | | | | | | The previous commit 9c6e466dc09813dd4a641b2cf385f35ac99346f5 included some changes which were not meant to be pushed. Reviewed-by: TrustMe
* Revert "Fixed a few compiler warnings from QtGui for Symbian."Janne Anttila2009-10-131-1/+1
| | | | | | Accidentally used git commit -a when should have used only git commit :( This reverts commit 9c6e466dc09813dd4a641b2cf385f35ac99346f5.
* Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-1/+1
| | | | Reviewed-by: TrustMe
* Corrected some license headers.Kim Motoyoshi Kalland2009-09-181-4/+33
| | | | Reviewed-by: Samuel
* Introduce native Symbian bitmap support to QPixmapJani Hautakangas2009-09-181-0/+73
This is done to reduce heap consumption and to give a possibility to share bitmaps across process. QPixmap maps to Symbian CFbsBitmap which is stored in Symbian font and bitmap server. Reviewed-by: Jason Barron