summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Removed pointless variables to silence warnings from RVCT.axis2009-07-061-1/+0
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-29152-357/+397
|\
| * Fixed cap and join styles when printing to native Windows printers.Trond Kjernaasen2009-06-261-1/+19
| * Added QPen warning when setting dash pattern with non-positive entries.Samuel Rødal2009-06-231-2/+2
| * Moving a child widget right after show() does not work as expected.Bjørn Erik Nilsen2009-06-221-1/+4
| * Fixed wrong painting when doing IntersectClip after setClipping(false).Samuel Rødal2009-06-222-11/+14
| * Fixed bugs in QPainterPath::united().Samuel Rødal2009-06-171-27/+42
| * Fixed segmentation fault caused by empty clip.Samuel Rødal2009-06-172-2/+2
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-16152-303/+303
| * Fixed the pen dash patterns for Mac.Trond Kjernåsen2009-06-111-10/+10
| * Initialize xform_scale in constructorAnders Bakken2009-06-091-0/+1
* | Fix warnings because of unused variables.axis2009-06-293-2/+8
* | Fixes leak introduced by QScopedPointerHarald Fernengel2009-06-152-3/+21
* | Make Qt exception safer.Robert Griebl2009-06-1020-274/+392
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-083-22/+16
|\ \ | |/
| * Fixed an issue with graphicssystem raster on 8 and 16 bit X servers.Trond Kjernåsen2009-06-051-1/+1
| * Fixed raster bug causing fully clipped images to be partially blended.Samuel Rødal2009-06-031-2/+2
| * Fixed a byte ordering issue when using the raster graphicssystem.Trond Kjernåsen2009-06-021-7/+10
| * Use a QVarLengthArray instead of some hacky self-made containerHarald Fernengel2009-06-021-12/+3
* | Make QColormap::instance() not crash.Jason Barron2009-06-051-5/+1
* | Implement a dummy QColorMap for Symbian.Jason Barron2009-06-042-1/+114
* | Merge branch 'imSelections'axis2009-06-034-4/+124
|\ \
| * | Fixed incorrect headers.axis2009-06-034-4/+124
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-023-22/+26
|\ \ \ | |/ / |/| / | |/
| * BT: Fixed GL textdrawing in the Boxes demo.Trond Kjernaasen2009-05-261-2/+6
| * Doc: Miscellaneous documentation fixes for Qt 4.5.x and later.David Boddie2009-05-251-4/+4
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-05-253-18/+8
| |\
| * | Doc: Fixed the paper sizes again.David Boddie2009-05-201-16/+16
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-253-18/+8
|\ \ \ | | |/ | |/|
| * | qdoc: Added some missing qdoc comments.Martin Smith2009-05-253-10/+8
| * | qdoc: Added some missing qdoc comments.Martin Smith2009-05-251-0/+6
| * | Revert "Ignore GCC warning of unsafe floating point comparisons."Ariya Hidayat2009-05-221-14/+0
| * | Fix a wrong compiler define (was a typo).Ariya Hidayat2009-05-201-1/+1
| |/
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-202-1/+15
|\ \ | |/
| * Ignore GCC warning of unsafe floating point comparisons.Ariya Hidayat2009-05-191-0/+14
| * Fix some typos in the documentation.Frederik Schwarzer2009-05-181-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-185-17/+32
|\ \ | |/
| * Fixed a bug which implicitly closed perspective transformed poly lines.Trond Kjernåsen2009-05-181-3/+5
| * QColor::toCmyk() does not convert the color if it is already in CMYKBenjamin Poulain2009-05-141-2/+2
| * Fixed an issue with text drawing under Windows.Trond Kjernaasen2009-05-141-7/+4
| * Fix handling of gradients on pens in the emulation paint engine.Kim Motoyoshi Kalland2009-05-121-3/+19
| * Fixes a code snippet for QPainter::xFormDev()Andy Shaw2009-05-111-2/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-05-1138-670/+2204
|\ \
| * \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-1111-245/+302
| |\ \ | | |/
| | * Fixed a problem with QPrinter::NativeFormat printers not being valid.Trond Kjernåsen2009-05-081-2/+2
| | * Fixed a problem that caused QPrintDialog to invalidate QPrinter.Trond Kjernåsen2009-05-071-5/+5
| | * Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-072-4/+3
| | * Fixed some inconsistencies for image drawing on non-integer coords.Samuel Rødal2009-05-071-3/+16
| | * Win: QLineEdit not updating correctly when embedded in Graphics ViewBjoern Erik Nilsen2009-05-071-1/+2
| | * qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-074-224/+248