qt5base-lts/tests/auto/gui/text/qtextscriptengine
Konstantin Ritt 279562172d enable the text layout's cache where it is seems to be missed
e.g. in QStaticText, the data is used just to get the line's y-position
and re-calculates just after the loop to determine the bounding rect and to draw the text;

in QWidgetLineControl, the data re-calculated over and over while the result
is seems to remain the same; probably the caching is needed here too

Change-Id: I0f7eb291532f63eccb9c5f749daebb73ff90632f
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
2012-05-16 19:38:01 +02:00
..
generate clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
.gitignore Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qtextscriptengine.pro Re-enable QTextScriptEngine test. 2012-04-19 08:07:03 +02:00
tst_qtextscriptengine.cpp enable the text layout's cache where it is seems to be missed 2012-05-16 19:38:01 +02:00