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

[WIP] Merge KEITH features #49

Merged
merged 377 commits into from
Sep 18, 2020
Merged

[WIP] Merge KEITH features #49

merged 377 commits into from
Sep 18, 2020
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 12, 2019

  1. Configuration menu
    Copy the full SHA
    bff3ed3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4981102 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fb5bbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0489849 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    485ef75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f024080 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2063ec7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. added comments

    Drakae committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    5839b7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec2d0bd View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

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

Commits on Jun 24, 2019

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

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    8aecd09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6e7ae3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7828a3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9ef1c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

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

Commits on Jul 1, 2019

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

Commits on Jul 4, 2019

  1. added positionId to SKNode

    Drakae committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    8c5e1a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76111ff View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

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

Commits on Jul 10, 2019

  1. Configuration menu
    Copy the full SHA
    cc74bd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cef09dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    361b189 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Configuration menu
    Copy the full SHA
    2eb0711 View commit details
    Browse the repository at this point in the history
  2. Constraints: SetStaticConstraint declared , refreshLayout for snap

    Empty stub for setStaticConstraint was added to the LanguageServerExtension.
    refreshLayout was added to the LanguageServerExtension and implemented. It is called in order that nodes snap back if no constraint was set.
    Additionally, methods were added to shorten the retrieval and setting of constraints.
    ConnorObrian committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    518a699 View commit details
    Browse the repository at this point in the history
  3. Constraints: StaticConstraint class added

    The last commit did not work without the StaticConstraint class that I forgot to commit
    ConnorObrian committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    2911f1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91d30ba View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    ac39b6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bc5e8b View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    c10f869 View commit details
    Browse the repository at this point in the history
  2. Constraints: Feature delete for pos and layer constraints

    Deletion of layer and position constraints is now possible. For this nullify methods are added to ConstraintsUtils. Some javadocs are added or extended in ConstraintsUtils.
    ConnorObrian committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    26498c7 View commit details
    Browse the repository at this point in the history
  3. Constraints: Feature DeleteStaticConstraint

    You can now delete a StaticConstraint. Furthermore, the Language Server Extension expects now an instance of DeleteConstraint  for delete messages.
    ConnorObrian committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    2c66f56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    662b914 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    284b1a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e821696 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

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

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    9f03e1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfa4742 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6770ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fb0637 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5205422 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7b5f87 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Constraints: Specializes Offset, better reval for pos cons, start of …

    …ObjectOrientation for reval
    ConnorObrian committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    a56e8f9 View commit details
    Browse the repository at this point in the history
  2. Constraints: Fixes branch

    Constraints: Fixes branch
    ConnorObrian committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    7a7b9af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ee1444 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    195704d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Configuration menu
    Copy the full SHA
    450a874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1e8c3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ce68ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e76f3a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. constraints: Implements reval for node insertion, implements one reva…

    …l shifting strategy
    
    The reevaluation that needs to be applied when position constraints are set should work now. Additionally, reevaluation for block shifting is probably functionable.
    However,  it does not fit to our current shifting in Interactive Layout.
    constraints: intermediate commit
    ConnorObrian committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    18cb08a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef303f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cc8c64 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. constraints: emptyLayer & node pos reeval for out of bounds constraints

    constraints: removes printlns, organizes imports
    ConnorObrian committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    16554bf View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. constraints: Fix for Reeval, Changes reval, adds setCoordDepthFirst

    Bugfix: Reeval uses the parent of the target now instead of the viewModel's root. in order to get the nodes of the same hierachical level. EmptyLayerReevaluation should become an optional reeval now that the system is able to handle offsets in layer constraints. It is commented out for now. setCoordinatesDepthFirst is created. It will be used to fix a layer assignment bug for hierarchical graphs.
    ConnorObrian committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    eb6ee99 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. fixed interactiveLayout property of SKNode

    property is also set for the root of the graph
    Drakae committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    98bd9b8 View commit details
    Browse the repository at this point in the history
  2. constraints: Restructures code based on recent client changes

    The client now sends the new posId/layerId and the new layerCons/posCons in its messages. Ergo you don't need to transform the posCons to the posId anymore. The method for this is deleted. The change requires that the message object classes are extended.
    ConnorObrian committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    27d045e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63f8357 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. fixed hierarchical layout

    nodes are in the correct layer even when some nodes are bigger as usual because of children
    Drakae committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    36ab3b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Merge remote-tracking branch 'origin/master' into keith

    Conflicts:
    	plugins-dev/de.cau.cs.kieler.graphs.hierarchicalViews/plugin.xml
    NiklasRentzCAU committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    901a430 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. constraints: Deletes not needed code, Fixes bug in shifting reeval

    Deletes not needed code in getNodesOfLayer(), basically reverting it to an older state. Deletes the getLayering() stub that is not needed. Creates and implements a getAdjacentNodes() method.
    Fixes a stackoverflow that was caused by the shift reeval.
    Fixes that the shift reeval didn't work with layer constraints > count of layers.
    ConnorObrian committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    dfeaf95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83994bb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

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

