summaryrefslogtreecommitdiff
path: root/src/openvg/qpixmapdata_vg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia.Marko Valtanen2012-12-041-10/+11
* Change to release licenses for 4.6.3.Jason McDonald2010-05-301-13/+13
* Symbol visibility fixes for RVCT4 on SymbianIain2010-04-151-2/+2
* Fix OpenVG build on non-Symbian platforms.Rhys Weatherley2010-03-261-0/+2
* Fix #ifdef logic for Symbian conversion functions in QVGPixmapData.Jason Barron2010-03-221-9/+4
* Change fromSymbianRSgImage() to use the newer version of RSgImageJason Barron2010-03-191-34/+31
* Fix linking issues of QtOpenVG.dllAlessandro Portale2010-03-161-10/+6
* Implementation for QVGPixmapData to/fromSymbianCFbsBitmapJani Hautakangas2010-02-031-2/+92
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Avoid deep QImage copies in the OpenVG paint engineRhys Weatherley2010-01-041-1/+1
|/
* Add an image allocation pool to the OpenVG paint engineRhys Weatherley2009-12-151-34/+58
* Recreate VGImage properly in out of memory caseRhys Weatherley2009-12-101-0/+8
* Automatically destroy VG pixmaps when the last window surface goes awayRhys Weatherley2009-12-071-4/+29
* Do not recreate the VGImage if the size is unchangedRhys Weatherley2009-11-201-33/+9
* Remove unmatched else in non-EGL mode for OpenVG pixmap dataRhys Weatherley2009-11-201-1/+0
* Prevent a deep copy of QImage::bits() in the OpenVG pixmap implementationRhys Weatherley2009-11-201-2/+10
* Protect the OpenVG engine from null QPixmapData objectsRhys Weatherley2009-11-031-0/+2
* Added QPixmapData::createCompatiblePixmapData() used by QPixmap::copy().Samuel Rødal2009-10-141-0/+5
* Push the "lazy doneCurrent" logic down from QtOpenVG into QEglRhys Weatherley2009-09-251-3/+2
* Modify functions for native pixmap data conversion on Symbian.Jason Barron2009-09-231-127/+139
* Adding support for symbian graphics resources.Aleksandar Sasha Babic2009-09-181-0/+178
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Add a private function for conversion a QPixmap into a VGImageRhys Weatherley2009-08-101-0/+25
* Integrate the OpenVG graphics system into Qt 4.6Rhys Weatherley2009-06-231-0/+344