summaryrefslogtreecommitdiffstats
path: root/tests/auto/qstatictext
Commit message (Expand)AuthorAgeFilesLines
* Fix text color in some cases of QML and QStaticTextEskil Abrahamsen Blomfeldt2011-06-291-0/+40
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Fix crash when using unprintable chars in QStaticTextEskil Abrahamsen Blomfeldt2010-09-101-0/+11
* Fix QStaticText copy constructor to also copy text option propertyEskil Abrahamsen Blomfeldt2010-09-031-0/+27
* Add text decoration support to QStaticTextJiang Jiang2010-08-101-0/+106
* Speed up QStaticText with affine transformation on GL2 engineEskil Abrahamsen Blomfeldt2010-06-011-4/+3
* Fix QStaticText test on MacEskil Abrahamsen Blomfeldt2010-03-301-5/+5
* Make QStaticText layout lazyEskil Abrahamsen Blomfeldt2010-03-291-1/+1
* Change QStaticText::setMaximumSize() to setTextWidth()Eskil Abrahamsen Blomfeldt2010-03-291-19/+32
* Respect QPainter::pen() in QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-03-291-0/+90
* Synchronize rich text and plain text code paths in QStaticTextEskil Abrahamsen Blomfeldt2010-03-261-0/+36
* Better check in QStaticText testcase if xformed text is supportedGunnar Sletta2010-02-251-5/+12
* Fix QStaticText test on QWSEskil Abrahamsen Blomfeldt2010-02-241-1/+29
* CompilePaul Olav Tvete2010-02-221-1/+1
* Fix fallback for QStaticText when it's unsupported in paint engineEskil Abrahamsen Blomfeldt2010-02-191-2/+16
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2Jason McDonald2010-02-161-10/+11
|\
| * Rename QStaticText::setUseBackendOptimizations to setPerformanceHint()Eskil Abrahamsen Blomfeldt2010-02-161-10/+11
* | Fix license headers.Jason McDonald2010-02-161-16/+16
|/
* Remove fluxuating tests for QStaticTextEskil Abrahamsen Blomfeldt2010-02-101-209/+0
* Make QStaticText public API againEskil Abrahamsen Blomfeldt2010-02-101-17/+17
* Add tests for using QStaticText with a QGLWidgetEskil Abrahamsen Blomfeldt2010-02-052-1/+212
* Temporarily remove QPainter::drawStaticText() for Qt 4.6.x integrationEskil Abrahamsen Blomfeldt2010-02-051-14/+15
* Fix one test and add tests for backend optimizationsEskil Abrahamsen Blomfeldt2010-02-011-3/+32
* Make QStaticText private APIEskil Abrahamsen Blomfeldt2010-02-011-1/+1
* Use fallback when drawing projected textEskil Abrahamsen Blomfeldt2010-01-151-0/+29
* Test current graphics system + initialize memoryEskil Abrahamsen Blomfeldt2010-01-151-23/+44
* Remove translationDoesNotCauseRelayout testEskil Abrahamsen Blomfeldt2010-01-151-45/+0
* Add tests for QStaticText::prepare()Eskil Abrahamsen Blomfeldt2010-01-151-0/+51
* Remove font property in QStaticText and fix handling translation onEskil Abrahamsen Blomfeldt2010-01-141-4/+15
* Ignore rounding errors in QStaticText testEskil Abrahamsen Blomfeldt2010-01-141-11/+4
* Remove debug outputEskil Abrahamsen Blomfeldt2010-01-141-1/+1
* Ignore rounding error when painting to rotated painterEskil Abrahamsen Blomfeldt2010-01-141-15/+17
* Add autotests for transformed static textEskil Abrahamsen Blomfeldt2010-01-141-0/+184
* Add test for QStaticTextEskil Abrahamsen Blomfeldt2010-01-142-0/+162