Commits on Sep 12, 2019

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

Commits on Sep 15, 2019

  1. constraints: Workaround + cleanup

    When a constraint is set the methods now check whther the parent is null. This should guard against a specific bug.
    A first draw of one validate method is implemented, but not used.
    The not working shift reevaluation is outcommented.
    Two todos added.
    One not used method deleted.
    ConnorObrian committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    3e5176f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ea19fc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

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

Commits on Sep 23, 2019

  1. Configuration menu
    Copy the full SHA
    47ed147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8ae5d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8c06fc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    13ec652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    492657e View commit details
    Browse the repository at this point in the history
  3. added javadocs

    Drakae committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    3642dc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

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

Commits on Oct 22, 2019

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

Commits on Oct 23, 2019

  1. Merge remote-tracking branch 'origin/keith' into jet_cos/constraints

    Conflicts:
    	plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/KGraphDiagramGenerator.xtend
    	plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/KGraphDiagramUpdater.xtend
    	plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/model/KGraphModel.xtend
    soerendomroes committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    5416797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cc95e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4731f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55e605a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    842ae04 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    ced49fa View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/keith' into jet_cos/constraints

    Conflicts:
    	build/de.cau.cs.kieler.pragmatics.targetplatform/de.cau.cs.kieler.pragmatics.targetplatform.target
    	plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/KGraphLayoutEngine.xtend
    soerendomroes committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    a33b543 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8e890b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Configuration menu
    Copy the full SHA
    7c9b7ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf5afcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3c8a84 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. kgraph.language.server: implemented standalone pragmatics language

    server
    
    This is inspired by the kieler.language.server, but stripped of all
    non-pragmatics content. So this language server supports the .kgt and
    the .elkt languages and diagram features.
    NiklasRentzCAU committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    6243b42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    396d9d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

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

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    25bbdb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f53fdeb View commit details
    Browse the repository at this point in the history
  3. klighd.krendering: Updated KNodeExtensions to allow for a node existance

    check by replacing the create extension by an own hash map
    implementation with the same external API.
    NiklasRentzCAU committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    bb0382a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6daf43 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    9bd027c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e2d742 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff99a18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8b9615 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'nre/master' into keith

    Conflicts:
    	plugins/de.cau.cs.kieler.kgraph.language.server/META-INF/MANIFEST.MF
    NiklasRentzCAU committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    de6b712 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

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

Commits on Nov 12, 2019

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

Commits on Nov 13, 2019

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

Commits on Nov 14, 2019

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

Commits on Nov 18, 2019

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

Commits on Nov 19, 2019

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

Commits on Nov 26, 2019

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

Commits on Nov 27, 2019

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

