summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into bearermanagement/unit-testsAaron McCarthy2010-02-221-3/+141
|\
| * Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-201-0/+137
| |\
| | * Fix fallback for QStaticText when it's unsupported in paint engineEskil Abrahamsen Blomfeldt2010-02-191-1/+1
| | * doc: Update documentation for QStaticTextEskil Abrahamsen Blomfeldt2010-02-161-0/+23
| | * Separate out textFormat property from setText() function and removeEskil Abrahamsen Blomfeldt2010-02-151-1/+1
| | * Add API for rich text and getting actual size of QStaticTextEskil Abrahamsen Blomfeldt2010-02-141-5/+10
| | * Make QStaticText public API againEskil Abrahamsen Blomfeldt2010-02-101-41/+41
| | * Merge branch '4.6' into qstatictext-4.6Eskil Abrahamsen Blomfeldt2010-02-101-5/+18
| | |\
| | * | Temporarily remove QPainter::drawStaticText() for Qt 4.6.x integrationEskil Abrahamsen Blomfeldt2010-02-051-50/+37
| | * | Merge branch '4.6' into qstatictext-4.6Eskil Abrahamsen Blomfeldt2010-02-011-12/+46
| | |\ \
| | * | | Clarify comment in QPainterEskil Abrahamsen Blomfeldt2010-02-011-1/+1
| | * | | Make QStaticText private APIEskil Abrahamsen Blomfeldt2010-02-011-0/+7
| | * | | Improve performance of QStaticText on OpenGL by caching data on GPUEskil Abrahamsen Blomfeldt2010-01-291-0/+1
| | * | | Use fallback when drawing projected textEskil Abrahamsen Blomfeldt2010-01-151-1/+1
| | * | | Optimize drawStaticText() with rectangle destinationEskil Abrahamsen Blomfeldt2010-01-141-1/+1
| | * | | Implement drawStaticTextItem() in OpenGL paint enginesEskil Abrahamsen Blomfeldt2010-01-141-2/+18
| | * | | Remove font property in QStaticText and fix handling translation onEskil Abrahamsen Blomfeldt2010-01-141-11/+24
| | * | | Apply painter matrix to position in QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-01-141-10/+9
| | * | | Support transformations in drawStaticText() and optimize for spaceEskil Abrahamsen Blomfeldt2010-01-141-4/+27
| | * | | Optimize QStaticText for spaceEskil Abrahamsen Blomfeldt2010-01-141-5/+17
| | * | | Respect font settings of QStaticText and clip to maximum sizeEskil Abrahamsen Blomfeldt2010-01-141-1/+20
| | * | | Support maximumSize for the layout of the text in a QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-5/+1
| | * | | Speed optimization for QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-5/+9
| | * | | Space optimization in QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-6/+2
| | * | | Optimize QStaticText for one line stringsEskil Abrahamsen Blomfeldt2010-01-141-20/+9
| | * | | doc: Add documentation for QStaticText and QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-01-141-3/+25
| | * | | Fix formatting/clipping rectangle in QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-01-141-1/+17
| | * | | Simplify QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-25/+2
| | * | | Introduce QStaticText APIEskil Abrahamsen Blomfeldt2010-01-141-0/+32
| * | | | Speed up custom bitmap brushes on X11 without Xrender support.Trond Kjernåsen2010-02-111-3/+4
| | |_|/ | |/| |
* | | | Merge remote branch 'origin/4.6' into bearermanagement/integrationAaron McCarthy2010-02-111-7/+20
|\ \ \ \ | |/ / /
| * | | Updated the docs for QPainter::begin/endNativePainting()Trond Kjernåsen2010-02-081-5/+18
| | |/ | |/|
| * | Fixed a crash when QPixmaps are destroyed after the ~QApplication.Trond Kjernåsen2010-01-291-2/+2
* | | Merge commit 'origin/4.6' into bearermanagement/integration-4Aaron McCarthy2010-01-291-13/+131
|\ \ \ | |/ /
| * | Fix QPainter::redirection() to pass autotest.Gunnar Sletta2010-01-221-3/+2
| * | Don't use a mutex lock in QPainter::redirection unless strictly requiredGunnar Sletta2010-01-221-3/+36
| * | 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
* | Fix build on Maemo, force type to qreal.Aaron McCarthy2010-01-071-1/+2
|/
* Improved and optimized the WaveUnderlineThorbjørn Lindeijer2009-11-261-32/+60