qt6-bb10/tests/auto
Dimitar Asenov 9891c5051f Add a new optimization property to QGraphicsScene
The minimumRenderSize is a qreal value that is used as a lower bound to
determine what items are visible when a scene is rendered. If an item's
view-transformed width or height are less than minimumRenderSize then
this item is considered to insignificantly affect the final result and
is not drawn. If the item clips its children to its shape they are
automatically not drawn. This greatly reduces the drawing overhead
for scenes with many items rendered in a zoomed out view.

[ChangeLog][QtWidgets][QGraphicsScene] Added the minimumRenderSize
property which can be used to speed up rendering by not painting
items, smaller than a give size.

Change-Id: Ie208234707dffb4d2fc620fc5d1514e0c144d9a8
Reviewed-by: Andreas Aardal Hanssen <andreas@hanssen.name>
2014-03-18 19:29:16 +01:00
..
android Adding CI utilities to Android test script 2013-10-30 11:29:04 +01:00
bic/data test: Add 5.1.0 bic data for linux-gcc-ia32 2013-07-08 21:47:36 +02:00
cmake Increase CI timeout for cmake tests. 2014-03-06 17:22:55 +01:00
compilerwarnings/data
concurrent QtConcurrent: Workaround GCC bug 58800 in median calculation 2013-12-03 11:45:18 +01:00
corelib tst_QSharedPointer: add more tests for forward-declared payloads 2014-03-14 13:34:37 +01:00
dbus tests: Mark tst_qdbus* tests as insignificant on OS X 2014-03-13 13:25:49 +01:00
gui QNX: Make qrawfont auto test pass 2014-03-14 15:42:59 +01:00
guiapplauncher
installed_cmake Add a unit test for testing Qt in its install location. 2013-07-02 23:08:54 +02:00
network Stabilize tst_qnetworkreply on Windows. 2014-03-13 13:25:35 +01:00
opengl tst_QGLThreads: Fix errors about makeCurrent() in different thread. 2014-03-06 17:22:55 +01:00
other Increase timeout in tst_NetworkSelfTest. 2014-03-10 20:41:35 +01:00
printsupport QPrinter - Add more tests 2014-02-26 12:58:00 +01:00
shared iOS: Fix compilation of some basic tests 2014-01-17 11:04:43 +01:00
sql Merge remote-tracking branch 'origin/stable' into dev 2014-02-07 13:07:25 +01:00
testlib Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
tools Remove qSort usages from tests 2014-02-20 08:10:06 +01:00
widgets Add a new optimization property to QGraphicsScene 2014-03-18 19:29:16 +01:00
xml expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
auto.pro iOS: Enable building of basic tests 2014-01-22 12:35:17 +01:00
network-settings.h network test settings: support newer FTP server versions 2013-08-28 12:45:34 +02:00
qtest-config.h
test.pl Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00