diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-11-28 00:14:14 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-11-28 12:15:24 -0800 |
commit | 4928c4ae0421193bbd371cb0924091a970489611 (patch) | |
tree | cd4795c6e0273126faa56e3063fea70ff12fe2bc /dives/test21.xml | |
parent | 7d77db96e30fc238aee9f229e583429a6883bf34 (diff) | |
download | subsurface-4928c4ae0421193bbd371cb0924091a970489611.tar.gz |
Desktop: Improve speed of selecting multiple (or all) dives
When selecting all dives via CTRL-A or manually and the trips
were not expanded, the QSelectionModel sends a single
selectionChanged signal per trip. We are reloading the map
in every call, making this very slow.
I couldn't figure out how to make QSelectionModel behave more
nicely, therefore I chose the nuclear option: Remove the map
reloading from selectionChanged() and hook into all functions
that do selection changes. In these functions, first call the
original code and then do the selection-changed operations.
This will certainly need some tuning.
Reported-by: Willem Ferguson <willemferguson@zoology.up.ac.za>
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'dives/test21.xml')
0 files changed, 0 insertions, 0 deletions