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 "EEF/Releases/1.3.0"

< EEF
(Adding new widgets in EEF runtime)
Line 16: Line 16:
 
* LinkEObjectFlatComboViewer: The LinkEObjectFlatComboViewer is an improved version of the AdvancedEObjectFlatComboViewer but instead of a simple text displaying the referenced object, it's a navigable link.
 
* LinkEObjectFlatComboViewer: The LinkEObjectFlatComboViewer is an improved version of the AdvancedEObjectFlatComboViewer but instead of a simple text displaying the referenced object, it's a navigable link.
 
[[Image:EEF - LinkEObjectFlatComboViewer.png]]
 
[[Image:EEF - LinkEObjectFlatComboViewer.png]]
 +
 +
=== Bugs fixes ===
 +
 +
As for any other releases, a set bug have been fixed in the framework.
 +
 +
== Quality of APIs ==
 +
The component lead certifies that the requirements for Eclipse Quality APIs have been met for this release.
 +
All non-API code is in "internal" packages.
 +
 +
== Committers ==
 +
 +
2 active committers from Obeo
 +
* Goulwen Le Fur (project lead)
 +
* Nathalie Lépine
 +
 +
== IP Issues ==
 +
 +
No specific issues have to be noticed for this release.
 +
 +
== Non-Code Aspects ==
 +
 +
=== Continuous Integration ===
 +
Project is built from the [https://hudson.eclipse.org/hudson/view/Modeling/job/emf-eef-1.3 Eclipse hudson instance] through Tycho. A nightly is built once a day if the SCM polling sees a change from the last build.
 +
 +
=== Testing ===
 +
 +
207 functional tests are launched on the framework at each continuous integration.
 +
66 are failing but this is due to issues on the testing framework. This state will be corrected in the next releases.
 +
 +
=== APIs ===
 +
 +
API is kept compatible with previous verions.
 +
 +
== Documentation ==
 +
All of the documentation for EEF is available from the [http://wiki.eclipse.org/EEF wiki]. It will be completed and extended with tutorial as this version matures.
 +
 +
== Bugzilla ==
 +
 +
86 bugs are open on the EEF bugzilla:
 +
* 1 Critical
 +
* 5 Major
 +
* 53 Normal
 +
* 6 Minor
 +
* 1 Trivial
 +
* 20 Enhancements

Revision as of 09:49, 22 November 2013

Goulwen Le Fur - goulwen.lefur@obeo.fr

Release review: November 30th, 2013

Communication channel: eclipse.modeling.emft

New and noteworthy

Adding new widgets in EEF runtime

In order to improve EEF users experience for EMF models editing, new widgets have been added in the framework's runtime. These widgets are:

  • SingleCompositionEditor: This widget allows user to edit a 0-1 or 1-1 containment reference on an object.

EEF - SingleCompositionEditor sample.png

  • EReferencesViewer: This widget bring a simplier interface to edit 0-n or 1-n references. The element selection dialog has a cleaner interface for choosing the referenced elements.

EEF - EReferencesViewer sample.png vs. EEF - AdvancedReferencesTable.png

  • LinkEObjectFlatComboViewer: The LinkEObjectFlatComboViewer is an improved version of the AdvancedEObjectFlatComboViewer but instead of a simple text displaying the referenced object, it's a navigable link.

EEF - LinkEObjectFlatComboViewer.png

Bugs fixes

As for any other releases, a set bug have been fixed in the framework.

Quality of APIs

The component lead certifies that the requirements for Eclipse Quality APIs have been met for this release. All non-API code is in "internal" packages.

Committers

2 active committers from Obeo

  • Goulwen Le Fur (project lead)
  • Nathalie Lépine

IP Issues

No specific issues have to be noticed for this release.

Non-Code Aspects

Continuous Integration

Project is built from the Eclipse hudson instance through Tycho. A nightly is built once a day if the SCM polling sees a change from the last build.

Testing

207 functional tests are launched on the framework at each continuous integration. 66 are failing but this is due to issues on the testing framework. This state will be corrected in the next releases.

APIs

API is kept compatible with previous verions.

Documentation

All of the documentation for EEF is available from the wiki. It will be completed and extended with tutorial as this version matures.

Bugzilla

86 bugs are open on the EEF bugzilla:

  • 1 Critical
  • 5 Major
  • 53 Normal
  • 6 Minor
  • 1 Trivial
  • 20 Enhancements

Back to the top