Skip to content
Snippets Groups Projects
Select Git revision
  • 1326
  • 3341-refactor_DataBindingUtils
  • 3396-developer_documentation
  • 3417
  • 3427-Rate-Models
  • 3553
  • 3583
  • 3620
  • 3642
  • 3712
  • 3746
  • 3767
  • 3767-cleanup-dependencies
  • 3870_delegating_factories
  • 3872-Add_auto-layout
  • 3873
  • 3899
  • 390
  • 3922
  • 4018
  • 2.26
  • 2.25
  • 2.24
  • 2.22
  • 2.20
  • 2.16
  • 2.14
27 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.010Apr97131Mar2725241817161223Feb20161296543229Jan28272623222115141312818Dec1716151211108543226Nov2521201917141312109324Oct62130Sep292415121110985432129Aug282726252076531Jul302928242322211110727Jun23181211330May23224Apr11424Mar21181711106326Feb191714121065328Jan2722141318Dec1720Nov11611Oct927Sep262523201716136230Aug2814129753231Jul3029282221201918141110432126Jun2424May2221176Apr27Mar128Feb21191512116431Jan302825242322211817161514131110975328Dec12114328Nov2221201998723Oct9821Sep30Aug7231Jul272625171613121110953230Jun2114731May30252421972130Apr26171026Mar242322141365329Feb24222014732131Jan3027- Prefer the potentially a bit less efficient but safer Display.getDefault.syncExec() over Display.getDefault.asyncExec() to avoid NPEs triggered by model modifications- Ensure that UI updates triggered from EMF notification mechanism are executed in the UI context (using Display.getDefault.asyncExec())- Avoid NPE in getEStructuralFeature()- Support sharing the ResourceSet used to load models managed by the kernel with additional model files (e.g., models, that are linked to the model managed by the kernel using IDs)- Move IdConsistencyChecker and IdUniquenessChecker since it is a generic functionalityEnsure that kernel is not aware of any products built based on it:getLabelForValue():temporary quickfix for smartfitbugfix in commentYELLOWfixed widget disposed exception in dse visualizationpreparation in the model binding service- Add IAnnotationValueProvider.isHidden() that allows to hide annotations from any view (useful for internal attributes that should not be exposed to the user). Default = false- Add instantiateAnnotationsRecursive(IModelElement element)- Prevent pollution of AnnotationEntry <-> IModelElement cache via instantiateAnnotations(final IModelElement element) (which might be invoked from model transformations). I.e., the cache is only updated, when the AnnotationEntries are queried from the GUI context.- Move RemoveUnknownFeatureMigrationProviderBase to org.fortiss.tooling.kernel.extension.base- Add RemoveUnknownFeatureMigrationProviderBase, a base class for {@link IMigrationProvider}s to selectively remove unknown features from a model.- Instead of iteration over the entire model for each IIdLabeled element whose ID is to be checked for consistency and uniqueness, register the constraint checker for the FileProject and do each of the checks in one pass.- Add prefix "generated-" for directories of generated edit and editor code (not used in default AF3 distribution)Problem description:- GSNPositionedEditPartBase*: Avoid code duplication by pushing refreshDecorationFigure() to PositionedEditPartBaseGREEN- Avoid NPE by considering the case that the annotation might not be hooked to the resource yet- Assign unique IDs to annotations as soon as the are instantiated (before, annotations relied on the ID-fixup that is triggered when the model is persisted)- Keep order of elements to be selected (e.g., EENum values) etc. by using a LinkedHashMap instead of a TreeMap- Move case distinction into EStructuralFeatureDescriptor.getEnumLiterals()org.fortiss.tooling.base:Adds the possibility to filter the list of available choices for an enum-type annotation via the annotation's value provider.Include opal.jar in binary buildDerivedAnnotationValueProviderBase.setAnnotationValue(): Convert String-encoded input to actual data typeGrammar fix in error message- Fix calculation of return value of removeModelElementReferenceSpecifications()- Delegate construction of ColumnLabelProviders to LabelProviderFactory- Pass specification in createEditingSupport() version that does not require an instanceKey- Remove forgotten TODOGenericAnnotationView.getModelElementLevel() and getModelElementAncestor() to EcoreUtilsRemove dependency of org.fortiss.af3.component.ui to org.fortiss.af3.mira byFix attempt- Fix pluginName2.6 -> 2.7
Loading