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

Prefuse as Netbeansproject #21

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

Prefuse as Netbeansproject #21

wants to merge 19 commits into from

Commits on Oct 9, 2013

  1. Added Netbeansproject to Prefuse.

    Tests don´t work when executed all together. Singel execution of a test is possible without errors. 
    When tests are executet all together, the files from data appear to be not in the right directory.
    ----------
    Old prefuse ant project can be found in new directory "old build tools".
    Sasti committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    31b49a8 View commit details
    Browse the repository at this point in the history
  2. Build.xml extended for more reliable behavior

    Files from directory data are copied now, even when there is an
    executable file launched directly from the IDE.
    Sasti authored and Sasti committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    32112c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2013

  1. build.xml changed

    build.xml copies the ressource files now in the correct folders.
    Testing, "Clean and Build" and runing an example work now.
    Sasti authored and Sasti committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    d7d1fa6 View commit details
    Browse the repository at this point in the history
  2. build.xml copies the ressource files now in the correct folders.

    Testing, "Clean and Build" and running an example work now.
    Sasti authored and Sasti committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    c99a7ed View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2013

  1. Date and TimeParser changed so that the beahavior is more reliable.

    The format is now directly defined through SimpleDateFormater instances 
    in the constructors of those classes.
    
    DateTimeParser changed so that it is compatible to the new DateParser constructor.
    Sasti committed Oct 24, 2013
    Configuration menu
    Copy the full SHA
    fad7959 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2013

  1. CSVTableReader extended with variable delimiter feature

    CSVTableReader now has a new constructor which takes a char as
    parameter. The char is then used to determine the start of a new column
    in a csv row.
    For backward compatibility the old constructor creates the reader with
    the previous default delimiter ','.
    Sasti authored and Sasti committed Nov 5, 2013
    Configuration menu
    Copy the full SHA
    2c9590c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2013

  1. DatabaseDataSource

    DatabaseDataSource now behaves more reliable. Rows which are no longer
    in the ResultSet of the SQLQuery get removed from the Table.
    Sasti authored and Sasti committed Nov 7, 2013
    Configuration menu
    Copy the full SHA
    22b0e0c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2013

  1. BooleanColumn, DatabaseDataSource and new edge renderer added

    -BooleanColumn now accepts integer as input. Everything greater than
    zero is true. The rest is mapped to false.
    - DatabaseDataSource refactored. Processing of a ResultSet is now done
    in a new class (DatabaseResultSetProcessor).
    - DatabaseResultSetProcessor creates or updates an existing prefuse
    table with the data found in a ResultSet.
    - MixedGraphEdgeRenderer extends EdgeRenderer with the ability to show
    two straight edges between one pair of nodes.
    Sasti authored and Sasti committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    43de2ae View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2013

  1. EdgeRenderer

    EdgeRenderer is now capable to handle mixed graphs. For edges which have
    a counterpart you now can select between different visualisations.
    Sasti authored and Sasti committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    7e5b97d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2013

  1. CSVTableWriter

    CSVTableWriter now supports a configurable delimiter for the columns.
    Sasti authored and Sasti committed Dec 1, 2013
    Configuration menu
    Copy the full SHA
    f59b09a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2013

  1. Refactoring BooleanColumn

    rename intVal to boolVal. IntVal was not the right variablename.
    Sasti authored and Sasti committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    8c13ed4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2013

  1. FocusControl and CascadedTable

    FocusControl now supports the ability to add elements to a focusgroup
    with a click and mouse over at the same time.
    
    CascadedTable was missing a dispose methode. The dispose methode removes
    the internal listener from the derived table. (The same as in the class
    "Graph")
    Sasti authored and Sasti committed Dec 18, 2013
    Configuration menu
    Copy the full SHA
    798f5b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2013

  1. Test SVN commit to github

    Sasti authored and Sasti committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    5b0157d View commit details
    Browse the repository at this point in the history
  2. Revert "Test SVN commit to github"

    This reverts commit 5b0157d.
    Sasti authored and Sasti committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    a329edd View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2014

  1. Uncommented overview display in GraphView. Seems to need some fine tu…

    …ning.
    Sasti authored and Sasti committed Jan 21, 2014
    Configuration menu
    Copy the full SHA
    588629a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2014

  1. - Bugfix in EdgeRenderer. Not visiblie edges where taken into account…

    … for double edge determination.
    
    Caused edges to be drawn without contrary edge but with half of the length. (fixed)
    - Minor changes in DatabaseResultSetprocessor
    Sasti authored and Sasti committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    8ab5dc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. - Updated netbeans project files.

    Sasti authored and Sasti committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    61b65d3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2014

  1. Repaired build-impl.xml

    -> Error while building through unsupportet attribute in copylibs element.
    Sasti authored and Sasti committed May 21, 2014
    Configuration menu
    Copy the full SHA
    428fee9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2014

  1. Minor bugfixes

    Sasti authored and Sasti committed Sep 19, 2014
    Configuration menu
    Copy the full SHA
    caa5cd0 View commit details
    Browse the repository at this point in the history