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

Improved selection widget #3502

Merged
merged 18 commits into from Nov 13, 2014

Commits on Nov 12, 2014

  1. Configuration menu
    Copy the full SHA
    61ab6df View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    blink1073 committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    e43c788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea732ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    900a6ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    706b5b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffd715a View commit details
    Browse the repository at this point in the history
  7. Add to default_test_modules

    blink1073 committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    53b6056 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddfcf59 View commit details
    Browse the repository at this point in the history
  9. Fix affine transform error

    blink1073 committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    76721c1 View commit details
    Browse the repository at this point in the history
  10. Add test cleanup decorator

    blink1073 committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    cf66812 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    babc377 View commit details
    Browse the repository at this point in the history
  12. Fix failing tests

    blink1073 committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    cf58c0a View commit details
    Browse the repository at this point in the history
  13. Fix pep8 error

    blink1073 committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    f3261cf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c25efbd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ce93c98 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    51c70f0 View commit details
    Browse the repository at this point in the history
  17. MNT : pep8 + pyflake changes

     - strip white space
     - rearrange 'not's
    tacaswell authored and blink1073 committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    d711940 View commit details
    Browse the repository at this point in the history
  18. TST : ensure canvas drawn before testing widets

    Widgets assume that the canvas has been drawn atleast once
    before they are called (which is reasonable for interactive usage
    as the user needs to be able to _see_ the gui before they can
    interact with it).  Ensure that the tests draw the canvas
    before trying to use the widgets.  Doing this allows for removing
    some of the error handling logic from the widgets.
    tacaswell authored and blink1073 committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    86f28fa View commit details
    Browse the repository at this point in the history