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

PR: Show Matplotlib backend state in status bar #14199

Merged
merged 19 commits into from
Jun 7, 2023

Commits on Jul 28, 2022

  1. add matplotlib status

    Quentin Peter committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    66eca23 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. fix matplotlib

    Quentin Peter committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    3804289 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into interactive_matplotlib

    Quentin Peter committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    15df717 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Merge remote-tracking branch 'upstream/master' into interactive_matpl…

    …otlib
    Quentin Peter committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    5eb561e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Merge branch 'master' into interactive_matplotlib

    Quentin Peter committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a067284 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. fix matplotlib status

    Quentin Peter committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    b60764f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Merge remote-tracking branch 'upstream/master' into interactive_matpl…

    …otlib
    Quentin Peter committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    238d168 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Merge remote-tracking branch 'upstream/master' into interactive_matpl…

    …otlib
    Quentin Peter committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    3b77e83 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Merge remote-tracking branch 'upstream/master' into interactive_matpl…

    …otlib
    Quentin Peter committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    f403739 View commit details
    Browse the repository at this point in the history
  2. update status text

    Quentin Peter committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    130fadd View commit details
    Browse the repository at this point in the history
  3. git subrepo clone (merge) --branch=interactive_matplotlib --force htt…

    …ps://github.com/impact27/spyder-kernels.git external-deps/spyder-kernels
    
    subrepo:
      subdir:   "external-deps/spyder-kernels"
      merged:   "6861c5818"
    upstream:
      origin:   "https://github.com/impact27/spyder-kernels.git"
      branch:   "interactive_matplotlib"
      commit:   "6861c5818"
    git-subrepo:
      version:  "0.4.5"
      origin:   "https://github.com/ingydotnet/git-subrepo"
      commit:   "aa416e4"
    Quentin Peter committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    4cfdd8b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Merge remote-tracking branch 'upstream/master' into interactive_matpl…

    …otlib
    Quentin Peter committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    d9d57e6 View commit details
    Browse the repository at this point in the history
  2. git subrepo clone (merge) --branch=master --force https://github.com/…

    …spyder-ide/spyder-kernels.git external-deps/spyder-kernels
    
    subrepo:
      subdir:   "external-deps/spyder-kernels"
      merged:   "163dc4ee6"
    upstream:
      origin:   "https://github.com/spyder-ide/spyder-kernels.git"
      branch:   "master"
      commit:   "163dc4ee6"
    git-subrepo:
      version:  "0.4.5"
      origin:   "https://github.com/ingydotnet/git-subrepo"
      commit:   "aa416e4"
    Quentin Peter committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    7ed6fdf View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Apply suggestions from code review

    Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
    impact27 and ccordoba12 authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    ba22768 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into interactive_matpl…

    …otlib
    Quentin Peter committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    fe9d224 View commit details
    Browse the repository at this point in the history
  3. Add icon

    Quentin Peter committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    54c988e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. IPython console: Avoid importing Matplotlib at startup

    - This will make Spyder start faster.
    - Also, check if Matplotlib has been imported when the main window is
    visible before calling on_mainwindow_visible for plugins. Otherwise,
    Spyder will crash on development mode due to the new MatplotlibStatus
    widget.
    ccordoba12 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    64dcd67 View commit details
    Browse the repository at this point in the history
  2. Icon manager: Change 'plot' icon to match the one shown in Plots when…

    … empty
    
    Also, use that icon to represent the Plots plugin and in the Matplotlib
    status bar widget.
    ccordoba12 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    e67b9a9 View commit details
    Browse the repository at this point in the history
  3. IPython console: Fix localization of MPL widget text

    Also, improve its tooltip a bit.
    ccordoba12 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ac3c646 View commit details
    Browse the repository at this point in the history