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

FIX: Fix middle click paste #1034

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    6d33e71 View commit details
    Browse the repository at this point in the history
  2. BUG: Move handling of middle-click to eventFilter in base widget

    This prevents middle click from pasting channel info into pydmlineedits
    nstelter-slac committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a5488db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51114bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7eceb1 View commit details
    Browse the repository at this point in the history
  5. BUG: Only override middle-click release when widget has an connected …

    …channel
    
    This way we prevent the automatic-pasting of middle-click clipboard into PyDMLineEdits, but still allow pasting with middle-click into other edits used for entering text.
    nstelter-slac committed May 7, 2024
    Configuration menu
    Copy the full SHA
    bea8db4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2614566 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa4e2df View commit details
    Browse the repository at this point in the history
  8. ENH: ignore all middle-click mouse relase events

    Do this to avoid middle-click pasting clipboard contents into
    PyDMLineEdits. This seems like cleaner way to do it than before.
    nstelter-slac committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0e55680 View commit details
    Browse the repository at this point in the history