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: Migrate to qtpy #3098

Merged
merged 86 commits into from
Apr 10, 2016
Merged

PR: Migrate to qtpy #3098

merged 86 commits into from
Apr 10, 2016

Commits on Apr 9, 2016

  1. Configuration menu
    Copy the full SHA
    6f01d29 View commit details
    Browse the repository at this point in the history
  2. Migrate browser.py to qtpy

    goanpeca committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    5b8105f View commit details
    Browse the repository at this point in the history
  3. Migrate calltip.py to qtpy

    goanpeca committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    2ab41b7 View commit details
    Browse the repository at this point in the history
  4. Migrate colors.py to qtpy

    goanpeca committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    effa0e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39ad973 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff164b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3242601 View commit details
    Browse the repository at this point in the history
  8. Migrate editor.py to qtpy

    goanpeca committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    0dc9090 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66746d7 View commit details
    Browse the repository at this point in the history
  10. Migrate explorer.py to qtpy

    goanpeca committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    7273578 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6209da2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3c8d13a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    af3e150 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f21b6ef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c659d67 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7b1f1f4 View commit details
    Browse the repository at this point in the history
  17. Migrate ipython.py to qtpy

    goanpeca committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    2b5b809 View commit details
    Browse the repository at this point in the history
  18. Migrate mixins.py to qtpy

    goanpeca committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    912ffb3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6b4af40 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3414fbd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7a51ceb View commit details
    Browse the repository at this point in the history
  22. Migrate pydocgui.py to qtpy

    goanpeca committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    7e88bf7 View commit details
    Browse the repository at this point in the history
  23. Remove project file

    goanpeca committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    992bd79 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2016

  1. Migrate shell.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    9457a80 View commit details
    Browse the repository at this point in the history
  2. Migrate status.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    f5c67da View commit details
    Browse the repository at this point in the history
  3. Migrate tabs.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    8788f18 View commit details
    Browse the repository at this point in the history
  4. Migrate baseshell.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    84d6cd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77d1019 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79e1b57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6b810a View commit details
    Browse the repository at this point in the history
  8. Migrate base.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    b9eec13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd3448d View commit details
    Browse the repository at this point in the history
  10. Migrate kill_ring.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    1b990b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    be268a8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6284e95 View commit details
    Browse the repository at this point in the history
  13. Fix test error

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    01c7c93 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2b58ca9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1da7a90 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8cacb75 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5ce92b3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ad25498 View commit details
    Browse the repository at this point in the history
  19. Migrate utils.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    8ac606e View commit details
    Browse the repository at this point in the history
  20. Migrate gui.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    45c7d32 View commit details
    Browse the repository at this point in the history
  21. Migrate updates.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    5c7eab1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a010769 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a8f7c2d View commit details
    Browse the repository at this point in the history
  24. Migrate console.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    d0b03f1 View commit details
    Browse the repository at this point in the history
  25. Migrate editor.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    ed13f7a View commit details
    Browse the repository at this point in the history
  26. Migrate explorer.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    09f8834 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3c4b70d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cc3a2cf View commit details
    Browse the repository at this point in the history
  29. Migrate help.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    971ed0e View commit details
    Browse the repository at this point in the history
  30. Migrate history.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    d67e807 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    0b269b2 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1044377 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    fbf9033 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    aa7d2ee View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d09b3d8 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    88ce2c9 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    60978e2 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    74f8df4 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a25e3cf View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    cff0de1 View commit details
    Browse the repository at this point in the history
  41. Migrate environ.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    7258401 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    9fe2165 View commit details
    Browse the repository at this point in the history
  43. Migrate qthelpers.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    14d261f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    e7540a6 View commit details
    Browse the repository at this point in the history
  45. Migrate manager.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    f5c0743 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    9fdc0b7 View commit details
    Browse the repository at this point in the history
  47. Migrate restart.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    7deb620 View commit details
    Browse the repository at this point in the history
  48. Migrate spyder.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    1a18635 View commit details
    Browse the repository at this point in the history
  49. Migrate tour.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    ab62e84 View commit details
    Browse the repository at this point in the history
  50. 3 Configuration menu
    Copy the full SHA
    9fdd69c View commit details
    Browse the repository at this point in the history
  51. Migrate programs.py to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    f9a5bec View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    ea2b8f0 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    f59a987 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    0985fb4 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    ef9cbaa View commit details
    Browse the repository at this point in the history
  56. Migrate example.pyw to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    78339dd View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    9403678 View commit details
    Browse the repository at this point in the history
  58. Migrate profiler.pyw to qtpy

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    4a897b6 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    d2ea099 View commit details
    Browse the repository at this point in the history
  60. Fix pylint imports

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    654da2c View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    6dccce4 View commit details
    Browse the repository at this point in the history
  62. Add qtpy as dependency

    goanpeca committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    127bb78 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    765f9d5 View commit details
    Browse the repository at this point in the history