Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Made raster respect SmoothPixmapTransform and Antialiasing hints better. | Samuel Rødal | 2009-09-10 | 1 | -14/+5 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Removed some superfluous semicolons | Alessandro Portale | 2009-09-09 | 2 | -2/+2 | |
* | | | | | | | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Janne Anttila | 2009-09-09 | 162 | -661/+662 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update license headers again. | Jason McDonald | 2009-09-09 | 162 | -654/+654 | |
| * | | | | | | | | Merge commit '4feb4019cfc144cef4cd9177d52e52dee9ebdf32' into 4.6 | Rohan McGovern | 2009-09-09 | 1 | -7/+7 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | / | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| | * | | | | | | Fixed bug in drawImage() when fall-back code path is used. | Samuel Rødal | 2009-09-08 | 1 | -7/+7 | |
| | |/ / / / / | ||||||
| * | | | | | | doc: Fixed several qdoc errors. | Martin Smith | 2009-09-08 | 1 | -0/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Fixes for compiler warnings reported by RVCT | Janne Anttila | 2009-09-09 | 1 | -2/+0 | |
* | | | | | | Fixed 'illegal empty declaration' warning for Nokia X86 compiler. | Janne Anttila | 2009-09-08 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Fix tiled blit in 16-bit mode | Paul Olav Tvete | 2009-09-07 | 1 | -4/+7 | |
| |_|_|/ |/| | | | ||||||
* | | | | Fixed compile for S60. | Rohan McGovern | 2009-09-05 | 1 | -1/+1 | |
* | | | | Only export internal raster classes in QWS | Anders Bakken | 2009-09-04 | 2 | -3/+15 | |
* | | | | Added multiple frames to QPaintBuffer. | Samuel Rødal | 2009-09-04 | 2 | -7/+27 | |
* | | | | Avoided streaming multiple copies of images/pixmaps in QPaintBuffer. | Samuel Rødal | 2009-09-04 | 1 | -1/+74 | |
* | | | | Optimize qt_format_text test operations: try not to detach | Olivier Goffart | 2009-09-04 | 1 | -40/+28 | |
* | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-09-04 | 2 | -3/+7 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-09-04 | 1 | -2/+6 | |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | ||||||
| | * | | Fixed clipping of native style elements when raster is used on mac | Gunnar Sletta | 2009-09-04 | 1 | -2/+6 | |
| * | | | Fix compilation on OS X. | Michael Brasser | 2009-09-04 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Added support for quering a printer for the actual number of copies. | Gunnar Sletta | 2009-09-04 | 2 | -0/+19 | |
|/ / | ||||||
* | | Added trace graphics system for painting performance profiling. | Samuel Rødal | 2009-09-03 | 11 | -41/+2245 | |
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-09-03 | 2 | -0/+43 | |
|\ \ | |/ | ||||||
| * | Add missing license headers | Jason McDonald | 2009-09-03 | 1 | -0/+3 | |
| * | Add license header to perl scripts. | Jason McDonald | 2009-09-02 | 1 | -0/+40 | |
| * | Invalidate cached QVectorPath when QPainterPath changes | Gunnar Sletta | 2009-08-31 | 1 | -0/+2 | |
* | | Fixed some clipping bugs in raster paint engine. | Samuel Rødal | 2009-09-03 | 1 | -7/+7 | |
* | | Revert "Optimize qt_format_text test operations: try not to detach" | Eskil Abrahamsen Blomfeldt | 2009-09-03 | 1 | -28/+40 | |
* | | fix warnings on mingw | Thierry Bastian | 2009-09-02 | 3 | -3/+3 | |
* | | doc: Also mention HSL | Thorbjørn Lindeijer | 2009-09-01 | 1 | -1/+1 | |
* | | Make QMargins a proper class | Jens Bache-Wiig | 2009-08-31 | 2 | -98/+59 | |
* | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-31 | 2 | -2/+4 | |
* | | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 9 | -117/+117 | |
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 150 | -1950/+1950 | |
|\ \ | |/ | ||||||
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 152 | -1976/+1976 | |
| * | Fixed rounding error in fillRect() in the raster paint engine | Eskil Abrahamsen Blomfeldt | 2009-08-18 | 1 | -11/+7 | |
| * | Update license headers. | Jason McDonald | 2009-08-11 | 152 | -152/+152 | |
* | | Fix crash in backingstore when QWidget::paintEngine() returns 0 | Prasanth Ullattil | 2009-08-28 | 1 | -2/+2 | |
* | | Doc: Fixed recommended code as suggested in the public task. | David Boddie | 2009-08-27 | 1 | -1/+2 | |
* | | Fixed clipping bugs in QGLWidgets (very noticeable in sub-attaq). | Samuel Rødal | 2009-08-27 | 1 | -1/+2 | |
* | | Improved QPainter API for allowing native painting in GL / VG. | Samuel Rødal | 2009-08-26 | 3 | -0/+45 | |
* | | Remove superfluous '.data()' call from dashStroker. | Jason Barron | 2009-08-26 | 1 | -1/+1 | |
* | | Micro-optimization in QPainterPath::toFillPolygons | Thorbjørn Lindeijer | 2009-08-25 | 1 | -7/+1 | |
* | | Memory leak in QBrush | Olivier Goffart | 2009-08-25 | 1 | -1/+1 | |
* | | Made it possible to use the Vista specific desktop effects. | Trond Kjernåsen | 2009-08-24 | 1 | -1/+4 | |
* | | Removed unused header for the WinCE and Windows platforms. | Trond Kjernåsen | 2009-08-24 | 1 | -1/+0 | |
* | | HSL support for QColor | Thomas Hartmann | 2009-08-24 | 2 | -13/+472 | |
* | | Remove QScopedCustomPointer | Harald Fernengel | 2009-08-24 | 2 | -10/+10 | |
* | | Export QClipData and QRasterBuffer | Anders Bakken | 2009-08-21 | 1 | -2/+2 | |
* | | Export QRasterizer | Anders Bakken | 2009-08-21 | 1 | -1/+1 | |
* | | Compile | Anders Bakken | 2009-08-21 | 1 | -0/+1 | |