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] Composite Creation Implementation #988

Open
wants to merge 16 commits into
base: workspace-composites
Choose a base branch
from

Commits on May 15, 2020

  1. Implemented no-op UIs for workspace-composite wizard + preferences (e…

    …clipse#867)
    
    * Implemented no-op UIs for workspace-composite wizard + preferences
    * Changed workspace composite wizard element name
    * Changed composite wizard element description
    * Fixed java doc and useless indent
    * Javadoc/author fix+ line nitpick
    * Remove UiBuilder
    * Fixed indend
    * Fixed javadoc and indent
    * Remove UiBuilder/JavaDoc fix
    * Fixed checkbox tree layout
    * Refactor HelpContextIdProvider and WizardHelper
    * Knitpick and format fix
    
    Signed-off-by: kuzniarz <[email protected]>
    kuzniarz authored and donat committed May 15, 2020
    Configuration menu
    Copy the full SHA
    69c7f2b View commit details
    Browse the repository at this point in the history
  2. Fix build failures

    donat committed May 15, 2020
    Configuration menu
    Copy the full SHA
    8e2d278 View commit details
    Browse the repository at this point in the history
  3. Composite Creation Implementation

    Added most of the features to create a non functional workspace
    composite, including:
    - Definition of composite via wizard and working set GUI
    - Adding projects to the composite via wizard and properties
    - Changing composite properties via properties menu
    
    Import of external projects has yet to be implemented
    
    Signed-off-by: kuzniarz <[email protected]>
    kuzniarz authored and donat committed May 15, 2020
    Configuration menu
    Copy the full SHA
    ce184f8 View commit details
    Browse the repository at this point in the history
  4. Fixed first composite creation

    Composite properties file creation was failing if properties directory
    was not existent
    
    Signed-off-by: kuzniarz <[email protected]>
    kuzniarz authored and donat committed May 15, 2020
    Configuration menu
    Copy the full SHA
    49666ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b562d16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9a60c1 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Delete GradleWorkspaceCompositeUpdater.java

    Commited by accident
    
    Signed-off-by: kuzniarz <[email protected]>
    kuzniarz authored May 29, 2020
    Configuration menu
    Copy the full SHA
    76cbf8f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Pull Request Fixes + CompositeDialog

    - Fixed all requested PR changes
    - Started implementing new CompositeSelectionDialog
    
    
    Signed-off-by: kuzniarz <[email protected]>
    kuzniarz committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    c31e786 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Implemented Composite Configuration GUI

    - composite selection is not implemented yet
    
    Signed-off-by: kuzniarz <[email protected]>
    kuzniarz committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    85ba1cd View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Configuration GUI Fix

    - Changed GUI functionality and fixed several configuration bugs
    - Added GUI-Strings to messages class
    
    Signed-off-by: kuzniarz <[email protected]>
    kuzniarz committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    a1fdf4d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Implemented no-op UIs for workspace-composite wizard + preferences (e…

    …clipse#867)
    
    * Implemented no-op UIs for workspace-composite wizard + preferences
    * Changed workspace composite wizard element name
    * Changed composite wizard element description
    * Fixed java doc and useless indent
    * Javadoc/author fix+ line nitpick
    * Remove UiBuilder
    * Fixed indend
    * Fixed javadoc and indent
    * Remove UiBuilder/JavaDoc fix
    * Fixed checkbox tree layout
    * Refactor HelpContextIdProvider and WizardHelper
    * Knitpick and format fix
    
    Signed-off-by: kuzniarz <[email protected]>
    kuzniarz authored and donat committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2bf8ef0 View commit details
    Browse the repository at this point in the history
  2. Fix build failures

    donat committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1ac7f34 View commit details
    Browse the repository at this point in the history
  3. Fix rebase failure

    donat committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a40553f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    faafa91 View commit details
    Browse the repository at this point in the history
  2. Update MANIFEST.MF

    - Added missing change of Guava
    kuzniarz authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    09fcacd View commit details
    Browse the repository at this point in the history
  3. Revert "Update MANIFEST.MF"

    This reverts commit 09fcacd.
    Updated MANIFEST.MF to be up to date with upstream
    
    Signed-off-by: Sebastian <[email protected]>
    kuzniarz committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b48fb72 View commit details
    Browse the repository at this point in the history