Skip to content

Changes

Summary

  1. Contribute the radio widget (details)
  2. Remove the inheritance between EEFTabbedPropertyViewer and SWT viewer (details)
  3. Refresh section's content when the model is modified (details)
Commit 2ed1b9ff8df815aa104b0e891dcb2b4ddc887921 by Melanie Bats
Contribute the radio widget

Change-Id: I311b88e535e254366d711a68a2a62cc70a0b9e51
Signed-off-by: Mélanie Bats <melanie.bats@obeo.fr>
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFRadioLifecycleManager.java
The file was modified plugins/org.eclipse.eef.edit/src-gen/org/eclipse/eef/provider/EEFContainerDescriptionItemProvider.java
The file was modified plugins/org.eclipse.eef/src-gen/org/eclipse/eef/util/EefSwitch.java
The file was modified plugins/org.eclipse.eef.edit/plugin.properties
The file was modified plugins/org.eclipse.eef.ide.ui/plugin.properties
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/api/controllers/EEFControllersFactory.java
The file was modified plugins/org.eclipse.eef/src-gen/org/eclipse/eef/impl/EefPackageImpl.java
The file was addedplugins/org.eclipse.eef.edit/src-gen/org/eclipse/eef/provider/EEFRadioDescriptionItemProvider.java
The file was addedplugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/controllers/EEFRadioController.java
The file was addedplugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFRadioDescription.java
The file was modified plugins/org.eclipse.eef/src-gen/org/eclipse/eef/util/EefAdapterFactory.java
The file was modified plugins/org.eclipse.eef/model/eef.ecore
The file was addedplugins/org.eclipse.eef.core/src/org/eclipse/eef/core/api/controllers/IEEFRadioController.java
The file was modified plugins/org.eclipse.eef/src-gen/org/eclipse/eef/impl/EefFactoryImpl.java
The file was addedplugins/org.eclipse.eef.edit/icons/full/obj16/EEFRadioDescription.gif
The file was modified plugins/org.eclipse.eef.edit/src-gen/org/eclipse/eef/provider/EEFDynamicMappingCaseItemProvider.java
The file was modified plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EefFactory.java
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/RadioGroup.java
The file was addedplugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/RadioGroupViewer.java
The file was modified plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EefPackage.java
The file was modified plugins/org.eclipse.eef.edit/src-gen/org/eclipse/eef/provider/EefItemProviderAdapterFactory.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFContainerLifecycleManager.java
The file was addedplugins/org.eclipse.eef/src-gen/org/eclipse/eef/impl/EEFRadioDescriptionImpl.java
Commit 820d813795481d7a56cdb5f0881cadfc05e70a8b by Stephane Begaudeau
Remove the inheritance between EEFTabbedPropertyViewer and SWT viewer

Change-Id: Ie9233623b85c6080d8851aeeb2b2963b7821308c
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was removedplugins/org.eclipse.eef.properties.ui/src/org/eclipse/eef/properties/ui/internal/page/EEFTabbedPropertyListContentProvider.java
The file was modified plugins/org.eclipse.eef.properties.ui/src/org/eclipse/eef/properties/ui/internal/page/EEFTabbedPropertyViewer.java
The file was removedplugins/org.eclipse.eef.properties.ui/src/org/eclipse/eef/properties/ui/internal/page/EEFTabbedPropertySheetPageLabelProvider.java
The file was modified plugins/org.eclipse.eef.properties.ui/src/org/eclipse/eef/properties/ui/api/EEFTabbedPropertySheetPage.java
Commit 872a8a5f2f91e299e408bec5be0be76de59b87e3 by Pierre-Charles David
Refresh section's content when the model is modified

This is not a long-term solution, as almost any change in the underlying
ResourceSet can impact the whole structure of the view (the pages, their
titles and contents). Until we have a more complete solution, this one
at least gives some basic level of dynamicity.

Change-Id: I20c99a3c8d5f666251dc4d5d689e83c911a2cd6b
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/EEFViewImpl.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/api/EEFView.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/properties/EEFSection.java