Skip to content

Feature: add edit_parameters widget to toolbar for GUI backends #17105

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

Draft
wants to merge 35 commits into
base: main
Choose a base branch
from

Conversation

Stefan-Mitic
Copy link
Contributor

PR Summary

Added feature for editing parameters in NavigationBar.
Created a new widget called AxesTool.
Works with backends: gtk3, wx, and tk.

Closes #13195

PR Checklist

  • Has Pytest style unit tests
  • Code is Flake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

leungbyr and others added 30 commits April 11, 2020 19:56
crvapply implemented, an idea for crvcancel and crvconfirm
fixed minor bug
in apply labels are shown correctly
added function headers, parameter explanation and attributes
crvapply implemented, an idea for crvcancel and crvconfirm
fixed minor bug
in apply labels are shown correctly
self.toolfig = toolfig
self.toolfig.subplots_adjust(left=0.2, right=0.85)
axes = self.targetfig.get_axes()
self.ax, = axes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fails if there are multiple subplots (Qt currently uses a first combobox to select the axes to edit, in that case).

@anntzer
Copy link
Contributor

anntzer commented Apr 12, 2020

This will likely take a bit of time to fully review, but in general it looks nice 👍

@anntzer
Copy link
Contributor

anntzer commented Apr 17, 2020

Also note that I took over a few of your improvements to TextBox (thanks!) and generalized them in #17108, so you'll need to remove them here.

@jklymak
Copy link
Member

jklymak commented Sep 10, 2020

I don't know what this does from the description. @anntzer likes it. I'm somewhat negative on more widgets particularly if they are not available in all the interactive backends - is there a compelling reason for this to be in core? Who is our widget lead who will champion this through?

Ooops, OK, the related issue makes it more clear - this adds this feature to more backends, not just qt. That makes more sense to me. Still this needs a rebase, and someone to commit to helping see it through.

@jklymak jklymak marked this pull request as draft September 10, 2020 15:49
@github-actions
Copy link

Since this Pull Request has not been updated in 60 days, it has been marked "inactive." This does not mean that it will be closed, though it may be moved to a "Draft" state. This helps maintainers prioritize their reviewing efforts. You can pick the PR back up anytime - please ping us if you need a review or guidance to move the PR forward! If you do not plan on continuing the work, please let us know so that we can either find someone to take the PR over, or close it.

@github-actions github-actions bot added the status: inactive Marked by the “Stale” Github Action label Jul 24, 2023
@anntzer anntzer added keep Items to be ignored by the “Stale” Github Action and removed status: inactive Marked by the “Stale” Github Action labels Jul 24, 2023
@anntzer
Copy link
Contributor

anntzer commented Jul 24, 2023

This was clearly a lot of work and seems worthwhile (until we manage to get a native version of the parameters editor for all toolkits, which is not something likely to happen quickly).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep Items to be ignored by the “Stale” Github Action New feature status: needs rebase topic: widgets/UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: add edit_parameters to toolbar for all GUI backends
8 participants