summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_s60.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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