Skip to content

Changes

Summary

  1. [516741] Recompute the property view when a group is expanded (details)
  2. [517050] Improve the layout of the reference widget (details)
  3. [496076] Provide a default image for toolbar action (details)
  4. [496076] Review the tool bar lifecycle (details)
Commit 36fed57ece5f11fbe32bb7fa63210a68a8d167c0 by Stephane Begaudeau
[516741] Recompute the property view when a group is expanded

Bug: 516741
Change-Id: I7e8fae8942e81a9dca8ac991fb13e505ee3ed8e3
Signed-off-by: Mélanie Bats <melanie.bats@obeo.fr>
The file was modified plugins/org.eclipse.eef.common.ui/src/org/eclipse/eef/common/ui/api/SWTUtils.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFGroupLifecycleManager.java
Commit ac18eee4a5ed1cb7e04cd4d39ce0d5a28947ceac by Stephane Begaudeau
[517050] Improve the layout of the reference widget

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=517050
Change-Id: I3215f92d514ef0068e15ee836e68a3ac575c579c
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef.ide.ui.ext.widgets.reference/src/org/eclipse/eef/ide/ui/ext/widgets/reference/internal/EEFExtMultipleReferenceLifecycleManager.java
Commit 340869c5eb9b93346858bc310f1f70aede95c799 by Stephane Begaudeau
[496076] Provide a default image for toolbar action

If the image expression is not set for a toolbar action a default image
is provided.

Bug: 496076
Change-Id: If67e2aaaed4196f06f1887a2545e2ac59dc5b2d9
Signed-off-by: Mélanie Bats <melanie.bats@obeo.fr>
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/ToolbarAction.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/EEFImageUtils.java
Commit 31168300478790d8de9b00282638141870ebcda0 by Stephane Begaudeau
[496076] Review the tool bar lifecycle

The toolbar actions are not removed when we select another page. Then if
a page without action is selected first the actions are not provided
when a page which defines action is selected. We review the
creation/deletion of the toolbar actions to be done during the
aboutToBeShwon and aboutToBeHidden phases.

Bug: 496076
Change-Id: If849f60e2c5b2929fbe3d1fcfb1d9fb9161d1437
Signed-off-by: Mélanie Bats <melanie.bats@obeo.fr>
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFSectionLifecycleManager.java