]> sigrok.org Git - pulseview.git/commit
DecoderStack: Force a viewport update more frequently
authorSoeren Apel <redacted>
Tue, 3 May 2016 19:49:00 +0000 (21:49 +0200)
committerUwe Hermann <redacted>
Tue, 3 May 2016 22:48:11 +0000 (00:48 +0200)
commitadd091eb7183fb399db139f29f3a0b4c85bd4273
tree411e50a92cb12179c3c0025ce01d3195a87bf39e
parent40ec0302a21055e85572ced539c457f0d8484c82
DecoderStack: Force a viewport update more frequently

Updating the viewport every 65kib of input data causes
the decode trace to make really big leaps, leaving the
user with the feeling of a not-so-snappy user interface.
We can easily change this by updating the trace every 1kib
since the decoder and the UI thread are separate and the
decode trace drawing is much faster since when the limit
was originally set.
pv/data/decoderstack.cpp