Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Leicht2011-12-21 10:10:53 +0000
committerStephan Leicht2011-12-21 10:10:53 +0000
commit3cb3d0a821387a6e89d1245158669585b874201d (patch)
treea06d2b3f23f9ce56bcf4b4608f8599e096dd6817
parentf4ba810529c3b15cef95ebd1478f3406f4d1db1d (diff)
downloadorg.eclipse.scout.rt-3cb3d0a821387a6e89d1245158669585b874201d.tar.gz
org.eclipse.scout.rt-3cb3d0a821387a6e89d1245158669585b874201d.tar.xz
org.eclipse.scout.rt-3cb3d0a821387a6e89d1245158669585b874201d.zip
-rw-r--r--org.eclipse.scout.rt.ui.swt/Release Notes.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.eclipse.scout.rt.ui.swt/Release Notes.txt b/org.eclipse.scout.rt.ui.swt/Release Notes.txt
index dce558c1d4..802fd6eaa5 100644
--- a/org.eclipse.scout.rt.ui.swt/Release Notes.txt
+++ b/org.eclipse.scout.rt.ui.swt/Release Notes.txt
@@ -197,3 +197,16 @@ Migration Swing:
or directly grant it to specific user roles in your database script.
Migration SWT:
> None because not supported yet. To enable the copy functionality, see migration notes for Swing.
+
+13.12.2011 sle
+BSI ticket: 109051
+Bugzilla:367275 RESOLVED - bug 367275: [SWT][LookAndFeelDecorations]Remove obsolete flag enabledAsReadOnly / https://bugs.eclipse.org/bugs/show_bug.cgi?id=367275
+Problem:
+The Flag enabledAsReadOnly was introduced ca. two years ago. The "true" case is
+today standard, also in all other ui reprecentations. As the naming is not
+realy clear the idea came up, to remove this flag alltogether. All internal
+projects are ok with this.
+Solution:
+Removed extension point element “enableBehaviour”.
+Plug-Ins changed: org.eclipse.scout.rt.ui.swt
+Migration: Remove extension point “enableBehaviour” in projects swt-bundle.

Back to the top