Commits on Dec 13, 2019

  1. Configuration menu
    Copy the full SHA
    07b6606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd37baf View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    7df2182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27df047 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d51ddc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebad87a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    290006d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. klighd.lsp.interactive: Initial layout should be done without

    interactive strategies.
    soerendomroes committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    d5ca87a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    aab655a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    311d5b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

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

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    365b532 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/keith' into jet_cos/constraints

    Conflicts:
    	plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/KGraphDiagramGenerator.xtend
    	plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/KGraphDiagramUpdater.xtend
    	plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/model/KGraphModel.xtend
    soerendomroes committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    a1774ff View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

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

Commits on Mar 24, 2020

  1. klighd.lsp: Fixed rect packing id change.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    0a12fb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

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

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    212c46b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    312c957 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e74d1d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    2b7d02a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e667242 View commit details
    Browse the repository at this point in the history
  3. klighd.lsp: Interactive: Worked on nre remarks.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    ac20b08 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from kieler/jet_cos/constraints

    Jet cos/constraints
    NiklasRentzCAU authored Mar 27, 2020
    Configuration menu
    Copy the full SHA
    151191a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Added id to SynthesisOptions.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    0d05064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc50a46 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    94b15d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a20b38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92fc4ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c16ab5e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

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

Commits on Apr 16, 2020

  1. Fixed check for interactive layout for SCCharts.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    cf9657c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Added server client notification to display messages.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    1ee66f4 View commit details
    Browse the repository at this point in the history
  2. simulation.ide: LS: Send error to client on exception.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    3b323a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

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

Commits on May 7, 2020

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

Commits on May 13, 2020

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

Commits on May 18, 2020

  1. klighd: Add interactive layout configurator.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed May 18, 2020
    Configuration menu
    Copy the full SHA
    bd84746 View commit details
    Browse the repository at this point in the history
  2. KLighd: Interactive: Convert LayerConstraint to LayerChoiceConstraint.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed May 18, 2020
    Configuration menu
    Copy the full SHA
    54e9924 View commit details
    Browse the repository at this point in the history
  3. KLighd: Interactive: Layered: Updated comments.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed May 18, 2020
    Configuration menu
    Copy the full SHA
    2cd70c2 View commit details
    Browse the repository at this point in the history
  4. Klighd: interactive: More documentation.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed May 18, 2020
    Configuration menu
    Copy the full SHA
    46b0f81 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. KLighd: Interactive: Layered: Fixed node shifting.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed May 19, 2020
    Configuration menu
    Copy the full SHA
    2ed24e3 View commit details
    Browse the repository at this point in the history
  2. KLighd: Interactive: Fixed unmodifiable list.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed May 19, 2020
    Configuration menu
    Copy the full SHA
    5246f6e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Klighd.lsp: Added cause to UpdateModelAction.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed May 25, 2020
    2 Configuration menu
    Copy the full SHA
    4bdc847 View commit details
    Browse the repository at this point in the history
  2. klighd.lsp: Do not send erroneous diagram to client.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed May 25, 2020
    Configuration menu
    Copy the full SHA
    240fb91 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. klighd.lsp: Make utils accessible.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed May 26, 2020
    Configuration menu
    Copy the full SHA
    328882f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. klighd.lsp: Set language client for lsp extensions.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    2d7ee10 View commit details
    Browse the repository at this point in the history
  2. klighd.lsp: Add message to replace content in file.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    e954fa9 View commit details
    Browse the repository at this point in the history
  3. klighd.lsp: Update file in interactive scenario.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    b6995e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3db76d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. KEITH edges with invalid target quickfix.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    d5dd2e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. klighd.lsp: Count lines of string in a java 8 way.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    8a15e0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    790351b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. klighd: Configure interactive layout run in AbstactDiagramSynthesis.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    3213378 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. klighd: Create new CompoundGraphVisitor for interactive layout run.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    3570d12 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Moved interactive graph visitors.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    2a57fb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Updated to conform with Elk nightly changes.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    3c3ab6e View commit details
    Browse the repository at this point in the history
  2. Target: Let keith depend on elk nightly.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    bdb6aec View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. klighd, klighd.lsp: Conform with elk nightly changes.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    abc2b6d View commit details
    Browse the repository at this point in the history
  2. klighd: Add viewContext and viewModel to get additonal layout configs.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    c218559 View commit details
    Browse the repository at this point in the history
  3. Merged master into sdo/unifyInteractiveLayout

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    23d0a16 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. klighd: Removed unnecessary layout configurators.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    765bb1e View commit details
    Browse the repository at this point in the history
  2. Cleanup and documentation.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    6c5d515 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. klighd: Generate synthesis id using class name.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    3f7111c View commit details
    Browse the repository at this point in the history
  2. klighd: Removed debugging output from SynthesisOptions.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    ab308ce View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. klighd: Unintroduce unnecessarily introduced dependencies.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    478435a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from kieler/sdo/unifyInteractiveLayout

    Interactive layout configurator
    soerendomroes authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    c65383d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into keith

    Conflicts:
    	plugins/de.cau.cs.kieler.klighd.incremental/src/de/cau/cs/kieler/klighd/incremental/IncrementalUpdateStrategy.java
    	plugins/de.cau.cs.kieler.klighd.ui.view/src/de/cau/cs/kieler/klighd/ui/view/syntheses/EObjectFallbackSynthesis.xtend
    	pom.xml
    NiklasRentzCAU committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    a40bd7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80f1894 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae8ae65 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. klighd: Do not delete interactive properties from kgraph during

    incremental update.
    
    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    30df28b View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    4da94d0 View commit details
    Browse the repository at this point in the history
  2. klighd, klighd.standalone: allow to register more extensions via

    ServiceLoader.
    
    During startup as a non-Eclipse-application KLighD now will also load
    the registrations for the IViewerProvider, IUpdateStragety, IAction, and
    IStyleModifier via ServiceLoader.
    NiklasRentzCAU committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    307c8f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee6b0cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d393885 View commit details
    Browse the repository at this point in the history
  5. klighd.ui.view: fixed build path

    this plugin does no longer have any Xtend code, so xtend-gen should not
    be in the classpath.
    NiklasRentzCAU committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    3c32ea6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

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

