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

Improvements to Polyline #1022

Merged
merged 4 commits into from
Aug 29, 2023
Merged

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    cd3f568 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. ENH: Add option for arrows on PyDMDrawingPolyline

    Add option to add arrows to start, end, mid-points,
    and to swap direction of midpoint arrows.
    
    This functionality is similar to what PyDMDrawingLine
    already has added.
    nstelter-slac committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c4f9ca9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. ENH: Make PyDMDrawingPolyline easier to use

    -Add update button, saves and applies changes to settings
    without closing the settings-editor window
    -Add ability to swap point ordering in settings-editor
    by drag and drop
    nstelter-slac committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5f4441f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. TST: Add test for rendering PyDMDrawingPolyline with arrow options.

    Also:
    -minor change to member variable name to be more consistent.
    -minor change to comments
    nstelter-slac committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    45a80a2 View commit details
    Browse the repository at this point in the history