Skip to content

Changes

Summary

  1. [513254] Add support for read-only status decorator (details)
  2. [refactoring] Reduce the number of potential NPEs (details)
  3. [refactoring] Fix a warning for an unused exception (details)
  4. [cleanup] Remove useless @SuppressWarnings (details)
  5. [refactoring] Improve some listeners for the widget actions (details)
  6. [releng] Fix missing about.html in the build.properties (details)
  7. [refactoring] Remove dependencies to Guava (details)
Commit cf865e177307774678976d2b0a6bc94dd1f0a647 by Pierre-Charles David
[513254] Add support for read-only status decorator

Bug: 513254
Change-Id: If1ca0d47fab31c4d9c51a3445a551421de5d7dbf
Cherry-picks: I5a73bfc6387ce0683088fbf20a6ff6b04801a1e1
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
The file was addedplugins/org.eclipse.eef.ide.ui/icons/full/permission_no_write.gif
The file was modified plugins/org.eclipse.eef.ide.ui/plugin.properties
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/EEFIdeUiPlugin.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/Icons.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/Messages.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/api/LockStatusChangeEvent.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/api/widgets/AbstractEEFWidgetLifecycleManager.java
Commit 79dd2bc4413dc3d0de7b68319617b2d1e222d8bc by Stephane Begaudeau
[refactoring] Reduce the number of potential NPEs

Change-Id: I62a933320eb08dfe3df8e4f93d39cbc903dd753d
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/api/controllers/AbstractEEFController.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/controllers/EEFButtonController.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/controllers/EEFRadioController.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/controllers/EEFListController.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/api/controllers/AbstractEEFWidgetController.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/controllers/EEFTextController.java
The file was modified plugins/org.eclipse.eef.ide.ui.ext.widgets.reference/src/org/eclipse/eef/ide/ui/ext/widgets/reference/internal/AbstractEEFExtReferenceLifecycleManager.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/controllers/EEFCheckboxController.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/Messages.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/controllers/EEFLabelController.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/api/controllers/AbstractEEFCustomWidgetController.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/controllers/EEFHyperlinkController.java
The file was modified samples/org.eclipse.eef.sample.custom.widget.colorpicker/src/org/eclipse/eef/sample/custom/widget/colorpicker/ColorPickerController.java
The file was modified plugins/org.eclipse.eef.core.ext.widgets.reference/src/org/eclipse/eef/core/ext/widgets/reference/internal/EEFExtReferenceController.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/controllers/EEFGroupController.java
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/controllers/EEFSelectController.java
The file was modified plugins/org.eclipse.eef.core/plugin.properties
Commit 991c16f04234c328f046b3367726ce37cac1c082 by Stephane Begaudeau
[refactoring] Fix a warning for an unused exception

Change-Id: I231f6627c5be3b2cef63b579ad530d19aa7763a6
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef.properties.ui/src/org/eclipse/eef/properties/ui/internal/Messages.java
The file was modified plugins/org.eclipse.eef.properties.ui/plugin.properties
The file was modified plugins/org.eclipse.eef.properties.ui/src/org/eclipse/eef/properties/ui/internal/extension/impl/EEFDescriptorRegistryEventListener.java
Commit 5b2384bd9cb930cb8b9d133235dd8de0312ff93b by Stephane Begaudeau
[cleanup] Remove useless @SuppressWarnings

Change-Id: Ib2ac9855538132f999fb1ec087ec2c5c3f66ea77
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/internal/extension/impl/LegacyPropertyTabRegistry.java
Commit fd85362adc63e9dd91a29983c10e69f78dac5281 by Stephane Begaudeau
[refactoring] Improve some listeners for the widget actions

Change-Id: I18af48743401f0cbe2437523121138833e279179
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFHyperlinkLifecycleManager.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFListLifecycleManager.java
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFLabelLifecycleManager.java
Commit 81e5308eab7d3a87b84e91101d6226c740ee0b3b by Stephane Begaudeau
[releng] Fix missing about.html in the build.properties

Change-Id: I7e536e2e2ac70f8bc4c014144ba7e498da8692ef
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef.core.ext.widgets.reference/build.properties
The file was modified plugins/org.eclipse.eef.ext.widgets.reference/build.properties
The file was modified plugins/org.eclipse.eef.ide.ui.ext.widgets.reference/build.properties
Commit bc1e93803b3a01b919cc5b4efb13f2f9b1b43129 by Stephane Begaudeau
[refactoring] Remove dependencies to Guava

Change-Id: I8a13f6415bd6d79cde118dc484a85fb47db60619
Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
The file was modified plugins/org.eclipse.eef.ide.ui/src/org/eclipse/eef/ide/ui/internal/widgets/EEFControlSwitch.java
The file was modified plugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/internal/extension/impl/LegacyPropertyTabRegistry.java
The file was modified plugins/org.eclipse.eef.common/src/org/eclipse/eef/common/api/utils/Util.java
The file was modified plugins/org.eclipse.eef.common/META-INF/MANIFEST.MF
The file was modified plugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/internal/extension/impl/LegacyPropertyContributorRegistry.java
The file was modified plugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/internal/extension/impl/LegacyPropertySectionRegistry.java
The file was modified plugins/org.eclipse.eef.ide.ui/META-INF/MANIFEST.MF
The file was modified plugins/org.eclipse.eef.properties.ui.legacy/META-INF/MANIFEST.MF
The file was modified samples/org.eclipse.eef.sample.custom.widget.colorpicker/META-INF/MANIFEST.MF
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/DomainClassPredicate.java
The file was modified plugins/org.eclipse.eef.core/META-INF/MANIFEST.MF
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/internal/controllers/EEFSelectController.java
The file was modified plugins/org.eclipse.eef.core/build.properties
The file was modified plugins/org.eclipse.eef.core/src/org/eclipse/eef/core/internal/EEFPageImpl.java