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

OWPythonScript: Replace console #5228

Draft
wants to merge 44 commits into
base: master
Choose a base branch
from

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    7ff1b7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0fc49e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dee377b View commit details
    Browse the repository at this point in the history
  4. pylint

    irgolic committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    774716e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    111a4da View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. qutepart: Adjust for Orange

    irgolic committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    6b774e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feb1747 View commit details
    Browse the repository at this point in the history
  3. owpythonscript: Remove namespaces

    I can't run WidgetPreview without this removed.
    It'll be replaced by a dedicated kernel soon.
    irgolic committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    3d35011 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    458857a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ac6bf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    831a818 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5ef8f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    73d0c37 View commit details
    Browse the repository at this point in the history
  9. requirements-gui: Require qtconsole

    For now only uses its pygments stuff in editor.
    A later PR will implement more with this requirement.
    irgolic committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    ff7ac71 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    01b46fb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9950a91 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f2f88f9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9010bd2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5824efe View commit details
    Browse the repository at this point in the history
  15. pylint

    irgolic committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    b270b6f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9132c87 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ccce0fb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e401014 View commit details
    Browse the repository at this point in the history
  19. owpythonscript: Implement darkMode

    Relies on setting darkMode property in QApplication
    irgolic committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    ce071f9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a3e45a2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0d8c29e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    439f030 View commit details
    Browse the repository at this point in the history
  23. rearrange comments

    irgolic committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    eb37aa6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f40295b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    55d1390 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    dec7a7c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0a1c85e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4b6ea78 View commit details
    Browse the repository at this point in the history
  29. owpythonscript: Add rubber

    irgolic committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    7b813ef View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ccf8b66 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    b13770c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a5c480 View commit details
    Browse the repository at this point in the history
  3. python_console: Startup stability refactor

    If flicking in-process on and off, before this change,
    it could get stuck on 'Injecting Variables'
    irgolic committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d280e12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    623fb89 View commit details
    Browse the repository at this point in the history
  5. python_kernel: Disable stdout/stderr patching on in_process

    Orange already does its own patching, and does not expose
    file descriptors for the patched out streams. Even if this
    functionality is added to orange and canvas-core, many test
    runners (JetBrains) do not, and the only case handled in the
    ipykernel library is for pytest.
    irgolic committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d9002af View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    1095f6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    866a9d5 View commit details
    Browse the repository at this point in the history
  3. [nomerge] trace malloc

    irgolic committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    855a00e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    192b05a View commit details
    Browse the repository at this point in the history