Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | 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 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Fix table borders in multiline tables when printing to PostScript. | Gunnar Sletta | 2009-07-22 | 1 | -2/+7 | |
| | * | | | Make "-graphicssystem openvg" select OpenVG as default graphics system | Rhys Weatherley | 2009-07-22 | 1 | -0/+4 | |
| | * | | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+2 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Fix deadlock in the QWS server when destroying lots of windows | Tom Cooksey | 2009-07-17 | 1 | -1/+2 | |
| | * | | | Doc: A few cleanups, fixes and improvements. | Volker Hilsheimer | 2009-07-19 | 1 | -1/+2 | |
| | * | | | fix warnings with mingw | Thierry Bastian | 2009-07-15 | 1 | -1/+1 | |
| | * | | | Fix warnings for mingw | Thierry Bastian | 2009-07-15 | 3 | -108/+4 | |
| | * | | | Build fix for mingw | Thierry Bastian | 2009-07-14 | 1 | -1/+1 | |
| | * | | | Use the safe versions in these system calls I've just introduced. | Thiago Macieira | 2009-07-02 | 1 | -8/+12 | |
| | * | | | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support | miniak | 2009-07-01 | 8 | -549/+256 | |
| | * | | | Merge branch '4.5' | Marius Storm-Olsen | 2009-06-30 | 1 | -3/+3 | |
| | |\ \ \ | | | |/ / | ||||||
* | | | | | replacing assert with recovery for begin/end paint lock for exception compata... | mread | 2009-08-07 | 1 | -3/+5 | |
| |_|_|/ |/| | | | ||||||
* | | | | 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 | |
|/ / / | ||||||
* | | | Make S60 integration optional. | Jason Barron | 2009-07-15 | 5 | -12/+12 | |
* | | | Fixed a consistency problem in the backing store. | axis | 2009-07-14 | 1 | -0/+4 | |
* | | | Merge commit 'origin/master' into 4.6-merged | Jason Barron | 2009-07-09 | 5 | -9/+11 | |
|\ \ \ | ||||||
| * \ \ | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-07-07 | 1 | -3/+3 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Fix crash/artifacts on SuperH | Tom Cooksey | 2009-06-29 | 1 | -3/+3 | |
| * | | | Removed unused static data from Qt. | axis | 2009-07-06 | 1 | -3/+0 | |
| * | | | Removed pointless variables to silence warnings from RVCT. | axis | 2009-07-06 | 1 | -1/+0 | |
| * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-06-29 | 152 | -357/+397 | |
| |\ \ \ | | |/ / |