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

Create Next/Prev File Buttons #138

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

Commits on Sep 24, 2021

  1. AddNextPrevFileButtons

    Add buttons to the GUI that will cycle to the Next or Previous detection files.  Also minor tweak to how the currentcall is selected when >>> or <<< is used at the end/beg of file.
    gcalongi committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    c7769ca View commit details
    Browse the repository at this point in the history
  2. AddButtonstoFig

    Add Prev/Next File buttons to figure file
    gcalongi committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    1070959 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Added prompt to save changes

    Changed 'handles.current_detection_file' variable from just the file name to the full file path
    Added function to check if they file was changed and prompt to save when new calls or audio are loaded
    Removed unnecessary handles variable in 'savesession_Callback'
    Fixed bug where saving the session after loading an audio file would use the previously loaded detection file as the default file name.
    MxMarx committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    7889c59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    703892f View commit details
    Browse the repository at this point in the history