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

Create project from owl file #230

Merged
merged 11 commits into from
Nov 8, 2022

Commits on Oct 13, 2022

  1. core: loaders: owl2: add project loader from owl 2 file

    Loads ontology metadata from an owl 2 file and creates a new
    project from it.
    rooosyf authored and mnamici committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    4abe645 View commit details
    Browse the repository at this point in the history
  2. ui: project: add dialog to create project with name

    Used to create a project from an OWL 2 file.
    rooosyf authored and mnamici committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    1038928 View commit details
    Browse the repository at this point in the history
  3. ui: session: handle project creation from owl 2 file

    Adds a new kwarg to provide a path to an owl 2 file and a new signal
    emitted when the project is successfully created from the owl 2 file.
    rooosyf authored and mnamici committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    98f94a4 View commit details
    Browse the repository at this point in the history
  4. core: application: add optional owl 2 file path to doCreateSession()

    Used to pass an owl 2 file path to the session for project creation.
    rooosyf authored and mnamici committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    1b9d794 View commit details
    Browse the repository at this point in the history
  5. ui: welcome: add new project from owl 2 file button

    rooosyf authored and mnamici committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    3d29663 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c500bee View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    f66b903 View commit details
    Browse the repository at this point in the history
  2. plugins: ontology-importer: addImportedOntologies

    rooosyf committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    024ff19 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. core: loaders: owl2: removed redundant getImportedOntologies + added …

    …signal on load
    rooosyf committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    d317fe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ee9659 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. fix on missing imports

    rooosyf committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    f3eacd1 View commit details
    Browse the repository at this point in the history