summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintbuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Ran the script utils/normalizeOlivier Goffart2009-11-181-1/+1
* Fixed some debug and some minor optims to QPaintBuffergunnar2009-11-041-38/+57
* Deep copy QImage based on non-owned data so we can safely store themGunnar Sletta2009-09-281-2/+11
* compile fix with namespacehjk2009-09-281-0/+5
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-091-4/+4
|\
| * Update license headers again.Jason McDonald2009-09-091-4/+4
* | Fixed 'illegal empty declaration' warning for Nokia X86 compiler.Janne Anttila2009-09-081-1/+1
|/
* Fixed compile for S60.Rohan McGovern2009-09-051-1/+1
* Added multiple frames to QPaintBuffer.Samuel Rødal2009-09-041-5/+21
* Avoided streaming multiple copies of images/pixmaps in QPaintBuffer.Samuel Rødal2009-09-041-1/+74
* Added trace graphics system for painting performance profiling.Samuel Rødal2009-09-031-0/+1745