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

Required changes for the OpenGL grapher in the core #327

Merged
merged 6 commits into from
Sep 24, 2024

Commits on Sep 24, 2024

  1. Getter for the plot button of the side panel.

    So that it can be used on other views.
    tinevez authored and stefanhahmann committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    07fe965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cf1172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    709ced2 View commit details
    Browse the repository at this point in the history
  4. Make the DataDisplayOptions generic.

    So that we can reuse it elsewhere.
    tinevez authored and stefanhahmann committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    96ef6e5 View commit details
    Browse the repository at this point in the history
  5. Have all the view abide to default size and position consistently.

    When creating new views (not restoring them), the size and position
    values are taken from different part. Some views have an 'Options'
    class that defines them, but it was not consistently abided to.
    Now it is.
    tinevez authored and stefanhahmann committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c86bf61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1acc95 View commit details
    Browse the repository at this point in the history