Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-06 | 5 | -4/+6 |
|\ | |||||
| * | Merge branch '4.5' | Bill King | 2009-08-05 | 2 | -0/+3 |
| |\ | |||||
| | * | Preserved fill rule for perspective mapped strokes in raster engine. | Samuel Rødal | 2009-08-03 | 2 | -0/+3 |
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Gunnar Sletta | 2009-08-04 | 6 | -158/+84 |
| |\ \ | |||||
| | * | | fix warnings on mingw (gcc4.4) | Thierry Bastian | 2009-08-04 | 1 | -2/+2 |
| | * | | Mac: Remove debug work output | Richard Moe Gustavsen | 2009-08-04 | 1 | -1/+0 |
| * | | | have QPainter::begin() return false on null paint engine | Gunnar Sletta | 2009-08-04 | 1 | -1/+1 |
* | | | | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 37 | -314/+260 |
|\ \ \ \ | |||||
| * | | | | Trailing whitespace and tab/space fixes for src/gui | Janne Anttila | 2009-08-04 | 6 | -164/+161 |
| * | | | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 31 | -155/+104 |
* | | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 22 | -830/+302 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Fixed some perspective transform rendering bugs. | Samuel Rødal | 2009-08-03 | 4 | -155/+82 |
| | |/ / | |/| | | |||||
| * | | | fixed broken integration of qwindowsurface_raster.cpp | Gunnar Sletta | 2009-08-03 | 1 | -1/+1 |
| * | | | Merge branch '4.5' | Thiago Macieira | 2009-08-03 | 2 | -6/+6 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fixed drawImage() so that it doesn't sample outside the source image. | Kim Motoyoshi Kalland | 2009-07-28 | 1 | -4/+4 |
| | * | | Don't use layered windows for non-translucent windows | Gunnar Sletta | 2009-07-28 | 1 | -2/+2 |
| * | | | Ensure that the dash offset is reset when using drawLines() | Andy Shaw | 2009-08-03 | 1 | -2/+4 |
| * | | | When there is no alpha channel significantly improve the speed of blendTiled. | Benjamin C Meyer | 2009-07-30 | 1 | -21/+51 |
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Morten Sørvig | 2009-07-30 | 6 | -615/+62 |
| |\ \ \ | |||||
| | * | | | Reviewed-by: Thomas H. | Gunnar Sletta | 2009-07-30 | 5 | -613/+60 |
| | * | | | Merge branch 'texture_from_pixmap' | Tom Cooksey | 2009-07-30 | 1 | -2/+2 |
| | |\ \ \ | |||||
| | | * | | | Move uninit & readonly into a flags member of QX11PixmapData | Tom Cooksey | 2009-07-29 | 1 | -2/+2 |
| * | | | | | Mac/Carbon: Fix issue causing update(QRegion) to fail on large widgets. | Morten Sørvig | 2009-07-30 | 2 | -0/+39 |
| |/ / / / | |||||
| * | | | | Port of Qt to VxWorks | Robert Griebl | 2009-07-29 | 5 | -1/+23 |
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Gunnar Sletta | 2009-07-29 | 1 | -15/+21 |
| |\ \ \ \ | |||||
| * | | | | | QPainterPath's vectorpath cache wasn't cleared on detach() | Gunnar Sletta | 2009-07-28 | 1 | -0/+2 |
| * | | | | | Implement perspective filling support in the raster engine... | Gunnar Sletta | 2009-07-28 | 2 | -20/+56 |
| * | | | | | Implement perspective stroking support in QPaintEngineEx::stroke() | Gunnar Sletta | 2009-07-28 | 1 | -6/+28 |
| * | | | | | Kill QRasterPaintEngine::drawPath() to benefit from QPaintEngEx optims | Gunnar Sletta | 2009-07-28 | 2 | -91/+0 |
| * | | | | | Added QVectorPath::convertToPainterPath() for future convenience | Gunnar Sletta | 2009-07-28 | 2 | -0/+36 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-30 | 1 | -15/+21 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Doc: Some final QMatrix cleanups. | Volker Hilsheimer | 2009-07-28 | 1 | -3/+6 |
| * | | | | Doc: Cleaning up. | Volker Hilsheimer | 2009-07-28 | 1 | -12/+15 |
| |/ / / | |||||
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-29 | 3 | -42/+61 |
|\ \ \ \ | |/ / / | |||||
| * | | | Doc: Remove reference to QMatrix | Volker Hilsheimer | 2009-07-27 | 1 | -5/+3 |
| * | | | "MAP" is a too common name to use it without #undef'ing it first | Robert Griebl | 2009-07-27 | 1 | -1/+3 |
| * | | | Doc: Obsolete QMatrix and QPainter APIs using it. | Volker Hilsheimer | 2009-07-27 | 2 | -36/+55 |
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-28 | 9 | -124/+49 |
|\ \ \ \ | |/ / / | |||||
| * | | | Doc: Replace QMatrix with QTransform and respective functions in various places. | Volker Hilsheimer | 2009-07-25 | 2 | -3/+6 |
| * | | | Doc: Replace links to obsolete APIs. | Volker Hilsheimer | 2009-07-25 | 2 | -3/+3 |
| * | | | Remove all the last vestiges of QuickDraw in Qt/Mac. | Norwegian Rock Cat | 2009-07-24 | 1 | -105/+0 |
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-07-24 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Once enabled, the emulation engine never got switched back off | Gunnar Sletta | 2009-07-24 | 1 | -1/+1 |
| * | | | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-07-24 | 4 | -12/+39 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | |||||
| | * | | Fixed crash when vectorpath was polygonal only in raster::stroke() | Gunnar Sletta | 2009-07-24 | 1 | -9/+16 |
| | * | | QPainter::stroke() on raster engine would draw moveto's as lines | Gunnar Sletta | 2009-07-23 | 1 | -5/+17 |
| | * | | Diagonal dashes are moving when touching the clip boundary. | Gunnar Sletta | 2009-07-23 | 1 | -1/+4 |
| | * | | Implement clipping in the QPaintEngineEx::stroke() function. | Gunnar Sletta | 2009-07-23 | 3 | -6/+11 |
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 14 | -671/+285 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | Merge branch '4.5' | Thiago Macieira | 2009-07-22 | 1 | -2/+7 |
| |\ \ | | |/ |