qt5base-lts/tests/auto
Tim Angus 5c7f6ee51f QSFPM: Faster row removes
When the source model of a QSortFilterProxyModel has rows removed, a
mapping is performed in order to figure out which corresponding rows in
the sorted and filtered view of the model are affected. In doing so it
constructs a vector of removal intervals which are subsequently used to
emit rowsRemoved signals. In the case where many rows are removed (e.g.
all of them), many removal intervals are identified that are often
adjacent and could be simplified, which is what this patch does. i.e.
instead of emitting 3 rowsRemoved for 0-3, 4-6, 7-12, now a single
rowsRemoved is emitted for 0-12.

Change-Id: Ia503091cc4928378c88257cd8b431582e9ff454e
Reviewed-by: David Faure <david.faure@kdab.com>
2018-03-13 09:42:36 +00:00
..
android
bic/data Add binary compatibility files for QtBase for 5.10 2018-01-04 16:26:32 +00:00
cmake
compilerwarnings/data
concurrent Merge remote-tracking branch 'origin/5.11' into dev 2018-02-16 08:54:58 +01:00
corelib QSFPM: Faster row removes 2018-03-13 09:42:36 +00:00
dbus Merge remote-tracking branch 'origin/5.9' into 5.11 2018-02-14 12:51:24 +01:00
gui Merge remote-tracking branch 'origin/5.11' into dev 2018-03-08 09:27:38 +01:00
guiapplauncher
installed_cmake
network Fix 5.11 API review findings in QtNetwork 2018-03-10 20:35:16 +00:00
opengl Remove tst_QGLThreads::textureUploadInThread 2018-03-02 07:20:32 +00:00
other Merge remote-tracking branch 'origin/5.11' into dev 2018-03-10 09:22:39 +01:00
printsupport Move duplex member from QPdfPrintEnginePrivate to QCupsPrintEnginePrivate 2018-02-20 07:56:19 +00:00
shared
sql SQL/Postgres: Fix support for nan, inf and -inf 2018-03-07 18:35:57 +00:00
testlib testlib selftest: Resolve expected files at qmake time 2018-03-09 16:36:08 +00:00
tools uic: Add the include for QIcon conditionally 2018-03-06 06:49:00 +00:00
widgets Merge remote-tracking branch 'origin/5.11' into dev 2018-03-10 09:22:39 +01:00
xml Don't indefinitely wait for data if it was able to read some data 2018-01-24 05:54:31 +00:00
auto.pro
network-settings.h