summaryrefslogtreecommitdiffstats
path: root/src/openvg/qpixmapdata_vg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-291-9/+6
|\
| * Fix OpenVG build on non-Symbian platforms.Rhys Weatherley2010-03-251-0/+2
| * Fix #ifdef logic for Symbian conversion functions in QVGPixmapData.Jason Barron2010-03-221-9/+4
* | Merge branch '4.6-s60' into 4.7-s60axis2010-03-221-34/+31
|\ \ | |/
| * Change fromSymbianRSgImage() to use the newer version of RSgImageJason Barron2010-03-191-34/+31
* | Fix compilation of OpenVG.Jason Barron2010-03-181-6/+6
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-s60axis2010-03-181-10/+6
|\ \ | |/
| * Fix linking issues of QtOpenVG.dllAlessandro Portale2010-03-161-10/+6
* | Replace qt_vg_imageBits() with constBits() in the OpenVG codeRhys Weatherley2010-02-081-10/+2
|/
* 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-061-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-091-0/+8
* Automatically destroy VG pixmaps when the last window surface goes awayRhys Weatherley2009-12-061-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-021-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-241-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-221-0/+344