qtdeclarative/tests/auto
Richard Moe Gustavsen 1841a9e41d QQuickListView: implement support for reusing items
This patch will implement delegate item recycling in
ListView. The API will be the same as used in TableView, except
that it will be off by default since the behavior of a delegate
that is reused is not compatible with legacy applications
which were not written with this in mind.

Most importantly:

- Component.onCompleted will only be called on a delegate the
first time it's created, and never when it's reused.

- Any user-declared properties in the delegate (that is, not
model roles, index, etc) will not be cleared or updated when an
item is reused. The application must do this manually upon
receiving the pooled or reused signal in the item.

[ChangeLog][ListView] ListView now has support for reusing delegate
items. This can be switched on by setting the reuseItems property of
ListView to true.

Task-number: QTBUG-80507
Change-Id: I68cc8300b050e4a1f89feebb1d31a2fd9189c793
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2019-12-04 01:35:02 +01:00
..
bic Binary compatibility files for Qt5.13.0 for QtDeclarative 2019-07-01 08:58:37 +03:00
cmake CMake: Provide API to allow handling of QML static plugins 2019-08-17 12:03:45 +02:00
guiapplauncher
installed_cmake
particles Tests: Fix warnings about ignoring return value of QTest::qWaitForWindowExposed() 2019-04-08 12:16:23 +00:00
qml Add (and ignore for now) type assertions to QML 2019-11-27 18:50:14 +01:00
qmldevtools
qmltest mouseDrag(): ensure that intermediate moves are done for all drags 2019-11-23 15:41:18 +01:00
qmltest-blacklist
quick QQuickListView: implement support for reusing items 2019-12-04 01:35:02 +01:00
quicktest Merge remote-tracking branch 'origin/5.12' into 5.13 2019-03-25 10:13:23 +01:00
quickwidgets QQuickWidget: fix missing update on show event for software renderer 2019-05-28 14:03:33 +02:00
shared Fix qqmlxmlhttprequest autotest for android 2019-08-13 11:38:14 +02:00
toolsupport Inline the rest of qv4compileddata.cpp 2019-06-26 10:03:53 +02:00
auto.pro