Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix setting font for QStaticText on Linux and Mac | Eskil Abrahamsen Blomfeldt | 2010-03-30 | 1 | -5/+5 |
* | Implement proper QStaticText support in QPaintBuffer | Eskil Abrahamsen Blomfeldt | 2010-03-29 | 1 | -0/+10 |
* | Make QStaticText layout lazy | Eskil Abrahamsen Blomfeldt | 2010-03-29 | 1 | -1/+1 |
* | Change QStaticText::setMaximumSize() to setTextWidth() | Eskil Abrahamsen Blomfeldt | 2010-03-29 | 1 | -23/+19 |
* | Respect QPainter::pen() in QPainter::drawStaticText() | Eskil Abrahamsen Blomfeldt | 2010-03-29 | 1 | -1/+1 |
* | Add new function QTextLine::horizontalAdvance() | Eskil Abrahamsen Blomfeldt | 2010-03-23 | 1 | -1/+1 |
* | Fixed performance issues when falling back to raster for sub-pixmaps. | Samuel Rødal | 2010-03-22 | 1 | -2/+7 |
* | Merge branch '4.7-cutoff' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.... | Qt Continuous Integration System | 2010-03-09 | 1 | -4/+4 |
|\ | |||||
| * | doc: Fixed several qdoc errors. | Martin Smith | 2010-03-09 | 1 | -4/+4 |
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7 | Eskil Abrahamsen Blomfeldt | 2010-03-09 | 1 | -23/+30 |
|\ \ | |||||
| * | | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/Hint | Trond Kjernåsen | 2010-03-09 | 1 | -20/+20 |
| |/ | |||||
| * | Fixed qDrawPixmaps() to draw on integer coordinates on Mac OS X. | Trond Kjernåsen | 2010-03-01 | 1 | -3/+10 |
* | | Fix alignment of text with negative right bearing | Eskil Abrahamsen Blomfeldt | 2010-03-09 | 1 | -2/+3 |
|/ | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Rhys Weatherley | 2010-02-24 | 1 | -0/+1 |
|\ | |||||
| * | Merge remote branch 'origin/master' into bearermanagement/unit-tests | Aaron McCarthy | 2010-02-22 | 1 | -3/+141 |
| |\ | |||||
| * \ | Merge remote branch 'origin/4.6' into bearermanagement/integration | Aaron McCarthy | 2010-02-11 | 1 | -7/+20 |
| |\ \ | |||||
| * \ \ | Merge commit 'origin/4.6' into bearermanagement/integration-4 | Aaron McCarthy | 2010-01-29 | 1 | -13/+131 |
| |\ \ \ | |||||
| * | | | | Fix build on Maemo, force type to qreal. | Aaron McCarthy | 2010-01-07 | 1 | -1/+2 |
* | | | | | Add private qt_draw_glyphs() API | Eskil Abrahamsen Blomfeldt | 2010-02-23 | 1 | -0/+55 |
* | | | | | Made the qDrawPixmaps() API public (with modifications). | Trond Kjernåsen | 2010-02-23 | 1 | -0/+154 |
| |_|_|/ |/| | | | |||||
* | | | | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-20 | 1 | -0/+137 |
|\ \ \ \ | |||||
| * | | | | Fix fallback for QStaticText when it's unsupported in paint engine | Eskil Abrahamsen Blomfeldt | 2010-02-19 | 1 | -1/+1 |
| * | | | | doc: Update documentation for QStaticText | Eskil Abrahamsen Blomfeldt | 2010-02-16 | 1 | -0/+23 |
| * | | | | Separate out textFormat property from setText() function and remove | Eskil Abrahamsen Blomfeldt | 2010-02-15 | 1 | -1/+1 |
| * | | | | Add API for rich text and getting actual size of QStaticText | Eskil Abrahamsen Blomfeldt | 2010-02-14 | 1 | -5/+10 |
| * | | | | Make QStaticText public API again | Eskil Abrahamsen Blomfeldt | 2010-02-10 | 1 | -41/+41 |
| * | | | | Merge branch '4.6' into qstatictext-4.6 | Eskil Abrahamsen Blomfeldt | 2010-02-10 | 1 | -5/+18 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Temporarily remove QPainter::drawStaticText() for Qt 4.6.x integration | Eskil Abrahamsen Blomfeldt | 2010-02-05 | 1 | -50/+37 |
| * | | | | Merge branch '4.6' into qstatictext-4.6 | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -12/+46 |
| |\ \ \ \ | |||||
| * | | | | | Clarify comment in QPainter | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -1/+1 |
| * | | | | | Make QStaticText private API | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -0/+7 |
| * | | | | | Improve performance of QStaticText on OpenGL by caching data on GPU | Eskil Abrahamsen Blomfeldt | 2010-01-29 | 1 | -0/+1 |
| * | | | | | Use fallback when drawing projected text | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -1/+1 |
| * | | | | | Optimize drawStaticText() with rectangle destination | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -1/+1 |
| * | | | | | Implement drawStaticTextItem() in OpenGL paint engines | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -2/+18 |
| * | | | | | Remove font property in QStaticText and fix handling translation on | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -11/+24 |
| * | | | | | Apply painter matrix to position in QPainter::drawStaticText() | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -10/+9 |
| * | | | | | Support transformations in drawStaticText() and optimize for space | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -4/+27 |
| * | | | | | Optimize QStaticText for space | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -5/+17 |
| * | | | | | Respect font settings of QStaticText and clip to maximum size | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -1/+20 |
| * | | | | | Support maximumSize for the layout of the text in a QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -5/+1 |
| * | | | | | Speed optimization for QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -5/+9 |
| * | | | | | Space optimization in QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -6/+2 |
| * | | | | | Optimize QStaticText for one line strings | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -20/+9 |
| * | | | | | doc: Add documentation for QStaticText and QPainter::drawStaticText() | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -3/+25 |
| * | | | | | Fix formatting/clipping rectangle in QPainter::drawStaticText() | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -1/+17 |
| * | | | | | Simplify QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -25/+2 |
| * | | | | | Introduce QStaticText API | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -0/+32 |
* | | | | | | Speed up custom bitmap brushes on X11 without Xrender support. | Trond Kjernåsen | 2010-02-11 | 1 | -3/+4 |
| |_|/ / / |/| | | | | |||||
* | | | | | Updated the docs for QPainter::begin/endNativePainting() | Trond Kjernåsen | 2010-02-08 | 1 | -5/+18 |
| |/ / / |/| | | |