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

[UI][E] UI Migration from E3 to E4 #1135

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Commits on Mar 6, 2021

  1. [UI][E] Menu Migration from Eclipse3 to Eclipse4

    Migration of the Main-Menu, as well as all Commands and Handlers to the E4 Platform.
    
    Explanation:
    Since 2012 Saros/E uses the compatibility layer provided by Eclipse for the UI to function.
    To drop the need for the compatibility layer all UI Elements have to be migrated and all references to org.eclipse.ui have to be removed.
    meyef95 authored and antej95 committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    104e0cf View commit details
    Browse the repository at this point in the history
  2. [UI][E] Static Popup Menu Migration

    This is the continuation of the Eclipse UI Migration from E3 to E4.
    This commit builds on the previous Pull Request which migrates the Menu.
    The dynamic popup menu in the saros view is worked on in a different Commit/PR.
    antej95 committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    e53b3ac View commit details
    Browse the repository at this point in the history
  3. [UI][E] View Migration

    Almost completed migration of the Saros View from E3 to E4.
    There still are problems with the consistency toolbar entry.
    Also these changes break the UI STF tests.
    antej95 committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    05a271c View commit details
    Browse the repository at this point in the history