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

Repeat retriggering #38

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 7, 2021

  1. Repeat working

    Repeated triggering adds segments, split start_capture and new capture_session functions
    Cenkron authored and Ivan committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    5ab77ca View commit details
    Browse the repository at this point in the history
  2. Repeat-rearm

    Move settings UI into popup instead of dialog
    Disable button when capture is running
    Ivan committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    eaf7522 View commit details
    Browse the repository at this point in the history
  3. new icon for repeat rearm trigger

    fixup change tooltip
    Ivan committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    07bc6cc View commit details
    Browse the repository at this point in the history
  4. Init segments once

    Ivan committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    3dabf89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d379b32 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Segment display for repetitive capture

    Add `Starting` state in Session so the view can do one-time setup
    tasks before states start looping between `Running` and `Awaiting`.
    
    Update segment display logic in View
    Ivan committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    624bf95 View commit details
    Browse the repository at this point in the history
  2. Refactor common logic for segment display

    Use a common subroutine to update the current segment display in response to
    - new segment
    - segment completed
    - set segment display mode
    Ivan committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e6b5899 View commit details
    Browse the repository at this point in the history