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

GUI Spatial tab: support branch colouring using any spatial output across the project #903

Merged
merged 10 commits into from
Dec 31, 2023

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    2da3c70 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. GUI spatial branch colouring: add a menu to set options

    Currently does nothing but the structure is in place.
    shawnlaffan committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    3e61875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28ffd58 View commit details
    Browse the repository at this point in the history
  3. GUI spatial branch colouring: remove combobox code

    And fix a few issues as we go.
    shawnlaffan committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    497482d View commit details
    Browse the repository at this point in the history
  4. GUI spatial branch colouring: add tooltips to widgets

    This will help clarify to the user what is being
    displayed.
    
    Hopefully it also makes clearer that there is a menu,
    as this is not always obvious with some themes.
    shawnlaffan committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    e8a7ebf View commit details
    Browse the repository at this point in the history
  5. refactor large if condition, return early instead

    This make the code more readable as otherwise
    it is a monster if-block.
    shawnlaffan committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    6afac9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0702f94 View commit details
    Browse the repository at this point in the history
  7. GUI legend: add set_log_mode method with boolean argument

    Simplifies some calling code.
    shawnlaffan committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    f538103 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    918449c View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    6c14981 View commit details
    Browse the repository at this point in the history