Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "GEF/New and Noteworthy/3.11"

Line 17: Line 17:
 
== GEF4 FX 0.3.0 ==
 
== GEF4 FX 0.3.0 ==
  
==== Split FX.UI module into FX.SWT and FX.JFace modules ====
+
==== [INCOMPATIBLE CHANGE] Split FX.UI module into FX.SWT and FX.JFace modules ====
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=471154 #471154]
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=471154 #471154]
  
Line 26: Line 26:
 
== GEF4 MVC 0.3.0 ==
 
== GEF4 MVC 0.3.0 ==
  
==== Moved cell editor, dialogs, and pickers from MVC.FX.UI to FX.SWT and FX.JFace ====
+
==== [INCOMPATIBLE CHANGE] Moved cell editor, dialogs, and pickers from MVC.FX.UI to FX.SWT and FX.JFace ====
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=471154 #471154]
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=471154 #471154]
  
 
Refactored AbstractFXColorPicker, FXColorPicker, FXSimpleGradientPicker, and FXAdvancedGradientPicker and moved them into FX.SWT (renamed from FX.UI). Refactored FXFillCellEditor and FXFillSelectionDialog and moved them into FX.JFace.
 
Refactored AbstractFXColorPicker, FXColorPicker, FXSimpleGradientPicker, and FXAdvancedGradientPicker and moved them into FX.SWT (renamed from FX.UI). Refactored FXFillCellEditor and FXFillSelectionDialog and moved them into FX.JFace.

Revision as of 05:07, 22 September 2015

General

The GEF 3.11.0/4.0.0 (Neon) release provides minor revisions of the production components Draw2d 3.x (3.11.0), GEF (MVC) 3.x (3.11.0), and Zest 1.x (1.7.0), as well as minor or major revisions of the new GEF4 components (0.3.0/1.0.0). As declared in the project plan, the decision about whether GEF4 is provided in version 1.0.0 or 0.3.0 (and whether the overall release is a 4.0.0 or 3.11.0) will be made up to M5.

Please note that even if GEF 3.11.1/4.0.0 may be a minor release, incompatible changes to the provisional API of GEF4 will be made. These are highlighted below as [INCOMPATIBLE CHANGE].

GEF4 FX 0.3.0

[INCOMPATIBLE CHANGE] Split FX.UI module into FX.SWT and FX.JFace modules

Renamed FX.UI module into FX.SWT module and added FXColorPicker, FXSimpleLinearGradientPicker, and FXAdvancedLinearGradientPicker, which were provided by MVC.FX.UI module before (refactored from AbstractFXColorPicker, FXColorPicker, FXSimpleGradientPicker, and FXAdvancedGradientPicker). Introduced new FX.JFace module, which provides FXPaintCellEditor and FXPaintSelectionDialog, which were provided by MVC.FX.UI module before (refactored from FXFillCellEditor and FXFillSelectionDialog).


GEF4 MVC 0.3.0

[INCOMPATIBLE CHANGE] Moved cell editor, dialogs, and pickers from MVC.FX.UI to FX.SWT and FX.JFace

Refactored AbstractFXColorPicker, FXColorPicker, FXSimpleGradientPicker, and FXAdvancedGradientPicker and moved them into FX.SWT (renamed from FX.UI). Refactored FXFillCellEditor and FXFillSelectionDialog and moved them into FX.JFace.

Back to the top