]> sigrok.org Git - pulseview.git/commit
TabularDecView: Fix model issues and improve ViewModeVisible
authorSoeren Apel <redacted>
Wed, 13 May 2020 15:17:50 +0000 (17:17 +0200)
committerUwe Hermann <redacted>
Thu, 21 May 2020 22:04:14 +0000 (00:04 +0200)
commit6f43db70c63c683d546566eda0be7f182f614655
tree038c19166e9e983845e0c9737d1c75e5fbf075d3
parent39debd2f895c23ff5da216781d111932b925629e
TabularDecView: Fix model issues and improve ViewModeVisible

Instead of trying to be smart on the model side, we use a filtering
proxy instead to filter non-visible rows. This works much better and
the performance penalty seems to be very small.
pv/views/tabular_decoder/model.cpp
pv/views/tabular_decoder/view.cpp
pv/views/tabular_decoder/view.hpp