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

Commits on Jan 24, 2024

  1. Update decoded data table on each new annotation

    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>
    c0d3z3r0 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b9288b1 View commit details
    Browse the repository at this point in the history
  2. DecodeDock: add auto scroll feature

    Add a button that makes the decode table scroll down on each new entry.
    
    Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
    c0d3z3r0 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e742360 View commit details
    Browse the repository at this point in the history