- Dec 08, 2015
-
-
Simon Barner authored
-
- Dec 07, 2015
-
-
Johannes Eder authored
refs 2446
-
Johannes Eder authored
refs 2446
-
- Dec 04, 2015
-
-
Johannes Eder authored
new factorised gef editor base class refs 2446
-
- Dec 03, 2015
-
-
Johannes Eder authored
refs 2446
-
- Dec 01, 2015
-
-
Johannes Eder authored
refs 2446
-
Johannes Eder authored
refs 2446
-
Johannes Eder authored
refs 2446
-
Johannes Eder authored
layout information accessible via singleton interface refs 2446
-
- Nov 30, 2015
-
-
Johannes Eder authored
working sub diagrams refs 2446
-
Johannes Eder authored
refs 2446
-
- Nov 26, 2015
-
-
Johannes Eder authored
refs 2446
-
Simon Barner authored
- Add and register {@link RemoveDuplicatedAnnotationsMigrationProvider} that removes duplicated {@link IAnnotatedSpecification}s from a model. These have been observed for a couple of models and might indicate an internal problem.
-
Johannes Eder authored
refs 2446
-
Simon Barner authored
- Consider both text and image contents in the MeasureItem and PaintItem Listener installed in addRowHeightListener() - Improve documentation refs 2450
-
Simon Barner authored
-
Simon Barner authored
- Add MigrationUtils: Utility methods for implementation of drop-in replacement migrations of (sub-types of) types defined in org.fortiss.tooling.base.
-
- Nov 25, 2015
-
-
Johannes Eder authored
refs 2446
-
Johannes Eder authored
refs 2446
-
- Nov 24, 2015
-
-
Vincent Aravantinos authored
refs 2352
-
Simon Barner authored
refs 2450
-
Simon Barner authored
-
- Nov 23, 2015
-
-
Simon Barner authored
refs 2449
-
- Nov 20, 2015
-
-
Simon Barner authored
- Make update(IModelElement modelElement) more robust by tolerating null input which might occur during model modifications refs 2289
-
- Nov 19, 2015
-
-
Johannes Eder authored
refs 2446
-
Simon Barner authored
-
Simon Barner authored
- Remove deprecated method KernelModelElementUtils.getParentElement(EObject, Class). Use KernelModelElementUtils.getParentElement(EObject, Class, boolean) instead.
-
Simon Barner authored
- Missing @Override - Missing /** {@inheritDoc} */ - Spurious ; - Spurious @SuppressWarnings("unchecked") - Spurious casts - Spurious imports
-
Vincent Aravantinos authored
-
- Nov 13, 2015
-
-
Simon Barner authored
-
Simon Barner authored
-
Simon Barner authored
Move DreamsPlatformUtils.{disableNotificationsOf(), enableNotificationsOf(), setNotificationsOf()} to EcoreUtils
-
Simon Barner authored
- Use generics for both the element for which the properties section is defined, as well as the target type of the EReference manipulated by this EReferencePropertySectionBase - Disable ComboBox if the set of possible values is empty
-
Simon Barner authored
- Add EReferencePropertySectionBase, a base class for a property section that allows to set an {@link EReference} using a {@link ComboViewer}.
-
Simon Barner authored
- Add computeFullyQualifiedName(INamedElement element, boolean includeTopLevel) that allows to skip the top-level of a name (the FileProject in AF3) - The behavior of computeFullyQualifiedName(INamedElement element) is preserved to include the name of the top-level element - Change implementation of computeFullyQualifiedName() and computeRelativeName() to use the a StringBuilder and the prependName() helper method
-
- Oct 23, 2015
-
-
Andreas Bayha authored
-
- Oct 22, 2015
-
-
Alexander Diewald authored
- AnnotationViewBase: Wrap the update in a asyncExec call again to avoid deadlocks on model transformations. org.fortiss.af3.mira.ui: - Solve the reported issue by wrapping the problematic method call in mira.ui into a asyncExec call. refs 2323
-
Alexander Diewald authored
-
Alexander Diewald authored
- TreeViewerEditorBase: Wrap the refresh call into a asyncExec method to avoid invalid tread access when a model is modified which is open in a TreeViewer editor.
-
- Oct 09, 2015
-
-
Alexander Diewald authored
- Introduce a separate base class for composing IModelElements. It manages (among other things) the instantiation of annotations. - Let HierarchicElementCompositorBase inherit from the newly created base class for IModelElements.
-