Commits on Jul 23, 2020

  1. lsp, kgraph.language.server: code cleanup.

    Small improvements, fixes and general cleanup, this also Fixes #40
    NiklasRentzCAU committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    f7c66ec View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    b9104ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c6e8c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0973d98 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    f4f5e2d View commit details
    Browse the repository at this point in the history
  2. lsp: reactivated slow element tracing support, bound to the client

    preference diagram.shouldSelectText
    NiklasRentzCAU committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    b58a9b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    e808ae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56823b3 View commit details
    Browse the repository at this point in the history
  3. klighd: Make sure calling getDelegate() in

    ReinitializingDiagramSynthesisProxy always creates the instance first.
    Fixes #61.
    NiklasRentzCAU committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    d45aee7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67c1045 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    26bc4af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90f4a68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a84a0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f782c91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46e4f0e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. klighd.lsp: Interactive rectpacking: use primitive data type.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    d3061ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7bcc6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55733d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ea740e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    06f28ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f20c85c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8100f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    002a072 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c8a95b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e11825a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efb4ecc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aed80d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. klighd.lsp: Map preserved properties from Knode to SNode.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    f1f43ad View commit details
    Browse the repository at this point in the history
  2. klighd.lsp: Do not save created models that were cancelled.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    4da240a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a1b271 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1407515 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4816710 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. klighd.lsp: Interactive: Trim inserted code to prevent whitespace

    duplication.
    
    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    7d8c50f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdfd37b View commit details
    Browse the repository at this point in the history
  3. klighd.lsp: Prevent NPE on RenderingRef with null id.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    b51c770 View commit details
    Browse the repository at this point in the history
  4. klighd.lsp: Check revision for PerformActionAction.

    Signed-off-by: Soeren Domroes <sdo@informatik.uni-kiel.de>
    soerendomroes committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    126d1bc View commit details
    Browse the repository at this point in the history
  5. incremental: allow dangling elements.

    Now instead of failing and throwing an exception whenever a KGraph with
    referenced nodes, ports, or edges, which are not in the graph directly
    via containment, this tries to still add the elements or display an
    error message, but continue doing the best possible out of the faulty
    graph. This way the update is way more robust for such graphs.
    NiklasRentzCAU committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    bf20382 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8c439c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. kgraph.language.server: removed.

    Removed the KGraph language server, as it is not able to create diagrams
    without the Syntheses from the Pragmatics repository. Look into that
    repository for the replacement Pragmatics language server.
    NiklasRentzCAU committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    6fd544c View commit details
    Browse the repository at this point in the history
  2. lsp: added package containing abstract code to launch LS with diagrams.

    This allows to create extended language servers with arbitrary language
    support and additional language server extensions for further IDE
    features.
    NiklasRentzCAU committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    27e2b70 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. klighd.lsp: unique rendering IDs have an own property.

    This way, they no longer overwrite the existing ID field on the
    renderings, which may be used elsewhere. Also avoids the problem with
    pre-existing IDs containing a $ sign, which breaks tracing the IDs back
    to their renderings.
    Fixes #58
    NiklasRentzCAU committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    a2b14ab View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. lsp: removed KImage from reflective validation for the CheckImageAction.

    As the potential circular links are not serialized in the
    EObjectSerializer anyway, this exclusion should be safe.
    NiklasRentzCAU committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    bfe0a58 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

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

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    5ca065c View commit details
    Browse the repository at this point in the history
  2. klighd: added startup hook extension point/interface for service loader.

    This extension point allows any projects wanting to extend any KLighD
    behavior for different run configurations to only need to register this
    extension once via Eclipse extension and via Java ServiceLoader in
    META-INF/services and programatically register everything needed in the
    implementation of this extension with the KLighD API for registering
    extensions programmatically.
    NiklasRentzCAU committed Aug 18, 2020
    12 Configuration menu
    Copy the full SHA
    c32530a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a50b86a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3857c9c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. lsp: Improved diagram handling for files with no Resource.

    Instead of throwing exceptions, a message model displaying that no model
    is in the editor is shown.
    NiklasRentzCAU committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    9edb76e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2773010 View commit details
    Browse the repository at this point in the history
  3. Use Consumer instead of Function.

    Merge remote-tracking branch 'origin/keith' into mainThreadQueue
    
    Conflicts:
    	plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/KGraphLanguageServerExtension.xtend
    soerendomroes committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    4beb7bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ba6b74 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #66 from kieler/mainThreadQueue

    klighd.lsp: Added main thread queue for SWT and AWT calls.
    soerendomroes authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    7596d70 View commit details
    Browse the repository at this point in the history
  6. merged startup extension into KLighD's main extension.

    Moved the initialization and loading of all extensions into the static
    part after creating the instance, so that the startupHook extension may
    use the instance and modify it directly.
    NiklasRentzCAU committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    588a149 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    926dff3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2bef347 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

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

Commits on Sep 9, 2020

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

Commits on Sep 10, 2020

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

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    a86714e View commit details
    Browse the repository at this point in the history
  2. klighd: Made IPreservedProperties extend Iterable and extended its

    programmatic registration in the KlighdDataManager.
    NiklasRentzCAU committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    8988bee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4345e92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    742fa13 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

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

Commits on Sep 18, 2020

  1. Merge remote-tracking branch 'origin/master' into keith

    Conflicts:
    	plugins/de.cau.cs.kieler.klighd/META-INF/MANIFEST.MF
    NiklasRentzCAU committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    1db75b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4822e95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1239195 View commit details
    Browse the repository at this point in the history