summaryrefslogtreecommitdiffstats
path: root/src/s60installs/bwins/QtOpenVGu.def
Commit message (Collapse)AuthorAgeFilesLines
* Update defs filesJani Hautakangas2011-04-041-1/+1
| | | | Reviewed-by: TRUSTME
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-teamaavit2011-04-041-1/+2
|\ | | | | | | | | Conflicts: src/s60installs/bwins/QtOpenVGu.def
| * Update .def filesJani Hautakangas2011-04-041-0/+2
| | | | | | | | Reviewed-by: TRUSTME
* | Fix an issue with VGImage readback in openvg.Laszlo Agocs2011-03-241-1/+2
|/ | | | | | | | | The special case of creating a pixmap from RSgImage via a native handle provider needs extra attention when hibernating: In this case the hibernating happens as usual, however doing a readback would produce unwanted results and must be avoided. Reviewed-by: Jani Hautakangas
* Added native image handle provider support in pixmaps on openvg.Laszlo Agocs2011-03-081-0/+3
| | | | | | | | | | | | | | | QNativeImageHandleProvider is a thin interface consisting of get() and release() functions. Pixmaps constructed with such a provider will call these functions to acquire and release a native handle, e.g. a CFbsBitmap or RSgImage pointer in case of Symbian. The behavior is largely similar to constructing pixmaps via fromSymbianCFbsBitmap or fromSymbianRSgImage, with the exception of pixmap hibernation: release() (and subsequently get()) is guaranteed to be called also in case of hibernation, allowing more fine-grained tracking of the usage and lifetime of image data. Task-number: QT-4632 Reviewed-by: Jani Hautakangas
* Updated def files with new QVGPixmapData function.Laszlo Agocs2011-03-071-0/+1
| | | | Reviewed-by: TRUSTME
* Changed QPixmap VG backend to use CFbsBitmap on Symbian.Laszlo Agocs2011-02-281-0/+3
| | | | | | | | | | | | | | Similarly to QS60PixmapData, that is used on raster, QVGPixmapData is also backed by a CFbsBitmap from now on (at least when it makes sense to do so). This allows copy-less bitmap handle duplication in from- and toSymbianCFbsBitmap() in case of certain image formats, reduces local heap usage and improves performance with the s60 style due to a reduced number of pixel data copies. Task-number: QT-2505 Reviewed-by: Jason Barron Reviewed-by: Jani Hautakangas
* Update QtOpenVg def files for bug QT-3589Joona Petrell2010-11-081-0/+1
|
* Recreate Qt 4.7.0 def files over Qt 4.6.3Joona Petrell2010-09-091-0/+4
| | | | | Task-number: Reviewed-by: Martin Jones
* Update Symbian emulator QtOpenVGu.def, QtNetworku.def, QtCoreu.def files for ↵Joona Petrell2010-07-281-8/+7
| | | | | | | Qt 4.7 to be in sync between respective def files in Qt 4.6.3 Task-number: QTBUG-12468 Reviewed-by: Jason Barron
* Update Symbian DEF files for WINSCW and EABIIain2010-05-131-1/+2
| | | | Reviewed-by: TrustMe
* DEF file updates for BWINS and EABI for SymbianIain2010-04-261-0/+4
| | | | Reviewed-by: TrustMe
* EABI and BWINS DEF file updates for SymbianIain2010-04-161-1/+4
| | | | Reviewed-by: TrustMe
* Update Symbian DEF filesIain2010-02-101-2/+27
| | | | | | | | | | | Reserve ordinal numbers in the WINSCW DEF file for EGL exports from QtGui (now added, but marked as ABSENT) Update OpenVG DEF files for EABI and WINSCW Update QtGui DEF file for WINSCW with 2 non-EGL-related exports Reviewed-by: TrustMe
* Update QtOpenVG DEF file for EABI, add for WINSCW, on Symbian OSIain2009-12-031-0/+142
| | | | Reviewed-by: TrustMe
* Rewind def files to betaShane Kearns2009-11-111-199/+0
| | | | | Reviewed-By: Espen Riskedal Task-Number: QTBUG-4748
* *Experimental* WINSCW DEF files for Qt, except WebKitIain2009-10-231-0/+199
Note: No autotest exports, no EGL exports from QtGui Reviewed-by: Jason Barron