Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update decoded data table on each new annotation #731

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

c0d3z3r0
Copy link

Currently, the decoded data table only gets updated on 10% steps of the overall capture time. This slows down updating of the table on long running sessions, making realtime inspection of e.g. I2C communication impossible.

Instead of relying on the capture progress, bind the table update to the annotation generation.

Fixes: #728

Currently, the decoded data table only gets updated on 10% steps of the
overall capture time. This slows down updating of the table on long
running sessions, making realtime inspection of e.g. I2C communication
impossible.

Instead of relying on the capture progress, bind the table update to the
annotation generation.

Fixes: DreamSourceLab#728
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Add a button that makes the decode table scroll down on each new entry.

Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decoders not running continously
1 participant