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

Live viewer: Quick handle notification and defer slow work #2221

Merged
merged 3 commits into from
Jun 17, 2024

Commits on Jun 17, 2024

  1. Defer handling directory changed events

    Handle directory changed events quickly by storing the directory and
    starting a timer (if not already started). Trigger the slow part of the
    work with the timer. This means multiple changes can be flushed off the
    Qt signal queue, and the slow part done once.
    samtygier-stfc committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    85284a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2626236 View commit details
    Browse the repository at this point in the history
  3. Release notes

    samtygier-stfc committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7b5f142 View commit details
    Browse the repository at this point in the history