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

Implement selection tools #47

Merged
merged 17 commits into from
Apr 7, 2024
Merged

Implement selection tools #47

merged 17 commits into from
Apr 7, 2024

Commits on Mar 10, 2024

  1. impl basic selectors wip

    hanjinliu committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ba0cb4a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    d2bf874 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into selection-tools

    Hanjin Liu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fd8bc21 View commit details
    Browse the repository at this point in the history
  3. implement rect selector, fix bugs

    Hanjin Liu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b4cf7eb View commit details
    Browse the repository at this point in the history
  4. add doc

    Hanjin Liu committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4aae1b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. selection tool worked, fix vispy mouse events

    Hanjin Liu committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8dbee4c View commit details
    Browse the repository at this point in the history
  2. add test

    Hanjin Liu committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    882a626 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. fix mouse namespace

    Hanjin Liu committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9e4479a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. fix pyqtgraph span selector

    Hanjin Liu committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    030e5f3 View commit details
    Browse the repository at this point in the history
  2. fix pyqtgraph span selector

    Hanjin Liu committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2a2d256 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. update mouse emulation

    Hanjin Liu committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    29d0155 View commit details
    Browse the repository at this point in the history
  2. update docs

    Hanjin Liu committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    1a2ed84 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Hanjin Liu committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    986f7eb View commit details
    Browse the repository at this point in the history
  4. add qt dependencies in docs

    Hanjin Liu committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    f1f9755 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. remove unnecessary qt

    Hanjin Liu committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b0b78fe View commit details
    Browse the repository at this point in the history
  2. more test, fix plotly bar width

    Hanjin Liu committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    1db7ba2 View commit details
    Browse the repository at this point in the history
  3. fix docs build

    Hanjin Liu committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ce439ab View commit details
    Browse the repository at this point in the history