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

Python Script Rewrite #219

Closed
wants to merge 48 commits into from
Closed

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    9120ce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b88133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b36173 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54962f5 View commit details
    Browse the repository at this point in the history
  5. owpythonscript: Minimally replace Python Console with jupyter's ipyth…

    …on qtconsole
    
    - Introduce OrangeIPythonKernel for script running functionality
    irgolic committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    f68b8ab View commit details
    Browse the repository at this point in the history
  6. owpythonscript: Remove old in_vars on run script

    - For nicer error messages
    irgolic committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    8a8436a View commit details
    Browse the repository at this point in the history
  7. owpythonscript: Unify editor, console color scheme and font

    - Modelled after Jupyter lab
    - Editor is styled with Qutepart's built-in highlighter
    - Console is styled with pygments
    irgolic committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    7098f32 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33066d8 View commit details
    Browse the repository at this point in the history
  9. owpythonscript: Subclass RichJupyterWidget to run script gracefully

    The subclassed widget uses a lot of super protected methods, mostly in
    manipulating prompt appearance -- any bugs which arise are likely to be purely
    cosmetic. Still, I'm constraining the required version to the current latest version.
    
    - Implement kernel interrupt on new run_script request or ctrl+C
    irgolic committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    3085f4d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    26c2ef6 View commit details
    Browse the repository at this point in the history
  11. owpythonscript: Display activated widget signals,

    by adding a fake function signature and return statement,
    whose variables are bolded on in_ signal connection/out_ variable collection.
    
    - Removed info box
    - TODO add tooltips to parameters
    irgolic committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    70882e6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c6d2bc3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8981add View commit details
    Browse the repository at this point in the history
  14. owpythonscript: Save script library as files

    - Rework library UX
    irgolic committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    18aed35 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cd3434f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3468841 View commit details
    Browse the repository at this point in the history
  17. owpythonscript: Add vim mode

    irgolic committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    fe8c31f View commit details
    Browse the repository at this point in the history
  18. cleanup

    irgolic committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    1c32832 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    64cda7b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    781ccf8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6d59ef3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ac4092b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    45f0a8e View commit details
    Browse the repository at this point in the history
  24. Adjust qutepart for Orange

    irgolic committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    fb44d40 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f480167 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c5e0233 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f4c8b86 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d538935 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2280830 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7752aec View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1e9baf0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fcbdabe View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    9f80811 View commit details
    Browse the repository at this point in the history
  34. owpythonscript: Migrations

    irgolic committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    35154cc View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d63297b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4b9bc33 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    51cf518 View commit details
    Browse the repository at this point in the history
  38. pylint

    irgolic committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    3a2174d View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    bfd5838 View commit details
    Browse the repository at this point in the history
  40. owpythonscript: cleanup

    irgolic committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    a4f8849 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    20bbdd4 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    6800c34 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    91fb503 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    51d3e68 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    d5ec334 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    df9b400 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    9e5cbc7 View commit details
    Browse the repository at this point in the history
  48. Add requirements

    Qtconsole is clamped as 'private' methods are called.
    Other ipython/jupyter/jedi requirements contain bugfixes.
    irgolic committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    84d2019 View commit details
    Browse the repository at this point in the history