Skip to content

Use the builtin GTK3 FileChooser rather than our custom subclass. #12748

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

Merged
merged 1 commit into from
Feb 27, 2019

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Nov 5, 2018

PR Summary

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

@anntzer anntzer added this to the v3.1 milestone Nov 5, 2018
dialog.set_current_name(
str(Path(dialog.get_current_name()).with_suffix("." + fmt)))

dialog.set_current_folder(rcParams["savefig.directory"])
Copy link
Member

Choose a reason for hiding this comment

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

Current recommendations are to not even call this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I know, but that'd mean not respecting the documented rcParam...

@QuLogic
Copy link
Member

QuLogic commented Nov 16, 2018

Seems you have flake8 issues.

@anntzer
Copy link
Contributor Author

anntzer commented Nov 17, 2018

should be fixed now

Copy link
Member

@jklymak jklymak left a comment

Choose a reason for hiding this comment

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

Merging on @QuLogic review. Assuming @anntzer tested and that it works, because I don't have GTK3 installed...

@jklymak jklymak merged commit d4b6a7e into matplotlib:master Feb 27, 2019
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Feb 27, 2019
@anntzer anntzer deleted the gtkfilechooser branch February 28, 2019 01:01
QuLogic added a commit that referenced this pull request Feb 28, 2019
…748-on-v3.1.x

Backport PR #12748 on branch v3.1.x (Use the builtin GTK3 FileChooser rather than our custom subclass.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants