Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve performance of QStaticText on OpenGL by caching data on GPU | Eskil Abrahamsen Blomfeldt | 2010-01-29 | 1 | -15/+44 |
* | Remove unused constructor in QStaticTextPrivate | Eskil Abrahamsen Blomfeldt | 2010-01-29 | 1 | -1/+0 |
* | Add font object to QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-20 | 1 | -1/+2 |
* | Update size comment | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 1 | -1/+2 |
* | Update size comment in QStaticTextPrivate | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -1/+1 |
* | Optimize drawStaticText() with rectangle destination | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -1/+2 |
* | Implement drawStaticTextItem() in OpenGL paint engines | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -2/+3 |
* | Allow access to QStaticTextPrivate from autotests | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -4/+3 |
* | Support transformations in drawStaticText() and optimize for space | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -11/+16 |
* | Optimize QStaticText for space | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -11/+27 |
* | Support maximumSize for the layout of the text in a QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -3/+8 |
* | Speed optimization for QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -1/+2 |
* | Optimize QStaticText for one line strings | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -2/+5 |
* | Add operators and implicit sharing to QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -0/+2 |
* | Add lazy initialization to QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -1/+1 |
* | Fix formatting/clipping rectangle in QPainter::drawStaticText() | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -2/+57 |
* | Start support for formatting text within a bounding rect | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -1/+1 |
* | Simplify QStaticText | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -2/+2 |
* | Introduce QStaticText API | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -0/+22 |