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

Large selection #2469

Merged
merged 16 commits into from
May 16, 2014
Merged

Large selection #2469

merged 16 commits into from
May 16, 2014

Commits on May 7, 2014

  1. Fix message.

    jburel committed May 7, 2014
    Configuration menu
    Copy the full SHA
    adb57d9 View commit details
    Browse the repository at this point in the history
  2. Set the related nodes only once.

    The method was invoked twice. This means that the annotation
    were loaded twice.
    jburel committed May 7, 2014
    Configuration menu
    Copy the full SHA
    eb88fa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63b0d2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9db063a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2014

  1. Add doc.

    jburel committed May 8, 2014
    Configuration menu
    Copy the full SHA
    92b4c9b View commit details
    Browse the repository at this point in the history
  2. Load the annotation only once.

    When selected the node (displayed in tree), the annotations
    were loaded twice.
    jburel committed May 8, 2014
    Configuration menu
    Copy the full SHA
    e172d73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84be771 View commit details
    Browse the repository at this point in the history
  4. Fire property only once.

    This could lead to out of memory exception due to the
    number of call.
    jburel committed May 8, 2014
    Configuration menu
    Copy the full SHA
    4b08c53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed542af View commit details
    Browse the repository at this point in the history

Commits on May 9, 2014

  1. Only load data once when deselecting from central panel

    Issue occurred when deselecting from central panel using the
    table view.
    jburel committed May 9, 2014
    Configuration menu
    Copy the full SHA
    6419a1c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2014

  1. Use multimaps instead of map

    jburel committed May 14, 2014
    Configuration menu
    Copy the full SHA
    a3dc15f View commit details
    Browse the repository at this point in the history
  2. Add missing javadoc.

    jburel committed May 14, 2014
    Configuration menu
    Copy the full SHA
    5e48222 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2014

  1. Capitalize.

    jburel committed May 15, 2014
    Configuration menu
    Copy the full SHA
    dbfc147 View commit details
    Browse the repository at this point in the history
  2. Move imports.

    jburel committed May 15, 2014
    Configuration menu
    Copy the full SHA
    127003c View commit details
    Browse the repository at this point in the history
  3. Capitalize

    jburel committed May 15, 2014
    Configuration menu
    Copy the full SHA
    1b6aeaf View commit details
    Browse the repository at this point in the history
  4. Check emptiness.

    jburel committed May 15, 2014
    Configuration menu
    Copy the full SHA
    645ba74 View commit details
    Browse the repository at this point in the history