summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintbuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-3/+3
|\
| * Rename QGlyphs -> QGlyphRunEskil Abrahamsen Blomfeldt2011-05-101-3/+3
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
|/
* Fixes warnings about unused variablesOlivier Goffart2011-04-281-10/+0
* Long live QRawFont!Eskil Abrahamsen Blomfeldt2011-04-191-5/+18
* Put all the declarations of qt_defaultDpi{,X,Y}() in one placeJiang Jiang2011-04-051-2/+0
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-22/+22
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-171-0/+2
|\
| * Fix building of corelib, network and gui with qconfig minimal.Aaron McCarthy2010-04-161-0/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-2/+2
|\ \ | |/ |/|
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-151-2/+2
* | Implement proper QStaticText support in QPaintBufferEskil Abrahamsen Blomfeldt2010-03-291-14/+19
* | Paintbuffer single frame profiling.Samuel Rødal2010-03-261-13/+290
* | Reduced the memory footprint of qttrace files.Samuel Rødal2010-02-181-8/+106
* | Make QStaticText public API againEskil Abrahamsen Blomfeldt2010-02-101-3/+4
* | Temporarily remove QPainter::drawStaticText() for Qt 4.6.x integrationEskil Abrahamsen Blomfeldt2010-02-051-1/+1
* | Use state in QPaintBuffer rather than search for the transform cmdEskil Abrahamsen Blomfeldt2010-02-051-10/+1
* | Make QStaticText private APIEskil Abrahamsen Blomfeldt2010-02-011-0/+1
* | CompileEskil Abrahamsen Blomfeldt2010-01-201-5/+2
* | Implement QPaintBufferEngine::drawStaticTextItem()Eskil Abrahamsen Blomfeldt2010-01-181-0/+37
|/
* Update copyright year to 2010Jason McDonald2010-01-071-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