Skip to content

Milestones

List view

  • See https://projects.eclipse.org/projects/modeling.sirius/releases/sirius-desktop-7.4.14

    Due by December 3, 2025
    2/2 issues closed
  • No due date
    2/2 issues closed
  • https://projects.eclipse.org/projects/modeling.sirius/releases/sirius-desktop-7.4.12

    Due by September 22, 2025
    3/3 issues closed
  • No due date
    5/5 issues closed
  • Due by January 28, 2026
    30/30 issues closed
  • Service release with only an update from EEF 2.1.6 to EEF 2.1.7.

    Due by May 30, 2025
    1/1 issues closed
  • Service release with only bug fixes.

    Due by May 15, 2025
    4/4 issues closed
  • See https://github.com/eclipse-sirius/sirius-desktop/releases/tag/v7.4.8

    Due by March 25, 2025
    21/21 issues closed
  • Maintenance release.

    Due by February 26, 2025
    3/3 issues closed
  • Service release with two minor improvements.

    Due by December 19, 2024
    13/13 issues closed
  • Service release with only bug fixes.

    Due by December 5, 2024
    5/5 issues closed
  • No due date
    2/2 issues closed
  • No due date
    21/21 issues closed
  • Hotfix release for a single UI regression which slipped into 7.4.1.

    Due by June 26, 2024
    3/3 issues closed
  • Maintenance release for 7.4.x stream. https://projects.eclipse.org/projects/modeling.sirius/releases/sirius-desktop-7.4.1

    Due by June 21, 2024
    24/24 issues closed
  • No due date
    66/66 issues closed
  • # Changes in Sirius 7.3.0 ## User-Visible Changes * 🆕 A new preference has been added in the Sirius Diagram preference page. This preference allows the user to choose the arrangement of elements created on a diagram when they are not directly positioned by the user. In the preference page, users can choose between a diagonal, vertical or horizontal arrangement. ## Specifier-Visible Changes _None._ ## Developer-Visible Changes ### Changes in `org.eclipse.sirius.diagram.ui` * 🔨 The methods `org.eclipse.sirius.diagram.ui.tools.api.util.GMFNotationHelper.getNotes(Diagram)` and `org.eclipse.sirius.diagram.ui.tools.api.util.GMFNotationHelper.getTextNotes(Diagram)` now return a list of `org.eclipse.gmf.runtime.notation.Shape` instead of a list of `org.eclipse.gmf.runtime.notation.Node`. This type is more precise and avoids multiple cast when using the returned list. * 🆕 A new preference `PREF_NEWLY_CREATED_ELEMENTS_LAYOUT` have been added in `org.eclipse.sirius.diagram.ui.tools.api.preferences.SiriusDiagramUiPreferencesKeys`. It is an integer used to define the arrangement of elements created on a diagram when they are not directly positioned by the user. When created successively, elements can be positioned diagonally, vertically or horizontally. Elements can be positioned diagonally with the value 0, vertically with the value 1, horizontally with the value 2. By default, elements are positioned diagonally with the value 0. The Sirius default values for these preferences can be overridden for a specific product. For example: ```java // Preference customization for plugin "org.eclipse.sirius.diagram.ui" IEclipsePreferences diagramPreferences = DefaultScope.INSTANCE.getNode(org.eclipse.sirius.diagram.ui.provider.DiagramUIPlugin.ID); // By default override the PREF_NEWLY_CREATED_ELEMENTS_LAYOUT default value diagramPreferences.putBoolean(SiriusDiagramUiPreferencesKeys.PREF_NEWLY_CREATED_ELEMENTS_LAYOUT, 2); ```

    Due by November 24, 2023
    10/10 issues closed
  • [Service release](https://projects.eclipse.org/projects/modeling.sirius/releases/sirius-desktop-7.2.1) to ensure compartibility with all components in Eclipse 2023-09 (in particular the upcoming GEF Classic 3.17). Available at <https://download.eclipse.org/sirius/updates/releases/7.2.1/2023-03/> and as part of Eclipse 2023-09.

    Due by September 13, 2023
    7/7 issues closed