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

Roi table pagination #231

Merged
merged 44 commits into from
Feb 26, 2019
Merged

Roi table pagination #231

merged 44 commits into from
Feb 26, 2019

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    b7149a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cbecf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    586d925 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2d3cac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c0227a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Configuration menu
    Copy the full SHA
    14484eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94b7580 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Configuration menu
    Copy the full SHA
    bc55bef View commit details
    Browse the repository at this point in the history
  2. Load ROIs by Z/T plane

    will-moore committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    36c4f4b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Don't request ROIs before image config loaded

    If we requestRois here (when switching images and the ROI tab is active)
    then we load ROIs before we know the current Z/T index of the image
    and before any cached Z/T settings have been applied.
    We don't need to request ROIs here, since the image_info will do
    this on success from loading image info if ROIs tab is active
    will-moore committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    063c163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6fbabb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6171f84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8817cc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    064b18d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48024c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75747d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aeeb14e View commit details
    Browse the repository at this point in the history
  9. flake8 fixes

    will-moore committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    ed31084 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    daef1af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0c32af View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    c9bd1cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4d4d20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e93131b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7b9258 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4f53c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29cf2f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b05d30 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e01929 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    9eccfed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a91246 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8feb39f View commit details
    Browse the repository at this point in the history
  4. Reset regions_info.selected_shapes to [] on reload

    This fixes disabled ROI edit buttons because selected_shapes.length > 0 but shape was from
    previous page of ROIs so canEdit etc was false
    will-moore committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    0753e47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a7acf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b49c46 View commit details
    Browse the repository at this point in the history
  7. Many calls to requestData(true), last one will be respected

    This should keep the regions data in sync with image_info Z and T index since we keep making
    requestData calls until no more requestData calls happend while is_pending.
    will-moore committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    b7b7ce0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a29b1d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2228690 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad91503 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab7b22a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ded26c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Fix ROI table width in IE

    will-moore committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    bb7e5c5 View commit details
    Browse the repository at this point in the history
  2. CSS tweaks to ROI table

    will-moore committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    a0be5cf View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

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

Commits on Feb 21, 2019

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