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 direction reconstruction web app #46

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

Commits on Mar 16, 2015

  1. Started work on direction reconstruction

    Mostly copied from event display.
    davidfokkema committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    7df59a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2015

  1. Configuration menu
    Copy the full SHA
    4da4a8b View commit details
    Browse the repository at this point in the history
  2. Revert "Completely disable zooming and panning"

    This reverts commit 4da4a8b.
    
    The problem is found, thanks to Arne.
    davidfokkema committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    493b1e8 View commit details
    Browse the repository at this point in the history
  3. Do not use CSS transforms

    They break zooming, somehow.
    davidfokkema committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    97a561d View commit details
    Browse the repository at this point in the history
  4. Use a nicer coincidence

    davidfokkema committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    d7bdaf9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2015

  1. Draw shower front

    davidfokkema committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    9d48d7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e678f7b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2015

  1. Configuration menu
    Copy the full SHA
    a3eaa3f View commit details
    Browse the repository at this point in the history
  2. Stations are back again!

    davidfokkema committed May 18, 2015
    Configuration menu
    Copy the full SHA
    51db9f0 View commit details
    Browse the repository at this point in the history
  3. Front is back!

    davidfokkema committed May 18, 2015
    Configuration menu
    Copy the full SHA
    14b307e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f06af76 View commit details
    Browse the repository at this point in the history
  5. Distances work as well!

    davidfokkema committed May 18, 2015
    Configuration menu
    Copy the full SHA
    9ec3abe View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2015

  1. Disable zoom

    davidfokkema committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    c620661 View commit details
    Browse the repository at this point in the history
  2. Disable dragging

    Dragging breaks rotation of the shower front, sometimes. The ‘handle’
    jumps because of a NaN, somewhere. Fix this bug another time.
    davidfokkema committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    6c3ff8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f0c056 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dadcdcb View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. Fix misleading comment

    The comment was NOT a disabled function call.
    davidfokkema committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    fa1a925 View commit details
    Browse the repository at this point in the history
  2. Some UI improvements

    davidfokkema committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    59658b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61ce019 View commit details
    Browse the repository at this point in the history
  4. Autoscale y-axis

    davidfokkema committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    bece7ee View commit details
    Browse the repository at this point in the history
  5. Show direction of shower

    This is very primitive. But I don’t want to spend an hour trying to
    figure out how to manually draw an arrowhead. Sigh.
    davidfokkema committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    37d34b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

  1. Fix distance sign

    davidfokkema committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    dfcc5e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. Configuration menu
    Copy the full SHA
    1184970 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00ccf07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc55db5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

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