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

392: Add categories to the model #129

Merged
merged 7 commits into from
Oct 19, 2021
Merged

392: Add categories to the model #129

merged 7 commits into from
Oct 19, 2021

Commits on Oct 5, 2021

  1. 392: Add categories to the model

    - Add structured compartments using X/Y Layout
    - Improve VBox Layout to support stacking variable-size compartments
    - Introduce LayoutData to configure the new VBox layout (and potentially
    other layouts as well)
    - Add a custom TypeAdapter for LayoutData to workaround EMF-to-JSon
    serialization issues
    - Introduce GeometryUtil to convert from absolute to relative
    coordinates on the Server
    
    Fixes eclipse-glsp/glsp/issues/392
    
    Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
    CamilleLetavernier authored and tortmayr committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    9aa29d5 View commit details
    Browse the repository at this point in the history
  2. 392: Fix checkstyle warnings

    Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
    CamilleLetavernier authored and tortmayr committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    67ededf View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    8667fd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69b978b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    e5113e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4620354 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20bed93 View commit details
    Browse the repository at this point in the history