summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2010-01-201-7/+12
|\
| * Clarify the docs slightly for QPainter::beginNativePainting().Trond Kjernåsen2010-01-151-6/+11
| * 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
* | | Text drawing is not fast currentlyGunnar Sletta2010-01-151-3/+0
|/ /
* | fixed typo in qpainter docsGunnar Sletta2010-01-041-1/+1
|/
* Added vg to the performance section of the QPainter docsGunnar Sletta2009-12-141-0/+6
* Fixed spelling in docsGunnar Sletta2009-12-141-6/+6
* Initial documentation for the performance characteristics of QPainter.Gunnar Sletta2009-12-111-0/+78
* Fix possible off-by-one inconsistency against system look and feel whenEskil Abrahamsen Blomfeldt2009-12-081-1/+1
* Fixes transformation problems with QGraphicsProxyWidget.Yoann Lopes2009-12-021-1/+1
* Fixed build on S60 and WinCEThorbjørn Lindeijer2009-11-301-1/+1
* Improved and optimized the WaveUnderlineThorbjørn Lindeijer2009-11-261-32/+60
* Fix QPainter::setPen(pen with color but no style) on non-extended.David Faure2009-11-061-15/+2
* don't do unessesary brush comparrisonsGunnar Sletta2009-11-061-8/+0
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-031-1/+1
|\
| * Made QPainter::drawText() respect Qt::TextDontClip flag.Samuel Rødal2009-11-031-1/+1
* | Check for QPixmap::isNull() in QPainter::drawPixmap()Gunnar Sletta2009-11-031-1/+1
|/
* Removed usage of CompositionMode_Source in QGraphicsView for X11.Trond Kjernåsen2009-11-031-2/+3
* Fixed QPainter::begin() so that it fails gracefully.Kim Motoyoshi Kalland2009-10-151-29/+32
* Fixed handling of brush origin in the OpenGL paint engines.Kim Motoyoshi Kalland2009-10-131-2/+1
* doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-281-0/+4
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-181-1/+5
|\
| * Merge branch '4.5' into 4.6Tom Cooksey2009-09-171-1/+5
| |\
| | * Fix drawing text in QPicture and printing in right-to-left modeEskil Abrahamsen Blomfeldt2009-09-151-1/+5
| | * Update license headers again.Jason McDonald2009-09-081-4/+4
* | | Made drawRoundedRect() implementation virtual in QPaintEngineExGunnar Sletta2009-09-181-73/+2
|/ /
* | Doc: Created a new Drawing Utility Functions page.David Boddie2009-09-151-1/+2
* | Fixed bad gradient offsets on Mac OS XGunnar Sletta2009-09-141-1/+2
* | Added example to docs for QPainter::beginNativePainting().Samuel Rødal2009-09-111-2/+7
* | 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
* | | Fixes for compiler warnings reported by RVCTJanne Anttila2009-09-091-2/+0
|/ /
* | Optimize qt_format_text test operations: try not to detachOlivier Goffart2009-09-041-40/+28
* | Added trace graphics system for painting performance profiling.Samuel Rødal2009-09-031-5/+8
* | Revert "Optimize qt_format_text test operations: try not to detach"Eskil Abrahamsen Blomfeldt2009-09-031-28/+40
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Doc: Fixed recommended code as suggested in the public task.David Boddie2009-08-271-1/+2
* | Improved QPainter API for allowing native painting in GL / VG.Samuel Rødal2009-08-261-0/+39
* | Merge commit 'qt/master'Jason Barron2009-08-211-0/+8
|\ \
| * | Reset clip structure when we use Qt::ReplaceClip or Qt::NoClipGunnar Sletta2009-08-211-0/+8
* | | Merge commit 'qt/master'Jason Barron2009-08-181-7/+7
|\ \ \ | |/ /
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+2
| * | spelWarwick Allison2009-08-141-5/+5
* | | Replace QCustomScopedPointer with QScopedPointerHarald Fernengel2009-08-131-2/+4
* | | Merge commit 'qt/master'Jason Barron2009-08-131-44/+41
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| * | Optimize qt_format_text test operations: try not to detachOswald Buddenhagen2009-08-111-40/+28