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

Add help buttons to indexing dialogs #1551

Merged
merged 8 commits into from
Jul 31, 2023
Merged

Add help buttons to indexing dialogs #1551

merged 8 commits into from
Jul 31, 2023

Commits on Jul 29, 2023

  1. Add help buttons to indexing dialogs

    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    0142c1d View commit details
    Browse the repository at this point in the history
  2. Go back one step if indexing results is canceled

    Previously, it would just exit the indexing workflow entirely.
    But it is more convenient for users to go back one step and open
    the previous dialog, so that they may select different settings
    and try again.
    
    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    ed314d5 View commit details
    Browse the repository at this point in the history
  3. Add help button to "Rerun Clustering Dialog"

    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    32b1af7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Go back to re-run clustering dialog if rejected

    If the indexing results are rejected after re-running the clustering,
    go back to the re-run clustering dialog instead of the eta omega
    maps viewer.
    
    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    c4e164f View commit details
    Browse the repository at this point in the history
  2. Move help button to left side of rerun clustering

    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    c87d23f View commit details
    Browse the repository at this point in the history
  3. Allow cluster rerunning if indexing rejected

    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    e898b26 View commit details
    Browse the repository at this point in the history
  4. Fix the height of a few widgets

    This is so that on Mac with the default settings on most computers,
    you can see the "OK" and "Cancel" buttons.
    
    Otherwise, they are below the screen.
    
    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    da9c011 View commit details
    Browse the repository at this point in the history
  5. Add FWHM text for unit clarification

    Signed-off-by: Patrick Avery <[email protected]>
    psavery committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    cad2364 View commit details
    Browse the repository at this point in the history